diff options
| author | adamhrv <adam@ahprojects.com> | 2019-03-30 15:43:05 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-03-30 15:43:05 +0100 |
| commit | 19daac1fe803953bd47c82cac11f20680a150961 (patch) | |
| tree | d3564938b10fd65c427021203e55f61c9ad335b1 /site | |
| parent | c15dc8d071c46f1e210bfd2b0a11a090ad1770f1 (diff) | |
editing text
Diffstat (limited to 'site')
| -rw-r--r-- | site/includes/citations.html | 4 | ||||
| -rw-r--r-- | site/includes/map.html | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/site/includes/citations.html b/site/includes/citations.html index a6aed039..b4af7991 100644 --- a/site/includes/citations.html +++ b/site/includes/citations.html @@ -2,11 +2,11 @@ <h3>Citations</h3> <p> - Citations were collected from <a href="https://www.semanticscholar.org">Semantic Scholar</a>, a website which aggregates + The citations used for the geographic visualizations were collected from <a href="https://www.semanticscholar.org">Semantic Scholar</a>, a website which aggregates and indexes research papers. Metadata was extracted from these papers, including extracting names of institutions automatically from PDFs, and then the addresses were geocoded. Data is not yet manually verified, and reflects anytime the paper was cited. Some papers may only mention the dataset in passing, while others use it as part of their research methodology. </p> <p> - Add button/link to download CSV + Add [button/link] to download CSV. Add search input field to filter. Expand number of rows to 10. Reduce URL text to show only the domain (ie https://arxiv.org/pdf/123456 --> arxiv.org) </p> <div class="applet" data-payload="{"command": "citations"}"></div> diff --git a/site/includes/map.html b/site/includes/map.html index db36d4ee..eb14c49d 100644 --- a/site/includes/map.html +++ b/site/includes/map.html @@ -23,10 +23,12 @@ </section> <div class="caption"> - <div class="map-legend-item edu">Academic</div> - <div class="map-legend-item com">Industry</div> - <div class="map-legend-item gov">Government</div> - Data is compiled from <a href="https://www.semanticscholar.org">Semantic Scholar</a> and not yet manually verified. + <ul class="map-legend"> + <li class="edu">Academic</li> + <li class="com">Industry</li> + <li class="gov">Government / Military</li> + <li class="source">Data aggregated from SemanticScholar.com then manually verified and geolocated</li> + </ul> </div> <section> |
