Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
File size: 15,357 Bytes
a01128b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "">
<html xmlns="">
 <head>
  <style>
   /* == Reset == */

/* == Generic styles ======== */
body {font:62.5% "Times New Roman", Times, serif; color:#444;min-width:940px;}

h1 {margin:0;}
h1 {font-size:3em; margin-bottom:0.666667em; line-height:1.333333em;}
h2 {font-size:2em; margin-bottom:.25em; line-height:1em;}
h3 {font-size:2em; margin-bottom:.25em; line-height:1em;}

/* Links */
a:link {color:#888;}
a:visited {color:#999;}
a:hover {color:#777;}
a:active {color:#777;}

h3 a {text-decoration:none;}

/* Reusable classes */
.hide {text-indent: -1000em; width: 0; height: 0; overflow: hidden;}

.navigation {list-style:none; margin: 2em 0 0;}
	.navigation li {display:inline;}
	.navigation a {text-decoration:none;}
	#footer .navigation li {font-size:1.5em;}

.item-pagination {overflow:hidden;width:512px; margin-bottom:1.5em;border-top:1px solid #ccc; padding-top:1.5em;}
.item-pagination li.previous {display:block;float:left; width:48%;}
.item-pagination li.next {float:right; display:block;width: 48%; text-align:right}

textarea {width:378px; height:312px;float:right;}
legend {display:none;}
fieldset {display:block; clear:both;}
label {font-size:1.5em;}
.label {font-size:1.5em;}
.inputs {overflow:hidden;zoom:1;}
.field {border-bottom:1px solid #ccc; padding:0.75em 0; overflow:hidden; width:512px;}
.field label {float:left; width: 114px;font-weight:normal;clear:left; }
.field .label {float:left; width: 114px;font-weight:normal;clear:left; }
.field .textinput, .field select {float:right; width: 378px;background:#fff;}
.field select {width: 382px;}
.field input {margin:0;margin-left:16px;}
input.submitinput {margin-top:1em;}
.radioinputs {display:block; margin-bottom:0.5em; overflow:hidden;}
.radioinputs label {display:block; float:left; width: 48%; clear:none;}
input#description {width: 378px; height: 312px;}
.search-entry select {margin-bottom:.5em;}
#primary #submit_search {margin:.5em 0;float:right;}


p {font-size:1.5em; line-height:1.33333em; margin-bottom:1.33333em;}

ul {list-style:none;font-size:1.5em; line-height:1.33333em;}
ol {list-style:lower-roman inside;font-size:1.5em; line-height:1.33333em;}

ul.items-list, ul.collections-list, ul.title-list {font-size:1em;}


.item-description, .element-text, .element-text-empty {font-size:1.5em; line-height:1.33333em; margin-bottom:1.33333em;}
.item-description p, .element-text p {font-size:1em; line-height:1.33333em; margin-bottom:1.33333em;}

.title-list li {font-size:1.5em; line-height:1.33333em; margin-bottom:1.33333em;}
	
em {font-style:italic;}
.element {margin-bottom:1.25em;}

textarea#rights {float:none; display:none;line-height:1.33333em;width: 512px; border:none; font:1.5em "Times New Roman",Times, serif;height:31em; color:#444;padding:0; margin:0;}

div.error {font-size:1.5em; line-height:1.33333em; margin:1.33333em 0;}

/* Microformats */
.hTagcloud {margin-top:2em;}
.hTagcloud ul {list-style:none; margin-left:0; padding-left:0; line-height:1.8em;}
	.hTagcloud li {display:inline;margin-right:8px;}

	.popular {font-size:100%;}
	.v-popular {font-size:140%;}
	.vv-popular {font-size:180%;}
	.vvv-popular {font-size:220%;}
	.vvvv-popular {font-size:260%;}
	.vvvvv-popular {font-size:300%;}
	.vvvvvv-popular {font-size:320%;}
	.vvvvvvv-popular {font-size:340%;}
	.vvvvvvvv-popular {font-size:360%;}

	.popular a, .popular a:visited {color: #714271;}
	.v-popular a, .v-popular a:visited {color: #714271;}
	.vv-popular a, .vv-popular a:visited {color: #714271;}
	.vvv-popular a, .vvv-popular a:visited {color: #636;}
	.vvvv-popular a, .vvvv-popular a:visited {color: #636;}
	.vvvvv-popular a, .vvvvv-popular a:visited {color: #5D2E5D;}
	.vvvvvv-popular a, .vvvvvv-popular a:visited {color: #5D2E5D;}
	.vvvvvvv-popular a, .vvvvvvv-popular a:visited {color: #5D2E5D;}
	.vvvvvvvv-popular a, .vvvvvvvv-popular a:visited {color: #5D2E5D;}

/* == Header == */

#header #site-title {margin-bottom:0; font-size:4em; margin-left:48px; padding:1em 0;}
	#header #site-title a {text-decoration:none;}
	#header {}

/* == Content == */
#content {background:#fff url("../images/horizontal-stripe.gif") top left repeat-x;padding:54px 0 48px 48px; overflow:hidden; zoom:1;}
	
	#search-wrap a {font-size:1.5em;margin-top:.25em;text-decoration:none;}
	#search-wrap {margin-bottom:2em;}
	#submit_search {margin-left:5px;}
	#submit_search_advanced {margin-top:5px;margin-bottom:5px;}
	
	
	#primary-nav {float:left; width:246px;}
	#primary-nav ul {margin:0;font-size:2em; line-height:1em;}
	#primary-nav li {display:block; width: 246px; margin-bottom:1em;}
	#primary-nav a {display:block; width: 246px; padding:0;}
	#primary-nav li.current a, #contribution #primary-nav li.nav-contribute-a-story-or-file a, #Tags #primary-nav li.nav-browse-contributions a, #items #primary-nav li.nav-browse-contributions a {color:#444;border-left:1em solid #444; padding-left:0.25em;}
	
	#primary {float:left; width: 512px; margin-left:60px;}

		#secondary-nav {margin-bottom:1em; border-bottom:1px solid #ccc;margin-bottom:0;padding:0.4em 0.5em; font-size:1.5em; }
		#secondary-nav li {padding:0.5em 0;}
		#secondary-nav a {padding:0.5em 1em 0.5em; color:#666;}
		#secondary-nav .current a{border-top:1px solid #ccc;background:#fff;color:#333; font-weight:bold;border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #fff;}
		
		.pagination ul {text-align:right; line-height:1em; padding:0.5em; }
		.pagination li {display:inline; margin-left:1em; margin-bottom:0; padding:0.5em 0;}
		.top ul {border:1px solid #ccc; border-width:0 0 1px 0;}
		.bottom ul {/*margin-top:-1.3em;*/margin-bottom:0; }
			.pagination .next {border-left:1px solid #ccc; padding-left:1em;}
			.pagination .previous {border-right:1px solid #ccc; padding-right:1em;}
	
		.browse .item {overflow:hidden; border-top:1px solid #ccc;padding-top:2em;}
		.browse .item-img img {width:100px; height:100px; float:left; display:block; margin-bottom:2em; margin-right:2em; padding:6px; border:1px solid #ccc;}
		.tags li {display:inline;}
		.tags a {}
		
		#item-content img {padding:5px; border:1px solid #ccc; margin-bottom:2em;}

		#featured-item {overflow:hidden;}
		#featured-item img {width: 140px; height:140px; padding:8px; border:1px solid #ccc; margin-right:20px; margin-bottom:20px;float:left;}

		.items-list li {border-bottom:1px solid #ccc; margin-bottom:1.33333em;}
		
		.collection {border-top:1px solid #ccc;padding-top:1.33333em;}
		.collection .element {margin-bottom:0;}
		
		/* Exhibits browse */
		#exhibits .exhibit {border-top:1px solid #ccc; padding-top:2em;}
		

		
		.exhibit-section-nav {list-style:square;padding-left:20px;padding-bottom:10px;}
		.exhibit-section-nav li {font-size:1.5em;}
		.exhibit-page-nav {list-style:square;padding-left:40px;padding-bottom:10px;}
		.exhibit-page-nav li {font-size:1.5em;}
		
		
/* == Footer == */
#footer {clear:both; overflow:hidden; padding-top:2em; margin-top:2em; border-top:1px solid #ccc;width: 818px;}
	#footer p {float:left; width: 180px;}
	#footer ul {float:left; width:578px; margin:0 0 0 60px;text-align:right;}
		#footer ul li {margin-left:12px;}
  </style>
  <title>
   Harlem CORE | Browse Items
  </title>
  <!-- Meta -->
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  <meta content="A brief introductory history of the New York-Harlem chapter of the Congress of Racial Equality (CORE)." name="description">
  <!-- Stylesheets -->
  <!-- JavaScripts -->
  <!-- Plugin Stuff -->
 </head>
 <body>
  <div id="wrap">
   <div id="header">
    <div id="site-title">
     <a>
      Harlem CORE
     </a>
    </div>
   </div>
   <div id="content">
    <div id="primary-nav">
     <div id="search-wrap">
      <h2>
       Search
      </h2>
      <form action="/omeka/items/browse" id="simple-search" method="get">
       <fieldset>
        <input class="textinput" id="search" name="search" type="text" value>
        <input id="submit_search" name="submit_search" type="submit" value="Search">
       </fieldset>
      </form>
      <a>
       Advanced Search
      </a>
     </div>
     <ul class="navigation">
      <li class="nav-browse-items current">
       <a>
        Browse Items
       </a>
      </li>
      <li class="nav-browse-collections">
       <a>
        Browse Collections
       </a>
      </li>
      <li class="nav-browse-exhibits">
       <a>
        Browse Exhibits
       </a>
      </li>
     </ul>
    </div>
    <div class="browse" id="primary">
     <h1>
      Browse Items (4 total)
     </h1>
     <ul class="navigation" id="secondary-nav">
      <li class="nav-browse-all current">
       <a>
        Browse All
       </a>
      </li>
      <li class="nav-browse-by-tag">
       <a>
        Browse by Tag
       </a>
      </li>
     </ul>
     <div class="pagination top">
     </div>
     <div class="item hentry">
      <div class="item-meta">
       <h3>
        <a class="permalink">
         1961 arrest photo for Gloria Bouknight as Freedom Rider
        </a>
       </h3>
       <div class="item-img">
        <a>
         <img alt="1961 arrest photo for Gloria Bouknight as Freedom Rider" height="300" src="rick.jpg" width="300">
        </a>
       </div>
       <div class="item-description">
        This is the 1961 arrest photo for CORE member Gloria Bouknight as a Freedom Rider in Jackson, Mississippi. Originally from the South, she lived in New York after the rides and was roommates with Sheila Michaels.
       </div>
       <div class="tags">
        <p>
         <strong>
          Tags:
         </strong>
         <a rel="tag">
          civil rights movement
         </a>
         ,
         <a rel="tag">
          congress of racial equality
         </a>
         ,
         <a rel="tag">
          CORE
         </a>
         ,
         <a rel="tag">
          freedom riders
         </a>
         ,
         <a rel="tag">
          gloria bouknight
         </a>
         ,
         <a rel="tag">
          non-violent direct action
         </a>
        </p>
       </div>
      </div>
      <!-- end class="item-meta" -->
     </div>
     <!-- end class="item hentry" -->
     <div class="item hentry">
      <div class="item-meta">
       <h3>
        <a class="permalink">
         New York CORE chairman Clarence Funnye with family and Genevieve Hughs
        </a>
       </h3>
       <div class="item-img">
        <a>
         <img alt="New York CORE chairman Clarence Funnye with family and Genevieve Hughs" height="300" src="rick.jpg" width="300">
        </a>
       </div>
       <div class="item-description">
        This is a photo of New York CORE chairman Clarence Funnye in the very early 1960's. He is pictured with his wife, son and Genevieve Hughes, one of the original Freedom Riders.
        <br>
        <br>
        The photo is of a housing demonstration in the Clinton Hill section&hellip;
       </div>
       <div class="tags">
        <p>
         <strong>
          Tags:
         </strong>
         <a rel="tag">
          clarence funnye
         </a>
         ,
         <a rel="tag">
          freedom riders
         </a>
         ,
         <a rel="tag">
          harlem core
         </a>
         ,
         <a rel="tag">
          new york city
         </a>
         ,
         <a rel="tag">
          new york core
         </a>
        </p>
       </div>
      </div>
      <!-- end class="item-meta" -->
     </div>
     <!-- end class="item hentry" -->
     <div class="item hentry">
      <div class="item-meta">
       <h3>
        <a class="permalink">
         1961 arrest photo for New York CORE member Travis Britt as Freedom Rider
        </a>
       </h3>
       <div class="item-img">
        <a>
         <img alt="1961 arrest photo for New York CORE member Travis Britt as Freedom Rider" height="300" src="rick.jpg" width="300">
        </a>
       </div>
       <div class="item-description">
        This is the 1961 arrest photo for New York CORE member Travis Britt as a Freedom Rider. He was one of the three principal investigators (along with Joanne Shane, who he was dating at the time) for the Freedom Highways project and participated in the&hellip;
       </div>
       <div class="tags">
        <p>
         <strong>
          Tags:
         </strong>
         <a rel="tag">
          arrests
         </a>
         ,
         <a rel="tag">
          civil rights movement
         </a>
         ,
         <a rel="tag">
          congress of racial equality
         </a>
         ,
         <a rel="tag">
          CORE
         </a>
         ,
         <a rel="tag">
          freedom highways
         </a>
         ,
         <a rel="tag">
          freedom riders
         </a>
         ,
         <a rel="tag">
          Freedom Rides
         </a>
         ,
         <a rel="tag">
          harlem core
         </a>
         ,
         <a rel="tag">
          route 40 freedom rides
         </a>
        </p>
       </div>
      </div>
      <!-- end class="item-meta" -->
     </div>
     <!-- end class="item hentry" -->
     <div class="item hentry">
      <div class="item-meta">
       <h3>
        <a class="permalink">
         1961 arrest photo for New York CORE member Mary Hamilton as Freedom Rider
        </a>
       </h3>
       <div class="item-img">
        <a>
         <img alt="1961 arrest photo for New York CORE member Mary Hamilton as Freedom Rider" height="300" src="rick.jpg" width="300">
        </a>
       </div>
       <div class="item-description">
        This is the 1961 arrest photo for New York CORE Mary Hamilton as a Freedom Rider in Jackson, Mississippi. At the time, she was 25 years old.
        <br>
        <br>
        A Black woman, she would joke that she was 'light enough to pass' in her oral history interview when&hellip;
       </div>
       <div class="tags">
        <p>
         <strong>
          Tags:
         </strong>
         <a rel="tag">
          arrests
         </a>
         ,
         <a rel="tag">
          congress of racial equality
         </a>
         ,
         <a rel="tag">
          CORE
         </a>
         ,
         <a rel="tag">
          freedom riders
         </a>
         ,
         <a rel="tag">
          Freedom Rides
         </a>
         ,
         <a rel="tag">
          harlem core
         </a>
         ,
         <a rel="tag">
          Mary Hamilton
         </a>
         ,
         <a rel="tag">
          route 40 freedom rides
         </a>
        </p>
       </div>
      </div>
      <!-- end class="item-meta" -->
     </div>
     <!-- end class="item hentry" -->
     <div class="pagination bottom">
     </div>
    </div>
    <!-- end primary -->
    <div id="footer">
     <p>
      Proudly powered by
      <a>
       Omeka
      </a>
      .
     </p>
     <ul class="navigation">
      <li class="nav-home">
       <a>
        Home
       </a>
      </li>
      <li class="nav-browse-items current">
       <a>
        Browse Items
       </a>
      </li>
      <li class="nav-browse-collections">
       <a>
        Browse Collections
       </a>
      </li>
      <li class="nav-browse-exhibits">
       <a>
        Browse Exhibits
       </a>
      </li>
     </ul>
    </div>
    <!-- end footer -->
   </div>
   <!-- end content -->
  </div>
  <!--end wrap-->
 </body>
</html>