-
Notifications
You must be signed in to change notification settings - Fork 21
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
Missing "host_organization" (not available anymore) #295
Comments
Hi @yhan818 — You're correct! We're working on v2.0.0 and making some breaking changes. Is host_organization something you think is important for folks to have? I'm trying to simplify but would generally love your input in what you think would be helpful. We're tracking our coverage of OA fields in our dataframe output here. |
OK host_organization and host_organization_name are now added back in 2bb285c |
Yes. "host_organization" is very important for institutions to analyze publishers' journals citations and usage. It serves for at least 2 purposes: 1) to understand where authors publish their works; 2) to understand and analyze publishers' journals usage (for collection management). |
Will you release it in CRAN? If not, what is the timeline? |
#211 is now ready for review, so I expect it'll be merged to main in a few days. The current version of openalexR on cran should still have the old behavior (with host_organization). I hope to push the 2.0.0 release to cran once everything is in place! CC @massimoaria |
Looks like the column "host_organization" is no longer available. This is the field next to "so_id" (now called "source_id")
I think this is the only field no there after the refactoring?
Please try and compare with previous version.
UAUMC.df <-oa_fetch(
entity="works",
institutions.ror=c("02xbk5j62"),
from_publication_date ="2024-01-01")
The text was updated successfully, but these errors were encountered: