Skip to content

Commit

Permalink
add a singapore site
Browse files Browse the repository at this point in the history
  • Loading branch information
WeileiZeng committed Mar 2, 2020
1 parent 2e35499 commit dd8ad41
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.
16 changes: 13 additions & 3 deletions _data/unclassified.yml
Original file line number Diff line number Diff line change
@@ -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
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.
8 changes: 7 additions & 1 deletion _data/world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,10 @@
repos:
- web_name: North America live map
web_url: https://coronavirus.1point3acres.com/?from=timeline&isappinstalled=0
content: 肺炎疫情实时动态 · 北美 (一亩三分地)
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
20 changes: 20 additions & 0 deletions unclassified.md
Original file line number Diff line number Diff line change
@@ -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 %}

0 comments on commit dd8ad41

Please sign in to comment.