Our journal would like to generate automatically a list of publications for the past week that we could then use to send to an email list. We have looked through the API documentation, but didn’t see an option to do this. There doesn’t seem to be a plugin for this either. Even from the journal website, we cant find a way to use search to get a list of publications in a date range. Does anyone have any ideas on how this could be done?
What application are you using?
For example, OJS 3.4
which would return a JSON that includes a ‘datePublished’. Convert that to datetime, for example in a pandas DataFrame, use that to filter, and you might have what you’re looking for?