-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmap.html
34 lines (34 loc) · 2.2 KB
/
map.html
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
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="maincss kopi.css"/>
<title>Health, Medicine and Treatment in early modern North India</title>
</head>
<body>
<!-- intro -->
<div>
<h1>Health, Medicine and Treatment in early modern North India</h1>
<h2>Early Hindi medicine manuscripts in the Wellcome Collection</h2>
</div>
<!-- navigation bar -->
<div>
<ul>
<li><a href="index.html" id="navbarlink">Home</a></li>
<li><a href="map.html" id="navbarlink">Map</a></li>
<li><a href="texts.html" id="navbarlink">Texts</a></li>
<li><a href="about.html" id="navbarlink">About</a></li>
<li style="float:right"><a href="contact.html" id="navbarlink">Contact</a></li>
</ul>
</div>
<div>
<p class="text">Of the nearly 200 early Hindi medical manuscripts in the <a href="https://wellcomecollection.org/">Wellcome Collection</a>, there are
19 that can be connected to a definite time and place. </p>
<p class="text"> The map below, developed using <a href="https://timemapper.okfnlabs.org/">TimeMapper</a>,
displays these locations along with a timeline. The dates on the timeline refer to when the manuscript was copied, not when the work originally was composed.</p>
<p class="text">The map indicates the circulation of vernacular medical treatises across different regions of early modern North India. Works were composed, copied, and circulated across large swathes of today's Punjab, Uttar Pradesh, and Rajasthan.
The map also shows a pattern of circulation partly overlapping with the crossroads of these regions, where the predecessors of today's Hindi, such as Brajbhasha, arose in the same period.</p>
</div>
<!-- embed TimeMapper map -->
<iframe src="https://timemapper.okfnlabs.org/adrianplau/early-modern-medicine-v2?embed=1" frameborder="0" style="border: none;" width="100%" height="780;"></iframe>
</body>
</html>