summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authoradamhrv <adam@ahprojects.com>2019-04-19 00:25:43 +0200
committeradamhrv <adam@ahprojects.com>2019-04-19 00:25:43 +0200
commita5c34779d988d831ff506931af964c8ea5b63b0b (patch)
treeaa1821e82f0eb893e55291a8ef2c5360136317bb /site
parentcba3a913fb63a8b97d25f8c5c40274897d290d4e (diff)
text changes
Diffstat (limited to 'site')
-rw-r--r--site/includes/citations.html2
-rw-r--r--site/includes/dashboard.html2
-rw-r--r--site/templates/layout.html22
3 files changed, 13 insertions, 13 deletions
diff --git a/site/includes/citations.html b/site/includes/citations.html
index 5cd40a29..6f364872 100644
--- a/site/includes/citations.html
+++ b/site/includes/citations.html
@@ -2,7 +2,7 @@
<h3>Dataset Citations</h3>
<p>
- The dataset citations used in the visualizations were collected from <a href="https://www.semanticscholar.org">Semantic Scholar</a>, a website which aggregates and indexes research papers. Each citation was geocoded using names of institutions found in the PDF front matter, or as listed on other resources. These papers have been manually verified to show that researchers downloaded and used the dataset to train or test machine learning algorithms.
+ The dataset citations used in the visualizations were collected from <a href="https://www.semanticscholar.org">Semantic Scholar</a>, a website which aggregates and indexes research papers. Each citation was geocoded using names of institutions found in the PDF front matter, or as listed on other resources. These papers have been manually verified to show that researchers downloaded and used the dataset to train or test machine learning algorithms. If you use our data, please <a href="/about/attribution">cite our work</a>.
</p>
<div class="applet" data-payload="{&quot;command&quot;: &quot;citations&quot;}"></div>
diff --git a/site/includes/dashboard.html b/site/includes/dashboard.html
index 814955b5..0ba870b6 100644
--- a/site/includes/dashboard.html
+++ b/site/includes/dashboard.html
@@ -45,7 +45,7 @@
<h3>Dataset Citations</h3>
<p>
- The dataset citations used in the visualizations were collected from <a href="https://www.semanticscholar.org">Semantic Scholar</a>, a website which aggregates and indexes research papers. Each citation was geocoded using names of institutions found in the PDF front matter, or as listed on other resources. These papers have been manually verified to show that researchers downloaded and used the dataset to train or test machine learning algorithms.
+ The dataset citations used in the visualizations were collected from <a href="https://www.semanticscholar.org">Semantic Scholar</a>, a website which aggregates and indexes research papers. Each citation was geocoded using names of institutions found in the PDF front matter, or as listed on other resources. These papers have been manually verified to show that researchers downloaded and used the dataset to train or test machine learning algorithms. If you use our data, please <a href="/about/attribution">cite our work</a>.
</p>
<div class="applet" data-payload="{&quot;command&quot;: &quot;citations&quot;}"></div>
diff --git a/site/templates/layout.html b/site/templates/layout.html
index e446530f..cfef0bca 100644
--- a/site/templates/layout.html
+++ b/site/templates/layout.html
@@ -28,17 +28,17 @@
{% block content %}{% endblock %}
</div>
<footer>
- <div>
- <a href="/">MegaPixels.cc</a>
- <a href="/datasets/">Datasets</a>
- <a href="/about/">About</a>
- <a href="/about/press/">Press</a>
- <a href="/about/legal/">Legal and Privacy</a>
- </div>
- <div>
- MegaPixels &copy;2017-19 Adam R. Harvey /&nbsp;
- <a href="https://ahprojects.com">ahprojects.com</a>
- </div>
+ <ul class="footer-left">
+ <li><a href="/">MegaPixels.cc</a></li>
+ <li><a href="/datasets/">Datasets</a></li>
+ <li><a href="/about/">About</a></li>
+ <li><a href="/about/press/">Press</a></li>
+ <li><a href="/about/legal/">Legal and Privacy</a></li>
+ </ul>
+ <ul class="footer-right">
+ <li>MegaPixels &copy;2017-19 &nbsp;<a href="https://ahprojects.com">Adam R. Harvey</a></li>
+ <li>Made with support from &nbsp;<a href="https://mozilla.org">Mozilla</a></li>
+ </ul>
</footer>
</body>
{% block scripts %}{% endblock %}