-
Notifications
You must be signed in to change notification settings - Fork 0
/
undergrad-scholarship.php
80 lines (77 loc) · 6.35 KB
/
undergrad-scholarship.php
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
<!DOCTYPE html>
<html>
<head>
<?php include 'head.php'; ?>
<title>Undergraduate Scholarship | Anderson University</title>
</head>
<body>
<header>
<?php include 'header.php'; ?>
</header>
<main>
<div class="container">
<nav>
<a href="index.php">Home</a> / Undergraduate Scholarship
</nav>
<section class="content">
<h2 class="contentTitle">Undergraduate Scholarship</h2>
<div class="contentImage">
<div>
<p class="justify-content-center"><img class="img-fluid banner-img" alt="Elizabeth York Children's Literature Festival" data-align="left" data-entity-type="file" data-entity-uuid="04ae7a2c-ac7d-4a12-9e88-da9c8182c4e5" src="assets/images/undergrad-scholarship-banner.png" /></p>
</div>
<div class="contentContent">
<p>At <a href="https://anderson.edu" target="_blank">Anderson University</a> we don't believe that learning -- or faith -- is dry, stuffy, or stale. Anderson students question... investigate... discover... interpret... arrive at new conclusions... share. Students roll up their sleeves and fully engage with the messy, sometimes paradoxical, world of research and the creative process. Our esteemed faculty members come alongside and mentor throughout the journey.</p>
<p>The <a href="https://palni.contentdm.oclc.org/digital/collection/p15705coll17/search" target="_blank">AU Undergraduate Scholarship</a> collection showcases the "share" part of the process. Here you will find Senior Seminar Papers; Honors Theses; Senior Chapel Speeches; and abstracts of poster sessions from "Scholars Day."</p>
</div>
<div class="contentList">
<dl>
<div class="questionGroup">
<dt>Do you have a submission?<span class="expand-icon"><i class="fas fa-plus-circle"></i></span></dt>
<dd>
<p>Congratulations on completeing your honors thesis, senior seminar paper, baccalaureate address, or convocation/chapel address. In addition to the delivery of a print copy of your work to the Library Director (for placement in the <a href="archives.php" target="_blank">Anderson University & Church of God Archives</a>), all students will deposit a digital version of their work into <a href="https://palni.contentdm.oclc.org/digital/collection/p15705coll17/search" target="_blank">Anderson University's Digital Repository</a>.</p>
<p>The library preserves and provides access to your work in these ways:</p>
<ul>
<li>Each student's print copy is available to the members of the Anderson University community and the general public in the <a href="archives.php" target="_blank">Anderson University & Church of God Archives</a> during its regular business hours.</li>
<li>The digital, full-text version of each student's work is available to the members of the current Anderson University community when the work is depostited in the <a href="https://palni.contentdm.oclc.org/digital/collection/p15705coll17/search" target="_blank">Anderson University Digital Repository</a>, our web-based, open access compliant institutional repository for Anderson-produced digital content. It is a permanent archive.</li>
<li>The digital full-text version of the student's work may be made available globally to better serve the Anderson University community.</li>
</ul>
<p>Your work is discoverable in two ways:</p>
<ul>
<li>Every student's work is placed in the Nicholson Library catalog of resources. A link to the digital copy is included there, as well.</li>
<li>Every student's work deposited in the <a href="https://palni.contentdm.oclc.org/digital/collection/p15705coll17/search" target="_blank">Anderson University Digital Repository</a> is searchable using any internet search engine.</li>
</ul>
<h3>Questions?</h3>
<p>Contact Dr Janet Brewere in the Nicholson Library by <a href="mailto:jlbrewer@anderson.edu">email</a> or <a href="tel:7656414272">765-641-4272</a>. Bring the signed form to Janet Brewer in the Nicholson Library along with the print version; to submit your work to the Digital Repository, complete Part II of <a href="#">this form</a>.</p>
<p><b>Thank you for submitting your work. We appreciate your willingness to share your academic scholarship!</b></p>
<button class="btn btn-lg">Download the Consent Form</button>
</dd>
</div>
</dl>
</div>
<div class="contentContact">
<h3>Contact</h3>
<div class="staff-img">
<img src="assets/images/staff/Janet_Brewer.jpg" alt="Janet Brewer, Library Director">
</div>
<div class="staff-info">
<h4 class="staff-name">Janet Brewer</h4>
<p>
<em><span class="job-title">Library Director</span></em><br/>
</p>
<div class="staff-contact-info">
<p>
<a href="mailto:jlbrewer@anderson.edu">Email Janet</a><br/>
Phone: <a href="tel:7656414272">(765) 641-4272</a>
</p>
</div>
</div>
</div>
</section>
</div>
</main>
<footer>
<?php include 'footer.php' ?>
</footer>
<?php include 'add-js.php'; ?>
</body>
</html>