diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-18 22:21:15 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-18 22:21:15 +0200 |
| commit | 8b8d06aec7a71fc9120f5884cda2c0f55781105e (patch) | |
| tree | 159e44513dd2b56f4b16891742d0ec85a244877f /site/public/datasets/cofw | |
| parent | 9464a43a5f674cc2d0f9270b6fd51922ac0e69a1 (diff) | |
rebuild
Diffstat (limited to 'site/public/datasets/cofw')
| -rw-r--r-- | site/public/datasets/cofw/index.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/site/public/datasets/cofw/index.html b/site/public/datasets/cofw/index.html index b0e73dac..eef8cf5e 100644 --- a/site/public/datasets/cofw/index.html +++ b/site/public/datasets/cofw/index.html @@ -87,7 +87,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. If you use our data, please <a href="/about/attribution">cite our work</a>. + 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. </p> <div class="applet" data-payload="{"command": "citations"}"></div> @@ -138,7 +138,7 @@ To increase the number of training images, and since COFW has the exact same la <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. If you use our data, please <a href="/about/attribution">cite our work</a>. + 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. </p> <div class="applet" data-payload="{"command": "citations"}"></div> @@ -161,17 +161,17 @@ To increase the number of training images, and since COFW has the exact same la </div> <footer> - <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 ©2017-19 <a href="https://ahprojects.com">Adam R. Harvey</a></li> - <li>Made with support from <a href="https://mozilla.org">Mozilla</a></li> - </ul> + <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 ©2017-19 Adam R. Harvey / + <a href="https://ahprojects.com">ahprojects.com</a> + </div> </footer> </body> |
