This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ElectronicDeliveryInformation.html
120 lines (98 loc) · 4.63 KB
/
ElectronicDeliveryInformation.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
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>ILLiad - Electronic Delivery Information</title>
<#INCLUDE filename="include_head.html">
</head>
<body>
<#INCLUDE filename="include_header.html">
<#INCLUDE filename="include_menu.html" restriction="IsValidSession">
<div class="container">
<main id="content" aria-label="Content">
<h2 class="page-header">
ILLiad Electronic Delivery Information
<a name="contents"></a>
</h2>
<p>ILLiad offers the convenient option of having articles delivered to you without ever going to the library or waiting for mail delivery.<br>
Expect electronic articles to be available on your virtual desktop a few days sooner than a paper article would arrive on your real desktop.<br>
Electronic delivery is available for items that are delivered to us electronically from the lending library</p>
<div id="faq-toc">
<ul>
<li><a href="#signup">How do I sign up for electronic delivery?</a></li>
<li><a href="#computer">How do I know if my computer can receive electronic articles?</a></li>
<li><a href="#acrobat">How do I get Adobe Acrobat Reader?</a></li>
<li><a href="#articles">How do I get my articles when they arrive?</a></li>
<li><a href="#which">How do I know which requests will be electronically delivered and which ones will not?</a></li>
<li><a href="#dontwant">What if I do not want electronic delivery?</a></li>
<li><a href="#questions">What if I have questions about electronic delivery?</a></li>
</ul>
</div>
<div id="faq-contents">
<a name="signup"></a>
<div class="faq-item">
<div class="faq-item-box">
<h3>How do I sign up for electronic delivery?</h3>
<ol>
<li>Logon to ILLiad</li>
<li>From the main menu, click the "Change" link under the Personal Information options.</li>
<li>For the choice "Preferred Electronic Delivery if Possible (via web through ILLiad)" choose "Yes" to have your electronic articles posted to your ILLiad account.</li>
</ol>
</div>
</div>
<a name="computer"></a>
<div class="faq-item">
<div class="faq-item-box">
<h3>How do I know if my computer can receive electronic articles?</h3>
<p>You will need Adobe Acrobat Reader installed and configured to work with your Web
browser in order to view, download, and print these articles. If you can read the sample page,
then your computer has the necessary software installed to work with your Web browser.
However, if your computer tells you the file type is unknown and asks if you want to save
the file to disk, then you need to install the Adobe Acrobat Reader software.</p>
</div>
</div>
<a name="acrobat"></a>
<div class="faq-item">
<div class="faq-item-box">
<h3>How do I get Adobe Acrobat Reader?</h3>
<p>Adobe Acrobat Reader is available without charge from <a href="http://www.adobe.com" target="_blank" rel="noopener noreferrer">Adobe Systems, Inc.</a> Click the "Get Adobe Reader" button to go directly
to the download page.</p>
</div>
</div>
<a name="articles"></a>
<div class="faq-item">
<div class="faq-item-box">
<h3>How do I get my articles when they arrive?</h3>
<ol>
<li>Logon to ILLiad</li>
<li>From the main menu, click the "Electronically Received Articles" link under the View Requests options.</li>
<li>A list will be displayed containing all of the items that you have waiting to be viewed or downloaded.</li>
</ol>
</div>
</div>
<a name="which"></a>
<div class="faq-item">
<div class="faq-item-box">
<h3>How do I know which requests will be electronically delivered and which ones will not?</h3>
<p>ILLiad sends you an e-mail notification for each item received. That e-mail will include information about the delivery method.</p>
</div>
</div>
<a name="dontwant"></a>
<div class="faq-item">
<div class="faq-item-box">
<h3>What if I do not want electronic delivery?</h3>
<p>Paper delivery is the ILLiad default. Electronic delivery will be provided only if you choose it as an option on your Personal Information Form in ILLiad.</p>
</div>
</div>
<a name="questions"></a>
<div class="faq-item">
<div class="faq-item-box">
<h3>What if I have questions about electronic delivery?</h3>
<p>You can e-mail questions to <a href="mailto:[email protected]">[email protected]</a> or call us at 555-1212.</p>
</div>
</div>
</div>
</main>
<#INCLUDE filename="include_footer.html">
</div>
</body>
</html>