Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facilitate use of ISSNs? #15

Open
bmkramer opened this issue Mar 18, 2022 · 2 comments
Open

Facilitate use of ISSNs? #15

bmkramer opened this issue Mar 18, 2022 · 2 comments

Comments

@bmkramer
Copy link

The OLAP server is very useful to access OpenAPC data programmatically, thanks for making it available!

One thing that would be great to have is the ability to drill down/cut on ISSNs rather than (or in addition to) journal title. Is this something that would be worth adding to the database?

@cbroschinski
Copy link
Member

That's no big issue, I just added the issn field as a separate OLAP dimension. It is now available on the live system:
https://olap.openapc.net/cube/openapc/aggregate?drilldown=issn
It should be noted, however, that the OpenAPC dataset contains 4 different types of ISSN: issn, issn_print, issn_electronic and issn_l. The first 3 originate from crossref (with issn being the primary identifier), while issn_l is the Linking ISSN provided by the ISSN organization. Unfortuately the relation between those is not always consistent, issn is sometimes the same as the print version, sometimes the same as the electronic version and in rare cases even something completely different.
Let me know if this is sufficient for you or if I should add the other ISSN fields as well.

@bmkramer
Copy link
Author

Thanks for the quick implementation @cbroschinski! For optimal matching, it would indeed be good to have all ISSN fields if that's possible.

This will be very useful, so thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants