-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecommendations.html
More file actions
87 lines (72 loc) · 3.75 KB
/
Copy pathrecommendations.html
File metadata and controls
87 lines (72 loc) · 3.75 KB
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
<html>
<head>
<title>Recommendation Letters</title>
<link rel="shortcut icon" href="Images/wabash-w-icon.ico">
<link rev="made" href="mailto:turnerw@wabash.edu">
<link rel="stylesheet" href="index.css" type="text/css" />
<base target="_top">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/javascript" src="Scripts/base_scr.js"></script>
<!-- <base href="http://wjturner.github.io"> -->
</head>
<body>
<hr>
<h1>Recommendation Letters</h1>
<p>
If I have agreed to write a letter of recommendation for you, please send me
an email or give me a folder containing the following information:
<ul>
<li>an unofficial copy of your transcript,</li>
<li>a copy of your personal statement (if applicable),</li>
<li>a copy of your curriculum vitae or resume (if you have one), and</li>
<li>a signed copy of the <a href="https://www.wabash.edu/registrar/docs/Letter%20of%20Recommendation%20Information%20Release%20Form.pdf">Letter of Recommendation Academic Information Release</a>, and</li>
<li>all necessary forms.</li>
</ul>
Furthermore, at least two weeks before the first letter is due--earlier is
better--email me your
answers to the following questions:
<ul>
<li>What is your name, year, major, and minor?</li>
<li>For what are you applying (e.g., scholarship, graduate school, summer research experience)? List the programs (in due date order) to which you are applying, together with due dates.</li>
<li>How long have I known you (years and months), and what is my relationship to you (instructor, research advisor, etc.)?</li>
<li>For what classes have I had you, what final grades did I assign you, and how did you distinguish yourself in my classes?</li>
<li>How would you describe yourself? What are your strengths? What are your weaknesses? Your response to this question is important, so the more details the better.</li>
<li>What are some of your academic and nonacademic accomplishments?</li>
<li>What makes me particularly qualified to write a letter for you?</li>
<li>What makes you particularly qualified for this position/honor/award?</li>
<li>Are there any specific times you felt you shined in class or lab that I could write about?</li>
<li>Were there extenuating circumstances that affected your performance in my class? If so, describe them.</li>
<li>What are your long term goals and will this position/honor/award help? If so, how?</li>
<li>Additional comments (REUs, summer research, interesting jobs, hobbies, etc.)?</li>
</ul>
You may also find the registrar's <a href="https://www.wabash.edu/careers/docs/Letter_of_Recommendation_Request_Form_Final.pdf">recommendation letters form</a> helpful.
</p>
<p>
Please send me email reminders as deadlines approach, and feel free to chat with me about other ways you can make the letter writing process go as smoothly as possible for you and your letter writers. Good luck!
</p>
<p>
William Turner<br />
Department of Mathematics and Computer Science<br />
Wabash College
</p>
<hr>
<table class="footer">
<tr>
<td align="left">Last updated <script type="text/javascript"> document.write(lastModified()); </script> </td>
<td align="center"> <a href="http://wjturner.github.io">http://wjturner.github.io</a> </td>
<td align="right"> <a href="mailto:turnerw@wabash.edu">turnerw@wabash.edu</a> </td>
</tr>
</table>
<hr>
<!-- Google Analytics -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-6577272-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>