This is an old revision of the document!
<html> <head>
<title>Timeline of Unit Occupation of Relay House, MD, 1861-1865</title>
<script src="timeline.js"></script>
<link href="timeline.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body, html, div {
font-family: sans-serif;
font-size: 8pt;
}
.vis-item-content {
fill-opacity:1.3;
stroke: none;
font-size: 10pt;
}
</style>
</head> <body>
<p>
<b><center><font size="+1"><u>Timeline of Unit Occupation of Annapolis Junction, MD, 1861-1865</u></font></center></b>
</p>
<div id=“timeline”></div>
<script type=“text/javascript”>
// DOM element where the Timeline will be attached
var container = document.getElementById('timeline');
// Create a DataSet (allows two way data-binding) var items = new timeline.DataSet([
{id: 1, content: '<a href=“https://rhobard.com/upag/doku.php?id=units:20th_new_york_state_militia”>20th New York State Militia</a>', start: '1861-05-11', end: '1861-06-28'}, {id: 2, content: '<a href=“https://rhobard.com/upag/doku.php?id=units:69th_new_york_state_militia”>69th New York State Militia</a>', start: '1861-05-01', end: '1861-05-04'}, {id: 3, content: '<a href=“https://rhobard.com/upag/doku.php?id=units:5th_new_york_state_militia”>5th New York State Militia</a>', start: '1861-05-02', end: '1861-05-13'}, {id: 4, content: '<a href=“https://rhobard.com/upag/doku.php?id=units:13th_new_york_state_militia”>13th New York State Militia</a>', start: '1861-06-14', end: '1861-06-18'}, {id: 5, content: '<a href=“https://rhobard.com/upag/doku.php?id=units:1st_pennsylvania_reserve_infantry”>1st Pennsylvania Reserve Infantry</a>', start: '1861-07-27', end: '1861-08-30'}, {id: 6, content: '<a href=“https://rhobard.com/upag/doku.php?id=units:21st_massachusetts_infantry”>21st Massachusetts Infantry</a>', start: '1861-10-30', end: '1861-12-18'}, {id: 7, content: '1st Michigan Infantry', start: '1861-07-29', end: '1861-10-01', end: '1862-02-28'}, {id: 8, content: '144th Ohio Infantry', start: '1864-05-30', end: '1864-08-11'}, {id: 9, content: '<a href=“https://rhobard.com/upag/doku.php?id=units:93rd_regiment_new_york_state_militia”>93rd Regiment New York State Militia</a>', start: '1864-09-19', end: '1864-10-20'}, {id: 10, content: '<a href=“https://rhobard.com/upag/doku.php?id=units:10th_maine_infantry”>10th Maine Infantry</a>', start: '1862-11-03', end: '1863-03-08'},
]);
// Configuration for the Timeline
var options = {height: '370px',
min: '1861-04-05',
max: '1865-05-15',
zoomMin: 86400000
};
// Create a Timeline var timeline = new timeline.Timeline(container, items, options);
</script> <P>
In addition to the above units, the following units were at Annapolis Junction for one day or less, or need more research:<br>
60th New York Infantry, 5/2/1862<BR> 109th New York Volunteer Infantry, 9/6/1862<BR> 27th Massachusetts Regiment, 10/22/1862<BR> 1st District Regiment, 11/30/1862<BR> 94th New York Volunteers, 5/16/1864<BR>
</body> </html>
