-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·113 lines (110 loc) · 7.04 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Digital Collections and Repositories | UC Libraries</title>
<!--#include virtual="includes/style.html"-->
<script src="/js/jquery-3.5.1.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="/css/carousel.css">
<link rel="canonical" href="http://digital.libraries.uc.edu/" />
</head>
<body>
<!--#include virtual="includes/globalNav.html"-->
<!--#include virtual="includes/header.html"-->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="item active"> <img src="/images/carousel/b13_f03_n002.jpg" alt="Subway and Streetcar Improvements Collection">
<div class="container">
<div class="carousel-caption">
<h1>Subway and Streetcar Improvements Collection</h1>
<p class="carcap">Photographic prints and negatives from 1920 to 1956 from an extensive archive of the City Engineer, City of Cincinnati.</p>
<p><a class="btn btn-lg btn-primary" href="/subway/" role="button">View</a></p>
</div>
</div>
</div>
<div class="item"> <img src="/images/carousel/meyerMaps.jpg" alt="Albert B. Sabin Archives">
<div class="container">
<div class="carousel-caption">
<h1>Willis G. Meyer Map Collection</h1>
<p class="carcap">The Willis G. Meyer Map Collection contains digitized maps from a print collection of over 130,000 maps. The maps chosen for digitization and georectification fall within three categories: produced by the Department of Geology
at the University of Cincinnati, a history of heavy use on-site at the library, and of research interest to the graduate students working on this project.</p>
<p><a class="btn btn-lg btn-primary" href="/collections/willis/" role="button">View</a></p>
</div>
</div>
</div>
<div class="item"> <img src="/images/carousel/neilArmstrongPhotos012a.jpg" alt="Neil A. Armstrong Commemorative Archive">
<div class="container">
<div class="carousel-caption">
<h1>Neil A. Armstrong Commemorative Archive</h1>
<p class="carcap">The Neil A. Armstrong Commemorative Archive contains images, documents and texts, primarily from the University Archives, relating to the teaching career of Neil Armstrong at the University of Cincinnati (1971-1979).</p>
<p><a class="btn btn-lg btn-primary" href="/armstrong" role="button">View</a></p>
</div>
</div>
</div>
<div class="item"> <img src="/images/carousel/winklerOralHistory.jpg" alt="Winkler Center Oral Histories">
<div class="container">
<div class="carousel-caption">
<h1>Winkler Center Oral Histories</h1>
<p class="carcap">The Henry R. Winler Center for the History of Health Professions has been conducting oral histories with Cincinnati physicians and medical professionals for over thirty years. These oral histories are now being made available online.</p>
<p><a class="btn btn-lg btn-primary" href="https://hdl.handle.net/2374.UC/732806" role="button">View</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a> <a class="right carousel-control" href="#myCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
<div class="container marketing">
<div class="row">
<div class="col-lg-4">
<a href="collections/elliston/" title="The Elliston Project"><img src="/images/feature-elliston.jpg" alt="Elliston Project"></a>
<h2>Elliston Project</h2>
<p>The Elliston Project holds hundreds recorded readings and lectures given under the auspices of the University of Cincinnati Department of English and Comparative Literature and the U.C. Libraries since 1951.</p>
<p><a class="btn btn-default" href="/collections/elliston/" role="button">View details »</a></p>
</div>
<div class="col-lg-4">
<a href="/oesper/" title="Oesper Collections in the History of Chemistry"><img src="/images/feature-oesper.jpg" alt="Oesper Collections"></a>
<h2>Oesper Collections</h2>
<p>The Oesper Collections in the History of Chemistry are a joint venture of the Ralph E. Oesper Chemistry-Biology Library and of the Department of Chemistry of the University of Cincinnati.</p>
<p><a class="btn btn-default" href="/oesper/" role="button">View details »</a></p>
</div>
<div class="col-lg-4">
<a href="collections/birthdeath/" title="Cincinnati Birth and Death Records"><img src="/images/feature-birthDeath.jpg" alt="Birth and Death Records"></a>
<h2>Birth & Death Records</h2>
<p>The Cincinnati Birth and Death Records, 1865-1912 on the Digital Resource Commons contains over 528,000 individual records of births and deaths in the City of Cincinnati from 1865 to 1912.</p>
<p><a class="btn btn-default" href="collections/birthdeath/" role="button">View details »</a></p>
</div>
</div>
</div>
<!--#include virtual="includes/footer.html"-->
<!--Page-specific scripts BEGIN-->
<script src="js/jquery.zrssfeed.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#news').rssfeed('https://libapps.libraries.uc.edu/liblog/category/digital-collections/feed/', {
/*$('#news').rssfeed('http://www.rssmix.com/u/8190563/rss.xml', { */
limit: 3,
sort: "date",
sortasc: false
});
});
// setup search
function dosearch() {
var sf = document.repoSearch;
var submitto = sf.sengines.options[sf.sengines.selectedIndex].value + escape(sf.searchterms.value);
window.location.href = submitto;
return false;
}
</script>
<!--Page-specific scripts END-->
</body>
</html>