-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmajorpaper.html
190 lines (130 loc) · 5.97 KB
/
majorpaper.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Jack Tieszen</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>MLIS Portfolio</strong></a>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/jack-tieszen-01b730136/" class="icon brands fa fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/JRTieszen" class="icon brands fa fa-git"><span class="label">Github</span></a></li>
</ul>
</header>
<h2 id="content">Major Paper</h2>
<!-- Content -->
</header>
<form method="get" action="downloads/Jack_Tieszen_Alienation.pdf">
<button type="submit">Download Major Paper</button>
</form>
<!-- Content -->
<p><b>Course:</b> IS 213: Issues in Librarianship
(Libraries: Values, Barriers and Interventions)
<br>
<b>Justification:</b>
In the last quarter of my first year, I had a small crisis of faith concerning archiving. I had taken a variety of archiving/media archiving classes in the previous two quarters but I wasn't being as intellectually fulfilled by them as I would have liked to. Furthermore, I began to think about my future in the industry and I realized that I didn't necessarily want to limit myself to working in archives. So I decided to make the switch to librarianship on a whim and it ended up helping to get me out of my perceived academic stagnancy.
<br><br>
The final assignment for this course was 40% of the grade and we were allowed to either do a group project assignment or pursue an independent term paper topic.
The prompt was as follows:
<blockquote>
You (individually) will propose, research and write a term paper of roughly 15-20 pages that covers a topic directly discussed or inspired by the themes and guiding questions of the course.
</blockquote>
Given that what I was researching the neo-liberalization of academic institutions for the class I wanted to continue that pursuit and address the topic of alienation in student communities and how the library can bolster or work against it.
I felt it important to put this paper into my portfolio not only because the ideas that I researched impacted my issue paper but also because it showcases the shift I had from media archiving to librarianship within the UCLA MLIS program.
</p>
<hr class="major" />
<!-- Elements -->
<!-- Text stuff -->
<!-- Lists -->
<div class="row">
<div class="col-6 col-12-small">
<!-- Table -->
</div>
<div class="col-6 col-12-medium">
<!-- Buttons -->
<!-- Form -->
<!-- Image -->
<!-- Box -->
<!-- Preformatted Code -->
</div>
</div>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Search -->
<!-- Menu -->
<nav id="menu">
<header class="major">
<h2>Menu</h2>
</header>
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="philosophy.html">Library Philosophy</a></li>
<li><a href="diversity.html">Diversity Statement</a></li>
<li>
<span class="opener">MLIS Portfolio</span>
<ul>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="issue.html">Issue Paper</a></li>
<li><a href="pdstatement.html">Professional Development Statement</a></li>
<li><a href="accessibility.html">Accessibility Statement</a></li>
<span class="opener">Coursework</span>
<ul>
<li><a href="other.html">Examples of Coursework</a></li>
<li><a href="majorpaper.html">Major Paper </a> </li>
<li><a href="corepaper.html">Core Coursework </a> </li>
<li><a href="electiveone.html">Elective Coursework – Sample 1 </a> </li>
<li><a href="electivetwo.html">Elective Coursework – Sample 2 </a> </li>
<li><a href="coursestaken.html">List of Courses Taken </a> </li>
<li><a href="advisinghistory.html">Advising History</a></li>
</ul>
</ul>
<li>
<span class="opener">Other</span>
<ul>
<li><a href="conference.html">Conferences and Awards</a></li>
<li><a href="geographyfilm.html">Geography and Film</a></li>
</ul>
</nav>
<!-- Section -->
<!-- Section -->
<section>
<header class="major">
<h2>Contact Me</h2>
</header>
<p>If you wish to contact me you can do so by email or phone.</p>
<ul class="contact">
<li class="icon solid fa-envelope"><a>[email protected]</a></li>
<li class="icon solid fa-envelope"><a>[email protected]</a></li>
</ul>
</ul>
</section>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>