block by arnicas 5cc4844145afc58cb324

Student project links, fall 2015

Full Screen

index.html

<html>

<head>
  <style>
  body {
    margin: 50px;
    font-family: Arial;
  }

  h1 {
    margin-top: 50px;
    text-align: center;
    color: #666699;
  }

  ul {
    padding: 20px;
    line-height: 2em;
    font-size: 15pt;
    color: steelblue;
    text-align: center;
  }

  li {
    margin-left: 20px;
    list-style-type: none;
  }
  p {
    margin-top: 70px;
    text-align: center;
    font-size: 12pt;
    color: darkgray;
  }

  .student {
    color: gray;
  }

  .desc {
    color: black;
    color: gray;
    font-style: italic;
    margin-top: -15px;

  }

  a: hover {
    background: blue;
  }
  a {
    text-decoration: none;
    font-weight: bolder;
    color: steelblue;
  }
  </style>


<h1>Data Visualization Student Projects: UNICEF Data</h1>

<p class="desc">Our introductory class on interactive data visualization explored UNICEF data on child mortality rates.  Check out the final student projects, built with D3.js!</p>

<ul>
<li><span class="student">Louise Whitaker</span>: <a href="//lwhitaker3.github.io/USMortality/" target="_blank">Child Mortality in the United States</a>
<li><span class="student">Halina Mader</span>: <a href="//hmader.github.io/fertility-mortality/" target="_blank">Fertility and Mortality</a>
<li><span class="student">Barbara Poon</span>: <a href="//barbarapoon.me/childMortality/" target="_blank">Is the World Improving?</a>
<li><span class="student">Luis Melgar</span>: <a href="//lmelgar.me/africa-infant/" target="_blank">Clean Water and Mortality</a>
<li><span class="student">Shiyan Jiang</span>: <a href="//shiyanjiang.com/ChildMortality/" target="_blank">The Impact of War on Child Mortality</a>
<li><span class="student">Jiaxin Lui</span>: <a href="//jiaxinliu.me/d3_project/" target="_blank">What Kills Children?</a>
<li><span class="student">Zhizhou Wang</span>: <a href="//zhizhouwang.me/myProject/" target="_blank">Mothers, Female Education, and Child Mortality</a>
</ul>

  <p>Instructor: Lynn Cherny /  School of Communication, University of Miami</p>

</html>