You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load preprints and clinicial trials from PubPharm. We need to adjust the following skript to crawl the collections and convert the updated document data into a JSON format. The skript allows us to retrieve documents that have been modified since a specific data.
The attached skript must be adjusted and integrated into NarrativeAnnotation:
integrate a proper main + argpaser
argpase parameter: collections (string, required) is used to adjust the crawling URL
argparse parameter: output collection for our service (a name how we want to call the collection)
argpase last_update: date (YYYY-MM-DD) is used to adjust the crawling URL (data since when updated should be retrieved)
#283 has to be solved before (otherwise we cannot handle updated documents)
The text was updated successfully, but these errors were encountered:
Load preprints and clinicial trials from PubPharm. We need to adjust the following skript to crawl the collections and convert the updated document data into a JSON format. The skript allows us to retrieve documents that have been modified since a specific data.
The attached skript must be adjusted and integrated into NarrativeAnnotation:
#283 has to be solved before (otherwise we cannot handle updated documents)
The text was updated successfully, but these errors were encountered: