Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
giscience
disaster-tools
covid-19-research-map
Commits
939e197a
Commit
939e197a
authored
May 12, 2020
by
Sven Lautenbach
Browse files
updated data
parent
e8510aa1
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
nginx/covid_website/assets/data/covid-19-trials.geojson
View file @
939e197a
This diff is collapsed.
Click to expand it.
python/covid_worker.py
View file @
939e197a
...
...
@@ -185,7 +185,7 @@ def run():
# for some studies that have been running for a while and have now been updated to incorporate COVID-19
# as well the suggestions by Markus Reis and Konstantin is to use the date in "Last Update Post" instead
studies_updated
=
[
"EUCTR2015-002340-14-NL"
,
"NCT03331445"
,
"NCT04061382"
,
"NCT03680274"
,
"NCT03808922"
,
"NCT03042143"
,
"NCT04092478"
,
"EUCTR2018-004318-16-DK"
]
,
"NCT04092478"
,
"EUCTR2018-004318-16-DK"
,
"NCT03648372"
]
needsUpdate
=
new_data_df
[
'TrialID'
].
isin
(
studies_updated
)
new_data_df
[
"Date registration"
]
=
np
.
where
(
needsUpdate
,
new_data_df
[
"Last Refreshed on"
],
...
...
python/dat/covid-19-trials.geojson
View file @
939e197a
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment