-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Per request (https://twitter.com/s_papastamkou/status/1310902488145506304 & https://twitter.com/marijnkoolen/status/1310590002817126401), we should probably figure out a format for data input. Perhaps it's standard DH conference XML, or perhaps it's long data form, such as:
WorkID | VariableType | Value1 | Value2 | Value3 | Value4
1 | Title | "This is a work"
1 | Author | 1 | "Weingart, Scott" | Libraries | Carnegie Mellon University
1 | Author | 2 | "Lincoln, Matt" | Libraries | Carnegie Mellon University
1 | Keyword | "Networks"
...
Then, theoretically, we could have an easy import, that would necessarily be followed by Nickoal or I cleaning up all the import data.
For new conferences (not yet in the database), we'd also need to specify how to give us data on new conferences.
Perhaps we could have a little public upload spot in github, that will act as a queue of work for us, and make it so that even if we don't get to conferences, the data will still be available in the public should people want it, or should we get to it much later.