diff options
Diffstat (limited to 'site/public/datasets/youtube_celebrities/index.html')
| -rw-r--r-- | site/public/datasets/youtube_celebrities/index.html | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/site/public/datasets/youtube_celebrities/index.html b/site/public/datasets/youtube_celebrities/index.html index 69b3a02e..b871ab18 100644 --- a/site/public/datasets/youtube_celebrities/index.html +++ b/site/public/datasets/youtube_celebrities/index.html @@ -11,13 +11,14 @@ <link rel='stylesheet' href='/assets/css/css.css' /> <link rel='stylesheet' href='/assets/css/leaflet.css' /> <link rel='stylesheet' href='/assets/css/applets.css' /> + <link rel='stylesheet' href='/assets/css/mobile .css' /> </head> <body> <header> <a class='slogan' href="/"> <div class='logo'></div> <div class='site_name'>MegaPixels</div> - <div class='splash'>YouTube Celebrities</div> + <div class='page_name'>YouTube Celebrities</div> </a> <div class='links'> <a href="/datasets/">Datasets</a> @@ -75,7 +76,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="{"command": "citations"}"></div> @@ -95,17 +96,17 @@ the views of our sponsors.</li> </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 ©2017-19 Adam R. Harvey / - <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 ©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> </footer> </body> |
