diff --git a/_data/unclassified.yml b/_data/unclassified.yml index a5f37fbfc..095cfa187 100644 --- a/_data/unclassified.yml +++ b/_data/unclassified.yml @@ -1,8 +1,18 @@ - -- group_name: unclassified +#not classified yet +# for example: not open source, community based, or not directly related to the disease +- group_name: closed source + description: community based, non open source repos: - web_name: CoronaTracker web_url: https://www.coronatracker.com/ content: CORONATRACKER.com is a community-based project powered by over 460 volunteers from across the globe, ranging from data scientists, medical professionals, UI/UX designers, fullstack developers, to the general public. - web_name: Wikipedia - 2019–20 coronavirus outbreak - web_url: https://en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_outbreak \ No newline at end of file + web_url: https://en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_outbreak + + +- group_name: academic + description: academics get affected + repos: + - web_name: VIRTUAL APS MARCH 2020 + web_url: https://virtualmarchmeeting.com/ + content: A free community-driven virtual platform to support speakers at the 2020 APS March Meeting. Supported by Q-ctrl. \ No newline at end of file diff --git a/_data/world.yml b/_data/world.yml index f532a9aae..a81ca0752 100644 --- a/_data/world.yml +++ b/_data/world.yml @@ -52,4 +52,10 @@ repos: - web_name: North America live map web_url: https://coronavirus.1point3acres.com/?from=timeline&isappinstalled=0 - content: 肺炎疫情实时动态 · 北美 (一亩三分地) \ No newline at end of file + content: 肺炎疫情实时动态 · 北美 (一亩三分地) + +- country: Singapore + repos: + - web_name: covid-tracker.com + web_url: https://covid-tracker.com/ + content: tracks the list of cases and cluster hotspots in Singapore \ No newline at end of file diff --git a/unclassified.md b/unclassified.md new file mode 100644 index 000000000..1a02f0454 --- /dev/null +++ b/unclassified.md @@ -0,0 +1,20 @@ +--- +title: Unclassified +--- +Unclasssified projects, not directly related, or not open source yet. + +See also [projects for Wuhan, China](index) + + + +{% for group in site.data.unclassified %} +## {{ group.group_name }} +{% for repo in group.repos %} +* {% if repo.repo_name %} ![](https://img.shields.io/github/stars/{{ repo.repo_name }}?color=yellow&label=%E2%AD%90%EF%B8%8F&logoColor=blue&style=plastic) [{{ repo.repo_name }}](https://github.com/{{ repo.repo_name }}) {% endif %} {% if repo.repo2_name %} ![](https://img.shields.io/github/stars/{{ repo.repo2_name }}?color=yellow&label=%E2%AD%90%EF%B8%8F&logoColor=blue&style=plastic) [{{ repo.repo2_name }}](https://github.com/{{ repo.repo2_name }}) {% endif %} {% if repo.web_name %}[{{ repo.web_name }}]({{ repo.web_url }}){% endif %} {% if repo.web2_name %}[{{ repo.web2_name }}]({{ repo.web2_url }}){% endif %} {{ repo.content }} {% endfor %} +{% endfor %} + + + + + +{% include footer.md %} \ No newline at end of file