-
Notifications
You must be signed in to change notification settings - Fork 51
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
Affiliation data format and parsers #367
Comments
Is this the same as #352? |
What can we pull from the IETF Datatracker? Or from RFCs which list affiliations of authors/editors in the credits? Or from some other data source? And then drop that into a dataframe or some basic format, so that it can be consumed by other code working on analysis of organizational influence/distribution within working groups. |
See #25 for discussion of this. DataTracker attendance data is a nice source for affilation and nationality data for IETF members. An actionable way to approach this might be:
Ultimately, such an object could wrap an ORM with an actual database behind it, and/or work with the entity resolution code to better resolve (its own) organization/affiliation references. |
The text was updated successfully, but these errors were encountered: