virtualscienceforum / automation

Scripts for running the VSF
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Automatically add talks to researchseminars.org #37

Closed everthemore closed 3 years ago

akhmerov commented 3 years ago

One last remark about the preprint format. The rest looks good :+1:

akhmerov commented 3 years ago

There may be a complication with LRC because we frequently edit those at a later stage. However right now we'd also create the events as TBA, so I propose to keep track of updating data in research seminars as a follow-up action.

everthemore commented 3 years ago

There may be a complication with LRC because we frequently edit those at a later stage. However right now we'd also create the events as TBA, so I propose to keep track of updating data in research seminars as a follow-up action.

When adding a talk to researchseminars, it gets assigned a number (just the total talk number as a counter), that we would have to keep track of for editing it. We would have to add it to the yaml most likely, or otherwise search the talk list for a match (based on title,author,preprint?).

akhmerov commented 3 years ago

When adding a talk to researchseminars, it gets assigned a number (just the total talk number as a counter), that we would have to keep track of for editing it.

We can also do extra queries (first get all talks, then edit). But let's defer the implementation of that step.