-
Notifications
You must be signed in to change notification settings - Fork 0
/
timelinemartini.php
40 lines (30 loc) · 1.41 KB
/
timelinemartini.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php include 'includes/head.html'; ?>
<body id="timeline" class="martini">
<?php include 'includes/martini-header.html'; ?>
<div class="content">
<!-- Tutorial -->
<div class="tutorial-wrapper">
<div class="tutorial">
<h1>Timeline</h1>
<p><strong>Compared Crises Tab:</strong> Percentage of change in crisis coverage can be compared from month to month to determine increased, same, or decreased media attention aggregated across all Google results.</p>
<p><strong>Type Tab:</strong> Results from our specially tracked sites aggregated by media types
'Traditional', 'Independent',
and 'Blogs-Social', per crisis using the monthly data from Google API.</p>
<p><strong>Source Tab:</strong> Results from our specially tracked sites, per crisis using the monthly data
from Google API.</p>
<nav class="martini">
<ul>
<!-- <li><a href="/overview" class="left arrow"><img src="images/icons/leftarrow.png" alt="Left Arrow" title="Skip to Charts">Skip to Charts</a></li> -->
<li><a href="/detail-martini" class="right arrow">Next<img src="images/icons/rightarrow.png" alt="Right Arrow" title="Learn More"></a></li>
</ul>
</nav>
</div>
</div>
<!-- GIF Tutorial -->
<div id="timelineVisGIF" class="tut-gif"></div>
</div>
<!-- footer -->
<?php include 'includes/footer.html'; ?>
<!-- // <script src="BBCtimeline.js"></script> -->
</body>
</html>