-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (40 loc) · 3.82 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
<!DOCTYPE html>
<html>
<head>
<title>Digital Library Development Center</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//identity.uchicago.edu/c/fonts/proximanova.css">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
<!-- <img class="logo" src="images/unvlogo-white.png" /> -->
<img class="logo" src="images/color-logo.png" />
<!-- Digital Collection Browse -->
</header>
<main>
<section class="leading">
</section>
<section class="description">
<h1>Digital Library Development Center</h1>
<p>The <a href='https://www.lib.uchicago.edu/about/directory/?view=staff&department=Digital%20Strategy%20%26%20Services%20-%20Digital%20Library%20Development%20Center%20%28DLDC%29'>Digital Library Development Center</a> (DLDC) collaborates with library staff, university faculty, departments and other groups on campus, and colleagues at other institutions, to enable discovery of the library's information resources, to make the campus community aware of the library's services, to build digital collections, and to ensure the persistence and usability of the library's digital resources over time.</p>
<p>Core activities include designing, building, and maintaining <a href="https://digitalaccessibility.uchicago.edu">ADA-compliant</a> <a href="https://www.lib.uchicago.edu">websites</a>, databases, <a href="https://www.lib.uchicago.edu/h/dl">digital collections</a>, and the Library Digital Repository; installing and supporting both commercial and open-source systems that provide access to information resources, e.g., the <a href="http://www.exlibrisgroup.com/category/SFXOverview">SFX</a> link resolver, the <a href="http://luna.lib.uchicago.edu/">Luna</a> software environment for image collections, and the VuFind <a href="https://catalog.lib.uchicago.edu/vufind/">library catalog</a> software; securely administering the network of information server computers which underlie the digital library and support related initiatives on campus; researching, evaluating, and implementing new technologies; participating in national and international digital library-related initiatives; and documenting and sharing information about our work.</p>
<h2>Collaboration</h2>
<p>The DLDC collaborates with other groups in the library and on campus. These include:
<ul>
<li>The University of Chicago Library's Preservation Department and the <a href="https://www.lib.uchicago.edu/e/spcl/">Hanna Holborn Gray Special Collections Research Center</a></li>
<li>The <a href="http://artfl-project.uchicago.edu/">ARTFL Project</a></li>
<li>The <a href="http://bmrc.lib.uchicago.edu/"> Black Metropolis Research Consortium</a></li>
<li>The <a href="http://ochre.uchicago.edu/">OCHRE (Online Cultural and Historical Research Environment) Data Service</a></li>
<li>The University of Chicago's <a href="https://rcc.uchicago.edu/">Research Computing Center</a> and the <a href="http://lucian.uchicago.edu/blogs/vrc/">Visual Resources Center</a>.</li>
</ul>
</p>
<h2>Visit Us</h2>
<p>To visit the DLDC, once on the 2nd floor of the Regenstein Library, turn right, and walk past the bank of elevators and the glassed-in office on the right (Room 216) until you see the door to Room 220 directly ahead of you. The <a href="https://www.lib.uchicago.edu/spaces/joseph-regenstein-library/2nd-floor/">2nd floor map</a> will help guide you to our offices. Once inside Room 220, signs and maps identify the location of the different units within the space.</p>
</section>
</main>
</body>
</html>