-
Notifications
You must be signed in to change notification settings - Fork 25
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
Paper directory page #212
Comments
@dhananjaya93 @93Boy this could be something for you. What do you think? |
I think it would be good to prototype this is a stand-alone command line script, which reads a text-file with DOIs and then creates the table. As a second step, we can then see how we integrate this into our webpage, or some other stand-alone webpage. |
Just a thought: If we want to do this for papers that are in any one of the archives, then parsing the BibTex keys in the |
Are you now talking about how to get data from the archives? Or about how to get metadata for papers in general? I was really thinking to start from a list of DOIs, then get the metadata via something like this and then query the Poseidon Server API for whether those papers are in the archives. I don't see where Bibtex comes in directly. Maybe good to talk tomorrow about briefly. |
Hello Stephan , |
I have planned an initial workflow based on python.
|
I would like to initiate a paper directory page. The idea is to show papers (with titles, publishing date, first author and journal) and a status indicating whether that paper is present in the Poseidon Community Archive, the Poseidon AADR Archive or the Poseidon Minotaur archive.
I am thinking this should be a static webpage, which reads a list of DOIs and then automatically generates a HTML page with a table of all papers, sorted by date and little check marks or crosses, indicating whether papers are available in the three archives.
As a prototype, this could be coded up in Python or any other language at the availability of an assigned developer.
A core task is:
The text was updated successfully, but these errors were encountered: