-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (59 loc) · 3.16 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
<html>
<head>
<title>Carleton University Library - Temporary downtime page</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<style type="text/css">
body {
font-family: "Segoe UI", "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
line-height: 1.6;
font-size: 100%;
max-width: 800px;
margin: 0 auto;
padding: 15px;
}
h1 {
border-bottom: solid #bf112b;
}
a {
color: #bf112b;
}
</style>
</head>
<body>
<h1>Carleton University MacOdrum Library</h1>
<p>Carleton University campus is experiencing a power outage, which is impacting services such as the Library Website and the Proxy server.</p>
<p><a href="https://carleton.ca/its/cu-events/power-disruption-on-campus/">Power disruption event status</a> from Carleton's central IT group, ITS.</p>
<p>Please note that our regular website is currently down.</p>
<h2>Contact and Help</h2>
<ul>
<!-- <li>Call us: <a href="tel:+1-613-520-2600x2734">613-520-2600 x2734</a></li>-->
<li>Send email: <a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="https://ca.libraryh3lp.com/chat/[email protected]?skin=15653">Ask a Librarian chat service</a></li>
<li>Updates <a href="https://twitter.com/CarletonLibrary">via Twitter</a></li>
<li>Online services status page: <a href="https://status.library.carleton.ca">https://status.library.carleton.ca</a></li>
</ul>
<h2>Using the library</h2>
<ul>
<li><a href="http://booking.carleton.ca/">Book a group study room</a></li>
<li><a href="https://www.google.com/search?q=macodrum+library">Library hours</a></li>
</ul>
<h2>Search</h2>
<ul>
<li><a href="https://ocul-crl.primo.exlibrisgroup.com/discovery/search?vid=01OCUL_CRL:CRL_DEFAULT&lang=en">Omni Search</a> (books, articles, more)</li>
<li><a href="https://reserves.library.carleton.ca/">Ares (course reserves)</a></li>
<!-- <li><a href="http://racer1.scholarsportal.info/en/zportal/zengine?VDXaction=LoginPage">RACER</a></li> -->
</ul>
<h3>Popular databases</h3>
<p>Some services might be available if connected through the Carleton VPN: <a href="https://carleton.ca/its/help-centre/remote-access/">https://carleton.ca/its/help-centre/remote-access/</a></p>
<ul>
<li><a href="https://proxy.library.carleton.ca/login?url=https://search.proquest.com/ip?accountid=9894">ProQuest databases (including PsycINFO)</a></li>
<li><a href="https://proxy.library.carleton.ca/login?url=https://search.ebscohost.com">EBSCO databases (including Business Source Complete)</a></li>
<li><a href="https://proxy.library.carleton.ca/login?url=https://scholar.google.ca/scholar_settings#2">Google Scholar</a></li>
<li><a href="https://proxy.library.carleton.ca/login?url=https://nextcanada.westlaw.com/search/home.html?sp=CRSW_CarletonUniv">WestlawNext</a></li>
<li><a href="https://proxy.library.carleton.ca/login?url=http://www.jstor.org/">JSTOR</a></li>
<li><a href="https://proxy.library.carleton.ca/login?url=https://www.webofscience.com/wos/alldb/basic-search">Web of Science</a></li>
<li><a href="https://proxy.library.carleton.ca/login?url=https://www.portal.euromonitor.com/portal/server.pt">Passport</a></li>
<li><a href="https://pubmed.ncbi.nlm.nih.gov/?otool=icaculib">PubMed</a></li>
</ul>
</body>
</html>