-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
99 lines (86 loc) · 4.12 KB
/
cv.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Julie Berry - CV</title>
<meta name="Julie Berry Writer" content="Julie Berry">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Cambo' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Pontano+Sans' rel='stylesheet' type='text/css'>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<div id="container">
<header>
<h1><a href="index.html" class="logo">Julie Berry</a></h1>
<nav>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="work.html">Work</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<hr>
<div class="wrap">
<h2>Education</h2>
<ul>
<li>Bachelor of Arts - University of Western Ontario, 1975</li>
<li>Bachelor of Education - University of Western Ontario, 1976</li>
<li>Masters of Education - University of Toronto, 1995</li>
<ul>
<li>Researched and wrote a collection of poetry entitled writing school with commentary under guidance of Roger Simon of the Ontario Institute of Education, University of Toronto
</li>
</ul>
</ul>
<h2>Experience</h2>
<ul>
<li>Sage Hill Writer’s Workshop in Lumsden, Saskatchewan (1994)</li>
<li>Worked with Patrick Lane on a book-length unpublished manuscript, writing school</li>
<li>Writer-In-Residence,Trent University Library, Peterborough, Ontario (2007)</li>
<li>Five Week Residency at Banff Centre for the Arts (May 1-May 30, 2008)</li>
</ul>
<h2>Publishing History</h2>
<ul>
<li>worn thresholds Brick Books 1995 (second printing 2006)</li>
<li>the walnut-cracking machine Buschek Books 2010</li>
</ul>
<h2>Poems have appeared in the following Canadian publications</h2>
<ul>
<li>Canadian Forum, November 1979</li>
<li>Room of One’s Own, June 1993</li>
<li>Canadian Forum, October 1995</li>
<li>Carousel Number 11, 1996</li>
<li>Grain, February 1998</li>
<li>The New Quarterly, Fall 2003</li>
<li>Grain, Spring, 2005</li>
<li>Literary Review of Canada, 2009</li>
</ul>
<h2>Poems have appeared in the following anthologies</h2>
<ul>
<li>Vintage 91 Prize-Winning Poems from the League of Canadian Poets</li>
<li>New Life in Dark Seas: Brick Books 25 Brick Books 2000</li>
<li>Henry’s Creature Poems and Stories on the automobile Black Moss Press 2000</li>
<li>Smaller Than God Black Moss Press 2001</li>
<li>Open Wide a Wilderness Wilfred Laurier University Press 2008</li>
</ul>
</div> <!-- end wrap -->
<div class="clear"></div>
<footer>
<hr>
<a href="mailto:[email protected]" target="_blank"><img src="img/email-icon.png" alt="Email Me"></a>
<p class="copyright">Julie Berry 2012</p>
</footer>
</div> <!-- end container -->
<!-- Javascript source files linked below -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</body>
</html>