diff options
Diffstat (limited to 'site/includes/map.html')
| -rw-r--r-- | site/includes/map.html | 10 |
1 files changed, 6 insertions, 4 deletions
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> |
