Switch to side-by-side view

--- a/README.md
+++ b/README.md
@@ -1,54 +1,14 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-  <meta charset="UTF-8">
-  <title>Counts of Congenital Rubella Syndrome Reported in USA: 2001-2017</title>
-  <style>
-    body {
-      font-family: Arial, sans-serif;
-      max-width: 900px;
-      margin: 20px auto;
-      line-height: 1.6;
-      padding: 0 20px;
-    }
-    h1, h2, h3 {
-      color: #333;
-    }
-    ul {
-      list-style-type: disc;
-      margin-left: 20px;
-    }
-    li {
-      margin-bottom: 4px;
-    }
-    .section {
-      margin-bottom: 20px;
-    }
-    .creator, .contributor {
-      display: flex;
-      align-items: center;
-    }
-    .orcid {
-      margin-left: 5px;
-      font-style: italic;
-      color: #555;
-    }
-  </style>
-</head>
-<body>
+<h1>Counts of Congenital Rubella Syndrome Reported in UNITED STATES OF AMERICA: 2001-2017</h1>
   
-  <h1>Counts of Congenital Rubella Syndrome Reported in UNITED STATES OF AMERICA: 2001-2017</h1>
-  
-  <div class="section">
     <h2>Creators</h2>
     <ul>
       <li class="creator">Van Panhuis, Willem<sup>1</sup> <span class="orcid">ORCID icon</span></li>
       <li class="creator">Cross, Anne<sup>1</sup> <span class="orcid">ORCID icon</span></li>
       <li class="creator">Burke, Donald<sup>1</sup> <span class="orcid">ORCID icon</span></li>
     </ul>
-  </div>
+
   
-  <div class="section">
+  
     <h2>Contributors</h2>
     <h3>Project Members</h3>
     <ul>
@@ -64,9 +24,8 @@
       <li class="contributor">Zadorozhny, Vladimir<sup>4</sup> <span class="orcid">ORCID icon</span></li>
       <li class="contributor">Cummings, Derek<sup>6</sup> <span class="orcid">ORCID icon</span></li>
     </ul>
-  </div>
   
-  <div class="section">
+
     <h2>Description</h2>
     <p>
       Project Tycho datasets contain case counts for reported disease conditions for countries around the world. The Project Tycho data curation team extracts these case counts from various reputable sources, typically from national or international health authorities, such as the US Centers for Disease Control or the World Health Organization. These original data sources include both open- and restricted-access sources. For restricted-access sources, the Project Tycho team has obtained permission for redistribution from data contributors. All datasets contain case count data that are identical to counts published in the original source and no counts have been modified in any way by the Project Tycho team. The Project Tycho team has pre-processed datasets by adding new variables, such as standard disease and location identifiers, that improve data interpretability. We also formatted the data into a standard data format.
@@ -85,7 +44,3 @@
         Separate cumulative from non-cumulative time interval series. Case count time series in Project Tycho datasets can be "cumulative" or "fixed-intervals". Cumulative case count time series consist of overlapping case count intervals starting on the same date, but ending on different dates. For example, each interval in a cumulative count time series can start on January 1st, but end on January 7th, 14th, 21st, etc. It is common practice among public health agencies to report cases for cumulative time intervals. Case count series with fixed time intervals consist of mutually exclusive time intervals that all start and end on different dates and all have identical length (day, week, month, year). Given the different nature of these two types of case count data, we indicated this with an attribute for each count value, named "PartOfCumulativeCountSeries".
       </li>
     </ul>
-  </div>
-  
-</body>
-</html>