-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresearch.html
executable file
·180 lines (159 loc) · 9.55 KB
/
research.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">
<title>Research</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link href="carousel.css" rel="stylesheet">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44270503-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<!-- NAVBAR
================================================== -->
<body>
<!-- Fixed navbar -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://www.carrieschroeder.com" class="navbar-brand">carrieschroeder.com</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="cv.html">C.V.</a></li>
<li class="active"><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="events.html">News & Events</a></li>
<li><a href="http://www.earlymonasticism.org" target="_blank">Blog</a></li>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<!-- Carousel
================================================== -->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="WordleDec2014_3.jpg" alt="First slide">
<div class="container">
<div class="carousel-caption">
<h1><em>Monks and Their Children</em></h1>
<p>This book project examines the social history of children, parents, and parenting in early monasteries; children as symbols in ascetic texts and art; and the ideological and political uses of ascetic discourses about children.</p>
<p><a class="btn btn-lg btn-primary" href="#children" role="button">Learn more</a></p>
</div>
</div>
</div>
<div class="item">
<img src="church_from_cliffs.jpg" alt="Second slide">
<div class="container">
<div class="carousel-caption">
<h1>The Monastery of Shenoute in Egypt</h1>
<p>The Monastery of Shenoute, also known as the White Monastery, was home to thousands of women and men in late antiquity. Coptic manuscripts from this community comprise our most extensive corpus of non-hagiographical material from and about a fourth and fifth century monastery. My first book, <em>Monastic Bodies</em>, as well as much of my ongoing research concerns this community. Photograph: Schroeder, 1999, the festival of St. Shenoute.</p>
</div>
</div>
</div>
<div class="item">
<img src="SCRIPTORIUMVideoScreenshotdark.jpg" alt="Third slide">
<div class="container">
<div class="carousel-caption">
<h1>Coptic SCRIPTORIUM</h1>
<p>Coptic SCRIPTORIUM is an interdisciplinary, online platform for the digital and computational study of the Coptic language and literature. It is codirected by Caroline T. Schroeder and Amir Zeldes. We produced a new video on our data model, including our search tool, in November 2014.</p>
<p><a class="btn btn-lg btn-primary" href="https://www.youtube.com/watch?v=JZW6oWHbwQU" role="button">Watch the video</a> <a class="btn btn-lg btn-primary" href="http://www.copticscriptorium.org" role="button">Visit copticscriptorium.org</a></p>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div><!-- /.carousel -->
<!-- Marketing messaging and featurettes
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container marketing">
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<h3>I am a cultural historian of religion, focusing especially on Christianity in Late Antiquity.<br/><br/>I have three major active research projects: a monograph, <em>Monks and Their Children</em>; a co-edited volume with Catherine Chin of U. C. Davis, <em>Melania: Early Christianity through the Life of One Family</em>; and a digital humanities project Coptic SCRIPTORIUM. I am also working on essays on social media and the <em>Gospel of Jesus's Wife Fragment</em>, Digital Humanities and colonized cultural heritage, and the historiography of early Christian studies.<br/><br/>Please visit the Publications section for more about my published scholarship, and visit my blog, Early Monasticism, for public writing and work in progress.</h3><br/><br/><br/>
<hr class="featurette-divider">
<div class="col-md-7"><a id="children"></a>
<h2 class="featurette-heading">Monks and Their Children <span class="text-muted">Family and Childhood in Early Monasticism</span></h2>
<p class="lead">A book project examining the social history of children, parents, and parenting; children as symbols in ascetic texts and art; and the ideological and political uses of discourses about children. The first monograph on children in earliest Christian monasticism.<br/></p>
<p>Part One: Where Do Children Come From?<br/>
1. Documenting the Undocumented<br/>
2. The language of Childhood<br/>
Part Two: Reading and Representing Childhood<br/>
3. Homoeroticism, Children, and the Making of Monks<br/>
4. Child Sacrifice: From Familial Renunciation to Jephthah's Lost Daughter<br/>
5. Healing Children, Healing the Family<br/>
Part Three: A Social History of Monastic Children<br/>
6. Making New Monks<br/>
7. Breaking Rules and Telling Tales<br/>
8. The Ties that Bind<br/>
Conclusions: Fathers, Sons, and Monastic Genealogies<br/>
</p>
</div>
<div class="col-md-5">
<img class="featurette-image img-responsive" src="syriani_sanc_nursing_virgin.jpg" alt="Nursing Virgin at Monastery of the Syrians in Egypt image">
<p>Nursing virgin painting at the Monastery of the Syrians in the Wadi Natrun, Egypt. Photograph: Schroeder, 2002.</p>
</div>
</div>
<hr class="featurette-divider">
</div>
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<hr>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/80x15.png" /></a> Text and images are licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.</p>
</footer>
</div><!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
<script src="../../assets/js/docs.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>