-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication_materials.html
More file actions
51 lines (46 loc) · 1.65 KB
/
Copy pathapplication_materials.html
File metadata and controls
51 lines (46 loc) · 1.65 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
---
layout: default
title: Application Materials
permalink: /application-materials/
---
<section class="section">
<div class="container">
<h1>Application Materials</h1>
<p class="subtitle">
Templates for academic and research applications
</p>
</div>
</section>
<section class="section">
<div class="container">
<p>
These are the templates I use when preparing applications. They are to be used
as starting points for organizing materials, drafting statements, and tracking
deadlines.
</p>
<div class="grid">
<div class="card" style="grid-column: span 4;">
<h3>CV Template</h3>
<p>An academic CV template for graduate school, fellowship, and research applications.</p>
<a href="{{ '/assets/templates/cv_template.pdf' | relative_url }}" target="_blank">
Download CV Template
</a>
</div>
<div class="card" style="grid-column: span 4;">
<h3>Statement Template</h3>
<p>A template for statements of purpose, research statements, and related application essays.</p>
<a href="{{ '/assets/templates/statement_template.pdf' | relative_url }}" target="_blank">
Download Statement Template
</a>
</div>
<div class="card" style="grid-column: span 4;">
<h3>Application Spreadsheet</h3>
<p>A spreadsheet for tracking schools, deadlines, contacts, recommendation letters,
and application progress.</p>
<a href="{{ '/assets/templates/application_spreadsheet_template.xlsx' | relative_url }}" target="_blank">
Download Spreadsheet
</a>
</div>
</div>
</div>
</section>