muck-raker 0.1.4 → 0.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -0
- data/VERSION +1 -1
- data/app/controllers/recommender/entries_controller.rb +5 -5
- data/app/models/tag_cloud.rb +8 -0
- data/app/views/entries/_result_navigation.html.erb +5 -0
- data/app/views/entries/_result_status.html.erb +14 -0
- data/app/views/entries/_results.html.erb +3 -0
- data/app/views/entries/_tag_cloud.html.erb +11 -3
- data/app/views/entries/browse_by_tags.html.erb +13 -32
- data/app/views/entries/index.html.erb +1 -6
- data/app/views/entries/search.html.erb +10 -20
- data/db/bootstrap/feeds.yml +388 -388
- data/db/migrate/20090602191243_create_muck_raker.rb +3 -0
- data/db/migrate/20090619211125_create_tag_clouds.rb +19 -0
- data/db/migrate/20090623181458_add_grain_size_to_entries.rb +16 -0
- data/muck-raker.gemspec +18 -8
- data/raker/lib/aggregatord.jar +0 -0
- data/raker/lib/recommenderd.jar +0 -0
- data/rdoc/created.rid +1 -1
- metadata +8 -5
- data/app/models/cloud_cache.rb +0 -9
- data/app/views/entries/_cloud_type_selector.html.erb +0 -9
- data/app/views/entries/_tags.html.erb +0 -7
data/db/bootstrap/feeds.yml
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
harvested_from_display_uri: http://www.ariadne-eu.org/
|
9
9
|
harvested_from_title: Ariadne
|
10
10
|
harvested_from_short_title: Ariadne
|
11
|
-
|
11
|
+
default_grain_size: unknown
|
12
12
|
feed_2:
|
13
13
|
title: Comunidad Latinoamericana de Objetos de Aprendizaje
|
14
14
|
short_title: LACLO-FLOR
|
@@ -19,7 +19,7 @@ feed_2:
|
|
19
19
|
harvested_from_display_uri: http://www.ariadne-eu.org/
|
20
20
|
harvested_from_title: LACLO-FLOR
|
21
21
|
harvested_from_short_title: LACLO-FLOR
|
22
|
-
|
22
|
+
default_grain_size: unknown
|
23
23
|
feed_3:
|
24
24
|
title: Connexions - Sharing Knowledge and Building Communities
|
25
25
|
short_title: Connexions
|
@@ -30,7 +30,7 @@ feed_3:
|
|
30
30
|
harvested_from_display_uri: http://cnx.org/
|
31
31
|
harvested_from_title: Connexions - Sharing Knowledge and Building Communities
|
32
32
|
harvested_from_short_title: Connexions
|
33
|
-
|
33
|
+
default_grain_size: unknown
|
34
34
|
feed_4:
|
35
35
|
title: TWB Courseware
|
36
36
|
short_title: TWB
|
@@ -41,7 +41,7 @@ feed_4:
|
|
41
41
|
harvested_from_display_uri: http://twb.enpraxis.net/
|
42
42
|
harvested_from_title: Teachers without Borders
|
43
43
|
harvested_from_short_title: TWB
|
44
|
-
|
44
|
+
default_grain_size: unknown
|
45
45
|
feed_5:
|
46
46
|
title: NSDL Middle School Portal
|
47
47
|
short_title: MSP
|
@@ -52,7 +52,7 @@ feed_5:
|
|
52
52
|
harvested_from_display_uri: http://msteacher.org/
|
53
53
|
harvested_from_title: National Science Digital Library
|
54
54
|
harvested_from_short_title: NSDL
|
55
|
-
|
55
|
+
default_grain_size: unknown
|
56
56
|
feed_6:
|
57
57
|
title: Microbial Life - Educational Resources
|
58
58
|
short_title: Microbial Life
|
@@ -63,7 +63,7 @@ feed_6:
|
|
63
63
|
harvested_from_display_uri: http://nsdl.org/
|
64
64
|
harvested_from_title: National Science Digital Library
|
65
65
|
harvested_from_short_title: NSDL
|
66
|
-
|
66
|
+
default_grain_size: unknown
|
67
67
|
feed_7:
|
68
68
|
title: Teacher's Domain
|
69
69
|
short_title: Teacher's Domain
|
@@ -74,7 +74,7 @@ feed_7:
|
|
74
74
|
harvested_from_display_uri: http://nsdl.org/
|
75
75
|
harvested_from_title: National Science Digital Library
|
76
76
|
harvested_from_short_title: NSDL
|
77
|
-
|
77
|
+
default_grain_size: unknown
|
78
78
|
feed_8:
|
79
79
|
title: Innovation Curriculum Online Network (ICON)
|
80
80
|
short_title: ICON
|
@@ -85,7 +85,7 @@ feed_8:
|
|
85
85
|
harvested_from_display_uri: http://nsdl.org/
|
86
86
|
harvested_from_title: National Science Digital Library
|
87
87
|
harvested_from_short_title: NSDL
|
88
|
-
|
88
|
+
default_grain_size: unknown
|
89
89
|
feed_9:
|
90
90
|
title: JCE Digital Library
|
91
91
|
short_title: JCE
|
@@ -96,7 +96,7 @@ feed_9:
|
|
96
96
|
harvested_from_display_uri: http://nsdl.org/
|
97
97
|
harvested_from_title: National Science Digital Library
|
98
98
|
harvested_from_short_title: NSDL
|
99
|
-
|
99
|
+
default_grain_size: unknown
|
100
100
|
feed_10:
|
101
101
|
title: The Shodor Education Foundation, Inc
|
102
102
|
short_title: Shodor
|
@@ -107,7 +107,7 @@ feed_10:
|
|
107
107
|
harvested_from_display_uri: http://nsdl.org/
|
108
108
|
harvested_from_title: National Science Digital Library
|
109
109
|
harvested_from_short_title: NSDL
|
110
|
-
|
110
|
+
default_grain_size: unknown
|
111
111
|
feed_11:
|
112
112
|
title: "Materials Digital Library: MatDL.org"
|
113
113
|
short_title: MatDL
|
@@ -118,7 +118,7 @@ feed_11:
|
|
118
118
|
harvested_from_display_uri: http://nsdl.org/
|
119
119
|
harvested_from_title: National Science Digital Library
|
120
120
|
harvested_from_short_title: NSDL
|
121
|
-
|
121
|
+
default_grain_size: unknown
|
122
122
|
feed_12:
|
123
123
|
title: comPADRE
|
124
124
|
short_title: comPADRE
|
@@ -129,7 +129,7 @@ feed_12:
|
|
129
129
|
harvested_from_display_uri: http://nsdl.org/
|
130
130
|
harvested_from_title: National Science Digital Library
|
131
131
|
harvested_from_short_title: NSDL
|
132
|
-
|
132
|
+
default_grain_size: unknown
|
133
133
|
feed_13:
|
134
134
|
title: TeachEngineering Digital Collection
|
135
135
|
short_title: TeachEngineering
|
@@ -140,7 +140,7 @@ feed_13:
|
|
140
140
|
harvested_from_display_uri: http://nsdl.org/
|
141
141
|
harvested_from_title: National Science Digital Library
|
142
142
|
harvested_from_short_title: NSDL
|
143
|
-
|
143
|
+
default_grain_size: unknown
|
144
144
|
feed_14:
|
145
145
|
title: ENC Online
|
146
146
|
short_title: ENC Online
|
@@ -151,7 +151,7 @@ feed_14:
|
|
151
151
|
harvested_from_display_uri: http://nsdl.org/
|
152
152
|
harvested_from_title: National Science Digital Library
|
153
153
|
harvested_from_short_title: NSDL
|
154
|
-
|
154
|
+
default_grain_size: unknown
|
155
155
|
feed_15:
|
156
156
|
title: Gender and Science Digital Library (GSDL)
|
157
157
|
short_title: GSDL
|
@@ -162,7 +162,7 @@ feed_15:
|
|
162
162
|
harvested_from_display_uri: http://nsdl.org/
|
163
163
|
harvested_from_title: National Science Digital Library
|
164
164
|
harvested_from_short_title: NSDL
|
165
|
-
|
165
|
+
default_grain_size: unknown
|
166
166
|
feed_16:
|
167
167
|
title: Internet Scout Project
|
168
168
|
short_title: Scout
|
@@ -173,7 +173,7 @@ feed_16:
|
|
173
173
|
harvested_from_display_uri: http://nsdl.org/
|
174
174
|
harvested_from_title: National Science Digital Library
|
175
175
|
harvested_from_short_title: NSDL
|
176
|
-
|
176
|
+
default_grain_size: unknown
|
177
177
|
feed_17:
|
178
178
|
title: Learning Matrix (LM)
|
179
179
|
short_title: LM
|
@@ -184,7 +184,7 @@ feed_17:
|
|
184
184
|
harvested_from_display_uri: http://nsdl.org/
|
185
185
|
harvested_from_title: National Science Digital Library
|
186
186
|
harvested_from_short_title: NSDL
|
187
|
-
|
187
|
+
default_grain_size: unknown
|
188
188
|
feed_18:
|
189
189
|
title: Mathematical Sciences Digital Library
|
190
190
|
short_title: MathDL
|
@@ -195,7 +195,7 @@ feed_18:
|
|
195
195
|
harvested_from_display_uri: http://nsdl.org/
|
196
196
|
harvested_from_title: National Science Digital Library
|
197
197
|
harvested_from_short_title: NSDL
|
198
|
-
|
198
|
+
default_grain_size: unknown
|
199
199
|
feed_19:
|
200
200
|
title: Math Forum
|
201
201
|
short_title: Math Forum
|
@@ -206,7 +206,7 @@ feed_19:
|
|
206
206
|
harvested_from_display_uri: http://nsdl.org/
|
207
207
|
harvested_from_title: National Science Digital Library
|
208
208
|
harvested_from_short_title: NSDL
|
209
|
-
|
209
|
+
default_grain_size: unknown
|
210
210
|
feed_20:
|
211
211
|
title: NEEDS - National Engineering Education Digital Library System
|
212
212
|
short_title: NEEDS
|
@@ -217,7 +217,7 @@ feed_20:
|
|
217
217
|
harvested_from_display_uri: http://nsdl.org/
|
218
218
|
harvested_from_title: National Science Digital Library
|
219
219
|
harvested_from_short_title: NSDL
|
220
|
-
|
220
|
+
default_grain_size: unknown
|
221
221
|
feed_21:
|
222
222
|
title: OCW UNED
|
223
223
|
short_title: Portal Cursos Abiertos UNED
|
@@ -228,7 +228,7 @@ feed_21:
|
|
228
228
|
harvested_from_display_uri: http://ocw.innova.uned.es/ocwuniversia/
|
229
229
|
harvested_from_title: Portal de Cursos Abiertos de la UNED
|
230
230
|
harvested_from_short_title: Portal Cursos Abiertos UNED
|
231
|
-
|
231
|
+
default_grain_size: course
|
232
232
|
feed_22:
|
233
233
|
title: "Johns Hopkins Bloomberg School of Public Health OCW: Courses"
|
234
234
|
short_title: Johns Hopkins
|
@@ -239,7 +239,7 @@ feed_22:
|
|
239
239
|
harvested_from_display_uri: http://ocw.jhsph.edu/
|
240
240
|
harvested_from_title: Johns Hopkins Bloomberg School of Public Health OpenCourseWare
|
241
241
|
harvested_from_short_title: Johns Hopkins
|
242
|
-
|
242
|
+
default_grain_size: course
|
243
243
|
feed_23:
|
244
244
|
title: TU Delft OpenCourseWare RSS Feed
|
245
245
|
short_title: TU Delft
|
@@ -250,7 +250,7 @@ feed_23:
|
|
250
250
|
harvested_from_display_uri: http://ocw.tudelft.nl/
|
251
251
|
harvested_from_title: TU Delft OpenCourseWare
|
252
252
|
harvested_from_short_title: TU Delft OCW
|
253
|
-
|
253
|
+
default_grain_size: course
|
254
254
|
feed_24:
|
255
255
|
title: OpenCourseWare - Universidad de Alicante OCW-UNIVERSIDAD DE ALICANTE CURSOS-ABIERTOS RECURSOS-EDUCATIVOS CONTENIDOS-ABIERTOS-EDUCATIVOS
|
256
256
|
short_title: OCW Universidad de Alicant
|
@@ -261,7 +261,7 @@ feed_24:
|
|
261
261
|
harvested_from_display_uri: http://ocw.ua.es/
|
262
262
|
harvested_from_title: OpenCourseWare de la Universidad de Alicant
|
263
263
|
harvested_from_short_title: OCW Universidad de Alicant
|
264
|
-
|
264
|
+
default_grain_size: course
|
265
265
|
feed_25:
|
266
266
|
title: OpenCourseWare - Universidad Carlos III de Madrid
|
267
267
|
short_title: OCW Universidad Carlos Madrid
|
@@ -272,7 +272,7 @@ feed_25:
|
|
272
272
|
harvested_from_display_uri: http://ocw.uc3m.es/ocwuniversia/
|
273
273
|
harvested_from_title: OpenCourseWare de la Universidad Carlos III de Madrid
|
274
274
|
harvested_from_short_title: OCW Universidad Carlos Madrid
|
275
|
-
|
275
|
+
default_grain_size: course
|
276
276
|
feed_26:
|
277
277
|
title: UC Irvine California Subject Examinations for Teachers
|
278
278
|
short_title: UC Irvine S.E. for teachers
|
@@ -283,7 +283,7 @@ feed_26:
|
|
283
283
|
harvested_from_display_uri: http://ocw.uci.edu/courses/
|
284
284
|
harvested_from_title: UC Irvine California Subject Examinations for Teachers
|
285
285
|
harvested_from_short_title: UC Irvine S.E. for teachers
|
286
|
-
|
286
|
+
default_grain_size: course
|
287
287
|
feed_27:
|
288
288
|
title: UC Irvine Capital Markets
|
289
289
|
short_title: UC Irvine Capital Markets
|
@@ -294,7 +294,7 @@ feed_27:
|
|
294
294
|
harvested_from_display_uri: http://ocw.uci.edu/courses/OC0704022/
|
295
295
|
harvested_from_title: UC Irvine Capital Markets
|
296
296
|
harvested_from_short_title: UC Irvine Capital Markets
|
297
|
-
|
297
|
+
default_grain_size: course
|
298
298
|
feed_28:
|
299
299
|
title: "OpenCourseWare Universidad de Oviedo: Cursos publicados"
|
300
300
|
short_title: OCW Univerdidad de Oviedo
|
@@ -305,7 +305,7 @@ feed_28:
|
|
305
305
|
harvested_from_display_uri: http://ocw.uniovi.es/
|
306
306
|
harvested_from_title: OpenCourseWare - Universidad de Oviedo
|
307
307
|
harvested_from_short_title: OCW Univerdidad de Oviedo
|
308
|
-
|
308
|
+
default_grain_size: course
|
309
309
|
feed_29:
|
310
310
|
title: OCW UNIZAR
|
311
311
|
short_title: Universidad de Zaragoza OCW
|
@@ -316,7 +316,7 @@ feed_29:
|
|
316
316
|
harvested_from_display_uri: http://ocw.unizar.es/
|
317
317
|
harvested_from_title: Universidad de Zaragoza OCW
|
318
318
|
harvested_from_short_title: Universidad de Zaragoza OCW
|
319
|
-
|
319
|
+
default_grain_size: course
|
320
320
|
feed_31:
|
321
321
|
title: OpenCourseWare de la Universidad de Salamanca
|
322
322
|
short_title: OCW Universidad de Salamanca
|
@@ -327,7 +327,7 @@ feed_31:
|
|
327
327
|
harvested_from_display_uri: http://ocw.usal.es/front-page/
|
328
328
|
harvested_from_title: Open Course Ware de la Universidad de Salamanca
|
329
329
|
harvested_from_short_title: OCW Universidad de Salamanca
|
330
|
-
|
330
|
+
default_grain_size: course
|
331
331
|
feed_35:
|
332
332
|
title: BYU MSE Open Learning Courses
|
333
333
|
short_title: BYU MSE Open Learning
|
@@ -338,7 +338,7 @@ feed_35:
|
|
338
338
|
harvested_from_display_uri: http://open.byu.edu/
|
339
339
|
harvested_from_title: BYU McKay School of Education Open Learning
|
340
340
|
harvested_from_short_title: BYU MSE Open Learning
|
341
|
-
|
341
|
+
default_grain_size: course
|
342
342
|
feed_36:
|
343
343
|
title: The OpenLearn LearningSpace RSS Feed
|
344
344
|
short_title: OpenLearn
|
@@ -349,7 +349,7 @@ feed_36:
|
|
349
349
|
harvested_from_display_uri: http://openlearn.open.ac.uk/
|
350
350
|
harvested_from_title: Open University
|
351
351
|
harvested_from_short_title: OU
|
352
|
-
|
352
|
+
default_grain_size: course
|
353
353
|
feed_37:
|
354
354
|
title: OpenOCW
|
355
355
|
short_title: OpenOCW
|
@@ -360,7 +360,7 @@ feed_37:
|
|
360
360
|
harvested_from_display_uri: http://openocw.org/
|
361
361
|
harvested_from_title: OpenOCW
|
362
362
|
harvested_from_short_title: OpenOCW
|
363
|
-
|
363
|
+
default_grain_size: course
|
364
364
|
feed_38:
|
365
365
|
title: Open Yale Courses
|
366
366
|
short_title: Open Yale Courses
|
@@ -371,7 +371,7 @@ feed_38:
|
|
371
371
|
harvested_from_display_uri: http://oyc.yale.edu/
|
372
372
|
harvested_from_title: Open Yale
|
373
373
|
harvested_from_short_title: Open Yale
|
374
|
-
|
374
|
+
default_grain_size: course
|
375
375
|
feed_39:
|
376
376
|
title: "Offener eLearning-Blog: E-Learning und E-Books kostenlos"
|
377
377
|
short_title: Open E-learning
|
@@ -382,7 +382,7 @@ feed_39:
|
|
382
382
|
harvested_from_display_uri: http://www.e-learning-suche.de/
|
383
383
|
harvested_from_title: "Open E-Learning: Free E-Learning and E-Books"
|
384
384
|
harvested_from_short_title: Open E-learning
|
385
|
-
|
385
|
+
default_grain_size: unknown
|
386
386
|
feed_40:
|
387
387
|
title: 4Teachers
|
388
388
|
short_title: 4Teachers
|
@@ -393,7 +393,7 @@ feed_40:
|
|
393
393
|
harvested_from_display_uri: http://www.oercommons.org
|
394
394
|
harvested_from_title: OER Commons - Open Educational Resources
|
395
395
|
harvested_from_short_title: OERC
|
396
|
-
|
396
|
+
default_grain_size: unknown
|
397
397
|
feed_41:
|
398
398
|
title: Action Bioscience
|
399
399
|
short_title: Action Bioscience
|
@@ -404,7 +404,7 @@ feed_41:
|
|
404
404
|
harvested_from_display_uri: http://www.oercommons.org
|
405
405
|
harvested_from_title: OER Commons - Open Educational Resources
|
406
406
|
harvested_from_short_title: OERC
|
407
|
-
|
407
|
+
default_grain_size: unknown
|
408
408
|
feed_42:
|
409
409
|
title: Action for Healthy Kids
|
410
410
|
short_title: Action for Healthy Kids
|
@@ -415,7 +415,7 @@ feed_42:
|
|
415
415
|
harvested_from_display_uri: http://www.oercommons.org
|
416
416
|
harvested_from_title: OER Commons - Open Educational Resources
|
417
417
|
harvested_from_short_title: OERC
|
418
|
-
|
418
|
+
default_grain_size: unknown
|
419
419
|
feed_43:
|
420
420
|
title: Activity-Based Physics
|
421
421
|
short_title: Activity-Based Physics
|
@@ -426,7 +426,7 @@ feed_43:
|
|
426
426
|
harvested_from_display_uri: http://www.oercommons.org
|
427
427
|
harvested_from_title: OER Commons - Open Educational Resources
|
428
428
|
harvested_from_short_title: OERC
|
429
|
-
|
429
|
+
default_grain_size: unknown
|
430
430
|
feed_44:
|
431
431
|
title: American Association for the Advancement of Science
|
432
432
|
short_title: American Association for the Advancement of Science
|
@@ -437,7 +437,7 @@ feed_44:
|
|
437
437
|
harvested_from_display_uri: http://www.oercommons.org
|
438
438
|
harvested_from_title: OER Commons - Open Educational Resources
|
439
439
|
harvested_from_short_title: OERC
|
440
|
-
|
440
|
+
default_grain_size: unknown
|
441
441
|
feed_45:
|
442
442
|
title: American Association for the Advancement of Science and Technology
|
443
443
|
short_title: American Association for the Advancement of Science and Technology
|
@@ -448,7 +448,7 @@ feed_45:
|
|
448
448
|
harvested_from_display_uri: http://www.oercommons.org
|
449
449
|
harvested_from_title: OER Commons - Open Educational Resources
|
450
450
|
harvested_from_short_title: OERC
|
451
|
-
|
451
|
+
default_grain_size: unknown
|
452
452
|
feed_46:
|
453
453
|
title: American Geological Institute
|
454
454
|
short_title: American Geological Institute
|
@@ -459,7 +459,7 @@ feed_46:
|
|
459
459
|
harvested_from_display_uri: http://www.oercommons.org
|
460
460
|
harvested_from_title: OER Commons - Open Educational Resources
|
461
461
|
harvested_from_short_title: OERC
|
462
|
-
|
462
|
+
default_grain_size: unknown
|
463
463
|
feed_47:
|
464
464
|
title: American Museum of Natural History
|
465
465
|
short_title: American Museum of Natural History
|
@@ -470,7 +470,7 @@ feed_47:
|
|
470
470
|
harvested_from_display_uri: http://www.oercommons.org
|
471
471
|
harvested_from_title: OER Commons - Open Educational Resources
|
472
472
|
harvested_from_short_title: OERC
|
473
|
-
|
473
|
+
default_grain_size: unknown
|
474
474
|
feed_48:
|
475
475
|
title: American Public Media
|
476
476
|
short_title: American Public Media
|
@@ -481,7 +481,7 @@ feed_48:
|
|
481
481
|
harvested_from_display_uri: http://www.oercommons.org
|
482
482
|
harvested_from_title: OER Commons - Open Educational Resources
|
483
483
|
harvested_from_short_title: OERC
|
484
|
-
|
484
|
+
default_grain_size: unknown
|
485
485
|
feed_49:
|
486
486
|
title: AmphibiaWeb
|
487
487
|
short_title: AmphibiaWeb
|
@@ -492,7 +492,7 @@ feed_49:
|
|
492
492
|
harvested_from_display_uri: http://www.oercommons.org
|
493
493
|
harvested_from_title: OER Commons - Open Educational Resources
|
494
494
|
harvested_from_short_title: OERC
|
495
|
-
|
495
|
+
default_grain_size: unknown
|
496
496
|
feed_50:
|
497
497
|
title: APEC EDNET
|
498
498
|
short_title: APEC
|
@@ -503,7 +503,7 @@ feed_50:
|
|
503
503
|
harvested_from_display_uri: http://www.oercommons.org
|
504
504
|
harvested_from_title: OER Commons - Open Educational Resources
|
505
505
|
harvested_from_short_title: OERC
|
506
|
-
|
506
|
+
default_grain_size: unknown
|
507
507
|
feed_51:
|
508
508
|
title: ArsDigita University
|
509
509
|
short_title: ArsDigita
|
@@ -514,7 +514,7 @@ feed_51:
|
|
514
514
|
harvested_from_display_uri: http://www.oercommons.org
|
515
515
|
harvested_from_title: OER Commons - Open Educational Resources
|
516
516
|
harvested_from_short_title: OERC
|
517
|
-
|
517
|
+
default_grain_size: unknown
|
518
518
|
feed_52:
|
519
519
|
title: ArtsEdge
|
520
520
|
short_title: ArtsEdge
|
@@ -525,7 +525,7 @@ feed_52:
|
|
525
525
|
harvested_from_display_uri: http://www.oercommons.org
|
526
526
|
harvested_from_title: OER Commons - Open Educational Resources
|
527
527
|
harvested_from_short_title: OERC
|
528
|
-
|
528
|
+
default_grain_size: unknown
|
529
529
|
feed_53:
|
530
530
|
title: Asia Education Foundation
|
531
531
|
short_title: Asia Education Foundation
|
@@ -536,7 +536,7 @@ feed_53:
|
|
536
536
|
harvested_from_display_uri: http://www.oercommons.org
|
537
537
|
harvested_from_title: OER Commons - Open Educational Resources
|
538
538
|
harvested_from_short_title: OERC
|
539
|
-
|
539
|
+
default_grain_size: unknown
|
540
540
|
feed_54:
|
541
541
|
title: Association of American Geographers
|
542
542
|
short_title: Association of American Geographers
|
@@ -547,7 +547,7 @@ feed_54:
|
|
547
547
|
harvested_from_display_uri: http://www.oercommons.org
|
548
548
|
harvested_from_title: OER Commons - Open Educational Resources
|
549
549
|
harvested_from_short_title: OERC
|
550
|
-
|
550
|
+
default_grain_size: unknown
|
551
551
|
feed_55:
|
552
552
|
title: Assumption College
|
553
553
|
short_title: Assumption College
|
@@ -558,7 +558,7 @@ feed_55:
|
|
558
558
|
harvested_from_display_uri: http://www.oercommons.org
|
559
559
|
harvested_from_title: OER Commons - Open Educational Resources
|
560
560
|
harvested_from_short_title: OERC
|
561
|
-
|
561
|
+
default_grain_size: unknown
|
562
562
|
feed_56:
|
563
563
|
title: Ball State University
|
564
564
|
short_title: Ball State University
|
@@ -569,7 +569,7 @@ feed_56:
|
|
569
569
|
harvested_from_display_uri: http://www.oercommons.org
|
570
570
|
harvested_from_title: OER Commons - Open Educational Resources
|
571
571
|
harvested_from_short_title: OERC
|
572
|
-
|
572
|
+
default_grain_size: unknown
|
573
573
|
feed_57:
|
574
574
|
title: Baylor College of Medicine
|
575
575
|
short_title: Baylor College of Medicine
|
@@ -580,7 +580,7 @@ feed_57:
|
|
580
580
|
harvested_from_display_uri: http://www.oercommons.org
|
581
581
|
harvested_from_title: OER Commons - Open Educational Resources
|
582
582
|
harvested_from_short_title: OERC
|
583
|
-
|
583
|
+
default_grain_size: unknown
|
584
584
|
feed_58:
|
585
585
|
title: BBC
|
586
586
|
short_title: BBC
|
@@ -591,7 +591,7 @@ feed_58:
|
|
591
591
|
harvested_from_display_uri: http://www.oercommons.org
|
592
592
|
harvested_from_title: OER Commons - Open Educational Resources
|
593
593
|
harvested_from_short_title: OERC
|
594
|
-
|
594
|
+
default_grain_size: unknown
|
595
595
|
feed_59:
|
596
596
|
title: BEA Syllabus Project
|
597
597
|
short_title: BEA
|
@@ -602,7 +602,7 @@ feed_59:
|
|
602
602
|
harvested_from_display_uri: http://www.oercommons.org
|
603
603
|
harvested_from_title: OER Commons - Open Educational Resources
|
604
604
|
harvested_from_short_title: OERC
|
605
|
-
|
605
|
+
default_grain_size: unknown
|
606
606
|
feed_60:
|
607
607
|
title: Berkman Center for Internet and Society
|
608
608
|
short_title: Berkmen Center
|
@@ -613,7 +613,7 @@ feed_60:
|
|
613
613
|
harvested_from_display_uri: http://www.oercommons.org
|
614
614
|
harvested_from_title: OER Commons - Open Educational Resources
|
615
615
|
harvested_from_short_title: OERC
|
616
|
-
|
616
|
+
default_grain_size: unknown
|
617
617
|
feed_61:
|
618
618
|
title: BioEdOnline
|
619
619
|
short_title: BioEdOnline
|
@@ -624,7 +624,7 @@ feed_61:
|
|
624
624
|
harvested_from_display_uri: http://www.oercommons.org
|
625
625
|
harvested_from_title: OER Commons - Open Educational Resources
|
626
626
|
harvested_from_short_title: OERC
|
627
|
-
|
627
|
+
default_grain_size: unknown
|
628
628
|
feed_62:
|
629
629
|
title: BioQUEST Curriculum Consortium
|
630
630
|
short_title: QUEST
|
@@ -635,7 +635,7 @@ feed_62:
|
|
635
635
|
harvested_from_display_uri: http://www.oercommons.org
|
636
636
|
harvested_from_title: OER Commons - Open Educational Resources
|
637
637
|
harvested_from_short_title: OERC
|
638
|
-
|
638
|
+
default_grain_size: unknown
|
639
639
|
feed_63:
|
640
640
|
title: BioQUEST Curriculum Consortium, BEDROCK Problem Spaces
|
641
641
|
short_title: QUEST
|
@@ -646,7 +646,7 @@ feed_63:
|
|
646
646
|
harvested_from_display_uri: http://www.oercommons.org
|
647
647
|
harvested_from_title: OER Commons - Open Educational Resources
|
648
648
|
harvested_from_short_title: OERC
|
649
|
-
|
649
|
+
default_grain_size: unknown
|
650
650
|
feed_64:
|
651
651
|
title: BioQUEST Library OnLine
|
652
652
|
short_title: QUEST
|
@@ -657,7 +657,7 @@ feed_64:
|
|
657
657
|
harvested_from_display_uri: http://www.oercommons.org
|
658
658
|
harvested_from_title: OER Commons - Open Educational Resources
|
659
659
|
harvested_from_short_title: OERC
|
660
|
-
|
660
|
+
default_grain_size: unknown
|
661
661
|
feed_65:
|
662
662
|
title: Boise State University
|
663
663
|
short_title: Boise State University
|
@@ -668,7 +668,7 @@ feed_65:
|
|
668
668
|
harvested_from_display_uri: http://www.oercommons.org
|
669
669
|
harvested_from_title: OER Commons - Open Educational Resources
|
670
670
|
harvested_from_short_title: OERC
|
671
|
-
|
671
|
+
default_grain_size: unknown
|
672
672
|
feed_66:
|
673
673
|
title: Bridge Ocean Education
|
674
674
|
short_title: Bridge Ocean Education
|
@@ -679,7 +679,7 @@ feed_66:
|
|
679
679
|
harvested_from_display_uri: http://www.oercommons.org
|
680
680
|
harvested_from_title: OER Commons - Open Educational Resources
|
681
681
|
harvested_from_short_title: OERC
|
682
|
-
|
682
|
+
default_grain_size: unknown
|
683
683
|
feed_67:
|
684
684
|
title: Bureau of Land Management
|
685
685
|
short_title: Bureau of Land Management
|
@@ -690,7 +690,7 @@ feed_67:
|
|
690
690
|
harvested_from_display_uri: http://www.oercommons.org
|
691
691
|
harvested_from_title: OER Commons - Open Educational Resources
|
692
692
|
harvested_from_short_title: OERC
|
693
|
-
|
693
|
+
default_grain_size: unknown
|
694
694
|
feed_68:
|
695
695
|
title: California Digital Library
|
696
696
|
short_title: California Digital Library
|
@@ -701,7 +701,7 @@ feed_68:
|
|
701
701
|
harvested_from_display_uri: http://www.oercommons.org
|
702
702
|
harvested_from_title: OER Commons - Open Educational Resources
|
703
703
|
harvested_from_short_title: OERC
|
704
|
-
|
704
|
+
default_grain_size: unknown
|
705
705
|
feed_69:
|
706
706
|
title: California State University Los Angeles
|
707
707
|
short_title: California State University Los Angeles
|
@@ -712,7 +712,7 @@ feed_69:
|
|
712
712
|
harvested_from_display_uri: http://www.oercommons.org
|
713
713
|
harvested_from_title: OER Commons - Open Educational Resources
|
714
714
|
harvested_from_short_title: OERC
|
715
|
-
|
715
|
+
default_grain_size: unknown
|
716
716
|
feed_70:
|
717
717
|
title: Calisphere - California Digital Library
|
718
718
|
short_title: Calispher
|
@@ -723,7 +723,7 @@ feed_70:
|
|
723
723
|
harvested_from_display_uri: http://www.oercommons.org
|
724
724
|
harvested_from_title: OER Commons - Open Educational Resources
|
725
725
|
harvested_from_short_title: OERC
|
726
|
-
|
726
|
+
default_grain_size: unknown
|
727
727
|
feed_71:
|
728
728
|
title: Carnegie Academy for the Scholarship of Teaching and Learning in Higher Education
|
729
729
|
short_title: CASTL Higher Ed
|
@@ -734,7 +734,7 @@ feed_71:
|
|
734
734
|
harvested_from_display_uri: http://www.oercommons.org
|
735
735
|
harvested_from_title: OER Commons - Open Educational Resources
|
736
736
|
harvested_from_short_title: OERC
|
737
|
-
|
737
|
+
default_grain_size: unknown
|
738
738
|
feed_72:
|
739
739
|
title: Carnegie Academy for the Scholarship of Teaching and Learning in K-12 Education
|
740
740
|
short_title: CASTL K-12
|
@@ -745,7 +745,7 @@ feed_72:
|
|
745
745
|
harvested_from_display_uri: http://www.oercommons.org
|
746
746
|
harvested_from_title: OER Commons - Open Educational Resources
|
747
747
|
harvested_from_short_title: OERC
|
748
|
-
|
748
|
+
default_grain_size: unknown
|
749
749
|
feed_73:
|
750
750
|
title: Carnegie Mellon University
|
751
751
|
short_title: Carnegie Mellon University
|
@@ -756,7 +756,7 @@ feed_73:
|
|
756
756
|
harvested_from_display_uri: http://www.oercommons.org
|
757
757
|
harvested_from_title: OER Commons - Open Educational Resources
|
758
758
|
harvested_from_short_title: OERC
|
759
|
-
|
759
|
+
default_grain_size: unknown
|
760
760
|
feed_74:
|
761
761
|
title: Carnegie Mellon University - Open Learning Initiative
|
762
762
|
short_title: CMU OLI
|
@@ -767,7 +767,7 @@ feed_74:
|
|
767
767
|
harvested_from_display_uri: http://www.oercommons.org
|
768
768
|
harvested_from_title: OER Commons - Open Educational Resources
|
769
769
|
harvested_from_short_title: OERC
|
770
|
-
|
770
|
+
default_grain_size: unknown
|
771
771
|
feed_75:
|
772
772
|
title: CATEA
|
773
773
|
short_title: CATEA
|
@@ -778,7 +778,7 @@ feed_75:
|
|
778
778
|
harvested_from_display_uri: http://www.oercommons.org
|
779
779
|
harvested_from_title: OER Commons - Open Educational Resources
|
780
780
|
harvested_from_short_title: OERC
|
781
|
-
|
781
|
+
default_grain_size: unknown
|
782
782
|
feed_76:
|
783
783
|
title: Center for Advanced Research on Language Acquisition
|
784
784
|
short_title: Center for Advanced Research on Language Acquisition
|
@@ -789,7 +789,7 @@ feed_76:
|
|
789
789
|
harvested_from_display_uri: http://www.oercommons.org
|
790
790
|
harvested_from_title: OER Commons - Open Educational Resources
|
791
791
|
harvested_from_short_title: OERC
|
792
|
-
|
792
|
+
default_grain_size: unknown
|
793
793
|
feed_77:
|
794
794
|
title: Center for Civic Education
|
795
795
|
short_title: Center for Civic Education
|
@@ -800,7 +800,7 @@ feed_77:
|
|
800
800
|
harvested_from_display_uri: http://www.oercommons.org
|
801
801
|
harvested_from_title: OER Commons - Open Educational Resources
|
802
802
|
harvested_from_short_title: OERC
|
803
|
-
|
803
|
+
default_grain_size: unknown
|
804
804
|
feed_78:
|
805
805
|
title: Center for History and New Media
|
806
806
|
short_title: Center for History and New Media
|
@@ -811,7 +811,7 @@ feed_78:
|
|
811
811
|
harvested_from_display_uri: http://www.oercommons.org
|
812
812
|
harvested_from_title: OER Commons - Open Educational Resources
|
813
813
|
harvested_from_short_title: OERC
|
814
|
-
|
814
|
+
default_grain_size: unknown
|
815
815
|
feed_79:
|
816
816
|
title: Centers for Disease Control and Prevention
|
817
817
|
short_title: Centers for Disease Control and Prevention
|
@@ -822,7 +822,7 @@ feed_79:
|
|
822
822
|
harvested_from_display_uri: http://www.oercommons.org
|
823
823
|
harvested_from_title: OER Commons - Open Educational Resources
|
824
824
|
harvested_from_short_title: OERC
|
825
|
-
|
825
|
+
default_grain_size: unknown
|
826
826
|
feed_80:
|
827
827
|
title: Central Intelligence Agency
|
828
828
|
short_title: Central Intelligence Agency
|
@@ -833,7 +833,7 @@ feed_80:
|
|
833
833
|
harvested_from_display_uri: http://www.oercommons.org
|
834
834
|
harvested_from_title: OER Commons - Open Educational Resources
|
835
835
|
harvested_from_short_title: OERC
|
836
|
-
|
836
|
+
default_grain_size: unknown
|
837
837
|
feed_81:
|
838
838
|
title: China Institute
|
839
839
|
short_title: China Institute
|
@@ -844,7 +844,7 @@ feed_81:
|
|
844
844
|
harvested_from_display_uri: http://www.oercommons.org
|
845
845
|
harvested_from_title: OER Commons - Open Educational Resources
|
846
846
|
harvested_from_short_title: OERC
|
847
|
-
|
847
|
+
default_grain_size: unknown
|
848
848
|
feed_82:
|
849
849
|
title: Citizens Union Foundation
|
850
850
|
short_title: Citizens Union Foundation
|
@@ -855,7 +855,7 @@ feed_82:
|
|
855
855
|
harvested_from_display_uri: http://www.oercommons.org
|
856
856
|
harvested_from_title: OER Commons - Open Educational Resources
|
857
857
|
harvested_from_short_title: OERC
|
858
|
-
|
858
|
+
default_grain_size: unknown
|
859
859
|
feed_83:
|
860
860
|
title: Cloud Institute for Sustainability Education
|
861
861
|
short_title: Cloud Institute for Sustainability Education
|
@@ -866,7 +866,7 @@ feed_83:
|
|
866
866
|
harvested_from_display_uri: http://www.oercommons.org
|
867
867
|
harvested_from_title: OER Commons - Open Educational Resources
|
868
868
|
harvested_from_short_title: OERC
|
869
|
-
|
869
|
+
default_grain_size: unknown
|
870
870
|
feed_84:
|
871
871
|
title: College of the Holy Cross
|
872
872
|
short_title: College of the Holy Cross
|
@@ -877,7 +877,7 @@ feed_84:
|
|
877
877
|
harvested_from_display_uri: http://www.oercommons.org
|
878
878
|
harvested_from_title: OER Commons - Open Educational Resources
|
879
879
|
harvested_from_short_title: OERC
|
880
|
-
|
880
|
+
default_grain_size: unknown
|
881
881
|
feed_85:
|
882
882
|
title: Common Craft
|
883
883
|
short_title: Common Craft
|
@@ -888,7 +888,7 @@ feed_85:
|
|
888
888
|
harvested_from_display_uri: http://www.oercommons.org
|
889
889
|
harvested_from_title: OER Commons - Open Educational Resources
|
890
890
|
harvested_from_short_title: OERC
|
891
|
-
|
891
|
+
default_grain_size: unknown
|
892
892
|
feed_86:
|
893
893
|
title: comPADRE
|
894
894
|
short_title: PADRE
|
@@ -899,7 +899,7 @@ feed_86:
|
|
899
899
|
harvested_from_display_uri: http://www.oercommons.org
|
900
900
|
harvested_from_title: OER Commons - Open Educational Resources
|
901
901
|
harvested_from_short_title: OERC
|
902
|
-
|
902
|
+
default_grain_size: unknown
|
903
903
|
feed_87:
|
904
904
|
title: CompassPoint
|
905
905
|
short_title: CompassPoint
|
@@ -910,7 +910,7 @@ feed_87:
|
|
910
910
|
harvested_from_display_uri: http://www.oercommons.org
|
911
911
|
harvested_from_title: OER Commons - Open Educational Resources
|
912
912
|
harvested_from_short_title: OERC
|
913
|
-
|
913
|
+
default_grain_size: unknown
|
914
914
|
feed_88:
|
915
915
|
title: Concord Consortium
|
916
916
|
short_title: Concord Consortium
|
@@ -921,7 +921,7 @@ feed_88:
|
|
921
921
|
harvested_from_display_uri: http://www.oercommons.org
|
922
922
|
harvested_from_title: OER Commons - Open Educational Resources
|
923
923
|
harvested_from_short_title: OERC
|
924
|
-
|
924
|
+
default_grain_size: unknown
|
925
925
|
feed_89:
|
926
926
|
title: Connexions
|
927
927
|
short_title: Connexions
|
@@ -932,7 +932,7 @@ feed_89:
|
|
932
932
|
harvested_from_display_uri: http://www.oercommons.org
|
933
933
|
harvested_from_title: OER Commons - Open Educational Resources
|
934
934
|
harvested_from_short_title: OERC
|
935
|
-
|
935
|
+
default_grain_size: unknown
|
936
936
|
feed_90:
|
937
937
|
title: Constitutional Rights Foundation Chicago
|
938
938
|
short_title: Constitutional Rights Foundation Chicago
|
@@ -943,7 +943,7 @@ feed_90:
|
|
943
943
|
harvested_from_display_uri: http://www.oercommons.org
|
944
944
|
harvested_from_title: OER Commons - Open Educational Resources
|
945
945
|
harvested_from_short_title: OERC
|
946
|
-
|
946
|
+
default_grain_size: unknown
|
947
947
|
feed_91:
|
948
948
|
title: Delft University Opencourseware
|
949
949
|
short_title: Delft University Opencourseware
|
@@ -954,7 +954,7 @@ feed_91:
|
|
954
954
|
harvested_from_display_uri: http://www.oercommons.org
|
955
955
|
harvested_from_title: OER Commons - Open Educational Resources
|
956
956
|
harvested_from_short_title: OERC
|
957
|
-
|
957
|
+
default_grain_size: course
|
958
958
|
feed_92:
|
959
959
|
title: Department of Army
|
960
960
|
short_title: Department of Army
|
@@ -965,7 +965,7 @@ feed_92:
|
|
965
965
|
harvested_from_display_uri: http://www.oercommons.org
|
966
966
|
harvested_from_title: OER Commons - Open Educational Resources
|
967
967
|
harvested_from_short_title: OERC
|
968
|
-
|
968
|
+
default_grain_size: unknown
|
969
969
|
feed_93:
|
970
970
|
title: Department of Housing and Urban Development
|
971
971
|
short_title: Department of Housing and Urban Development
|
@@ -976,7 +976,7 @@ feed_93:
|
|
976
976
|
harvested_from_display_uri: http://www.oercommons.org
|
977
977
|
harvested_from_title: OER Commons - Open Educational Resources
|
978
978
|
harvested_from_short_title: OERC
|
979
|
-
|
979
|
+
default_grain_size: unknown
|
980
980
|
feed_94:
|
981
981
|
title: Digital History
|
982
982
|
short_title: Digital History
|
@@ -987,7 +987,7 @@ feed_94:
|
|
987
987
|
harvested_from_display_uri: http://www.oercommons.org
|
988
988
|
harvested_from_title: OER Commons - Open Educational Resources
|
989
989
|
harvested_from_short_title: OERC
|
990
|
-
|
990
|
+
default_grain_size: unknown
|
991
991
|
feed_95:
|
992
992
|
title: Dixie State College Opencourseware
|
993
993
|
short_title: Dixie State College Opencourseware
|
@@ -998,7 +998,7 @@ feed_95:
|
|
998
998
|
harvested_from_display_uri: http://www.oercommons.org
|
999
999
|
harvested_from_title: OER Commons - Open Educational Resources
|
1000
1000
|
harvested_from_short_title: OERC
|
1001
|
-
|
1001
|
+
default_grain_size: course
|
1002
1002
|
feed_96:
|
1003
1003
|
title: DLESE Community Service Center (SERC)
|
1004
1004
|
short_title: SERC
|
@@ -1009,7 +1009,7 @@ feed_96:
|
|
1009
1009
|
harvested_from_display_uri: http://www.oercommons.org
|
1010
1010
|
harvested_from_title: OER Commons - Open Educational Resources
|
1011
1011
|
harvested_from_short_title: OERC
|
1012
|
-
|
1012
|
+
default_grain_size: unknown
|
1013
1013
|
feed_97:
|
1014
1014
|
title: Dolan DNA Learning Center
|
1015
1015
|
short_title: DNA
|
@@ -1020,7 +1020,7 @@ feed_97:
|
|
1020
1020
|
harvested_from_display_uri: http://www.oercommons.org
|
1021
1021
|
harvested_from_title: OER Commons - Open Educational Resources
|
1022
1022
|
harvested_from_short_title: OERC
|
1023
|
-
|
1023
|
+
default_grain_size: unknown
|
1024
1024
|
feed_98:
|
1025
1025
|
title: Drug Enforcement Administration
|
1026
1026
|
short_title: Drug Enforcement Administration
|
@@ -1031,7 +1031,7 @@ feed_98:
|
|
1031
1031
|
harvested_from_display_uri: http://www.oercommons.org
|
1032
1032
|
harvested_from_title: OER Commons - Open Educational Resources
|
1033
1033
|
harvested_from_short_title: OERC
|
1034
|
-
|
1034
|
+
default_grain_size: unknown
|
1035
1035
|
feed_99:
|
1036
1036
|
title: Dutton e-Education Institute
|
1037
1037
|
short_title: Dutton e-Education Institute
|
@@ -1042,7 +1042,7 @@ feed_99:
|
|
1042
1042
|
harvested_from_display_uri: http://www.oercommons.org
|
1043
1043
|
harvested_from_title: OER Commons - Open Educational Resources
|
1044
1044
|
harvested_from_short_title: OERC
|
1045
|
-
|
1045
|
+
default_grain_size: unknown
|
1046
1046
|
feed_100:
|
1047
1047
|
title: Earth Exploration Toolbook (SERC)
|
1048
1048
|
short_title: SERC
|
@@ -1053,7 +1053,7 @@ feed_100:
|
|
1053
1053
|
harvested_from_display_uri: http://www.oercommons.org
|
1054
1054
|
harvested_from_title: OER Commons - Open Educational Resources
|
1055
1055
|
harvested_from_short_title: OERC
|
1056
|
-
|
1056
|
+
default_grain_size: unknown
|
1057
1057
|
feed_101:
|
1058
1058
|
title: Educational Opportunity Centers, Inc.
|
1059
1059
|
short_title: Educational Opportunity Centers, Inc.
|
@@ -1064,7 +1064,7 @@ feed_101:
|
|
1064
1064
|
harvested_from_display_uri: http://www.oercommons.org
|
1065
1065
|
harvested_from_title: OER Commons - Open Educational Resources
|
1066
1066
|
harvested_from_short_title: OERC
|
1067
|
-
|
1067
|
+
default_grain_size: unknown
|
1068
1068
|
feed_102:
|
1069
1069
|
title: Education Development Center, Inc.
|
1070
1070
|
short_title: Education Development Center, Inc.
|
@@ -1075,7 +1075,7 @@ feed_102:
|
|
1075
1075
|
harvested_from_display_uri: http://www.oercommons.org
|
1076
1076
|
harvested_from_title: OER Commons - Open Educational Resources
|
1077
1077
|
harvested_from_short_title: OERC
|
1078
|
-
|
1078
|
+
default_grain_size: unknown
|
1079
1079
|
feed_103:
|
1080
1080
|
title: Edutopia Teaching Modules (GLEF)
|
1081
1081
|
short_title: GLEF
|
@@ -1086,7 +1086,7 @@ feed_103:
|
|
1086
1086
|
harvested_from_display_uri: http://www.oercommons.org
|
1087
1087
|
harvested_from_title: OER Commons - Open Educational Resources
|
1088
1088
|
harvested_from_short_title: OERC
|
1089
|
-
|
1089
|
+
default_grain_size: unknown
|
1090
1090
|
feed_106:
|
1091
1091
|
title: Electronic Frontier Foundation
|
1092
1092
|
short_title: Electronic Frontier Foundation
|
@@ -1097,7 +1097,7 @@ feed_106:
|
|
1097
1097
|
harvested_from_display_uri: http://www.oercommons.org
|
1098
1098
|
harvested_from_title: OER Commons - Open Educational Resources
|
1099
1099
|
harvested_from_short_title: OERC
|
1100
|
-
|
1100
|
+
default_grain_size: unknown
|
1101
1101
|
feed_107:
|
1102
1102
|
title: Emory University
|
1103
1103
|
short_title: Emory University
|
@@ -1108,7 +1108,7 @@ feed_107:
|
|
1108
1108
|
harvested_from_display_uri: http://www.oercommons.org
|
1109
1109
|
harvested_from_title: OER Commons - Open Educational Resources
|
1110
1110
|
harvested_from_short_title: OERC
|
1111
|
-
|
1111
|
+
default_grain_size: unknown
|
1112
1112
|
feed_108:
|
1113
1113
|
title: Encyclopedia of Earth
|
1114
1114
|
short_title: Encyclopedia of Earth
|
@@ -1119,7 +1119,7 @@ feed_108:
|
|
1119
1119
|
harvested_from_display_uri: http://www.oercommons.org
|
1120
1120
|
harvested_from_title: OER Commons - Open Educational Resources
|
1121
1121
|
harvested_from_short_title: OERC
|
1122
|
-
|
1122
|
+
default_grain_size: unknown
|
1123
1123
|
feed_109:
|
1124
1124
|
title: Entrepreneurship and Emerging Enterprises at Syracuse University
|
1125
1125
|
short_title: Syracuse
|
@@ -1130,7 +1130,7 @@ feed_109:
|
|
1130
1130
|
harvested_from_display_uri: http://www.oercommons.org
|
1131
1131
|
harvested_from_title: OER Commons - Open Educational Resources
|
1132
1132
|
harvested_from_short_title: OERC
|
1133
|
-
|
1133
|
+
default_grain_size: unknown
|
1134
1134
|
feed_110:
|
1135
1135
|
title: Environmental Literacy Council
|
1136
1136
|
short_title: Environmental Literacy Council
|
@@ -1141,7 +1141,7 @@ feed_110:
|
|
1141
1141
|
harvested_from_display_uri: http://www.oercommons.org
|
1142
1142
|
harvested_from_title: OER Commons - Open Educational Resources
|
1143
1143
|
harvested_from_short_title: OERC
|
1144
|
-
|
1144
|
+
default_grain_size: unknown
|
1145
1145
|
feed_111:
|
1146
1146
|
title: European Schoolnet Learning Resource Exchange (LRE)
|
1147
1147
|
short_title: LRE
|
@@ -1152,7 +1152,7 @@ feed_111:
|
|
1152
1152
|
harvested_from_display_uri: http://www.oercommons.org
|
1153
1153
|
harvested_from_title: OER Commons - Open Educational Resources
|
1154
1154
|
harvested_from_short_title: OERC
|
1155
|
-
|
1155
|
+
default_grain_size: unknown
|
1156
1156
|
feed_112:
|
1157
1157
|
title: Examen.sn
|
1158
1158
|
short_title: Examen.sn
|
@@ -1163,7 +1163,7 @@ feed_112:
|
|
1163
1163
|
harvested_from_display_uri: http://www.oercommons.org
|
1164
1164
|
harvested_from_title: OER Commons - Open Educational Resources
|
1165
1165
|
harvested_from_short_title: OERC
|
1166
|
-
|
1166
|
+
default_grain_size: unknown
|
1167
1167
|
feed_113:
|
1168
1168
|
title: Exploratorium
|
1169
1169
|
short_title: Exploratorium
|
@@ -1174,7 +1174,7 @@ feed_113:
|
|
1174
1174
|
harvested_from_display_uri: http://www.oercommons.org
|
1175
1175
|
harvested_from_title: OER Commons - Open Educational Resources
|
1176
1176
|
harvested_from_short_title: OERC
|
1177
|
-
|
1177
|
+
default_grain_size: unknown
|
1178
1178
|
feed_114:
|
1179
1179
|
title: ExplorePAhistory
|
1180
1180
|
short_title: ExplorePAhistory
|
@@ -1185,7 +1185,7 @@ feed_114:
|
|
1185
1185
|
harvested_from_display_uri: http://www.oercommons.org
|
1186
1186
|
harvested_from_title: OER Commons - Open Educational Resources
|
1187
1187
|
harvested_from_short_title: OERC
|
1188
|
-
|
1188
|
+
default_grain_size: unknown
|
1189
1189
|
feed_115:
|
1190
1190
|
title: Federal Bureau of Investigation
|
1191
1191
|
short_title: Federal Bureau of Investigation
|
@@ -1196,7 +1196,7 @@ feed_115:
|
|
1196
1196
|
harvested_from_display_uri: http://www.oercommons.org
|
1197
1197
|
harvested_from_title: OER Commons - Open Educational Resources
|
1198
1198
|
harvested_from_short_title: OERC
|
1199
|
-
|
1199
|
+
default_grain_size: unknown
|
1200
1200
|
feed_116:
|
1201
1201
|
title: Federal Emergency Management Agency
|
1202
1202
|
short_title: Federal Emergency Management Agency
|
@@ -1207,7 +1207,7 @@ feed_116:
|
|
1207
1207
|
harvested_from_display_uri: http://www.oercommons.org
|
1208
1208
|
harvested_from_title: OER Commons - Open Educational Resources
|
1209
1209
|
harvested_from_short_title: OERC
|
1210
|
-
|
1210
|
+
default_grain_size: unknown
|
1211
1211
|
feed_117:
|
1212
1212
|
title: Federal Judicial Center
|
1213
1213
|
short_title: Federal Judicial Center
|
@@ -1218,7 +1218,7 @@ feed_117:
|
|
1218
1218
|
harvested_from_display_uri: http://www.oercommons.org
|
1219
1219
|
harvested_from_title: OER Commons - Open Educational Resources
|
1220
1220
|
harvested_from_short_title: OERC
|
1221
|
-
|
1221
|
+
default_grain_size: unknown
|
1222
1222
|
feed_118:
|
1223
1223
|
title: Federal Reserve
|
1224
1224
|
short_title: Federal Reserve
|
@@ -1229,7 +1229,7 @@ feed_118:
|
|
1229
1229
|
harvested_from_display_uri: http://www.oercommons.org
|
1230
1230
|
harvested_from_title: OER Commons - Open Educational Resources
|
1231
1231
|
harvested_from_short_title: OERC
|
1232
|
-
|
1232
|
+
default_grain_size: unknown
|
1233
1233
|
feed_119:
|
1234
1234
|
title: Federation of American Scientists
|
1235
1235
|
short_title: Federation of American Scientists
|
@@ -1240,7 +1240,7 @@ feed_119:
|
|
1240
1240
|
harvested_from_display_uri: http://www.oercommons.org
|
1241
1241
|
harvested_from_title: OER Commons - Open Educational Resources
|
1242
1242
|
harvested_from_short_title: OERC
|
1243
|
-
|
1243
|
+
default_grain_size: unknown
|
1244
1244
|
feed_120:
|
1245
1245
|
title: Federation of American Scientists Learning Technologies Project
|
1246
1246
|
short_title: FAS
|
@@ -1251,7 +1251,7 @@ feed_120:
|
|
1251
1251
|
harvested_from_display_uri: http://www.oercommons.org
|
1252
1252
|
harvested_from_title: OER Commons - Open Educational Resources
|
1253
1253
|
harvested_from_short_title: OERC
|
1254
|
-
|
1254
|
+
default_grain_size: unknown
|
1255
1255
|
feed_121:
|
1256
1256
|
title: FHSST
|
1257
1257
|
short_title: FHSST
|
@@ -1262,7 +1262,7 @@ feed_121:
|
|
1262
1262
|
harvested_from_display_uri: http://www.oercommons.org
|
1263
1263
|
harvested_from_title: OER Commons - Open Educational Resources
|
1264
1264
|
harvested_from_short_title: OERC
|
1265
|
-
|
1265
|
+
default_grain_size: unknown
|
1266
1266
|
feed_122:
|
1267
1267
|
title: Fisk University
|
1268
1268
|
short_title: Fisk University
|
@@ -1273,7 +1273,7 @@ feed_122:
|
|
1273
1273
|
harvested_from_display_uri: http://www.oercommons.org
|
1274
1274
|
harvested_from_title: OER Commons - Open Educational Resources
|
1275
1275
|
harvested_from_short_title: OERC
|
1276
|
-
|
1276
|
+
default_grain_size: unknown
|
1277
1277
|
feed_123:
|
1278
1278
|
title: Flat World Knowledge
|
1279
1279
|
short_title: Flat World Knowledge
|
@@ -1284,7 +1284,7 @@ feed_123:
|
|
1284
1284
|
harvested_from_display_uri: http://www.oercommons.org
|
1285
1285
|
harvested_from_title: OER Commons - Open Educational Resources
|
1286
1286
|
harvested_from_short_title: OERC
|
1287
|
-
|
1287
|
+
default_grain_size: unknown
|
1288
1288
|
feed_124:
|
1289
1289
|
title: Flexbook
|
1290
1290
|
short_title: Flexbook
|
@@ -1295,7 +1295,7 @@ feed_124:
|
|
1295
1295
|
harvested_from_display_uri: http://www.oercommons.org
|
1296
1296
|
harvested_from_title: OER Commons - Open Educational Resources
|
1297
1297
|
harvested_from_short_title: OERC
|
1298
|
-
|
1298
|
+
default_grain_size: unknown
|
1299
1299
|
feed_125:
|
1300
1300
|
title: Folger Shakespeare Library
|
1301
1301
|
short_title: Folger Shakespeare Library
|
@@ -1306,7 +1306,7 @@ feed_125:
|
|
1306
1306
|
harvested_from_display_uri: http://www.oercommons.org
|
1307
1307
|
harvested_from_title: OER Commons - Open Educational Resources
|
1308
1308
|
harvested_from_short_title: OERC
|
1309
|
-
|
1309
|
+
default_grain_size: unknown
|
1310
1310
|
feed_126:
|
1311
1311
|
title: Food and Drug Administration
|
1312
1312
|
short_title: Food and Drug Administration
|
@@ -1317,7 +1317,7 @@ feed_126:
|
|
1317
1317
|
harvested_from_display_uri: http://www.oercommons.org
|
1318
1318
|
harvested_from_title: OER Commons - Open Educational Resources
|
1319
1319
|
harvested_from_short_title: OERC
|
1320
|
-
|
1320
|
+
default_grain_size: unknown
|
1321
1321
|
feed_127:
|
1322
1322
|
title: Foothill-De Anza Community College
|
1323
1323
|
short_title: FHDA
|
@@ -1328,7 +1328,7 @@ feed_127:
|
|
1328
1328
|
harvested_from_display_uri: http://www.oercommons.org
|
1329
1329
|
harvested_from_title: OER Commons - Open Educational Resources
|
1330
1330
|
harvested_from_short_title: OERC
|
1331
|
-
|
1331
|
+
default_grain_size: unknown
|
1332
1332
|
feed_128:
|
1333
1333
|
title: free.ed.gov
|
1334
1334
|
short_title: free.ed.gov
|
@@ -1339,7 +1339,7 @@ feed_128:
|
|
1339
1339
|
harvested_from_display_uri: http://www.oercommons.org
|
1340
1340
|
harvested_from_title: OER Commons - Open Educational Resources
|
1341
1341
|
harvested_from_short_title: OERC
|
1342
|
-
|
1342
|
+
default_grain_size: unknown
|
1343
1343
|
feed_129:
|
1344
1344
|
title: Free High School Science Texts
|
1345
1345
|
short_title: Free High School Science Texts
|
@@ -1350,7 +1350,7 @@ feed_129:
|
|
1350
1350
|
harvested_from_display_uri: http://www.oercommons.org
|
1351
1351
|
harvested_from_title: OER Commons - Open Educational Resources
|
1352
1352
|
harvested_from_short_title: OERC
|
1353
|
-
|
1353
|
+
default_grain_size: unknown
|
1354
1354
|
feed_130:
|
1355
1355
|
title: Free Management Library
|
1356
1356
|
short_title: Free Management Library
|
@@ -1361,7 +1361,7 @@ feed_130:
|
|
1361
1361
|
harvested_from_display_uri: http://www.oercommons.org
|
1362
1362
|
harvested_from_title: OER Commons - Open Educational Resources
|
1363
1363
|
harvested_from_short_title: OERC
|
1364
|
-
|
1364
|
+
default_grain_size: unknown
|
1365
1365
|
feed_131:
|
1366
1366
|
title: FreeReading
|
1367
1367
|
short_title: FreeReading
|
@@ -1372,7 +1372,7 @@ feed_131:
|
|
1372
1372
|
harvested_from_display_uri: http://www.oercommons.org
|
1373
1373
|
harvested_from_title: OER Commons - Open Educational Resources
|
1374
1374
|
harvested_from_short_title: OERC
|
1375
|
-
|
1375
|
+
default_grain_size: unknown
|
1376
1376
|
feed_132:
|
1377
1377
|
title: Georgia Tech University
|
1378
1378
|
short_title: Georgia Tech University
|
@@ -1383,7 +1383,7 @@ feed_132:
|
|
1383
1383
|
harvested_from_display_uri: http://www.oercommons.org
|
1384
1384
|
harvested_from_title: OER Commons - Open Educational Resources
|
1385
1385
|
harvested_from_short_title: OERC
|
1386
|
-
|
1386
|
+
default_grain_size: unknown
|
1387
1387
|
feed_133:
|
1388
1388
|
title: global-action.org
|
1389
1389
|
short_title: global-action.org
|
@@ -1394,7 +1394,7 @@ feed_133:
|
|
1394
1394
|
harvested_from_display_uri: http://www.oercommons.org
|
1395
1395
|
harvested_from_title: OER Commons - Open Educational Resources
|
1396
1396
|
harvested_from_short_title: OERC
|
1397
|
-
|
1397
|
+
default_grain_size: unknown
|
1398
1398
|
feed_134:
|
1399
1399
|
title: Globe Program
|
1400
1400
|
short_title: Globe Program
|
@@ -1405,7 +1405,7 @@ feed_134:
|
|
1405
1405
|
harvested_from_display_uri: http://www.oercommons.org
|
1406
1406
|
harvested_from_title: OER Commons - Open Educational Resources
|
1407
1407
|
harvested_from_short_title: OERC
|
1408
|
-
|
1408
|
+
default_grain_size: unknown
|
1409
1409
|
feed_135:
|
1410
1410
|
title: Guardians of the Millennium
|
1411
1411
|
short_title: Guardians of the Millennium
|
@@ -1416,7 +1416,7 @@ feed_135:
|
|
1416
1416
|
harvested_from_display_uri: http://www.oercommons.org
|
1417
1417
|
harvested_from_title: OER Commons - Open Educational Resources
|
1418
1418
|
harvested_from_short_title: OERC
|
1419
|
-
|
1419
|
+
default_grain_size: unknown
|
1420
1420
|
feed_136:
|
1421
1421
|
title: Hands-On Universe (HOU)
|
1422
1422
|
short_title: HOU
|
@@ -1427,7 +1427,7 @@ feed_136:
|
|
1427
1427
|
harvested_from_display_uri: http://www.oercommons.org
|
1428
1428
|
harvested_from_title: OER Commons - Open Educational Resources
|
1429
1429
|
harvested_from_short_title: OERC
|
1430
|
-
|
1430
|
+
default_grain_size: unknown
|
1431
1431
|
feed_137:
|
1432
1432
|
title: Harvard College
|
1433
1433
|
short_title: Harvard College
|
@@ -1438,7 +1438,7 @@ feed_137:
|
|
1438
1438
|
harvested_from_display_uri: http://www.oercommons.org
|
1439
1439
|
harvested_from_title: OER Commons - Open Educational Resources
|
1440
1440
|
harvested_from_short_title: OERC
|
1441
|
-
|
1441
|
+
default_grain_size: unknown
|
1442
1442
|
feed_138:
|
1443
1443
|
title: Harvard Extension School
|
1444
1444
|
short_title: Harvard Extension School
|
@@ -1449,7 +1449,7 @@ feed_138:
|
|
1449
1449
|
harvested_from_display_uri: http://www.oercommons.org
|
1450
1450
|
harvested_from_title: OER Commons - Open Educational Resources
|
1451
1451
|
harvested_from_short_title: OERC
|
1452
|
-
|
1452
|
+
default_grain_size: unknown
|
1453
1453
|
feed_139:
|
1454
1454
|
title: Harvard Law School
|
1455
1455
|
short_title: Harvard Law School
|
@@ -1460,7 +1460,7 @@ feed_139:
|
|
1460
1460
|
harvested_from_display_uri: http://www.oercommons.org
|
1461
1461
|
harvested_from_title: OER Commons - Open Educational Resources
|
1462
1462
|
harvested_from_short_title: OERC
|
1463
|
-
|
1463
|
+
default_grain_size: unknown
|
1464
1464
|
feed_140:
|
1465
1465
|
title: H.E.A.L.
|
1466
1466
|
short_title: H.E.A.L.
|
@@ -1471,7 +1471,7 @@ feed_140:
|
|
1471
1471
|
harvested_from_display_uri: http://www.oercommons.org
|
1472
1472
|
harvested_from_title: OER Commons - Open Educational Resources
|
1473
1473
|
harvested_from_short_title: OERC
|
1474
|
-
|
1474
|
+
default_grain_size: unknown
|
1475
1475
|
feed_141:
|
1476
1476
|
title: Hebrew Union College
|
1477
1477
|
short_title: Hebrew Union College
|
@@ -1482,7 +1482,7 @@ feed_141:
|
|
1482
1482
|
harvested_from_display_uri: http://www.oercommons.org
|
1483
1483
|
harvested_from_title: OER Commons - Open Educational Resources
|
1484
1484
|
harvested_from_short_title: OERC
|
1485
|
-
|
1485
|
+
default_grain_size: unknown
|
1486
1486
|
feed_142:
|
1487
1487
|
title: Hippocampus (MITE)
|
1488
1488
|
short_title: MITE
|
@@ -1493,7 +1493,7 @@ feed_142:
|
|
1493
1493
|
harvested_from_display_uri: http://www.oercommons.org
|
1494
1494
|
harvested_from_title: OER Commons - Open Educational Resources
|
1495
1495
|
harvested_from_short_title: OERC
|
1496
|
-
|
1496
|
+
default_grain_size: unknown
|
1497
1497
|
feed_143:
|
1498
1498
|
title: HopeLab
|
1499
1499
|
short_title: HopeLab
|
@@ -1504,7 +1504,7 @@ feed_143:
|
|
1504
1504
|
harvested_from_display_uri: http://www.oercommons.org
|
1505
1505
|
harvested_from_title: OER Commons - Open Educational Resources
|
1506
1506
|
harvested_from_short_title: OERC
|
1507
|
-
|
1507
|
+
default_grain_size: unknown
|
1508
1508
|
feed_144:
|
1509
1509
|
title: ibiblio
|
1510
1510
|
short_title: ibiblio
|
@@ -1515,7 +1515,7 @@ feed_144:
|
|
1515
1515
|
harvested_from_display_uri: http://www.oercommons.org
|
1516
1516
|
harvested_from_title: OER Commons - Open Educational Resources
|
1517
1517
|
harvested_from_short_title: OERC
|
1518
|
-
|
1518
|
+
default_grain_size: unknown
|
1519
1519
|
feed_145:
|
1520
1520
|
title: Illinois State Museum
|
1521
1521
|
short_title: Illinois State Museum
|
@@ -1526,7 +1526,7 @@ feed_145:
|
|
1526
1526
|
harvested_from_display_uri: http://www.oercommons.org
|
1527
1527
|
harvested_from_title: OER Commons - Open Educational Resources
|
1528
1528
|
harvested_from_short_title: OERC
|
1529
|
-
|
1529
|
+
default_grain_size: unknown
|
1530
1530
|
feed_146:
|
1531
1531
|
title: Independent Authors
|
1532
1532
|
short_title: Independent Authors
|
@@ -1537,7 +1537,7 @@ feed_146:
|
|
1537
1537
|
harvested_from_display_uri: http://www.oercommons.org
|
1538
1538
|
harvested_from_title: OER Commons - Open Educational Resources
|
1539
1539
|
harvested_from_short_title: OERC
|
1540
|
-
|
1540
|
+
default_grain_size: unknown
|
1541
1541
|
feed_147:
|
1542
1542
|
title: Independent Television Services
|
1543
1543
|
short_title: Independent Television Services
|
@@ -1548,7 +1548,7 @@ feed_147:
|
|
1548
1548
|
harvested_from_display_uri: http://www.oercommons.org
|
1549
1549
|
harvested_from_title: OER Commons - Open Educational Resources
|
1550
1550
|
harvested_from_short_title: OERC
|
1551
|
-
|
1551
|
+
default_grain_size: unknown
|
1552
1552
|
feed_148:
|
1553
1553
|
title: Individual Author
|
1554
1554
|
short_title: Individual Author
|
@@ -1559,7 +1559,7 @@ feed_148:
|
|
1559
1559
|
harvested_from_display_uri: http://www.oercommons.org
|
1560
1560
|
harvested_from_title: OER Commons - Open Educational Resources
|
1561
1561
|
harvested_from_short_title: OERC
|
1562
|
-
|
1562
|
+
default_grain_size: unknown
|
1563
1563
|
feed_149:
|
1564
1564
|
title: Individual Authors
|
1565
1565
|
short_title: Individuals
|
@@ -1570,7 +1570,7 @@ feed_149:
|
|
1570
1570
|
harvested_from_display_uri: http://www.oercommons.org
|
1571
1571
|
harvested_from_title: OER Commons - Open Educational Resources
|
1572
1572
|
harvested_from_short_title: OERC
|
1573
|
-
|
1573
|
+
default_grain_size: unknown
|
1574
1574
|
feed_150:
|
1575
1575
|
title: Information System for Los Angeles
|
1576
1576
|
short_title: Information System for Los Angeles
|
@@ -1581,7 +1581,7 @@ feed_150:
|
|
1581
1581
|
harvested_from_display_uri: http://www.oercommons.org
|
1582
1582
|
harvested_from_title: OER Commons - Open Educational Resources
|
1583
1583
|
harvested_from_short_title: OERC
|
1584
|
-
|
1584
|
+
default_grain_size: unknown
|
1585
1585
|
feed_151:
|
1586
1586
|
title: Institute for Advanced Technology in the Humanities
|
1587
1587
|
short_title: Institute for Advanced Technology in the Humanities
|
@@ -1592,7 +1592,7 @@ feed_151:
|
|
1592
1592
|
harvested_from_display_uri: http://www.oercommons.org
|
1593
1593
|
harvested_from_title: OER Commons - Open Educational Resources
|
1594
1594
|
harvested_from_short_title: OERC
|
1595
|
-
|
1595
|
+
default_grain_size: unknown
|
1596
1596
|
feed_152:
|
1597
1597
|
title: Institute for Dynamic Educational Advancement
|
1598
1598
|
short_title: Institute for Dynamic Educational Advancement
|
@@ -1603,7 +1603,7 @@ feed_152:
|
|
1603
1603
|
harvested_from_display_uri: http://www.oercommons.org
|
1604
1604
|
harvested_from_title: OER Commons - Open Educational Resources
|
1605
1605
|
harvested_from_short_title: OERC
|
1606
|
-
|
1606
|
+
default_grain_size: unknown
|
1607
1607
|
feed_153:
|
1608
1608
|
title: Internet History Sourcebooks Project
|
1609
1609
|
short_title: Internet History
|
@@ -1614,7 +1614,7 @@ feed_153:
|
|
1614
1614
|
harvested_from_display_uri: http://www.oercommons.org
|
1615
1615
|
harvested_from_title: OER Commons - Open Educational Resources
|
1616
1616
|
harvested_from_short_title: OERC
|
1617
|
-
|
1617
|
+
default_grain_size: unknown
|
1618
1618
|
feed_154:
|
1619
1619
|
title: ItrainOnline MMTK
|
1620
1620
|
short_title: MMTK
|
@@ -1625,7 +1625,7 @@ feed_154:
|
|
1625
1625
|
harvested_from_display_uri: http://www.oercommons.org
|
1626
1626
|
harvested_from_title: OER Commons - Open Educational Resources
|
1627
1627
|
harvested_from_short_title: OERC
|
1628
|
-
|
1628
|
+
default_grain_size: unknown
|
1629
1629
|
feed_155:
|
1630
1630
|
title: Jefferson Lab
|
1631
1631
|
short_title: Jefferson Lab
|
@@ -1636,7 +1636,7 @@ feed_155:
|
|
1636
1636
|
harvested_from_display_uri: http://www.oercommons.org
|
1637
1637
|
harvested_from_title: OER Commons - Open Educational Resources
|
1638
1638
|
harvested_from_short_title: OERC
|
1639
|
-
|
1639
|
+
default_grain_size: unknown
|
1640
1640
|
feed_156:
|
1641
1641
|
title: JHSPH OpenCourseWare
|
1642
1642
|
short_title: JHSPH
|
@@ -1647,7 +1647,7 @@ feed_156:
|
|
1647
1647
|
harvested_from_display_uri: http://www.oercommons.org
|
1648
1648
|
harvested_from_title: OER Commons - Open Educational Resources
|
1649
1649
|
harvested_from_short_title: OERC
|
1650
|
-
|
1650
|
+
default_grain_size: course
|
1651
1651
|
feed_157:
|
1652
1652
|
title: Journey North
|
1653
1653
|
short_title: Journey North
|
@@ -1658,7 +1658,7 @@ feed_157:
|
|
1658
1658
|
harvested_from_display_uri: http://www.oercommons.org
|
1659
1659
|
harvested_from_title: OER Commons - Open Educational Resources
|
1660
1660
|
harvested_from_short_title: OERC
|
1661
|
-
|
1661
|
+
default_grain_size: unknown
|
1662
1662
|
feed_158:
|
1663
1663
|
title: KEEP Toolkit
|
1664
1664
|
short_title: KEEP
|
@@ -1669,7 +1669,7 @@ feed_158:
|
|
1669
1669
|
harvested_from_display_uri: http://www.oercommons.org
|
1670
1670
|
harvested_from_title: OER Commons - Open Educational Resources
|
1671
1671
|
harvested_from_short_title: OERC
|
1672
|
-
|
1672
|
+
default_grain_size: unknown
|
1673
1673
|
feed_159:
|
1674
1674
|
title: Kids Open Dictionary
|
1675
1675
|
short_title: Kids Open Dictionary
|
@@ -1680,7 +1680,7 @@ feed_159:
|
|
1680
1680
|
harvested_from_display_uri: http://www.oercommons.org
|
1681
1681
|
harvested_from_title: OER Commons - Open Educational Resources
|
1682
1682
|
harvested_from_short_title: OERC
|
1683
|
-
|
1683
|
+
default_grain_size: unknown
|
1684
1684
|
feed_160:
|
1685
1685
|
title: KQED Education Network
|
1686
1686
|
short_title: KQED
|
@@ -1691,7 +1691,7 @@ feed_160:
|
|
1691
1691
|
harvested_from_display_uri: http://www.oercommons.org
|
1692
1692
|
harvested_from_title: OER Commons - Open Educational Resources
|
1693
1693
|
harvested_from_short_title: OERC
|
1694
|
-
|
1694
|
+
default_grain_size: unknown
|
1695
1695
|
feed_161:
|
1696
1696
|
title: Lawrence Berkeley National Laboratory
|
1697
1697
|
short_title: LBL
|
@@ -1702,7 +1702,7 @@ feed_161:
|
|
1702
1702
|
harvested_from_display_uri: http://www.oercommons.org
|
1703
1703
|
harvested_from_title: OER Commons - Open Educational Resources
|
1704
1704
|
harvested_from_short_title: OERC
|
1705
|
-
|
1705
|
+
default_grain_size: unknown
|
1706
1706
|
feed_162:
|
1707
1707
|
title: Lawrence Hall of Science
|
1708
1708
|
short_title: Lawrence Hall of Science
|
@@ -1713,7 +1713,7 @@ feed_162:
|
|
1713
1713
|
harvested_from_display_uri: http://www.oercommons.org
|
1714
1714
|
harvested_from_title: OER Commons - Open Educational Resources
|
1715
1715
|
harvested_from_short_title: OERC
|
1716
|
-
|
1716
|
+
default_grain_size: unknown
|
1717
1717
|
feed_163:
|
1718
1718
|
title: Learn Activity (University of Hong Kong)
|
1719
1719
|
short_title: HKU
|
@@ -1724,7 +1724,7 @@ feed_163:
|
|
1724
1724
|
harvested_from_display_uri: http://www.oercommons.org
|
1725
1725
|
harvested_from_title: OER Commons - Open Educational Resources
|
1726
1726
|
harvested_from_short_title: OERC
|
1727
|
-
|
1727
|
+
default_grain_size: unknown
|
1728
1728
|
feed_164:
|
1729
1729
|
title: Learning In Hand
|
1730
1730
|
short_title: Learning In Hand
|
@@ -1735,7 +1735,7 @@ feed_164:
|
|
1735
1735
|
harvested_from_display_uri: http://www.oercommons.org
|
1736
1736
|
harvested_from_title: OER Commons - Open Educational Resources
|
1737
1737
|
harvested_from_short_title: OERC
|
1738
|
-
|
1738
|
+
default_grain_size: unknown
|
1739
1739
|
feed_165:
|
1740
1740
|
title: Learning Point
|
1741
1741
|
short_title: Learning Point
|
@@ -1746,7 +1746,7 @@ feed_165:
|
|
1746
1746
|
harvested_from_display_uri: http://www.oercommons.org
|
1747
1747
|
harvested_from_title: OER Commons - Open Educational Resources
|
1748
1748
|
harvested_from_short_title: OERC
|
1749
|
-
|
1749
|
+
default_grain_size: unknown
|
1750
1750
|
feed_166:
|
1751
1751
|
title: LEARN NC Articles & More
|
1752
1752
|
short_title: LEARN
|
@@ -1757,7 +1757,7 @@ feed_166:
|
|
1757
1757
|
harvested_from_display_uri: http://www.oercommons.org
|
1758
1758
|
harvested_from_title: OER Commons - Open Educational Resources
|
1759
1759
|
harvested_from_short_title: OERC
|
1760
|
-
|
1760
|
+
default_grain_size: unknown
|
1761
1761
|
feed_167:
|
1762
1762
|
title: LEARN NC Lesson Plans
|
1763
1763
|
short_title: LEARN
|
@@ -1768,7 +1768,7 @@ feed_167:
|
|
1768
1768
|
harvested_from_display_uri: http://www.oercommons.org
|
1769
1769
|
harvested_from_title: OER Commons - Open Educational Resources
|
1770
1770
|
harvested_from_short_title: OERC
|
1771
|
-
|
1771
|
+
default_grain_size: unknown
|
1772
1772
|
feed_168:
|
1773
1773
|
title: Library of Congress
|
1774
1774
|
short_title: Library of Congress
|
@@ -1779,7 +1779,7 @@ feed_168:
|
|
1779
1779
|
harvested_from_display_uri: http://www.oercommons.org
|
1780
1780
|
harvested_from_title: OER Commons - Open Educational Resources
|
1781
1781
|
harvested_from_short_title: OERC
|
1782
|
-
|
1782
|
+
default_grain_size: unknown
|
1783
1783
|
feed_169:
|
1784
1784
|
title: Light and Matter - Physics and astronomy resources
|
1785
1785
|
short_title: Light and Matter
|
@@ -1790,7 +1790,7 @@ feed_169:
|
|
1790
1790
|
harvested_from_display_uri: http://www.oercommons.org
|
1791
1791
|
harvested_from_title: OER Commons - Open Educational Resources
|
1792
1792
|
harvested_from_short_title: OERC
|
1793
|
-
|
1793
|
+
default_grain_size: unknown
|
1794
1794
|
feed_170:
|
1795
1795
|
title: Many Pasts (CHNM/ASHP)
|
1796
1796
|
short_title: CHNM/ASHP
|
@@ -1801,7 +1801,7 @@ feed_170:
|
|
1801
1801
|
harvested_from_display_uri: http://www.oercommons.org
|
1802
1802
|
harvested_from_title: OER Commons - Open Educational Resources
|
1803
1803
|
harvested_from_short_title: OERC
|
1804
|
-
|
1804
|
+
default_grain_size: unknown
|
1805
1805
|
feed_171:
|
1806
1806
|
title: Marian Koshland Science Museum
|
1807
1807
|
short_title: Marian Koshland Science Museum
|
@@ -1812,7 +1812,7 @@ feed_171:
|
|
1812
1812
|
harvested_from_display_uri: http://www.oercommons.org
|
1813
1813
|
harvested_from_title: OER Commons - Open Educational Resources
|
1814
1814
|
harvested_from_short_title: OERC
|
1815
|
-
|
1815
|
+
default_grain_size: unknown
|
1816
1816
|
feed_172:
|
1817
1817
|
title: Materials Research Society
|
1818
1818
|
short_title: Materials Research Society
|
@@ -1823,7 +1823,7 @@ feed_172:
|
|
1823
1823
|
harvested_from_display_uri: http://www.oercommons.org
|
1824
1824
|
harvested_from_title: OER Commons - Open Educational Resources
|
1825
1825
|
harvested_from_short_title: OERC
|
1826
|
-
|
1826
|
+
default_grain_size: unknown
|
1827
1827
|
feed_173:
|
1828
1828
|
title: Math Forum
|
1829
1829
|
short_title: Math Forum
|
@@ -1834,7 +1834,7 @@ feed_173:
|
|
1834
1834
|
harvested_from_display_uri: http://www.oercommons.org
|
1835
1835
|
harvested_from_title: OER Commons - Open Educational Resources
|
1836
1836
|
harvested_from_short_title: OERC
|
1837
|
-
|
1837
|
+
default_grain_size: unknown
|
1838
1838
|
feed_174:
|
1839
1839
|
title: Math Open Reference
|
1840
1840
|
short_title: Math Open Reference
|
@@ -1845,7 +1845,7 @@ feed_174:
|
|
1845
1845
|
harvested_from_display_uri: http://www.oercommons.org
|
1846
1846
|
harvested_from_title: OER Commons - Open Educational Resources
|
1847
1847
|
harvested_from_short_title: OERC
|
1848
|
-
|
1848
|
+
default_grain_size: unknown
|
1849
1849
|
feed_175:
|
1850
1850
|
title: Mathwire
|
1851
1851
|
short_title: Mathwire
|
@@ -1856,7 +1856,7 @@ feed_175:
|
|
1856
1856
|
harvested_from_display_uri: http://www.oercommons.org
|
1857
1857
|
harvested_from_title: OER Commons - Open Educational Resources
|
1858
1858
|
harvested_from_short_title: OERC
|
1859
|
-
|
1859
|
+
default_grain_size: unknown
|
1860
1860
|
feed_176:
|
1861
1861
|
title: MathWorks
|
1862
1862
|
short_title: MathWorks
|
@@ -1867,7 +1867,7 @@ feed_176:
|
|
1867
1867
|
harvested_from_display_uri: http://www.oercommons.org
|
1868
1868
|
harvested_from_title: OER Commons - Open Educational Resources
|
1869
1869
|
harvested_from_short_title: OERC
|
1870
|
-
|
1870
|
+
default_grain_size: unknown
|
1871
1871
|
feed_177:
|
1872
1872
|
title: Michigan Sea Grant College Program
|
1873
1873
|
short_title: Michigan Sea Grant College Program
|
@@ -1878,7 +1878,7 @@ feed_177:
|
|
1878
1878
|
harvested_from_display_uri: http://www.oercommons.org
|
1879
1879
|
harvested_from_title: OER Commons - Open Educational Resources
|
1880
1880
|
harvested_from_short_title: OERC
|
1881
|
-
|
1881
|
+
default_grain_size: unknown
|
1882
1882
|
feed_178:
|
1883
1883
|
title: Microbial Life (MLER) (SERC)
|
1884
1884
|
short_title: MLER
|
@@ -1889,7 +1889,7 @@ feed_178:
|
|
1889
1889
|
harvested_from_display_uri: http://www.oercommons.org
|
1890
1890
|
harvested_from_title: OER Commons - Open Educational Resources
|
1891
1891
|
harvested_from_short_title: OERC
|
1892
|
-
|
1892
|
+
default_grain_size: unknown
|
1893
1893
|
feed_179:
|
1894
1894
|
title: Missouri Historical Society
|
1895
1895
|
short_title: Missouri Historical Society
|
@@ -1900,7 +1900,7 @@ feed_179:
|
|
1900
1900
|
harvested_from_display_uri: http://www.oercommons.org
|
1901
1901
|
harvested_from_title: OER Commons - Open Educational Resources
|
1902
1902
|
harvested_from_short_title: OERC
|
1903
|
-
|
1903
|
+
default_grain_size: unknown
|
1904
1904
|
feed_180:
|
1905
1905
|
title: M.I.T.
|
1906
1906
|
short_title: M.I.T.
|
@@ -1911,7 +1911,7 @@ feed_180:
|
|
1911
1911
|
harvested_from_display_uri: http://www.oercommons.org
|
1912
1912
|
harvested_from_title: OER Commons - Open Educational Resources
|
1913
1913
|
harvested_from_short_title: OERC
|
1914
|
-
|
1914
|
+
default_grain_size: unknown
|
1915
1915
|
feed_181:
|
1916
1916
|
title: MIT Highlights for High School
|
1917
1917
|
short_title: MIT
|
@@ -1922,7 +1922,7 @@ feed_181:
|
|
1922
1922
|
harvested_from_display_uri: http://www.oercommons.org
|
1923
1923
|
harvested_from_title: OER Commons - Open Educational Resources
|
1924
1924
|
harvested_from_short_title: OERC
|
1925
|
-
|
1925
|
+
default_grain_size: unknown
|
1926
1926
|
feed_182:
|
1927
1927
|
title: MIT OpenCourseWare
|
1928
1928
|
short_title: MIT OCW
|
@@ -1933,7 +1933,7 @@ feed_182:
|
|
1933
1933
|
harvested_from_display_uri: http://www.oercommons.org
|
1934
1934
|
harvested_from_title: OER Commons - Open Educational Resources
|
1935
1935
|
harvested_from_short_title: OERC
|
1936
|
-
|
1936
|
+
default_grain_size: course
|
1937
1937
|
feed_183:
|
1938
1938
|
title: MIT Visualizing Cultures
|
1939
1939
|
short_title: MIT
|
@@ -1944,7 +1944,7 @@ feed_183:
|
|
1944
1944
|
harvested_from_display_uri: http://www.oercommons.org
|
1945
1945
|
harvested_from_title: OER Commons - Open Educational Resources
|
1946
1946
|
harvested_from_short_title: OERC
|
1947
|
-
|
1947
|
+
default_grain_size: unknown
|
1948
1948
|
feed_184:
|
1949
1949
|
title: Montana State University
|
1950
1950
|
short_title: Montana State University
|
@@ -1955,7 +1955,7 @@ feed_184:
|
|
1955
1955
|
harvested_from_display_uri: http://www.oercommons.org
|
1956
1956
|
harvested_from_title: OER Commons - Open Educational Resources
|
1957
1957
|
harvested_from_short_title: OERC
|
1958
|
-
|
1958
|
+
default_grain_size: unknown
|
1959
1959
|
feed_185:
|
1960
1960
|
title: Mt. Holyoke College
|
1961
1961
|
short_title: Mt. Holyoke College
|
@@ -1966,7 +1966,7 @@ feed_185:
|
|
1966
1966
|
harvested_from_display_uri: http://www.oercommons.org
|
1967
1967
|
harvested_from_title: OER Commons - Open Educational Resources
|
1968
1968
|
harvested_from_short_title: OERC
|
1969
|
-
|
1969
|
+
default_grain_size: unknown
|
1970
1970
|
feed_186:
|
1971
1971
|
title: NAGT Cutting Edge (SERC)
|
1972
1972
|
short_title: SERC
|
@@ -1977,7 +1977,7 @@ feed_186:
|
|
1977
1977
|
harvested_from_display_uri: http://www.oercommons.org
|
1978
1978
|
harvested_from_title: OER Commons - Open Educational Resources
|
1979
1979
|
harvested_from_short_title: OERC
|
1980
|
-
|
1980
|
+
default_grain_size: unknown
|
1981
1981
|
feed_187:
|
1982
1982
|
title: NanoEd
|
1983
1983
|
short_title: NanoEd
|
@@ -1988,7 +1988,7 @@ feed_187:
|
|
1988
1988
|
harvested_from_display_uri: http://www.oercommons.org
|
1989
1989
|
harvested_from_title: OER Commons - Open Educational Resources
|
1990
1990
|
harvested_from_short_title: OERC
|
1991
|
-
|
1991
|
+
default_grain_size: unknown
|
1992
1992
|
feed_188:
|
1993
1993
|
title: nanoHUB.org
|
1994
1994
|
short_title: nanoHUB.org
|
@@ -1999,7 +1999,7 @@ feed_188:
|
|
1999
1999
|
harvested_from_display_uri: http://www.oercommons.org
|
2000
2000
|
harvested_from_title: OER Commons - Open Educational Resources
|
2001
2001
|
harvested_from_short_title: OERC
|
2002
|
-
|
2002
|
+
default_grain_size: unknown
|
2003
2003
|
feed_189:
|
2004
2004
|
title: NASA
|
2005
2005
|
short_title: NASA
|
@@ -2010,7 +2010,7 @@ feed_189:
|
|
2010
2010
|
harvested_from_display_uri: http://www.oercommons.org
|
2011
2011
|
harvested_from_title: OER Commons - Open Educational Resources
|
2012
2012
|
harvested_from_short_title: OERC
|
2013
|
-
|
2013
|
+
default_grain_size: unknown
|
2014
2014
|
feed_190:
|
2015
2015
|
title: NASA CONNECT
|
2016
2016
|
short_title: NASA
|
@@ -2021,7 +2021,7 @@ feed_190:
|
|
2021
2021
|
harvested_from_display_uri: http://www.oercommons.org
|
2022
2022
|
harvested_from_title: OER Commons - Open Educational Resources
|
2023
2023
|
harvested_from_short_title: OERC
|
2024
|
-
|
2024
|
+
default_grain_size: unknown
|
2025
2025
|
feed_191:
|
2026
2026
|
title: NASA Kids Science News Network (NASA KSNN)
|
2027
2027
|
short_title: NASA KSNN
|
@@ -2032,7 +2032,7 @@ feed_191:
|
|
2032
2032
|
harvested_from_display_uri: http://www.oercommons.org
|
2033
2033
|
harvested_from_title: OER Commons - Open Educational Resources
|
2034
2034
|
harvested_from_short_title: OERC
|
2035
|
-
|
2035
|
+
default_grain_size: unknown
|
2036
2036
|
feed_192:
|
2037
2037
|
title: NASA SCI Files
|
2038
2038
|
short_title: NASA SCI
|
@@ -2043,7 +2043,7 @@ feed_192:
|
|
2043
2043
|
harvested_from_display_uri: http://www.oercommons.org
|
2044
2044
|
harvested_from_title: OER Commons - Open Educational Resources
|
2045
2045
|
harvested_from_short_title: OERC
|
2046
|
-
|
2046
|
+
default_grain_size: unknown
|
2047
2047
|
feed_193:
|
2048
2048
|
title: NASA's Destination Tomorrow
|
2049
2049
|
short_title: Destination Tomorrow
|
@@ -2054,7 +2054,7 @@ feed_193:
|
|
2054
2054
|
harvested_from_display_uri: http://www.oercommons.org
|
2055
2055
|
harvested_from_title: OER Commons - Open Educational Resources
|
2056
2056
|
harvested_from_short_title: OERC
|
2057
|
-
|
2057
|
+
default_grain_size: unknown
|
2058
2058
|
feed_194:
|
2059
2059
|
title: National Academy of Sciences
|
2060
2060
|
short_title: National Academy of Sciences
|
@@ -2065,7 +2065,7 @@ feed_194:
|
|
2065
2065
|
harvested_from_display_uri: http://www.oercommons.org
|
2066
2066
|
harvested_from_title: OER Commons - Open Educational Resources
|
2067
2067
|
harvested_from_short_title: OERC
|
2068
|
-
|
2068
|
+
default_grain_size: unknown
|
2069
2069
|
feed_195:
|
2070
2070
|
title: National Aerospace Technical Education Center
|
2071
2071
|
short_title: National Aerospace Technical Education Center
|
@@ -2076,7 +2076,7 @@ feed_195:
|
|
2076
2076
|
harvested_from_display_uri: http://www.oercommons.org
|
2077
2077
|
harvested_from_title: OER Commons - Open Educational Resources
|
2078
2078
|
harvested_from_short_title: OERC
|
2079
|
-
|
2079
|
+
default_grain_size: unknown
|
2080
2080
|
feed_196:
|
2081
2081
|
title: National Archives and Records Administration
|
2082
2082
|
short_title: National Archives and Records Administration
|
@@ -2087,7 +2087,7 @@ feed_196:
|
|
2087
2087
|
harvested_from_display_uri: http://www.oercommons.org
|
2088
2088
|
harvested_from_title: OER Commons - Open Educational Resources
|
2089
2089
|
harvested_from_short_title: OERC
|
2090
|
-
|
2090
|
+
default_grain_size: unknown
|
2091
2091
|
feed_197:
|
2092
2092
|
title: National Cancer Institute
|
2093
2093
|
short_title: National Cancer Institute
|
@@ -2098,7 +2098,7 @@ feed_197:
|
|
2098
2098
|
harvested_from_display_uri: http://www.oercommons.org
|
2099
2099
|
harvested_from_title: OER Commons - Open Educational Resources
|
2100
2100
|
harvested_from_short_title: OERC
|
2101
|
-
|
2101
|
+
default_grain_size: unknown
|
2102
2102
|
feed_198:
|
2103
2103
|
title: National Capital Language Resource Center
|
2104
2104
|
short_title: National Capital Language Resource Center
|
@@ -2109,7 +2109,7 @@ feed_198:
|
|
2109
2109
|
harvested_from_display_uri: http://www.oercommons.org
|
2110
2110
|
harvested_from_title: OER Commons - Open Educational Resources
|
2111
2111
|
harvested_from_short_title: OERC
|
2112
|
-
|
2112
|
+
default_grain_size: unknown
|
2113
2113
|
feed_199:
|
2114
2114
|
title: National Center for Atmospheric Research
|
2115
2115
|
short_title: National Center for Atmospheric Research
|
@@ -2120,7 +2120,7 @@ feed_199:
|
|
2120
2120
|
harvested_from_display_uri: http://www.oercommons.org
|
2121
2121
|
harvested_from_title: OER Commons - Open Educational Resources
|
2122
2122
|
harvested_from_short_title: OERC
|
2123
|
-
|
2123
|
+
default_grain_size: unknown
|
2124
2124
|
feed_200:
|
2125
2125
|
title: National Center for Biotechnology Information
|
2126
2126
|
short_title: National Center for Biotechnology Information
|
@@ -2131,7 +2131,7 @@ feed_200:
|
|
2131
2131
|
harvested_from_display_uri: http://www.oercommons.org
|
2132
2132
|
harvested_from_title: OER Commons - Open Educational Resources
|
2133
2133
|
harvested_from_short_title: OERC
|
2134
|
-
|
2134
|
+
default_grain_size: unknown
|
2135
2135
|
feed_201:
|
2136
2136
|
title: National Center for Learning and Teaching
|
2137
2137
|
short_title: National Center for Learning and Teaching
|
@@ -2142,7 +2142,7 @@ feed_201:
|
|
2142
2142
|
harvested_from_display_uri: http://www.oercommons.org
|
2143
2143
|
harvested_from_title: OER Commons - Open Educational Resources
|
2144
2144
|
harvested_from_short_title: OERC
|
2145
|
-
|
2145
|
+
default_grain_size: unknown
|
2146
2146
|
feed_202:
|
2147
2147
|
title: National Center for Research Resources
|
2148
2148
|
short_title: National Center for Research Resources
|
@@ -2153,7 +2153,7 @@ feed_202:
|
|
2153
2153
|
harvested_from_display_uri: http://www.oercommons.org
|
2154
2154
|
harvested_from_title: OER Commons - Open Educational Resources
|
2155
2155
|
harvested_from_short_title: OERC
|
2156
|
-
|
2156
|
+
default_grain_size: unknown
|
2157
2157
|
feed_203:
|
2158
2158
|
title: National Constitution Center
|
2159
2159
|
short_title: National Constitution Center
|
@@ -2164,7 +2164,7 @@ feed_203:
|
|
2164
2164
|
harvested_from_display_uri: http://www.oercommons.org
|
2165
2165
|
harvested_from_title: OER Commons - Open Educational Resources
|
2166
2166
|
harvested_from_short_title: OERC
|
2167
|
-
|
2167
|
+
default_grain_size: unknown
|
2168
2168
|
feed_204:
|
2169
2169
|
title: National Council of Teachers of Mathematics
|
2170
2170
|
short_title: National Council of Teachers of Mathematics
|
@@ -2175,7 +2175,7 @@ feed_204:
|
|
2175
2175
|
harvested_from_display_uri: http://www.oercommons.org
|
2176
2176
|
harvested_from_title: OER Commons - Open Educational Resources
|
2177
2177
|
harvested_from_short_title: OERC
|
2178
|
-
|
2178
|
+
default_grain_size: unknown
|
2179
2179
|
feed_205:
|
2180
2180
|
title: National Council on Economic Education
|
2181
2181
|
short_title: National Council on Economic Education
|
@@ -2186,7 +2186,7 @@ feed_205:
|
|
2186
2186
|
harvested_from_display_uri: http://www.oercommons.org
|
2187
2187
|
harvested_from_title: OER Commons - Open Educational Resources
|
2188
2188
|
harvested_from_short_title: OERC
|
2189
|
-
|
2189
|
+
default_grain_size: unknown
|
2190
2190
|
feed_206:
|
2191
2191
|
title: National Endowment for the Arts
|
2192
2192
|
short_title: National Endowment for the Arts
|
@@ -2197,7 +2197,7 @@ feed_206:
|
|
2197
2197
|
harvested_from_display_uri: http://www.oercommons.org
|
2198
2198
|
harvested_from_title: OER Commons - Open Educational Resources
|
2199
2199
|
harvested_from_short_title: OERC
|
2200
|
-
|
2200
|
+
default_grain_size: unknown
|
2201
2201
|
feed_207:
|
2202
2202
|
title: National Foreign Language Center
|
2203
2203
|
short_title: National Foreign Language Center
|
@@ -2208,7 +2208,7 @@ feed_207:
|
|
2208
2208
|
harvested_from_display_uri: http://www.oercommons.org
|
2209
2209
|
harvested_from_title: OER Commons - Open Educational Resources
|
2210
2210
|
harvested_from_short_title: OERC
|
2211
|
-
|
2211
|
+
default_grain_size: unknown
|
2212
2212
|
feed_208:
|
2213
2213
|
title: National Gallery of Art
|
2214
2214
|
short_title: National Gallery of Art
|
@@ -2219,7 +2219,7 @@ feed_208:
|
|
2219
2219
|
harvested_from_display_uri: http://www.oercommons.org
|
2220
2220
|
harvested_from_title: OER Commons - Open Educational Resources
|
2221
2221
|
harvested_from_short_title: OERC
|
2222
|
-
|
2222
|
+
default_grain_size: unknown
|
2223
2223
|
feed_209:
|
2224
2224
|
title: National Geographic
|
2225
2225
|
short_title: National Geographic
|
@@ -2230,7 +2230,7 @@ feed_209:
|
|
2230
2230
|
harvested_from_display_uri: http://www.oercommons.org
|
2231
2231
|
harvested_from_title: OER Commons - Open Educational Resources
|
2232
2232
|
harvested_from_short_title: OERC
|
2233
|
-
|
2233
|
+
default_grain_size: unknown
|
2234
2234
|
feed_210:
|
2235
2235
|
title: National Institute for Literacy
|
2236
2236
|
short_title: National Institute for Literacy
|
@@ -2241,7 +2241,7 @@ feed_210:
|
|
2241
2241
|
harvested_from_display_uri: http://www.oercommons.org
|
2242
2242
|
harvested_from_title: OER Commons - Open Educational Resources
|
2243
2243
|
harvested_from_short_title: OERC
|
2244
|
-
|
2244
|
+
default_grain_size: unknown
|
2245
2245
|
feed_211:
|
2246
2246
|
title: National Institutes of Health
|
2247
2247
|
short_title: National Institutes of Health
|
@@ -2252,7 +2252,7 @@ feed_211:
|
|
2252
2252
|
harvested_from_display_uri: http://www.oercommons.org
|
2253
2253
|
harvested_from_title: OER Commons - Open Educational Resources
|
2254
2254
|
harvested_from_short_title: OERC
|
2255
|
-
|
2255
|
+
default_grain_size: unknown
|
2256
2256
|
feed_212:
|
2257
2257
|
title: National Library of Medicine
|
2258
2258
|
short_title: National Library of Medicine
|
@@ -2263,7 +2263,7 @@ feed_212:
|
|
2263
2263
|
harvested_from_display_uri: http://www.oercommons.org
|
2264
2264
|
harvested_from_title: OER Commons - Open Educational Resources
|
2265
2265
|
harvested_from_short_title: OERC
|
2266
|
-
|
2266
|
+
default_grain_size: unknown
|
2267
2267
|
feed_213:
|
2268
2268
|
title: National Park Service
|
2269
2269
|
short_title: National Park Service
|
@@ -2274,7 +2274,7 @@ feed_213:
|
|
2274
2274
|
harvested_from_display_uri: http://www.oercommons.org
|
2275
2275
|
harvested_from_title: OER Commons - Open Educational Resources
|
2276
2276
|
harvested_from_short_title: OERC
|
2277
|
-
|
2277
|
+
default_grain_size: unknown
|
2278
2278
|
feed_214:
|
2279
2279
|
title: National Park Services
|
2280
2280
|
short_title: National Park Services
|
@@ -2285,7 +2285,7 @@ feed_214:
|
|
2285
2285
|
harvested_from_display_uri: http://www.oercommons.org
|
2286
2286
|
harvested_from_title: OER Commons - Open Educational Resources
|
2287
2287
|
harvested_from_short_title: OERC
|
2288
|
-
|
2288
|
+
default_grain_size: unknown
|
2289
2289
|
feed_215:
|
2290
2290
|
title: National Public Radio
|
2291
2291
|
short_title: National Public Radio
|
@@ -2296,7 +2296,7 @@ feed_215:
|
|
2296
2296
|
harvested_from_display_uri: http://www.oercommons.org
|
2297
2297
|
harvested_from_title: OER Commons - Open Educational Resources
|
2298
2298
|
harvested_from_short_title: OERC
|
2299
|
-
|
2299
|
+
default_grain_size: unknown
|
2300
2300
|
feed_216:
|
2301
2301
|
title: National Repository of Online Courses (NROC)
|
2302
2302
|
short_title: NROC
|
@@ -2307,7 +2307,7 @@ feed_216:
|
|
2307
2307
|
harvested_from_display_uri: http://www.oercommons.org
|
2308
2308
|
harvested_from_title: OER Commons - Open Educational Resources
|
2309
2309
|
harvested_from_short_title: OERC
|
2310
|
-
|
2310
|
+
default_grain_size: unknown
|
2311
2311
|
feed_217:
|
2312
2312
|
title: National Science and Technology Foundation
|
2313
2313
|
short_title: National Science and Technology Foundation
|
@@ -2318,7 +2318,7 @@ feed_217:
|
|
2318
2318
|
harvested_from_display_uri: http://www.oercommons.org
|
2319
2319
|
harvested_from_title: OER Commons - Open Educational Resources
|
2320
2320
|
harvested_from_short_title: OERC
|
2321
|
-
|
2321
|
+
default_grain_size: unknown
|
2322
2322
|
feed_218:
|
2323
2323
|
title: National Science Foundation
|
2324
2324
|
short_title: National Science Foundation
|
@@ -2329,7 +2329,7 @@ feed_218:
|
|
2329
2329
|
harvested_from_display_uri: http://www.oercommons.org
|
2330
2330
|
harvested_from_title: OER Commons - Open Educational Resources
|
2331
2331
|
harvested_from_short_title: OERC
|
2332
|
-
|
2332
|
+
default_grain_size: unknown
|
2333
2333
|
feed_219:
|
2334
2334
|
title: National Security Administration
|
2335
2335
|
short_title: National Security Administration
|
@@ -2340,7 +2340,7 @@ feed_219:
|
|
2340
2340
|
harvested_from_display_uri: http://www.oercommons.org
|
2341
2341
|
harvested_from_title: OER Commons - Open Educational Resources
|
2342
2342
|
harvested_from_short_title: OERC
|
2343
|
-
|
2343
|
+
default_grain_size: unknown
|
2344
2344
|
feed_220:
|
2345
2345
|
title: National Wildlife Federation
|
2346
2346
|
short_title: National Wildlife Federation
|
@@ -2351,7 +2351,7 @@ feed_220:
|
|
2351
2351
|
harvested_from_display_uri: http://www.oercommons.org
|
2352
2352
|
harvested_from_title: OER Commons - Open Educational Resources
|
2353
2353
|
harvested_from_short_title: OERC
|
2354
|
-
|
2354
|
+
default_grain_size: unknown
|
2355
2355
|
feed_221:
|
2356
2356
|
title: New Deal Network
|
2357
2357
|
short_title: New Deal Network
|
@@ -2362,7 +2362,7 @@ feed_221:
|
|
2362
2362
|
harvested_from_display_uri: http://www.oercommons.org
|
2363
2363
|
harvested_from_title: OER Commons - Open Educational Resources
|
2364
2364
|
harvested_from_short_title: OERC
|
2365
|
-
|
2365
|
+
default_grain_size: unknown
|
2366
2366
|
feed_222:
|
2367
2367
|
title: New Jersey Historical Society
|
2368
2368
|
short_title: New Jersey Historical Society
|
@@ -2373,7 +2373,7 @@ feed_222:
|
|
2373
2373
|
harvested_from_display_uri: http://www.oercommons.org
|
2374
2374
|
harvested_from_title: OER Commons - Open Educational Resources
|
2375
2375
|
harvested_from_short_title: OERC
|
2376
|
-
|
2376
|
+
default_grain_size: unknown
|
2377
2377
|
feed_223:
|
2378
2378
|
title: New York Times
|
2379
2379
|
short_title: New York Times
|
@@ -2384,7 +2384,7 @@ feed_223:
|
|
2384
2384
|
harvested_from_display_uri: http://www.oercommons.org
|
2385
2385
|
harvested_from_title: OER Commons - Open Educational Resources
|
2386
2386
|
harvested_from_short_title: OERC
|
2387
|
-
|
2387
|
+
default_grain_size: unknown
|
2388
2388
|
feed_224:
|
2389
2389
|
title: New York Times Learning Network
|
2390
2390
|
short_title: New York Times Learning Network
|
@@ -2395,7 +2395,7 @@ feed_224:
|
|
2395
2395
|
harvested_from_display_uri: http://www.oercommons.org
|
2396
2396
|
harvested_from_title: OER Commons - Open Educational Resources
|
2397
2397
|
harvested_from_short_title: OERC
|
2398
|
-
|
2398
|
+
default_grain_size: unknown
|
2399
2399
|
feed_225:
|
2400
2400
|
title: New York University
|
2401
2401
|
short_title: New York University
|
@@ -2406,7 +2406,7 @@ feed_225:
|
|
2406
2406
|
harvested_from_display_uri: http://www.oercommons.org
|
2407
2407
|
harvested_from_title: OER Commons - Open Educational Resources
|
2408
2408
|
harvested_from_short_title: OERC
|
2409
|
-
|
2409
|
+
default_grain_size: unknown
|
2410
2410
|
feed_226:
|
2411
2411
|
title: NOAA
|
2412
2412
|
short_title: NOAA
|
@@ -2417,7 +2417,7 @@ feed_226:
|
|
2417
2417
|
harvested_from_display_uri: http://www.oercommons.org
|
2418
2418
|
harvested_from_title: OER Commons - Open Educational Resources
|
2419
2419
|
harvested_from_short_title: OERC
|
2420
|
-
|
2420
|
+
default_grain_size: unknown
|
2421
2421
|
feed_227:
|
2422
2422
|
title: Nobelprize.org
|
2423
2423
|
short_title: Nobelprize.org
|
@@ -2428,7 +2428,7 @@ feed_227:
|
|
2428
2428
|
harvested_from_display_uri: http://www.oercommons.org
|
2429
2429
|
harvested_from_title: OER Commons - Open Educational Resources
|
2430
2430
|
harvested_from_short_title: OERC
|
2431
|
-
|
2431
|
+
default_grain_size: unknown
|
2432
2432
|
feed_228:
|
2433
2433
|
title: Northeast Sustainable Energy Association
|
2434
2434
|
short_title: Northeast Sustainable Energy Association
|
@@ -2439,7 +2439,7 @@ feed_228:
|
|
2439
2439
|
harvested_from_display_uri: http://www.oercommons.org
|
2440
2440
|
harvested_from_title: OER Commons - Open Educational Resources
|
2441
2441
|
harvested_from_short_title: OERC
|
2442
|
-
|
2442
|
+
default_grain_size: unknown
|
2443
2443
|
feed_229:
|
2444
2444
|
title: Northern Illinois University
|
2445
2445
|
short_title: Northern Illinois University
|
@@ -2450,7 +2450,7 @@ feed_229:
|
|
2450
2450
|
harvested_from_display_uri: http://www.oercommons.org
|
2451
2451
|
harvested_from_title: OER Commons - Open Educational Resources
|
2452
2452
|
harvested_from_short_title: OERC
|
2453
|
-
|
2453
|
+
default_grain_size: unknown
|
2454
2454
|
feed_230:
|
2455
2455
|
title: North Shore Community College
|
2456
2456
|
short_title: North Shore Community College
|
@@ -2461,7 +2461,7 @@ feed_230:
|
|
2461
2461
|
harvested_from_display_uri: http://www.oercommons.org
|
2462
2462
|
harvested_from_title: OER Commons - Open Educational Resources
|
2463
2463
|
harvested_from_short_title: OERC
|
2464
|
-
|
2464
|
+
default_grain_size: unknown
|
2465
2465
|
feed_231:
|
2466
2466
|
title: Northwestern University
|
2467
2467
|
short_title: Northwestern University
|
@@ -2472,7 +2472,7 @@ feed_231:
|
|
2472
2472
|
harvested_from_display_uri: http://www.oercommons.org
|
2473
2473
|
harvested_from_title: OER Commons - Open Educational Resources
|
2474
2474
|
harvested_from_short_title: OERC
|
2475
|
-
|
2475
|
+
default_grain_size: unknown
|
2476
2476
|
feed_232:
|
2477
2477
|
title: Notre Dame Opencourseware
|
2478
2478
|
short_title: ND OCW
|
@@ -2483,7 +2483,7 @@ feed_232:
|
|
2483
2483
|
harvested_from_display_uri: http://www.oercommons.org
|
2484
2484
|
harvested_from_title: OER Commons - Open Educational Resources
|
2485
2485
|
harvested_from_short_title: OERC
|
2486
|
-
|
2486
|
+
default_grain_size: course
|
2487
2487
|
feed_233:
|
2488
2488
|
title: Oberlin College
|
2489
2489
|
short_title: Oberlin College
|
@@ -2494,7 +2494,7 @@ feed_233:
|
|
2494
2494
|
harvested_from_display_uri: http://www.oercommons.org
|
2495
2495
|
harvested_from_title: OER Commons - Open Educational Resources
|
2496
2496
|
harvested_from_short_title: OERC
|
2497
|
-
|
2497
|
+
default_grain_size: unknown
|
2498
2498
|
feed_234:
|
2499
2499
|
title: Ohio State University
|
2500
2500
|
short_title: Ohio State University
|
@@ -2505,7 +2505,7 @@ feed_234:
|
|
2505
2505
|
harvested_from_display_uri: http://www.oercommons.org
|
2506
2506
|
harvested_from_title: OER Commons - Open Educational Resources
|
2507
2507
|
harvested_from_short_title: OERC
|
2508
|
-
|
2508
|
+
default_grain_size: unknown
|
2509
2509
|
feed_235:
|
2510
2510
|
title: Okanagan University College
|
2511
2511
|
short_title: Okanagan University College
|
@@ -2516,7 +2516,7 @@ feed_235:
|
|
2516
2516
|
harvested_from_display_uri: http://www.oercommons.org
|
2517
2517
|
harvested_from_title: OER Commons - Open Educational Resources
|
2518
2518
|
harvested_from_short_title: OERC
|
2519
|
-
|
2519
|
+
default_grain_size: unknown
|
2520
2520
|
feed_236:
|
2521
2521
|
title: Open Context (Alexandria Archive Institute)
|
2522
2522
|
short_title: Alexandria
|
@@ -2527,7 +2527,7 @@ feed_236:
|
|
2527
2527
|
harvested_from_display_uri: http://www.oercommons.org
|
2528
2528
|
harvested_from_title: OER Commons - Open Educational Resources
|
2529
2529
|
harvested_from_short_title: OERC
|
2530
|
-
|
2530
|
+
default_grain_size: unknown
|
2531
2531
|
feed_237:
|
2532
2532
|
title: OpenLearn (Open University)
|
2533
2533
|
short_title: Open University
|
@@ -2538,7 +2538,7 @@ feed_237:
|
|
2538
2538
|
harvested_from_display_uri: http://www.oercommons.org
|
2539
2539
|
harvested_from_title: OER Commons - Open Educational Resources
|
2540
2540
|
harvested_from_short_title: OERC
|
2541
|
-
|
2541
|
+
default_grain_size: unknown
|
2542
2542
|
feed_238:
|
2543
2543
|
title: Open-of-Course
|
2544
2544
|
short_title: Open-of-Course
|
@@ -2549,7 +2549,7 @@ feed_238:
|
|
2549
2549
|
harvested_from_display_uri: http://www.oercommons.org
|
2550
2550
|
harvested_from_title: OER Commons - Open Educational Resources
|
2551
2551
|
harvested_from_short_title: OERC
|
2552
|
-
|
2552
|
+
default_grain_size: unknown
|
2553
2553
|
feed_239:
|
2554
2554
|
title: Open University OpenLearn
|
2555
2555
|
short_title: Open University OpenLearn
|
@@ -2560,7 +2560,7 @@ feed_239:
|
|
2560
2560
|
harvested_from_display_uri: http://www.oercommons.org
|
2561
2561
|
harvested_from_title: OER Commons - Open Educational Resources
|
2562
2562
|
harvested_from_short_title: OERC
|
2563
|
-
|
2563
|
+
default_grain_size: unknown
|
2564
2564
|
feed_240:
|
2565
2565
|
title: Open Yale Courses
|
2566
2566
|
short_title: Open Yale Courses
|
@@ -2571,7 +2571,7 @@ feed_240:
|
|
2571
2571
|
harvested_from_display_uri: http://www.oercommons.org
|
2572
2572
|
harvested_from_title: OER Commons - Open Educational Resources
|
2573
2573
|
harvested_from_short_title: OERC
|
2574
|
-
|
2574
|
+
default_grain_size: unknown
|
2575
2575
|
feed_241:
|
2576
2576
|
title: Oral History Collection (CSHL)
|
2577
2577
|
short_title: CSHL
|
@@ -2582,7 +2582,7 @@ feed_241:
|
|
2582
2582
|
harvested_from_display_uri: http://www.oercommons.org
|
2583
2583
|
harvested_from_title: OER Commons - Open Educational Resources
|
2584
2584
|
harvested_from_short_title: OERC
|
2585
|
-
|
2585
|
+
default_grain_size: unknown
|
2586
2586
|
feed_242:
|
2587
2587
|
title: Oyez Project
|
2588
2588
|
short_title: Oyez Project
|
@@ -2593,7 +2593,7 @@ feed_242:
|
|
2593
2593
|
harvested_from_display_uri: http://www.oercommons.org
|
2594
2594
|
harvested_from_title: OER Commons - Open Educational Resources
|
2595
2595
|
harvested_from_short_title: OERC
|
2596
|
-
|
2596
|
+
default_grain_size: unknown
|
2597
2597
|
feed_243:
|
2598
2598
|
title: Page At A Time (Wolfsonion-FIU)
|
2599
2599
|
short_title: Wolfsonion-FIU
|
@@ -2604,7 +2604,7 @@ feed_243:
|
|
2604
2604
|
harvested_from_display_uri: http://www.oercommons.org
|
2605
2605
|
harvested_from_title: OER Commons - Open Educational Resources
|
2606
2606
|
harvested_from_short_title: OERC
|
2607
|
-
|
2607
|
+
default_grain_size: unknown
|
2608
2608
|
feed_244:
|
2609
2609
|
title: Papers of John Jay
|
2610
2610
|
short_title: Papers of John Jay
|
@@ -2615,7 +2615,7 @@ feed_244:
|
|
2615
2615
|
harvested_from_display_uri: http://www.oercommons.org
|
2616
2616
|
harvested_from_title: OER Commons - Open Educational Resources
|
2617
2617
|
harvested_from_short_title: OERC
|
2618
|
-
|
2618
|
+
default_grain_size: unknown
|
2619
2619
|
feed_245:
|
2620
2620
|
title: PBS
|
2621
2621
|
short_title: PBS
|
@@ -2626,7 +2626,7 @@ feed_245:
|
|
2626
2626
|
harvested_from_display_uri: http://www.oercommons.org
|
2627
2627
|
harvested_from_title: OER Commons - Open Educational Resources
|
2628
2628
|
harvested_from_short_title: OERC
|
2629
|
-
|
2629
|
+
default_grain_size: unknown
|
2630
2630
|
feed_246:
|
2631
2631
|
title: Peace Corps
|
2632
2632
|
short_title: Peace Corps
|
@@ -2637,7 +2637,7 @@ feed_246:
|
|
2637
2637
|
harvested_from_display_uri: http://www.oercommons.org
|
2638
2638
|
harvested_from_title: OER Commons - Open Educational Resources
|
2639
2639
|
harvested_from_short_title: OERC
|
2640
|
-
|
2640
|
+
default_grain_size: unknown
|
2641
2641
|
feed_247:
|
2642
2642
|
title: Penn State, College of EMS
|
2643
2643
|
short_title: Penn State, College of EMS
|
@@ -2648,7 +2648,7 @@ feed_247:
|
|
2648
2648
|
harvested_from_display_uri: http://www.oercommons.org
|
2649
2649
|
harvested_from_title: OER Commons - Open Educational Resources
|
2650
2650
|
harvested_from_short_title: OERC
|
2651
|
-
|
2651
|
+
default_grain_size: unknown
|
2652
2652
|
feed_248:
|
2653
2653
|
title: Physics Education Technology (PhET) University of Colorado
|
2654
2654
|
short_title: PhET
|
@@ -2659,7 +2659,7 @@ feed_248:
|
|
2659
2659
|
harvested_from_display_uri: http://www.oercommons.org
|
2660
2660
|
harvested_from_title: OER Commons - Open Educational Resources
|
2661
2661
|
harvested_from_short_title: OERC
|
2662
|
-
|
2662
|
+
default_grain_size: unknown
|
2663
2663
|
feed_249:
|
2664
2664
|
title: Playing4Keeps
|
2665
2665
|
short_title: Playing4Keeps
|
@@ -2670,7 +2670,7 @@ feed_249:
|
|
2670
2670
|
harvested_from_display_uri: http://www.oercommons.org
|
2671
2671
|
harvested_from_title: OER Commons - Open Educational Resources
|
2672
2672
|
harvested_from_short_title: OERC
|
2673
|
-
|
2673
|
+
default_grain_size: unknown
|
2674
2674
|
feed_250:
|
2675
2675
|
title: Pocket Tutor
|
2676
2676
|
short_title: Pocket Tutor
|
@@ -2681,7 +2681,7 @@ feed_250:
|
|
2681
2681
|
harvested_from_display_uri: http://www.oercommons.org
|
2682
2682
|
harvested_from_title: OER Commons - Open Educational Resources
|
2683
2683
|
harvested_from_short_title: OERC
|
2684
|
-
|
2684
|
+
default_grain_size: unknown
|
2685
2685
|
feed_251:
|
2686
2686
|
title: Pocumtuck Valley Memorial Association
|
2687
2687
|
short_title: Pocumtuck Valley Memorial Association
|
@@ -2692,7 +2692,7 @@ feed_251:
|
|
2692
2692
|
harvested_from_display_uri: http://www.oercommons.org
|
2693
2693
|
harvested_from_title: OER Commons - Open Educational Resources
|
2694
2694
|
harvested_from_short_title: OERC
|
2695
|
-
|
2695
|
+
default_grain_size: unknown
|
2696
2696
|
feed_252:
|
2697
2697
|
title: Princeton University
|
2698
2698
|
short_title: Princeton University
|
@@ -2703,7 +2703,7 @@ feed_252:
|
|
2703
2703
|
harvested_from_display_uri: http://www.oercommons.org
|
2704
2704
|
harvested_from_title: OER Commons - Open Educational Resources
|
2705
2705
|
harvested_from_short_title: OERC
|
2706
|
-
|
2706
|
+
default_grain_size: unknown
|
2707
2707
|
feed_253:
|
2708
2708
|
title: Project Gutenberg
|
2709
2709
|
short_title: Gutenberg
|
@@ -2714,7 +2714,7 @@ feed_253:
|
|
2714
2714
|
harvested_from_display_uri: http://www.oercommons.org
|
2715
2715
|
harvested_from_title: OER Commons - Open Educational Resources
|
2716
2716
|
harvested_from_short_title: OERC
|
2717
|
-
|
2717
|
+
default_grain_size: unknown
|
2718
2718
|
feed_254:
|
2719
2719
|
title: Project Links
|
2720
2720
|
short_title: Project Links
|
@@ -2725,7 +2725,7 @@ feed_254:
|
|
2725
2725
|
harvested_from_display_uri: http://www.oercommons.org
|
2726
2726
|
harvested_from_title: OER Commons - Open Educational Resources
|
2727
2727
|
harvested_from_short_title: OERC
|
2728
|
-
|
2728
|
+
default_grain_size: unknown
|
2729
2729
|
feed_255:
|
2730
2730
|
title: Public Library of Science (PLoS)
|
2731
2731
|
short_title: PLoS
|
@@ -2736,7 +2736,7 @@ feed_255:
|
|
2736
2736
|
harvested_from_display_uri: http://www.oercommons.org
|
2737
2737
|
harvested_from_title: OER Commons - Open Educational Resources
|
2738
2738
|
harvested_from_short_title: OERC
|
2739
|
-
|
2739
|
+
default_grain_size: unknown
|
2740
2740
|
feed_256:
|
2741
2741
|
title: Qedoc Learning Resources
|
2742
2742
|
short_title: Qedoc
|
@@ -2747,7 +2747,7 @@ feed_256:
|
|
2747
2747
|
harvested_from_display_uri: http://www.oercommons.org
|
2748
2748
|
harvested_from_title: OER Commons - Open Educational Resources
|
2749
2749
|
harvested_from_short_title: OERC
|
2750
|
-
|
2750
|
+
default_grain_size: unknown
|
2751
2751
|
feed_257:
|
2752
2752
|
title: Queen Mary, University of London
|
2753
2753
|
short_title: Queen Mary, University of London
|
@@ -2758,7 +2758,7 @@ feed_257:
|
|
2758
2758
|
harvested_from_display_uri: http://www.oercommons.org
|
2759
2759
|
harvested_from_title: OER Commons - Open Educational Resources
|
2760
2760
|
harvested_from_short_title: OERC
|
2761
|
-
|
2761
|
+
default_grain_size: unknown
|
2762
2762
|
feed_258:
|
2763
2763
|
title: Redefining Progress
|
2764
2764
|
short_title: Redefining Progress
|
@@ -2769,7 +2769,7 @@ feed_258:
|
|
2769
2769
|
harvested_from_display_uri: http://www.oercommons.org
|
2770
2770
|
harvested_from_title: OER Commons - Open Educational Resources
|
2771
2771
|
harvested_from_short_title: OERC
|
2772
|
-
|
2772
|
+
default_grain_size: unknown
|
2773
2773
|
feed_259:
|
2774
2774
|
title: Romantic Circles High School
|
2775
2775
|
short_title: Romantic Circles High School
|
@@ -2780,7 +2780,7 @@ feed_259:
|
|
2780
2780
|
harvested_from_display_uri: http://www.oercommons.org
|
2781
2781
|
harvested_from_title: OER Commons - Open Educational Resources
|
2782
2782
|
harvested_from_short_title: OERC
|
2783
|
-
|
2783
|
+
default_grain_size: unknown
|
2784
2784
|
feed_260:
|
2785
2785
|
title: Russian Academy of Sciences
|
2786
2786
|
short_title: Russian Academy of Sciences
|
@@ -2791,7 +2791,7 @@ feed_260:
|
|
2791
2791
|
harvested_from_display_uri: http://www.oercommons.org
|
2792
2792
|
harvested_from_title: OER Commons - Open Educational Resources
|
2793
2793
|
harvested_from_short_title: OERC
|
2794
|
-
|
2794
|
+
default_grain_size: unknown
|
2795
2795
|
feed_261:
|
2796
2796
|
title: Rutgers University
|
2797
2797
|
short_title: Rutgers University
|
@@ -2802,7 +2802,7 @@ feed_261:
|
|
2802
2802
|
harvested_from_display_uri: http://www.oercommons.org
|
2803
2803
|
harvested_from_title: OER Commons - Open Educational Resources
|
2804
2804
|
harvested_from_short_title: OERC
|
2805
|
-
|
2805
|
+
default_grain_size: unknown
|
2806
2806
|
feed_262:
|
2807
2807
|
title: San Diego Natural History Museum
|
2808
2808
|
short_title: San Diego Natural History Museum
|
@@ -2813,7 +2813,7 @@ feed_262:
|
|
2813
2813
|
harvested_from_display_uri: http://www.oercommons.org
|
2814
2814
|
harvested_from_title: OER Commons - Open Educational Resources
|
2815
2815
|
harvested_from_short_title: OERC
|
2816
|
-
|
2816
|
+
default_grain_size: unknown
|
2817
2817
|
feed_263:
|
2818
2818
|
title: Science and Technology Museum of Minnesota
|
2819
2819
|
short_title: Science and Technology Museum of Minnesota
|
@@ -2824,7 +2824,7 @@ feed_263:
|
|
2824
2824
|
harvested_from_display_uri: http://www.oercommons.org
|
2825
2825
|
harvested_from_title: OER Commons - Open Educational Resources
|
2826
2826
|
harvested_from_short_title: OERC
|
2827
|
-
|
2827
|
+
default_grain_size: unknown
|
2828
2828
|
feed_264:
|
2829
2829
|
title: Science House
|
2830
2830
|
short_title: Science House
|
@@ -2835,7 +2835,7 @@ feed_264:
|
|
2835
2835
|
harvested_from_display_uri: http://www.oercommons.org
|
2836
2836
|
harvested_from_title: OER Commons - Open Educational Resources
|
2837
2837
|
harvested_from_short_title: OERC
|
2838
|
-
|
2838
|
+
default_grain_size: unknown
|
2839
2839
|
feed_265:
|
2840
2840
|
title: Science Museum of the National Academy of Sciences
|
2841
2841
|
short_title: Science Museum of the National Academy of Sciences
|
@@ -2846,7 +2846,7 @@ feed_265:
|
|
2846
2846
|
harvested_from_display_uri: http://www.oercommons.org
|
2847
2847
|
harvested_from_title: OER Commons - Open Educational Resources
|
2848
2848
|
harvested_from_short_title: OERC
|
2849
|
-
|
2849
|
+
default_grain_size: unknown
|
2850
2850
|
feed_266:
|
2851
2851
|
title: SciVee
|
2852
2852
|
short_title: SciVee
|
@@ -2857,7 +2857,7 @@ feed_266:
|
|
2857
2857
|
harvested_from_display_uri: http://www.oercommons.org
|
2858
2858
|
harvested_from_title: OER Commons - Open Educational Resources
|
2859
2859
|
harvested_from_short_title: OERC
|
2860
|
-
|
2860
|
+
default_grain_size: unknown
|
2861
2861
|
feed_267:
|
2862
2862
|
title: Smithsonian Institution
|
2863
2863
|
short_title: Smithsonian Institution
|
@@ -2868,7 +2868,7 @@ feed_267:
|
|
2868
2868
|
harvested_from_display_uri: http://www.oercommons.org
|
2869
2869
|
harvested_from_title: OER Commons - Open Educational Resources
|
2870
2870
|
harvested_from_short_title: OERC
|
2871
|
-
|
2871
|
+
default_grain_size: unknown
|
2872
2872
|
feed_268:
|
2873
2873
|
title: Smithsonian Institutions
|
2874
2874
|
short_title: Smithsonian Institutions
|
@@ -2879,7 +2879,7 @@ feed_268:
|
|
2879
2879
|
harvested_from_display_uri: http://www.oercommons.org
|
2880
2880
|
harvested_from_title: OER Commons - Open Educational Resources
|
2881
2881
|
harvested_from_short_title: OERC
|
2882
|
-
|
2882
|
+
default_grain_size: unknown
|
2883
2883
|
feed_269:
|
2884
2884
|
title: Smithsonian Museum
|
2885
2885
|
short_title: Smithsonian Museum
|
@@ -2890,7 +2890,7 @@ feed_269:
|
|
2890
2890
|
harvested_from_display_uri: http://www.oercommons.org
|
2891
2891
|
harvested_from_title: OER Commons - Open Educational Resources
|
2892
2892
|
harvested_from_short_title: OERC
|
2893
|
-
|
2893
|
+
default_grain_size: unknown
|
2894
2894
|
feed_270:
|
2895
2895
|
title: Sofia - Foothill De Anza College
|
2896
2896
|
short_title: Sofia
|
@@ -2901,7 +2901,7 @@ feed_270:
|
|
2901
2901
|
harvested_from_display_uri: http://www.oercommons.org
|
2902
2902
|
harvested_from_title: OER Commons - Open Educational Resources
|
2903
2903
|
harvested_from_short_title: OERC
|
2904
|
-
|
2904
|
+
default_grain_size: unknown
|
2905
2905
|
feed_271:
|
2906
2906
|
title: South Carolina Digital Library
|
2907
2907
|
short_title: South Carolina Digital Library
|
@@ -2912,7 +2912,7 @@ feed_271:
|
|
2912
2912
|
harvested_from_display_uri: http://www.oercommons.org
|
2913
2913
|
harvested_from_title: OER Commons - Open Educational Resources
|
2914
2914
|
harvested_from_short_title: OERC
|
2915
|
-
|
2915
|
+
default_grain_size: unknown
|
2916
2916
|
feed_272:
|
2917
2917
|
title: Southwest Educational Development Laboratory
|
2918
2918
|
short_title: Southwest Educational Development Laboratory
|
@@ -2923,7 +2923,7 @@ feed_272:
|
|
2923
2923
|
harvested_from_display_uri: http://www.oercommons.org
|
2924
2924
|
harvested_from_title: OER Commons - Open Educational Resources
|
2925
2925
|
harvested_from_short_title: OERC
|
2926
|
-
|
2926
|
+
default_grain_size: unknown
|
2927
2927
|
feed_273:
|
2928
2928
|
title: Space Science Institute
|
2929
2929
|
short_title: Space Science Institute
|
@@ -2934,7 +2934,7 @@ feed_273:
|
|
2934
2934
|
harvested_from_display_uri: http://www.oercommons.org
|
2935
2935
|
harvested_from_title: OER Commons - Open Educational Resources
|
2936
2936
|
harvested_from_short_title: OERC
|
2937
|
-
|
2937
|
+
default_grain_size: unknown
|
2938
2938
|
feed_274:
|
2939
2939
|
title: Stanford Encyclopedia of Philosophy
|
2940
2940
|
short_title: SEP
|
@@ -2945,7 +2945,7 @@ feed_274:
|
|
2945
2945
|
harvested_from_display_uri: http://www.oercommons.org
|
2946
2946
|
harvested_from_title: OER Commons - Open Educational Resources
|
2947
2947
|
harvested_from_short_title: OERC
|
2948
|
-
|
2948
|
+
default_grain_size: unknown
|
2949
2949
|
feed_275:
|
2950
2950
|
title: Stanford University
|
2951
2951
|
short_title: Stanford University
|
@@ -2956,7 +2956,7 @@ feed_275:
|
|
2956
2956
|
harvested_from_display_uri: http://www.oercommons.org
|
2957
2957
|
harvested_from_title: OER Commons - Open Educational Resources
|
2958
2958
|
harvested_from_short_title: OERC
|
2959
|
-
|
2959
|
+
default_grain_size: unknown
|
2960
2960
|
feed_276:
|
2961
2961
|
title: Stanford University - School of Engineering
|
2962
2962
|
short_title: Stanford University - School of Engineering
|
@@ -2967,7 +2967,7 @@ feed_276:
|
|
2967
2967
|
harvested_from_display_uri: http://www.oercommons.org
|
2968
2968
|
harvested_from_title: OER Commons - Open Educational Resources
|
2969
2969
|
harvested_from_short_title: OERC
|
2970
|
-
|
2970
|
+
default_grain_size: unknown
|
2971
2971
|
feed_277:
|
2972
2972
|
title: Stargazers
|
2973
2973
|
short_title: Stargazers
|
@@ -2978,7 +2978,7 @@ feed_277:
|
|
2978
2978
|
harvested_from_display_uri: http://www.oercommons.org
|
2979
2979
|
harvested_from_title: OER Commons - Open Educational Resources
|
2980
2980
|
harvested_from_short_title: OERC
|
2981
|
-
|
2981
|
+
default_grain_size: unknown
|
2982
2982
|
feed_278:
|
2983
2983
|
title: Starting Point (SERC)
|
2984
2984
|
short_title: SERC
|
@@ -2989,7 +2989,7 @@ feed_278:
|
|
2989
2989
|
harvested_from_display_uri: http://www.oercommons.org
|
2990
2990
|
harvested_from_title: OER Commons - Open Educational Resources
|
2991
2991
|
harvested_from_short_title: OERC
|
2992
|
-
|
2992
|
+
default_grain_size: unknown
|
2993
2993
|
feed_279:
|
2994
2994
|
title: State University of New York at Albany
|
2995
2995
|
short_title: State University of New York at Albany
|
@@ -3000,7 +3000,7 @@ feed_279:
|
|
3000
3000
|
harvested_from_display_uri: http://www.oercommons.org
|
3001
3001
|
harvested_from_title: OER Commons - Open Educational Resources
|
3002
3002
|
harvested_from_short_title: OERC
|
3003
|
-
|
3003
|
+
default_grain_size: unknown
|
3004
3004
|
feed_280:
|
3005
3005
|
title: StatSoft
|
3006
3006
|
short_title: StatSoft
|
@@ -3011,7 +3011,7 @@ feed_280:
|
|
3011
3011
|
harvested_from_display_uri: http://www.oercommons.org
|
3012
3012
|
harvested_from_title: OER Commons - Open Educational Resources
|
3013
3013
|
harvested_from_short_title: OERC
|
3014
|
-
|
3014
|
+
default_grain_size: unknown
|
3015
3015
|
feed_281:
|
3016
3016
|
title: Stevens Institute of Technology
|
3017
3017
|
short_title: Stevens Institute of Technology
|
@@ -3022,7 +3022,7 @@ feed_281:
|
|
3022
3022
|
harvested_from_display_uri: http://www.oercommons.org
|
3023
3023
|
harvested_from_title: OER Commons - Open Educational Resources
|
3024
3024
|
harvested_from_short_title: OERC
|
3025
|
-
|
3025
|
+
default_grain_size: unknown
|
3026
3026
|
feed_282:
|
3027
3027
|
title: Stories of the American South
|
3028
3028
|
short_title: Stories of the American South
|
@@ -3033,7 +3033,7 @@ feed_282:
|
|
3033
3033
|
harvested_from_display_uri: http://www.oercommons.org
|
3034
3034
|
harvested_from_title: OER Commons - Open Educational Resources
|
3035
3035
|
harvested_from_short_title: OERC
|
3036
|
-
|
3036
|
+
default_grain_size: unknown
|
3037
3037
|
feed_283:
|
3038
3038
|
title: Sustainable Production and Consumption
|
3039
3039
|
short_title: Sustainable Production and Consumption
|
@@ -3044,7 +3044,7 @@ feed_283:
|
|
3044
3044
|
harvested_from_display_uri: http://www.oercommons.org
|
3045
3045
|
harvested_from_title: OER Commons - Open Educational Resources
|
3046
3046
|
harvested_from_short_title: OERC
|
3047
|
-
|
3047
|
+
default_grain_size: unknown
|
3048
3048
|
feed_284:
|
3049
3049
|
title: TakingITGlobal
|
3050
3050
|
short_title: TakingITGlobal
|
@@ -3055,7 +3055,7 @@ feed_284:
|
|
3055
3055
|
harvested_from_display_uri: http://www.oercommons.org
|
3056
3056
|
harvested_from_title: OER Commons - Open Educational Resources
|
3057
3057
|
harvested_from_short_title: OERC
|
3058
|
-
|
3058
|
+
default_grain_size: unknown
|
3059
3059
|
feed_285:
|
3060
3060
|
title: TakingITGlobal Activities
|
3061
3061
|
short_title: TakingITGlobal Activities
|
@@ -3066,7 +3066,7 @@ feed_285:
|
|
3066
3066
|
harvested_from_display_uri: http://www.oercommons.org
|
3067
3067
|
harvested_from_title: OER Commons - Open Educational Resources
|
3068
3068
|
harvested_from_short_title: OERC
|
3069
|
-
|
3069
|
+
default_grain_size: unknown
|
3070
3070
|
feed_286:
|
3071
3071
|
title: TakingITGlobal TIGed Activities
|
3072
3072
|
short_title: TIGed
|
@@ -3077,7 +3077,7 @@ feed_286:
|
|
3077
3077
|
harvested_from_display_uri: http://www.oercommons.org
|
3078
3078
|
harvested_from_title: OER Commons - Open Educational Resources
|
3079
3079
|
harvested_from_short_title: OERC
|
3080
|
-
|
3080
|
+
default_grain_size: unknown
|
3081
3081
|
feed_287:
|
3082
3082
|
title: Teacher Training Videos
|
3083
3083
|
short_title: Teacher Training Videos
|
@@ -3088,7 +3088,7 @@ feed_287:
|
|
3088
3088
|
harvested_from_display_uri: http://www.oercommons.org
|
3089
3089
|
harvested_from_title: OER Commons - Open Educational Resources
|
3090
3090
|
harvested_from_short_title: OERC
|
3091
|
-
|
3091
|
+
default_grain_size: unknown
|
3092
3092
|
feed_288:
|
3093
3093
|
title: Temple University
|
3094
3094
|
short_title: Temple University
|
@@ -3099,7 +3099,7 @@ feed_288:
|
|
3099
3099
|
harvested_from_display_uri: http://www.oercommons.org
|
3100
3100
|
harvested_from_title: OER Commons - Open Educational Resources
|
3101
3101
|
harvested_from_short_title: OERC
|
3102
|
-
|
3102
|
+
default_grain_size: unknown
|
3103
3103
|
feed_289:
|
3104
3104
|
title: TERC
|
3105
3105
|
short_title: TERC
|
@@ -3110,7 +3110,7 @@ feed_289:
|
|
3110
3110
|
harvested_from_display_uri: http://www.oercommons.org
|
3111
3111
|
harvested_from_title: OER Commons - Open Educational Resources
|
3112
3112
|
harvested_from_short_title: OERC
|
3113
|
-
|
3113
|
+
default_grain_size: unknown
|
3114
3114
|
feed_290:
|
3115
3115
|
title: Texas A&M University
|
3116
3116
|
short_title: M
|
@@ -3121,7 +3121,7 @@ feed_290:
|
|
3121
3121
|
harvested_from_display_uri: http://www.oercommons.org
|
3122
3122
|
harvested_from_title: OER Commons - Open Educational Resources
|
3123
3123
|
harvested_from_short_title: OERC
|
3124
|
-
|
3124
|
+
default_grain_size: unknown
|
3125
3125
|
feed_291:
|
3126
3126
|
title: Texas Humanities Council
|
3127
3127
|
short_title: Texas Humanities Council
|
@@ -3132,7 +3132,7 @@ feed_291:
|
|
3132
3132
|
harvested_from_display_uri: http://www.oercommons.org
|
3133
3133
|
harvested_from_title: OER Commons - Open Educational Resources
|
3134
3134
|
harvested_from_short_title: OERC
|
3135
|
-
|
3135
|
+
default_grain_size: unknown
|
3136
3136
|
feed_292:
|
3137
3137
|
title: Texas State Historical Association
|
3138
3138
|
short_title: Texas State Historical Association
|
@@ -3143,7 +3143,7 @@ feed_292:
|
|
3143
3143
|
harvested_from_display_uri: http://www.oercommons.org
|
3144
3144
|
harvested_from_title: OER Commons - Open Educational Resources
|
3145
3145
|
harvested_from_short_title: OERC
|
3146
|
-
|
3146
|
+
default_grain_size: unknown
|
3147
3147
|
feed_293:
|
3148
3148
|
title: The Baltic Sea Project
|
3149
3149
|
short_title: The Baltic Sea Project
|
@@ -3154,7 +3154,7 @@ feed_293:
|
|
3154
3154
|
harvested_from_display_uri: http://www.oercommons.org
|
3155
3155
|
harvested_from_title: OER Commons - Open Educational Resources
|
3156
3156
|
harvested_from_short_title: OERC
|
3157
|
-
|
3157
|
+
default_grain_size: unknown
|
3158
3158
|
feed_294:
|
3159
3159
|
title: The Chem Collective
|
3160
3160
|
short_title: Chem Collective
|
@@ -3165,7 +3165,7 @@ feed_294:
|
|
3165
3165
|
harvested_from_display_uri: http://www.oercommons.org
|
3166
3166
|
harvested_from_title: OER Commons - Open Educational Resources
|
3167
3167
|
harvested_from_short_title: OERC
|
3168
|
-
|
3168
|
+
default_grain_size: unknown
|
3169
3169
|
feed_295:
|
3170
3170
|
title: Thelonious Monk Institute of Jazz
|
3171
3171
|
short_title: Thelonious Monk Institute of Jazz
|
@@ -3176,7 +3176,7 @@ feed_295:
|
|
3176
3176
|
harvested_from_display_uri: http://www.oercommons.org
|
3177
3177
|
harvested_from_title: OER Commons - Open Educational Resources
|
3178
3178
|
harvested_from_short_title: OERC
|
3179
|
-
|
3179
|
+
default_grain_size: unknown
|
3180
3180
|
feed_296:
|
3181
3181
|
title: The Open University
|
3182
3182
|
short_title: OpenLearn
|
@@ -3187,7 +3187,7 @@ feed_296:
|
|
3187
3187
|
harvested_from_display_uri: http://www.oercommons.org
|
3188
3188
|
harvested_from_title: OER Commons - Open Educational Resources
|
3189
3189
|
harvested_from_short_title: OERC
|
3190
|
-
|
3190
|
+
default_grain_size: unknown
|
3191
3191
|
feed_297:
|
3192
3192
|
title: The Poetry Foundation
|
3193
3193
|
short_title: The Poetry Foundation
|
@@ -3198,7 +3198,7 @@ feed_297:
|
|
3198
3198
|
harvested_from_display_uri: http://www.oercommons.org
|
3199
3199
|
harvested_from_title: OER Commons - Open Educational Resources
|
3200
3200
|
harvested_from_short_title: OERC
|
3201
|
-
|
3201
|
+
default_grain_size: unknown
|
3202
3202
|
feed_298:
|
3203
3203
|
title: The Tech Museum of Innovation Design Challenges
|
3204
3204
|
short_title: Tech Museum
|
@@ -3209,7 +3209,7 @@ feed_298:
|
|
3209
3209
|
harvested_from_display_uri: http://www.oercommons.org
|
3210
3210
|
harvested_from_title: OER Commons - Open Educational Resources
|
3211
3211
|
harvested_from_short_title: OERC
|
3212
|
-
|
3212
|
+
default_grain_size: unknown
|
3213
3213
|
feed_299:
|
3214
3214
|
title: The Why Files
|
3215
3215
|
short_title: Why Files
|
@@ -3220,7 +3220,7 @@ feed_299:
|
|
3220
3220
|
harvested_from_display_uri: http://www.oercommons.org
|
3221
3221
|
harvested_from_title: OER Commons - Open Educational Resources
|
3222
3222
|
harvested_from_short_title: OERC
|
3223
|
-
|
3223
|
+
default_grain_size: unknown
|
3224
3224
|
feed_300:
|
3225
3225
|
title: Tokyo Medical University
|
3226
3226
|
short_title: Tokyo Medical University
|
@@ -3231,7 +3231,7 @@ feed_300:
|
|
3231
3231
|
harvested_from_display_uri: http://www.oercommons.org
|
3232
3232
|
harvested_from_title: OER Commons - Open Educational Resources
|
3233
3233
|
harvested_from_short_title: OERC
|
3234
|
-
|
3234
|
+
default_grain_size: unknown
|
3235
3235
|
feed_301:
|
3236
3236
|
title: Tufts University
|
3237
3237
|
short_title: Tufts University
|
@@ -3242,7 +3242,7 @@ feed_301:
|
|
3242
3242
|
harvested_from_display_uri: http://www.oercommons.org
|
3243
3243
|
harvested_from_title: OER Commons - Open Educational Resources
|
3244
3244
|
harvested_from_short_title: OERC
|
3245
|
-
|
3245
|
+
default_grain_size: unknown
|
3246
3246
|
feed_302:
|
3247
3247
|
title: Tufts University OpenCourseWare
|
3248
3248
|
short_title: Tufts OCW
|
@@ -3253,7 +3253,7 @@ feed_302:
|
|
3253
3253
|
harvested_from_display_uri: http://www.oercommons.org
|
3254
3254
|
harvested_from_title: OER Commons - Open Educational Resources
|
3255
3255
|
harvested_from_short_title: OERC
|
3256
|
-
|
3256
|
+
default_grain_size: course
|
3257
3257
|
feed_303:
|
3258
3258
|
title: UC Berkeley
|
3259
3259
|
short_title: UC
|
@@ -3264,7 +3264,7 @@ feed_303:
|
|
3264
3264
|
harvested_from_display_uri: http://www.oercommons.org
|
3265
3265
|
harvested_from_title: OER Commons - Open Educational Resources
|
3266
3266
|
harvested_from_short_title: OERC
|
3267
|
-
|
3267
|
+
default_grain_size: unknown
|
3268
3268
|
feed_304:
|
3269
3269
|
title: UC Irvine OpenCourseWare
|
3270
3270
|
short_title: UC
|
@@ -3275,7 +3275,7 @@ feed_304:
|
|
3275
3275
|
harvested_from_display_uri: http://www.oercommons.org
|
3276
3276
|
harvested_from_title: OER Commons - Open Educational Resources
|
3277
3277
|
harvested_from_short_title: OERC
|
3278
|
-
|
3278
|
+
default_grain_size: course
|
3279
3279
|
feed_305:
|
3280
3280
|
title: UMass Boston OpenCourseWare
|
3281
3281
|
short_title: UMass Boston OpenCourseWare
|
@@ -3286,7 +3286,7 @@ feed_305:
|
|
3286
3286
|
harvested_from_display_uri: http://www.oercommons.org
|
3287
3287
|
harvested_from_title: OER Commons - Open Educational Resources
|
3288
3288
|
harvested_from_short_title: OERC
|
3289
|
-
|
3289
|
+
default_grain_size: course
|
3290
3290
|
feed_306:
|
3291
3291
|
title: Understanding Evolution
|
3292
3292
|
short_title: Understanding Evolution
|
@@ -3297,7 +3297,7 @@ feed_306:
|
|
3297
3297
|
harvested_from_display_uri: http://www.oercommons.org
|
3298
3298
|
harvested_from_title: OER Commons - Open Educational Resources
|
3299
3299
|
harvested_from_short_title: OERC
|
3300
|
-
|
3300
|
+
default_grain_size: unknown
|
3301
3301
|
feed_307:
|
3302
3302
|
title: Understanding Evolution (UC, Paleontology)
|
3303
3303
|
short_title: UC, Paleontology
|
@@ -3308,7 +3308,7 @@ feed_307:
|
|
3308
3308
|
harvested_from_display_uri: http://www.oercommons.org
|
3309
3309
|
harvested_from_title: OER Commons - Open Educational Resources
|
3310
3310
|
harvested_from_short_title: OERC
|
3311
|
-
|
3311
|
+
default_grain_size: unknown
|
3312
3312
|
feed_308:
|
3313
3313
|
title: UNICEF
|
3314
3314
|
short_title: UNICEF
|
@@ -3319,7 +3319,7 @@ feed_308:
|
|
3319
3319
|
harvested_from_display_uri: http://www.oercommons.org
|
3320
3320
|
harvested_from_title: OER Commons - Open Educational Resources
|
3321
3321
|
harvested_from_short_title: OERC
|
3322
|
-
|
3322
|
+
default_grain_size: unknown
|
3323
3323
|
feed_309:
|
3324
3324
|
title: United Nations
|
3325
3325
|
short_title: United Nations
|
@@ -3330,7 +3330,7 @@ feed_309:
|
|
3330
3330
|
harvested_from_display_uri: http://www.oercommons.org
|
3331
3331
|
harvested_from_title: OER Commons - Open Educational Resources
|
3332
3332
|
harvested_from_short_title: OERC
|
3333
|
-
|
3333
|
+
default_grain_size: unknown
|
3334
3334
|
feed_310:
|
3335
3335
|
title: University Corporation for Atmospheric Research
|
3336
3336
|
short_title: University Corporation for Atmospheric Research
|
@@ -3341,7 +3341,7 @@ feed_310:
|
|
3341
3341
|
harvested_from_display_uri: http://www.oercommons.org
|
3342
3342
|
harvested_from_title: OER Commons - Open Educational Resources
|
3343
3343
|
harvested_from_short_title: OERC
|
3344
|
-
|
3344
|
+
default_grain_size: unknown
|
3345
3345
|
feed_311:
|
3346
3346
|
title: University of Alaska
|
3347
3347
|
short_title: University of Alaska
|
@@ -3352,7 +3352,7 @@ feed_311:
|
|
3352
3352
|
harvested_from_display_uri: http://www.oercommons.org
|
3353
3353
|
harvested_from_title: OER Commons - Open Educational Resources
|
3354
3354
|
harvested_from_short_title: OERC
|
3355
|
-
|
3355
|
+
default_grain_size: unknown
|
3356
3356
|
feed_312:
|
3357
3357
|
title: University of California, Berkeley
|
3358
3358
|
short_title: University of California, Berkeley
|
@@ -3363,7 +3363,7 @@ feed_312:
|
|
3363
3363
|
harvested_from_display_uri: http://www.oercommons.org
|
3364
3364
|
harvested_from_title: OER Commons - Open Educational Resources
|
3365
3365
|
harvested_from_short_title: OERC
|
3366
|
-
|
3366
|
+
default_grain_size: unknown
|
3367
3367
|
feed_313:
|
3368
3368
|
title: University of California College Prep
|
3369
3369
|
short_title: University of California College Prep
|
@@ -3374,7 +3374,7 @@ feed_313:
|
|
3374
3374
|
harvested_from_display_uri: http://www.oercommons.org
|
3375
3375
|
harvested_from_title: OER Commons - Open Educational Resources
|
3376
3376
|
harvested_from_short_title: OERC
|
3377
|
-
|
3377
|
+
default_grain_size: unknown
|
3378
3378
|
feed_314:
|
3379
3379
|
title: University of California, Davis
|
3380
3380
|
short_title: University of California, Davis
|
@@ -3385,7 +3385,7 @@ feed_314:
|
|
3385
3385
|
harvested_from_display_uri: http://www.oercommons.org
|
3386
3386
|
harvested_from_title: OER Commons - Open Educational Resources
|
3387
3387
|
harvested_from_short_title: OERC
|
3388
|
-
|
3388
|
+
default_grain_size: unknown
|
3389
3389
|
feed_315:
|
3390
3390
|
title: University of California, Los Angeles
|
3391
3391
|
short_title: University of California, Los Angeles
|
@@ -3396,7 +3396,7 @@ feed_315:
|
|
3396
3396
|
harvested_from_display_uri: http://www.oercommons.org
|
3397
3397
|
harvested_from_title: OER Commons - Open Educational Resources
|
3398
3398
|
harvested_from_short_title: OERC
|
3399
|
-
|
3399
|
+
default_grain_size: unknown
|
3400
3400
|
feed_316:
|
3401
3401
|
title: University of California, Santa Barbara
|
3402
3402
|
short_title: University of California, Santa Barbara
|
@@ -3407,7 +3407,7 @@ feed_316:
|
|
3407
3407
|
harvested_from_display_uri: http://www.oercommons.org
|
3408
3408
|
harvested_from_title: OER Commons - Open Educational Resources
|
3409
3409
|
harvested_from_short_title: OERC
|
3410
|
-
|
3410
|
+
default_grain_size: unknown
|
3411
3411
|
feed_317:
|
3412
3412
|
title: University of Cape Town
|
3413
3413
|
short_title: University of Cape Town
|
@@ -3418,7 +3418,7 @@ feed_317:
|
|
3418
3418
|
harvested_from_display_uri: http://www.oercommons.org
|
3419
3419
|
harvested_from_title: OER Commons - Open Educational Resources
|
3420
3420
|
harvested_from_short_title: OERC
|
3421
|
-
|
3421
|
+
default_grain_size: unknown
|
3422
3422
|
feed_318:
|
3423
3423
|
title: University of Chicago Digital Library Projects
|
3424
3424
|
short_title: University of Chicago Digital Library Projects
|
@@ -3429,7 +3429,7 @@ feed_318:
|
|
3429
3429
|
harvested_from_display_uri: http://www.oercommons.org
|
3430
3430
|
harvested_from_title: OER Commons - Open Educational Resources
|
3431
3431
|
harvested_from_short_title: OERC
|
3432
|
-
|
3432
|
+
default_grain_size: unknown
|
3433
3433
|
feed_319:
|
3434
3434
|
title: University of Georgia
|
3435
3435
|
short_title: University of Georgia
|
@@ -3440,7 +3440,7 @@ feed_319:
|
|
3440
3440
|
harvested_from_display_uri: http://www.oercommons.org
|
3441
3441
|
harvested_from_title: OER Commons - Open Educational Resources
|
3442
3442
|
harvested_from_short_title: OERC
|
3443
|
-
|
3443
|
+
default_grain_size: unknown
|
3444
3444
|
feed_320:
|
3445
3445
|
title: University of Hawaii
|
3446
3446
|
short_title: University of Hawaii
|
@@ -3451,7 +3451,7 @@ feed_320:
|
|
3451
3451
|
harvested_from_display_uri: http://www.oercommons.org
|
3452
3452
|
harvested_from_title: OER Commons - Open Educational Resources
|
3453
3453
|
harvested_from_short_title: OERC
|
3454
|
-
|
3454
|
+
default_grain_size: unknown
|
3455
3455
|
feed_321:
|
3456
3456
|
title: University of Illinois at Urbana-Champaign
|
3457
3457
|
short_title: University of Illinois at Urbana-Champaign
|
@@ -3462,7 +3462,7 @@ feed_321:
|
|
3462
3462
|
harvested_from_display_uri: http://www.oercommons.org
|
3463
3463
|
harvested_from_title: OER Commons - Open Educational Resources
|
3464
3464
|
harvested_from_short_title: OERC
|
3465
|
-
|
3465
|
+
default_grain_size: unknown
|
3466
3466
|
feed_322:
|
3467
3467
|
title: University of Iowa
|
3468
3468
|
short_title: University of Iowa
|
@@ -3473,7 +3473,7 @@ feed_322:
|
|
3473
3473
|
harvested_from_display_uri: http://www.oercommons.org
|
3474
3474
|
harvested_from_title: OER Commons - Open Educational Resources
|
3475
3475
|
harvested_from_short_title: OERC
|
3476
|
-
|
3476
|
+
default_grain_size: unknown
|
3477
3477
|
feed_323:
|
3478
3478
|
title: University of Maryland
|
3479
3479
|
short_title: University of Maryland
|
@@ -3484,7 +3484,7 @@ feed_323:
|
|
3484
3484
|
harvested_from_display_uri: http://www.oercommons.org
|
3485
3485
|
harvested_from_title: OER Commons - Open Educational Resources
|
3486
3486
|
harvested_from_short_title: OERC
|
3487
|
-
|
3487
|
+
default_grain_size: unknown
|
3488
3488
|
feed_324:
|
3489
3489
|
title: University of Michigan
|
3490
3490
|
short_title: University of Michigan
|
@@ -3495,7 +3495,7 @@ feed_324:
|
|
3495
3495
|
harvested_from_display_uri: http://www.oercommons.org
|
3496
3496
|
harvested_from_title: OER Commons - Open Educational Resources
|
3497
3497
|
harvested_from_short_title: OERC
|
3498
|
-
|
3498
|
+
default_grain_size: unknown
|
3499
3499
|
feed_325:
|
3500
3500
|
title: University of Minnesota
|
3501
3501
|
short_title: University of Minnesota
|
@@ -3506,7 +3506,7 @@ feed_325:
|
|
3506
3506
|
harvested_from_display_uri: http://www.oercommons.org
|
3507
3507
|
harvested_from_title: OER Commons - Open Educational Resources
|
3508
3508
|
harvested_from_short_title: OERC
|
3509
|
-
|
3509
|
+
default_grain_size: unknown
|
3510
3510
|
feed_326:
|
3511
3511
|
title: University of Missouri, St. Louis
|
3512
3512
|
short_title: University of Missouri, St. Louis
|
@@ -3517,7 +3517,7 @@ feed_326:
|
|
3517
3517
|
harvested_from_display_uri: http://www.oercommons.org
|
3518
3518
|
harvested_from_title: OER Commons - Open Educational Resources
|
3519
3519
|
harvested_from_short_title: OERC
|
3520
|
-
|
3520
|
+
default_grain_size: unknown
|
3521
3521
|
feed_327:
|
3522
3522
|
title: University of North Carolina, Chapel Hill
|
3523
3523
|
short_title: University of North Carolina, Chapel Hill
|
@@ -3528,7 +3528,7 @@ feed_327:
|
|
3528
3528
|
harvested_from_display_uri: http://www.oercommons.org
|
3529
3529
|
harvested_from_title: OER Commons - Open Educational Resources
|
3530
3530
|
harvested_from_short_title: OERC
|
3531
|
-
|
3531
|
+
default_grain_size: unknown
|
3532
3532
|
feed_328:
|
3533
3533
|
title: University of Northern Iowa
|
3534
3534
|
short_title: University of Northern Iowa
|
@@ -3539,7 +3539,7 @@ feed_328:
|
|
3539
3539
|
harvested_from_display_uri: http://www.oercommons.org
|
3540
3540
|
harvested_from_title: OER Commons - Open Educational Resources
|
3541
3541
|
harvested_from_short_title: OERC
|
3542
|
-
|
3542
|
+
default_grain_size: unknown
|
3543
3543
|
feed_329:
|
3544
3544
|
title: University of Nottingham Open Courseware
|
3545
3545
|
short_title: University of Nottingham Open Courseware
|
@@ -3550,7 +3550,7 @@ feed_329:
|
|
3550
3550
|
harvested_from_display_uri: http://www.oercommons.org
|
3551
3551
|
harvested_from_title: OER Commons - Open Educational Resources
|
3552
3552
|
harvested_from_short_title: OERC
|
3553
|
-
|
3553
|
+
default_grain_size: unknown
|
3554
3554
|
feed_330:
|
3555
3555
|
title: University of Pennsylvania
|
3556
3556
|
short_title: University of Pennsylvania
|
@@ -3561,7 +3561,7 @@ feed_330:
|
|
3561
3561
|
harvested_from_display_uri: http://www.oercommons.org
|
3562
3562
|
harvested_from_title: OER Commons - Open Educational Resources
|
3563
3563
|
harvested_from_short_title: OERC
|
3564
|
-
|
3564
|
+
default_grain_size: unknown
|
3565
3565
|
feed_331:
|
3566
3566
|
title: University of Pittsburgh
|
3567
3567
|
short_title: University of Pittsburgh
|
@@ -3572,7 +3572,7 @@ feed_331:
|
|
3572
3572
|
harvested_from_display_uri: http://www.oercommons.org
|
3573
3573
|
harvested_from_title: OER Commons - Open Educational Resources
|
3574
3574
|
harvested_from_short_title: OERC
|
3575
|
-
|
3575
|
+
default_grain_size: unknown
|
3576
3576
|
feed_332:
|
3577
3577
|
title: University of Queensland
|
3578
3578
|
short_title: University of Queensland
|
@@ -3583,7 +3583,7 @@ feed_332:
|
|
3583
3583
|
harvested_from_display_uri: http://www.oercommons.org
|
3584
3584
|
harvested_from_title: OER Commons - Open Educational Resources
|
3585
3585
|
harvested_from_short_title: OERC
|
3586
|
-
|
3586
|
+
default_grain_size: unknown
|
3587
3587
|
feed_333:
|
3588
3588
|
title: University of Texas at Austin
|
3589
3589
|
short_title: University of Texas at Austin
|
@@ -3594,7 +3594,7 @@ feed_333:
|
|
3594
3594
|
harvested_from_display_uri: http://www.oercommons.org
|
3595
3595
|
harvested_from_title: OER Commons - Open Educational Resources
|
3596
3596
|
harvested_from_short_title: OERC
|
3597
|
-
|
3597
|
+
default_grain_size: unknown
|
3598
3598
|
feed_334:
|
3599
3599
|
title: University of Texas Health Science
|
3600
3600
|
short_title: University of Texas Health Science
|
@@ -3605,7 +3605,7 @@ feed_334:
|
|
3605
3605
|
harvested_from_display_uri: http://www.oercommons.org
|
3606
3606
|
harvested_from_title: OER Commons - Open Educational Resources
|
3607
3607
|
harvested_from_short_title: OERC
|
3608
|
-
|
3608
|
+
default_grain_size: unknown
|
3609
3609
|
feed_335:
|
3610
3610
|
title: University of Toronto
|
3611
3611
|
short_title: University of Toronto
|
@@ -3616,7 +3616,7 @@ feed_335:
|
|
3616
3616
|
harvested_from_display_uri: http://www.oercommons.org
|
3617
3617
|
harvested_from_title: OER Commons - Open Educational Resources
|
3618
3618
|
harvested_from_short_title: OERC
|
3619
|
-
|
3619
|
+
default_grain_size: unknown
|
3620
3620
|
feed_336:
|
3621
3621
|
title: University of Utah
|
3622
3622
|
short_title: University of Utah
|
@@ -3627,7 +3627,7 @@ feed_336:
|
|
3627
3627
|
harvested_from_display_uri: http://www.oercommons.org
|
3628
3628
|
harvested_from_title: OER Commons - Open Educational Resources
|
3629
3629
|
harvested_from_short_title: OERC
|
3630
|
-
|
3630
|
+
default_grain_size: unknown
|
3631
3631
|
feed_337:
|
3632
3632
|
title: University of Virginia
|
3633
3633
|
short_title: University of Virginia
|
@@ -3638,7 +3638,7 @@ feed_337:
|
|
3638
3638
|
harvested_from_display_uri: http://www.oercommons.org
|
3639
3639
|
harvested_from_title: OER Commons - Open Educational Resources
|
3640
3640
|
harvested_from_short_title: OERC
|
3641
|
-
|
3641
|
+
default_grain_size: unknown
|
3642
3642
|
feed_338:
|
3643
3643
|
title: University of Wisconsin
|
3644
3644
|
short_title: University of Wisconsin
|
@@ -3649,7 +3649,7 @@ feed_338:
|
|
3649
3649
|
harvested_from_display_uri: http://www.oercommons.org
|
3650
3650
|
harvested_from_title: OER Commons - Open Educational Resources
|
3651
3651
|
harvested_from_short_title: OERC
|
3652
|
-
|
3652
|
+
default_grain_size: unknown
|
3653
3653
|
feed_339:
|
3654
3654
|
title: University of Wisconsin-Madison
|
3655
3655
|
short_title: University of Wisconsin-Madison
|
@@ -3660,7 +3660,7 @@ feed_339:
|
|
3660
3660
|
harvested_from_display_uri: http://www.oercommons.org
|
3661
3661
|
harvested_from_title: OER Commons - Open Educational Resources
|
3662
3662
|
harvested_from_short_title: OERC
|
3663
|
-
|
3663
|
+
default_grain_size: unknown
|
3664
3664
|
feed_340:
|
3665
3665
|
title: University of Wisconsin-Stevens Point
|
3666
3666
|
short_title: University of Wisconsin-Stevens Point
|
@@ -3671,7 +3671,7 @@ feed_340:
|
|
3671
3671
|
harvested_from_display_uri: http://www.oercommons.org
|
3672
3672
|
harvested_from_title: OER Commons - Open Educational Resources
|
3673
3673
|
harvested_from_short_title: OERC
|
3674
|
-
|
3674
|
+
default_grain_size: unknown
|
3675
3675
|
feed_341:
|
3676
3676
|
title: UNU Online Learning
|
3677
3677
|
short_title: UNU
|
@@ -3682,7 +3682,7 @@ feed_341:
|
|
3682
3682
|
harvested_from_display_uri: http://www.oercommons.org
|
3683
3683
|
harvested_from_title: OER Commons - Open Educational Resources
|
3684
3684
|
harvested_from_short_title: OERC
|
3685
|
-
|
3685
|
+
default_grain_size: unknown
|
3686
3686
|
feed_342:
|
3687
3687
|
title: USASBE Syllabus Exchange
|
3688
3688
|
short_title: USASBE
|
@@ -3693,7 +3693,7 @@ feed_342:
|
|
3693
3693
|
harvested_from_display_uri: http://www.oercommons.org
|
3694
3694
|
harvested_from_title: OER Commons - Open Educational Resources
|
3695
3695
|
harvested_from_short_title: OERC
|
3696
|
-
|
3696
|
+
default_grain_size: unknown
|
3697
3697
|
feed_343:
|
3698
3698
|
title: U.S. Centennial Flight Commission
|
3699
3699
|
short_title: U.S. Centennial Flight Commission
|
@@ -3704,7 +3704,7 @@ feed_343:
|
|
3704
3704
|
harvested_from_display_uri: http://www.oercommons.org
|
3705
3705
|
harvested_from_title: OER Commons - Open Educational Resources
|
3706
3706
|
harvested_from_short_title: OERC
|
3707
|
-
|
3707
|
+
default_grain_size: unknown
|
3708
3708
|
feed_344:
|
3709
3709
|
title: U.S. Courts
|
3710
3710
|
short_title: U.S. Courts
|
@@ -3715,7 +3715,7 @@ feed_344:
|
|
3715
3715
|
harvested_from_display_uri: http://www.oercommons.org
|
3716
3716
|
harvested_from_title: OER Commons - Open Educational Resources
|
3717
3717
|
harvested_from_short_title: OERC
|
3718
|
-
|
3718
|
+
default_grain_size: unknown
|
3719
3719
|
feed_345:
|
3720
3720
|
title: USDA
|
3721
3721
|
short_title: USDA
|
@@ -3726,7 +3726,7 @@ feed_345:
|
|
3726
3726
|
harvested_from_display_uri: http://www.oercommons.org
|
3727
3727
|
harvested_from_title: OER Commons - Open Educational Resources
|
3728
3728
|
harvested_from_short_title: OERC
|
3729
|
-
|
3729
|
+
default_grain_size: unknown
|
3730
3730
|
feed_346:
|
3731
3731
|
title: U.S. Department of Army
|
3732
3732
|
short_title: U.S. Department of Army
|
@@ -3737,7 +3737,7 @@ feed_346:
|
|
3737
3737
|
harvested_from_display_uri: http://www.oercommons.org
|
3738
3738
|
harvested_from_title: OER Commons - Open Educational Resources
|
3739
3739
|
harvested_from_short_title: OERC
|
3740
|
-
|
3740
|
+
default_grain_size: unknown
|
3741
3741
|
feed_347:
|
3742
3742
|
title: U.S. Department of Education
|
3743
3743
|
short_title: U.S. Department of Education
|
@@ -3748,7 +3748,7 @@ feed_347:
|
|
3748
3748
|
harvested_from_display_uri: http://www.oercommons.org
|
3749
3749
|
harvested_from_title: OER Commons - Open Educational Resources
|
3750
3750
|
harvested_from_short_title: OERC
|
3751
|
-
|
3751
|
+
default_grain_size: unknown
|
3752
3752
|
feed_348:
|
3753
3753
|
title: U.S. Department of Energy
|
3754
3754
|
short_title: U.S. Department of Energy
|
@@ -3759,7 +3759,7 @@ feed_348:
|
|
3759
3759
|
harvested_from_display_uri: http://www.oercommons.org
|
3760
3760
|
harvested_from_title: OER Commons - Open Educational Resources
|
3761
3761
|
harvested_from_short_title: OERC
|
3762
|
-
|
3762
|
+
default_grain_size: unknown
|
3763
3763
|
feed_349:
|
3764
3764
|
title: U.S. Department of Interior
|
3765
3765
|
short_title: U.S. Department of Interior
|
@@ -3770,7 +3770,7 @@ feed_349:
|
|
3770
3770
|
harvested_from_display_uri: http://www.oercommons.org
|
3771
3771
|
harvested_from_title: OER Commons - Open Educational Resources
|
3772
3772
|
harvested_from_short_title: OERC
|
3773
|
-
|
3773
|
+
default_grain_size: unknown
|
3774
3774
|
feed_350:
|
3775
3775
|
title: U.S. Department of Justice
|
3776
3776
|
short_title: U.S. Department of Justice
|
@@ -3781,7 +3781,7 @@ feed_350:
|
|
3781
3781
|
harvested_from_display_uri: http://www.oercommons.org
|
3782
3782
|
harvested_from_title: OER Commons - Open Educational Resources
|
3783
3783
|
harvested_from_short_title: OERC
|
3784
|
-
|
3784
|
+
default_grain_size: unknown
|
3785
3785
|
feed_351:
|
3786
3786
|
title: U.S. Department of Labor
|
3787
3787
|
short_title: U.S. Department of Labor
|
@@ -3792,7 +3792,7 @@ feed_351:
|
|
3792
3792
|
harvested_from_display_uri: http://www.oercommons.org
|
3793
3793
|
harvested_from_title: OER Commons - Open Educational Resources
|
3794
3794
|
harvested_from_short_title: OERC
|
3795
|
-
|
3795
|
+
default_grain_size: unknown
|
3796
3796
|
feed_352:
|
3797
3797
|
title: U.S. Department of State
|
3798
3798
|
short_title: U.S. Department of State
|
@@ -3803,7 +3803,7 @@ feed_352:
|
|
3803
3803
|
harvested_from_display_uri: http://www.oercommons.org
|
3804
3804
|
harvested_from_title: OER Commons - Open Educational Resources
|
3805
3805
|
harvested_from_short_title: OERC
|
3806
|
-
|
3806
|
+
default_grain_size: unknown
|
3807
3807
|
feed_353:
|
3808
3808
|
title: U.S. Department of the Interior
|
3809
3809
|
short_title: U.S. Department of the Interior
|
@@ -3814,7 +3814,7 @@ feed_353:
|
|
3814
3814
|
harvested_from_display_uri: http://www.oercommons.org
|
3815
3815
|
harvested_from_title: OER Commons - Open Educational Resources
|
3816
3816
|
harvested_from_short_title: OERC
|
3817
|
-
|
3817
|
+
default_grain_size: unknown
|
3818
3818
|
feed_354:
|
3819
3819
|
title: U.S. Department of the Treasury
|
3820
3820
|
short_title: U.S. Department of the Treasury
|
@@ -3825,7 +3825,7 @@ feed_354:
|
|
3825
3825
|
harvested_from_display_uri: http://www.oercommons.org
|
3826
3826
|
harvested_from_title: OER Commons - Open Educational Resources
|
3827
3827
|
harvested_from_short_title: OERC
|
3828
|
-
|
3828
|
+
default_grain_size: unknown
|
3829
3829
|
feed_355:
|
3830
3830
|
title: U.S. Department of Transportation
|
3831
3831
|
short_title: U.S. Department of Transportation
|
@@ -3836,7 +3836,7 @@ feed_355:
|
|
3836
3836
|
harvested_from_display_uri: http://www.oercommons.org
|
3837
3837
|
harvested_from_title: OER Commons - Open Educational Resources
|
3838
3838
|
harvested_from_short_title: OERC
|
3839
|
-
|
3839
|
+
default_grain_size: unknown
|
3840
3840
|
feed_356:
|
3841
3841
|
title: U.S. Department of Veterans Affairs
|
3842
3842
|
short_title: U.S. Department of Veterans Affairs
|
@@ -3847,7 +3847,7 @@ feed_356:
|
|
3847
3847
|
harvested_from_display_uri: http://www.oercommons.org
|
3848
3848
|
harvested_from_title: OER Commons - Open Educational Resources
|
3849
3849
|
harvested_from_short_title: OERC
|
3850
|
-
|
3850
|
+
default_grain_size: unknown
|
3851
3851
|
feed_357:
|
3852
3852
|
title: U.S. Environmental Protection Agency
|
3853
3853
|
short_title: U.S. Environmental Protection Agency
|
@@ -3858,7 +3858,7 @@ feed_357:
|
|
3858
3858
|
harvested_from_display_uri: http://www.oercommons.org
|
3859
3859
|
harvested_from_title: OER Commons - Open Educational Resources
|
3860
3860
|
harvested_from_short_title: OERC
|
3861
|
-
|
3861
|
+
default_grain_size: unknown
|
3862
3862
|
feed_358:
|
3863
3863
|
title: U.S. EPA Climate Change
|
3864
3864
|
short_title: EPA
|
@@ -3869,7 +3869,7 @@ feed_358:
|
|
3869
3869
|
harvested_from_display_uri: http://www.oercommons.org
|
3870
3870
|
harvested_from_title: OER Commons - Open Educational Resources
|
3871
3871
|
harvested_from_short_title: OERC
|
3872
|
-
|
3872
|
+
default_grain_size: unknown
|
3873
3873
|
feed_359:
|
3874
3874
|
title: U.S. Fire Administration
|
3875
3875
|
short_title: U.S. Fire Administration
|
@@ -3880,7 +3880,7 @@ feed_359:
|
|
3880
3880
|
harvested_from_display_uri: http://www.oercommons.org
|
3881
3881
|
harvested_from_title: OER Commons - Open Educational Resources
|
3882
3882
|
harvested_from_short_title: OERC
|
3883
|
-
|
3883
|
+
default_grain_size: unknown
|
3884
3884
|
feed_360:
|
3885
3885
|
title: U.S. Global Change Research Information Office
|
3886
3886
|
short_title: U.S. Global Change Research Information Office
|
@@ -3891,7 +3891,7 @@ feed_360:
|
|
3891
3891
|
harvested_from_display_uri: http://www.oercommons.org
|
3892
3892
|
harvested_from_title: OER Commons - Open Educational Resources
|
3893
3893
|
harvested_from_short_title: OERC
|
3894
|
-
|
3894
|
+
default_grain_size: unknown
|
3895
3895
|
feed_361:
|
3896
3896
|
title: U.S. Government Printing Office
|
3897
3897
|
short_title: U.S. Government Printing Office
|
@@ -3902,7 +3902,7 @@ feed_361:
|
|
3902
3902
|
harvested_from_display_uri: http://www.oercommons.org
|
3903
3903
|
harvested_from_title: OER Commons - Open Educational Resources
|
3904
3904
|
harvested_from_short_title: OERC
|
3905
|
-
|
3905
|
+
default_grain_size: unknown
|
3906
3906
|
feed_362:
|
3907
3907
|
title: USGS
|
3908
3908
|
short_title: USGS
|
@@ -3913,7 +3913,7 @@ feed_362:
|
|
3913
3913
|
harvested_from_display_uri: http://www.oercommons.org
|
3914
3914
|
harvested_from_title: OER Commons - Open Educational Resources
|
3915
3915
|
harvested_from_short_title: OERC
|
3916
|
-
|
3916
|
+
default_grain_size: unknown
|
3917
3917
|
feed_363:
|
3918
3918
|
title: U.S. Mint
|
3919
3919
|
short_title: U.S. Mint
|
@@ -3924,7 +3924,7 @@ feed_363:
|
|
3924
3924
|
harvested_from_display_uri: http://www.oercommons.org
|
3925
3925
|
harvested_from_title: OER Commons - Open Educational Resources
|
3926
3926
|
harvested_from_short_title: OERC
|
3927
|
-
|
3927
|
+
default_grain_size: unknown
|
3928
3928
|
feed_364:
|
3929
3929
|
title: U.S. Patent and Trademark Office
|
3930
3930
|
short_title: U.S. Patent and Trademark Office
|
@@ -3935,7 +3935,7 @@ feed_364:
|
|
3935
3935
|
harvested_from_display_uri: http://www.oercommons.org
|
3936
3936
|
harvested_from_title: OER Commons - Open Educational Resources
|
3937
3937
|
harvested_from_short_title: OERC
|
3938
|
-
|
3938
|
+
default_grain_size: unknown
|
3939
3939
|
feed_365:
|
3940
3940
|
title: USQ OpenCourseWare
|
3941
3941
|
short_title: USQ
|
@@ -3946,7 +3946,7 @@ feed_365:
|
|
3946
3946
|
harvested_from_display_uri: http://www.oercommons.org
|
3947
3947
|
harvested_from_title: OER Commons - Open Educational Resources
|
3948
3948
|
harvested_from_short_title: OERC
|
3949
|
-
|
3949
|
+
default_grain_size: course
|
3950
3950
|
feed_366:
|
3951
3951
|
title: U.S. Securities and Exchange Commission
|
3952
3952
|
short_title: U.S. Securities and Exchange Commission
|
@@ -3957,7 +3957,7 @@ feed_366:
|
|
3957
3957
|
harvested_from_display_uri: http://www.oercommons.org
|
3958
3958
|
harvested_from_title: OER Commons - Open Educational Resources
|
3959
3959
|
harvested_from_short_title: OERC
|
3960
|
-
|
3960
|
+
default_grain_size: unknown
|
3961
3961
|
feed_367:
|
3962
3962
|
title: Utah State University OpenCourseWare
|
3963
3963
|
short_title: USU OCW
|
@@ -3968,7 +3968,7 @@ feed_367:
|
|
3968
3968
|
harvested_from_display_uri: http://www.oercommons.org
|
3969
3969
|
harvested_from_title: OER Commons - Open Educational Resources
|
3970
3970
|
harvested_from_short_title: OERC
|
3971
|
-
|
3971
|
+
default_grain_size: course
|
3972
3972
|
feed_368:
|
3973
3973
|
title: Virginia Center for Digital History
|
3974
3974
|
short_title: Virginia Center for Digital History
|
@@ -3979,7 +3979,7 @@ feed_368:
|
|
3979
3979
|
harvested_from_display_uri: http://www.oercommons.org
|
3980
3980
|
harvested_from_title: OER Commons - Open Educational Resources
|
3981
3981
|
harvested_from_short_title: OERC
|
3982
|
-
|
3982
|
+
default_grain_size: unknown
|
3983
3983
|
feed_369:
|
3984
3984
|
title: Virginia Tech
|
3985
3985
|
short_title: Virginia Tech
|
@@ -3990,7 +3990,7 @@ feed_369:
|
|
3990
3990
|
harvested_from_display_uri: http://www.oercommons.org
|
3991
3991
|
harvested_from_title: OER Commons - Open Educational Resources
|
3992
3992
|
harvested_from_short_title: OERC
|
3993
|
-
|
3993
|
+
default_grain_size: unknown
|
3994
3994
|
feed_370:
|
3995
3995
|
title: Walter Clinton Jackson Library
|
3996
3996
|
short_title: Walter Clinton Jackson Library
|
@@ -4001,7 +4001,7 @@ feed_370:
|
|
4001
4001
|
harvested_from_display_uri: http://www.oercommons.org
|
4002
4002
|
harvested_from_title: OER Commons - Open Educational Resources
|
4003
4003
|
harvested_from_short_title: OERC
|
4004
|
-
|
4004
|
+
default_grain_size: unknown
|
4005
4005
|
feed_371:
|
4006
4006
|
title: Weather Wiz Kids
|
4007
4007
|
short_title: Weather Wiz Kids
|
@@ -4012,7 +4012,7 @@ feed_371:
|
|
4012
4012
|
harvested_from_display_uri: http://www.oercommons.org
|
4013
4013
|
harvested_from_title: OER Commons - Open Educational Resources
|
4014
4014
|
harvested_from_short_title: OERC
|
4015
|
-
|
4015
|
+
default_grain_size: unknown
|
4016
4016
|
feed_372:
|
4017
4017
|
title: Webcast UC Berkeley Course Lectures
|
4018
4018
|
short_title: Berkeley
|
@@ -4023,7 +4023,7 @@ feed_372:
|
|
4023
4023
|
harvested_from_display_uri: http://www.oercommons.org
|
4024
4024
|
harvested_from_title: OER Commons - Open Educational Resources
|
4025
4025
|
harvested_from_short_title: OERC
|
4026
|
-
|
4026
|
+
default_grain_size: unknown
|
4027
4027
|
feed_373:
|
4028
4028
|
title: Webcast UC Berkeley Events
|
4029
4029
|
short_title: UC Berkley
|
@@ -4034,7 +4034,7 @@ feed_373:
|
|
4034
4034
|
harvested_from_display_uri: http://www.oercommons.org
|
4035
4035
|
harvested_from_title: OER Commons - Open Educational Resources
|
4036
4036
|
harvested_from_short_title: OERC
|
4037
|
-
|
4037
|
+
default_grain_size: unknown
|
4038
4038
|
feed_374:
|
4039
4039
|
title: Webmineral
|
4040
4040
|
short_title: Webmineral
|
@@ -4045,7 +4045,7 @@ feed_374:
|
|
4045
4045
|
harvested_from_display_uri: http://www.oercommons.org
|
4046
4046
|
harvested_from_title: OER Commons - Open Educational Resources
|
4047
4047
|
harvested_from_short_title: OERC
|
4048
|
-
|
4048
|
+
default_grain_size: unknown
|
4049
4049
|
feed_375:
|
4050
4050
|
title: WGBH Educational Foundation
|
4051
4051
|
short_title: WGBH
|
@@ -4056,7 +4056,7 @@ feed_375:
|
|
4056
4056
|
harvested_from_display_uri: http://www.oercommons.org
|
4057
4057
|
harvested_from_title: OER Commons - Open Educational Resources
|
4058
4058
|
harvested_from_short_title: OERC
|
4059
|
-
|
4059
|
+
default_grain_size: unknown
|
4060
4060
|
feed_376:
|
4061
4061
|
title: WGBH Open Vault
|
4062
4062
|
short_title: WGBH
|
@@ -4067,7 +4067,7 @@ feed_376:
|
|
4067
4067
|
harvested_from_display_uri: http://www.oercommons.org
|
4068
4068
|
harvested_from_title: OER Commons - Open Educational Resources
|
4069
4069
|
harvested_from_short_title: OERC
|
4070
|
-
|
4070
|
+
default_grain_size: unknown
|
4071
4071
|
feed_377:
|
4072
4072
|
title: "WIDE ANGLE: Window into Global History"
|
4073
4073
|
short_title: WIDE
|
@@ -4078,7 +4078,7 @@ feed_377:
|
|
4078
4078
|
harvested_from_display_uri: http://www.oercommons.org
|
4079
4079
|
harvested_from_title: OER Commons - Open Educational Resources
|
4080
4080
|
harvested_from_short_title: OERC
|
4081
|
-
|
4081
|
+
default_grain_size: unknown
|
4082
4082
|
feed_378:
|
4083
4083
|
title: WikiEducator
|
4084
4084
|
short_title: WikiEducator
|
@@ -4089,7 +4089,7 @@ feed_378:
|
|
4089
4089
|
harvested_from_display_uri: http://www.oercommons.org
|
4090
4090
|
harvested_from_title: OER Commons - Open Educational Resources
|
4091
4091
|
harvested_from_short_title: OERC
|
4092
|
-
|
4092
|
+
default_grain_size: unknown
|
4093
4093
|
feed_379:
|
4094
4094
|
title: Wikiversity
|
4095
4095
|
short_title: Wikiversity
|
@@ -4100,7 +4100,7 @@ feed_379:
|
|
4100
4100
|
harvested_from_display_uri: http://www.oercommons.org
|
4101
4101
|
harvested_from_title: OER Commons - Open Educational Resources
|
4102
4102
|
harvested_from_short_title: OERC
|
4103
|
-
|
4103
|
+
default_grain_size: unknown
|
4104
4104
|
feed_380:
|
4105
4105
|
title: William Blake Archive
|
4106
4106
|
short_title: William Blake Archive
|
@@ -4111,7 +4111,7 @@ feed_380:
|
|
4111
4111
|
harvested_from_display_uri: http://www.oercommons.org
|
4112
4112
|
harvested_from_title: OER Commons - Open Educational Resources
|
4113
4113
|
harvested_from_short_title: OERC
|
4114
|
-
|
4114
|
+
default_grain_size: unknown
|
4115
4115
|
feed_381:
|
4116
4116
|
title: Wireless Networking in the Developing World
|
4117
4117
|
short_title: WNDW
|
@@ -4122,7 +4122,7 @@ feed_381:
|
|
4122
4122
|
harvested_from_display_uri: http://www.oercommons.org
|
4123
4123
|
harvested_from_title: OER Commons - Open Educational Resources
|
4124
4124
|
harvested_from_short_title: OERC
|
4125
|
-
|
4125
|
+
default_grain_size: unknown
|
4126
4126
|
feed_382:
|
4127
4127
|
title: Wisconsin Historical Society
|
4128
4128
|
short_title: Wisconsin Historical Society
|
@@ -4133,7 +4133,7 @@ feed_382:
|
|
4133
4133
|
harvested_from_display_uri: http://www.oercommons.org
|
4134
4134
|
harvested_from_title: OER Commons - Open Educational Resources
|
4135
4135
|
harvested_from_short_title: OERC
|
4136
|
-
|
4136
|
+
default_grain_size: unknown
|
4137
4137
|
feed_383:
|
4138
4138
|
title: Wolfram
|
4139
4139
|
short_title: Wolfram
|
@@ -4144,7 +4144,7 @@ feed_383:
|
|
4144
4144
|
harvested_from_display_uri: http://www.oercommons.org
|
4145
4145
|
harvested_from_title: OER Commons - Open Educational Resources
|
4146
4146
|
harvested_from_short_title: OERC
|
4147
|
-
|
4147
|
+
default_grain_size: unknown
|
4148
4148
|
feed_384:
|
4149
4149
|
title: Women Working, 1800-1930, Open Collections Program
|
4150
4150
|
short_title: Women Working
|
@@ -4155,7 +4155,7 @@ feed_384:
|
|
4155
4155
|
harvested_from_display_uri: http://www.oercommons.org
|
4156
4156
|
harvested_from_title: OER Commons - Open Educational Resources
|
4157
4157
|
harvested_from_short_title: OERC
|
4158
|
-
|
4158
|
+
default_grain_size: unknown
|
4159
4159
|
feed_385:
|
4160
4160
|
title: World of Teaching
|
4161
4161
|
short_title: World of Teaching
|
@@ -4166,7 +4166,7 @@ feed_385:
|
|
4166
4166
|
harvested_from_display_uri: http://www.oercommons.org
|
4167
4167
|
harvested_from_title: OER Commons - Open Educational Resources
|
4168
4168
|
harvested_from_short_title: OERC
|
4169
|
-
|
4169
|
+
default_grain_size: unknown
|
4170
4170
|
feed_386:
|
4171
4171
|
title: Yiddish Radio Project
|
4172
4172
|
short_title: Yiddish Radio Project
|
@@ -4177,7 +4177,7 @@ feed_386:
|
|
4177
4177
|
harvested_from_display_uri: http://www.oercommons.org
|
4178
4178
|
harvested_from_title: OER Commons - Open Educational Resources
|
4179
4179
|
harvested_from_short_title: OERC
|
4180
|
-
|
4180
|
+
default_grain_size: unknown
|
4181
4181
|
feed_387:
|
4182
4182
|
title: ZeroBio
|
4183
4183
|
short_title: ZeroBio
|
@@ -4188,7 +4188,7 @@ feed_387:
|
|
4188
4188
|
harvested_from_display_uri: http://www.oercommons.org
|
4189
4189
|
harvested_from_title: OER Commons - Open Educational Resources
|
4190
4190
|
harvested_from_short_title: OERC
|
4191
|
-
|
4191
|
+
default_grain_size: unknown
|
4192
4192
|
feed_388:
|
4193
4193
|
title: Universidad de Navarra
|
4194
4194
|
short_title: Universidad de Navarra
|
@@ -4199,7 +4199,7 @@ feed_388:
|
|
4199
4199
|
harvested_from_display_uri: http://www.unav.es/enred/alberto/
|
4200
4200
|
harvested_from_title: Universidad de Navarra
|
4201
4201
|
harvested_from_short_title: Universidad de Navarra
|
4202
|
-
|
4202
|
+
default_grain_size: course
|
4203
4203
|
feed_30:
|
4204
4204
|
title: OCW UPM - OpenCourseWare de la Universidad Politécnica de Madrid
|
4205
4205
|
short_title: OCW Univers Politecnica Madrid
|
@@ -4210,7 +4210,7 @@ feed_30:
|
|
4210
4210
|
harvested_from_display_uri: http://ocw.upm.es/
|
4211
4211
|
harvested_from_title: OpenCourseWare de la Universidad Politécnica de Madrid
|
4212
4212
|
harvested_from_short_title: OCW Univers Politecnica Madrid
|
4213
|
-
|
4213
|
+
default_grain_size: course
|
4214
4214
|
feed_32:
|
4215
4215
|
title: RSS con los cursos del OCW en la USC
|
4216
4216
|
short_title: OCW Universidad de Santiago
|
@@ -4221,7 +4221,7 @@ feed_32:
|
|
4221
4221
|
harvested_from_display_uri: http://ocw.usc.es/es/servizos/ceta/opencourseware/
|
4222
4222
|
harvested_from_title: OpenCourseWare de la Universidad de Santiago de Compostela
|
4223
4223
|
harvested_from_short_title: OCW Universidad de Santiago
|
4224
|
-
|
4224
|
+
default_grain_size: course
|
4225
4225
|
feed_33:
|
4226
4226
|
title: RSS cos cursos no OCW da USC
|
4227
4227
|
short_title: OCW Unversidade de Santiago
|
@@ -4232,7 +4232,7 @@ feed_33:
|
|
4232
4232
|
harvested_from_display_uri: http://ocw.usc.es/gl/servizos/ceta/opencourseware/
|
4233
4233
|
harvested_from_title: Opencourseware da Unversidade de Santiago de compostela
|
4234
4234
|
harvested_from_short_title: OCW Unversidade de Santiago
|
4235
|
-
|
4235
|
+
default_grain_size: course
|
4236
4236
|
feed_34:
|
4237
4237
|
title: Free Online Course Materials USU OpenCourseWare
|
4238
4238
|
short_title: USU OCW
|
@@ -4243,7 +4243,7 @@ feed_34:
|
|
4243
4243
|
harvested_from_display_uri: http://ocw.usu.edu/
|
4244
4244
|
harvested_from_title: Utah State University OpenCourseWare
|
4245
4245
|
harvested_from_short_title: USU OCW
|
4246
|
-
|
4246
|
+
default_grain_size: course
|
4247
4247
|
feed_104:
|
4248
4248
|
title: Eesti Bioloogia ja Geograafia Õpetajate Liit
|
4249
4249
|
short_title: Eesti Bioloogia ja Geograafia Õpetajate Liit
|
@@ -4254,7 +4254,7 @@ feed_104:
|
|
4254
4254
|
harvested_from_display_uri: http://www.oercommons.org
|
4255
4255
|
harvested_from_title: OER Commons - Open Educational Resources
|
4256
4256
|
harvested_from_short_title: OERC
|
4257
|
-
|
4257
|
+
default_grain_size: unknown
|
4258
4258
|
feed_105:
|
4259
4259
|
title: Eesti Ornitoloogiaühing
|
4260
4260
|
short_title: Eesti Ornitoloogiaühing
|
@@ -4265,4 +4265,4 @@ feed_105:
|
|
4265
4265
|
harvested_from_display_uri: http://www.oercommons.org
|
4266
4266
|
harvested_from_title: OER Commons - Open Educational Resources
|
4267
4267
|
harvested_from_short_title: OERC
|
4268
|
-
|
4268
|
+
default_grain_size: unknown
|