forked from zotero/translators
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFachportal Padagogik.js
839 lines (815 loc) · 26.1 KB
/
Fachportal Padagogik.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
{
"translatorID": "4b0b42df-76b7-4a61-91aa-b15bc553b77d",
"label": "Fachportal Pädagogik",
"creator": "Philipp Zumstein",
"target": "^https?://(www\\.fachportal-paedagogik\\.de/literatur/|www\\.pedocs\\.de/)",
"minVersion": "3.0",
"maxVersion": "",
"priority": 100,
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",
"lastUpdated": "2017-10-14 07:01:47"
}
/*
***** BEGIN LICENSE BLOCK *****
Copyright © 2016 Philipp Zumstein
This file is part of Zotero.
Zotero is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Zotero is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with Zotero. If not, see <http://www.gnu.org/licenses/>.
***** END LICENSE BLOCK *****
*/
function detectWeb(doc, url) {
if (url.indexOf('/vollanzeige.html?FId=')>-1
|| url.indexOf('source_opus=')>-1) {
var coins = doc.getElementsByClassName("Z3988");
if (coins.length > 0) {
var info = coins[0].title;
if (info.indexOf("rft.genre=bookitem") > -1) {
return "bookSection";
}
if (info.indexOf("rft.genre=book") > -1) {
return "book";
}
}
return "journalArticle";
} else if (getSearchResults(doc, true)) {
//searches will perform POST calls and therefore
//we don't have a test case here; test manually
return "multiple";
}
}
function getSearchResults(doc, checkOnly) {
var items = {};
var found = false;
var rows = ZU.xpath(doc, '//li//a[contains(@href, "/literatur/vollanzeige.html")]|//ol[contains(@class, "pedocs_ergebnisliste")]/li/a');
for (var i=0; i<rows.length; i++) {
var href = rows[i].href;
var title = ZU.trimInternal(rows[i].textContent);
if (!href || !title) continue;
if (checkOnly) return true;
found = true;
items[href] = title;
}
return found ? items : false;
}
function doWeb(doc, url) {
if (detectWeb(doc, url) == "multiple") {
Zotero.selectItems(getSearchResults(doc, false), function (items) {
if (!items) {
return true;
}
var articles = new Array();
for (var i in items) {
articles.push(i);
}
ZU.processDocuments(articles, scrape);
});
} else {
scrape(doc, url);
}
}
function scrape(doc, url) {
var m = url.match(/FId=([\w\d]+)(&|$|#)/);
if (m) {
//e.g. http://www.fachportal-paedagogik.de/literatur/fis_ausgabe.html?FId%5B%5D=1041537&lart=BibTeX&senden=Exportieren&senden_an=
var bibUrl = "/literatur/fis_ausgabe.html?FId[]=" + m[1] + "&lart=BibTeX";
ZU.doGet(bibUrl, function(text){
var translator = Zotero.loadTranslator("import");
translator.setTranslator("9cb70025-a888-4a29-a210-93ec52da40d4");//BibTex translator
translator.setString(text);
translator.setHandler("itemDone", function(obj, item) {
finalize(doc, item);
});
translator.translate();
});
} else {
var pdfUrl = ZU.xpathText(doc, '//meta[@name="citation_pdf_url"]/@content');
//Z.debug(pdfUrl);
var coins = ZU.xpathText(doc, '//span[@class="Z3988"]/@title');
if (coins) {
coins = transcodeURIEncoding(coins, 'Windows-1252');
if (coins.indexOf('rft.genre=article') > -1
|| coins.indexOf('rft.genre=bookitem') > -1) {
coins = coins.replace('rft.title', 'rft.atitle');
}
var item = new Zotero.Item();
ZU.parseContextObject(coins, item);
if (item.abstractNote) {
item.abstractNote = ZU.unescapeHTML(item.abstractNote);
}
if (pdfUrl) {
item.attachments.push({
url: pdfUrl,
title: "Full Text PDF",
mimeType: "application/pdf"
});
}
finalize(doc, item);
}
}
}
function finalize(doc, item) {
if (item.url) {
item.attachments.push({
url: item.url,
title: "Entry in the German Education Index",
snapshot: false
});
delete item.url;
}
var urn = ZU.xpathText(doc, '//meta[@name="DC.Identifier" and contains(@content, "urn:nbn")]/@content');
if (urn) {
item.url = "http://nbn-resolving.de/" + urn;
}
if (item.numPages) {
item.numPages = item.numPages.replace(/\D/g, '');
}
if (item.publicationTitle) {
item.publicationTitle = item.publicationTitle.replace(/\.$/, '');
}
item.complete();
}
/**
* Credit for this function: Aurimas Vinckevicius
*
* Transcodes non-UTF-8-encoded text that was passed through encodeURIComponent
* (which assumed that it was UTF-8) into the UTF-8 equivalent. This makes decodeURIComponent
* correctly decode the encoded text into UTF-8.
*
* E.g. 0x82 (SINGLE LOW-9 QUOTATION MARK) in Windows-1252 is treated as UTF-8 and encoded
* as %C2%82. This would transcode it to %E2%80%9A and decodeURIComponent would then
* decode it to "\u201A" (the same symbol)
*
* @param {String} s String to transcode
* @param {String} fromEncoding String specifying source encoding. Only "Windows-1252" is
* currently supported.
* @return {String} Transcoded string. Unaltered string is returned if the encoding is not recognized.
*
* Examples:
* transcodeURIEncoding("%C2%82", "Windows-1252") => "%E2%80%9A"
* transcodeURIEncoding("%26%238208%3B", "Windows-1252") => "%26%238208%3B"
*/
function transcodeURIEncoding(s, fromEncoding) {
// Only differing code points need to be specified
var map = {
// http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP1252.TXT
'Windows-1252': {
0x80: 0x20AC,
0x81: null,
0x82: 0x201A,
0x83: 0x0192,
0x84: 0x201E,
0x85: 0x2026,
0x86: 0x2020,
0x87: 0x2021,
0x88: 0x02C6,
0x89: 0x2030,
0x8A: 0x0160,
0x8B: 0x2039,
0x8C: 0x0152,
0x8D: null,
0x8E: 0x017D,
0x8F: null,
0x90: null,
0x91: 0x2018,
0x92: 0x2019,
0x93: 0x201C,
0x94: 0x201D,
0x95: 0x2022,
0x96: 0x2013,
0x97: 0x2014,
0x98: 0x02DC,
0x99: 0x2122,
0x9A: 0x0161,
0x9B: 0x203A,
0x9C: 0x0153,
0x9D: null,
0x9E: 0x017E,
0x9F: 0x0178
}
}[fromEncoding];
if (!map) return s;
// Match two-byte UTF-8 patterns from 0x80 (%C2%80) to 0xFF (%C3%BF) code point, since
// that would cover all 8-bit encodings. Note that in UTF-8 the two bytes are always in the
// 0b110xxxxx 0b10xxxxxx format, so the second byte is limited to [89AB][0-9A-F] hex codes
return s.replace(/%C[23]%[89AB][0-9A-F]/g, function(m) {
var codePoint = decodeURIComponent(m).codePointAt(0);
if (!(codePoint in map)) return m;
codePoint = map[codePoint];
if (codePoint === null) {
// Code point was not defined. Shouldn't really happen, unless
// an incorrect fromEncoding was specified.
return '';
}
return encodeURIComponent(String.fromCodePoint(codePoint));
});
}
/** BEGIN TEST CASES **/
var testCases = [
{
"type": "web",
"url": "http://www.fachportal-paedagogik.de/literatur/vollanzeige.html?FId=A18195#vollanzeige",
"items": [
{
"itemType": "journalArticle",
"title": "Teaching learning strategies. The role of instructional context and teacher beliefs.",
"creators": [
{
"firstName": "Saskia",
"lastName": "Kistner",
"creatorType": "author"
},
{
"firstName": "Katrin",
"lastName": "Rakoczy",
"creatorType": "author"
},
{
"firstName": "Barbara",
"lastName": "Otto",
"creatorType": "author"
},
{
"firstName": "Eckhard",
"lastName": "Klieme",
"creatorType": "author"
},
{
"firstName": "Gerhard",
"lastName": "Büttner",
"creatorType": "author"
}
],
"date": "2015",
"ISSN": "1866-6671",
"abstractNote": "Die Vermittlung von Lernstrategien ist ein wichtiger Bestandteil der Förderung von selbstreguliertem Lernen im Unterricht. Diese Studie untersucht, welche Rolle Unterrichtskontext und Lehrerüberzeugungen für die Vermittlung von Lernstrategien spielen. Von 20 Mathematiklehrkräften wurden jeweils fünf Unterrichtsstunden in der neunten Jahrgangsstufe gefilmt. Drei Unterrichtsstunden zum Thema Satz des Pythagoras (Einführungseinheit) und zwei Unterrichtsstunden zu Textaufgaben (Übungseinheit) stellten verschiedene Unterrichtskontexte dar. Mittels eines Beobachtungsinstruments wurde die Vermittlung von kognitiven Strategien (Organisation, Elaboration) und metakognitiven Strategien (Planung sowie Monitoring und Evaluation) kodiert. Lehrerüberzeugungen wurden mittels Fragebogen erfasst. Es zeigte sich, dass kognitive Strategien tendenziell häufiger in den Einführungsstunden vermittelt wurden, wogegen Planungsstrategien häufiger in den Übungsstunden zum Einsatz kamen. Bezüglich der Lehrerüberzeugungen korrelierten traditionelle Überzeugungen (z. B. formalistische Sicht von Mathematik) negativ mit der Vermittlung von einigen Strategiearten (z. B. Elaboration), fortschrittlichere Überzeugungen dagegen positiv. Lehrerüberzeugungen scheinen demnach eine Rolle für die Strategievermittlung zu spielen. Sie stellen somit einen möglichen Ansatzpunkt dar, um die Förderung von selbstreguliertem Lernen zu verbreiten und sollten in entsprechenden Lehrertrainings berücksichtigt werden. (DIPF/Orig.).;;;Teaching learning strategies is one important aspect of the consistently claimed promotion of self-regulated learning in classrooms. This study investigated the role of instructional context and teacher beliefs for teachers' promotion of learning strategies. Twenty mathematics teachers were videotaped for five lessons in the ninth grade. Three lessons on the Pythagorean Theorem (introductory unit) and two lessons on word problems (practice unit) represented the two different instructional contexts. An observation instrument was used to code the teachers' promotion of cognitive strategies (organization, elaboration) and metacognitive strategies (planning, monitoring and evaluation). Teacher beliefs were captured by questionnaire. Results show a tendency to teach cognitive strategies more in introductory lessons compared to practice lessons, while planning strategies are more often taught in practice lessons. Regarding teacher beliefs, traditional beliefs (e.g., a formalist view of mathematics) were negatively related to the promotion of some types of strategies (e.g., elaboration), while progressive beliefs (e.g., emphasis on an individual reference norm) were positively associated with teaching several strategy types (e.g., monitoring and evaluation). Thus, teacher beliefs seem to play a role for strategy teaching, which makes them a possible starting point for enhancing the promotion of self-regulated learning and a potential key factor in teacher training. (DIPF/Orig.).",
"issue": "1",
"itemID": "article",
"libraryCatalog": "Fachportal Pädagogik",
"pages": "176-197",
"publicationTitle": "Journal for educational research online",
"volume": "7",
"attachments": [
{
"title": "Entry in the German Education Index",
"snapshot": false
}
],
"tags": [
{
"tag": "Empirische Untersuchung"
},
{
"tag": "Fragebogen"
},
{
"tag": "Einstellung (Psy)"
},
{
"tag": "Schuljahr 09"
},
{
"tag": "Lehrer"
},
{
"tag": "Lernförderung"
},
{
"tag": "Lernmethode"
},
{
"tag": "Unterrichtsforschung"
},
{
"tag": "Selbstgesteuertes Lernen"
},
{
"tag": "Mathematikunterricht"
},
{
"tag": "Überzeugung"
},
{
"tag": "Deutschland"
}
],
"notes": [],
"seeAlso": []
}
]
},
{
"type": "web",
"url": "http://www.fachportal-paedagogik.de/literatur/vollanzeige.html?FId=1080505&mstn=1&next=&prev=&ckd=no&mtz=20&facets=y&maxg=12&fisPlus=y&db=fis&tab=1&searchIn[]=fis&suche=erweitert&feldname1=Freitext&feldinhalt1=10+JAHRE+INTERNATIONAL+VERGLEICHENDE+SCHULLEISTUNGSFORSCHUNG&bool1=and&nHits=1&marker=1#vollanzeige",
"items": [
{
"itemType": "book",
"title": "10 Jahre international vergleichende Schulleistungsforschung in der Grundschule. Vertiefende Analysen zu IGLU und TIMSS 2001 bis 2011.",
"creators": [
{
"firstName": "Heike",
"lastName": "Wendt",
"creatorType": "editor"
},
{
"firstName": "Tobias C.",
"lastName": "Stubbe",
"creatorType": "editor"
},
{
"firstName": "Knut",
"lastName": "Schwippert",
"creatorType": "editor"
},
{
"firstName": "Wilfried",
"lastName": "Bos",
"creatorType": "editor"
}
],
"date": "2015",
"ISBN": "9783830933335",
"abstractNote": "\"Regelmäßige Schulleistungsstudien erfassen Stärken und Schwächen des Bildungswesens und geben Hinweise für gezielte Maßnahmen zur Qualitätsverbesserung. Die Internationale Grundschul-Lese-Untersuchung (IGLU) findet seit 2001 alle fünf Jahre statt und richtet den Fokus auf die Lesekompetenz von Schülerinnen und Schülern am Ende der Grundschulzeit. An der Trends in International Mathematics and Science Study (TIMSS) im Grundschulbereich, die alle vier Jahre die Mathematik- sowie die Naturwissenschaftskompetenz beleuchtet, beteiligt sich Deutschland seit 2007. 2011 wurden IGLU und TIMSS erstmals parallel durchgeführt, daher können hier vertiefende Analysen beider Studien zusammengeführt werden. Zudem liegen mit der dritten Beteiligung an IGLU Trenddaten vor, die es erlauben, Entwicklungen der Grundschule in Deutschland der letzten zehn Jahre nachzuzeichnen.\" [Zusammenfassung: Angaben des Autors der Webseite].;;;This book analyses 10 years (2001-2011) of international assessment studies with TIMSS (Trends in International Mathematics and Science Study) and PIRLS (Progress in International Reading Literacy Study) with focus on Germany and Europe. [Abstract: Editors of Education Worldwide].",
"itemID": "book",
"libraryCatalog": "Fachportal Pädagogik",
"numPages": "262",
"place": "Münster",
"publisher": "Waxmann",
"attachments": [
{
"title": "Entry in the German Education Index",
"snapshot": false
}
],
"tags": [
{
"tag": "Vergleichende Erziehungswissenschaft"
},
{
"tag": "TIMSS (Third International Mathematics and Science Study)"
},
{
"tag": "Kompetenzmessung"
},
{
"tag": "Schule"
},
{
"tag": "Sekundarstufe I"
},
{
"tag": "Sekundarstufe II"
},
{
"tag": "Grundschule"
},
{
"tag": "Schulleistungsmessung"
},
{
"tag": "Schülerleistung"
},
{
"tag": "Lesekompetenz"
},
{
"tag": "Mathematik"
},
{
"tag": "Mathematische Kompetenz"
},
{
"tag": "Naturwissenschaften"
},
{
"tag": "Naturwissenschaftliche Kompetenz"
},
{
"tag": "Internationaler Vergleich"
},
{
"tag": "Leistungsmessung"
},
{
"tag": "IGLU (Internationale Grundschul-Lese-Untersuchung)"
},
{
"tag": "Deutschland"
},
{
"tag": "Europa"
}
],
"notes": [],
"seeAlso": []
}
]
},
{
"type": "web",
"url": "http://www.fachportal-paedagogik.de/literatur/vollanzeige.html?FId=1080581&mstn=1&next=&prev=&ckd=no&mtz=20&facets=y&maxg=12&fisPlus=y&db=fis&tab=1&searchIn[]=fis&suche=erweitert&feldname1=Freitext&feldinhalt1=FORMATIVE+EVALUATION+DATENANALYSEN+BASIS+SCHRITTWEISEN+OPTIMIERUNG&bool1=and&nHits=1&marker=1#vollanzeige",
"items": [
{
"itemType": "bookSection",
"title": "Formative Evaluation und Datenanalysen als Basis zur schrittweisen Optimierung eines Online-Vorkurses Mathematik.",
"creators": [
{
"firstName": "Katja",
"lastName": "Derr",
"creatorType": "author"
},
{
"firstName": "Reinhold",
"lastName": "Hübl",
"creatorType": "author"
},
{
"firstName": "Tatyana",
"lastName": "Podgayetskaya",
"creatorType": "author"
},
{
"firstName": "Nicolae",
"lastName": "Nistor",
"creatorType": "editor"
},
{
"firstName": "Sabine",
"lastName": "Schirlitz",
"creatorType": "editor"
}
],
"date": "2015",
"ISBN": "9783830933380",
"abstractNote": "In diesem Beitrag wird die Vorgehensweise beim Auf- und Ausbau eines Online-Vorkurses Mathematik für technische Studiengänge beschrieben, der jährlich auf Basis der Evaluationsergebnisse angepasst und erweitert wurde. Die Entwicklung der interaktiven Lernmaterialien und formativen E-Assessments erforderte die Kombination mathematik-, physik- und mediendidaktischer Kenntnisse. Umfangreiche Abfragen auf dem datenbankbasierten Lernmanagementsystem (LMS) ermöglichten die Analyse der Qualität und Wirksamkeit des Angebots; hier kamen insbesondere testtheoretische Methoden und Verfahren zum Einsatz. Die entwickelten Instrumente sowie Erkenntnisse über Vor wissen und Lernverhalten der angehenden Studierenden fließen in das Hochschulverbundprojekt optes ein. Im Gegenzug konnte die dort vorhandene Expertise im Bereich des E-Mentoring zum Aufbau eines Betreuungskonzepts genutzt werden. Die Evaluationsergebnisse des Jahrgangs 2014 werden vor dem Hintergrund der Frage dokumentiert, welche Betreuungsangebote für welche Lernenden geeignet erscheinen. (DIPF/Orig.).",
"bookTitle": "Digitale Medien und Interdisziplinarität",
"itemID": "incollection",
"libraryCatalog": "Fachportal Pädagogik",
"pages": "186-196",
"place": "Münster u.a.",
"publisher": "Waxmann",
"series": "Medien in der Wissenschaft. 68",
"attachments": [
{
"title": "Entry in the German Education Index",
"snapshot": false
}
],
"tags": [
{
"tag": "Evaluation"
},
{
"tag": "Mentoring"
},
{
"tag": "Lernmaterial"
},
{
"tag": "Mathematik"
},
{
"tag": "Virtuelle Lehre"
},
{
"tag": "Technische Hochschule"
},
{
"tag": "Vorkurs"
},
{
"tag": "Online-Angebot"
}
],
"notes": [],
"seeAlso": []
}
]
},
{
"type": "web",
"url": "http://www.pedocs.de/frontdoor.php?source_opus=2746&la=de",
"items": [
{
"itemType": "journalArticle",
"title": "Hooper, S.R./ Willis, G. (1989): Learning disability subtyping. Berlin: Springer (259 Seiten; DM 85,-) [Rezension]",
"creators": [
{
"firstName": "Dieter",
"lastName": "Gröschke",
"creatorType": "author"
}
],
"date": "1989",
"ISSN": "0032-7034",
"issue": "10",
"language": "Deutsch",
"libraryCatalog": "Fachportal Pädagogik",
"pages": "379",
"publicationTitle": "Praxis der Kinderpsychologie und Kinderpsychiatrie",
"shortTitle": "Hooper, S.R./ Willis, G. (1989)",
"url": "http://nbn-resolving.de/urn:nbn:de:0111-opus-27462",
"volume": "38",
"attachments": [
{
"title": "Full Text PDF",
"mimeType": "application/pdf"
},
{
"title": "Entry in the German Education Index",
"snapshot": false
}
],
"tags": [
{
"tag": "Rezension"
},
{
"tag": "Lerndefizit"
},
{
"tag": "Lernschwierigkeit"
},
{
"tag": "Lernschwäche"
},
{
"tag": "Klassifikationssystem"
},
{
"tag": "Book review"
},
{
"tag": "Review"
},
{
"tag": "Learning Difficulties"
},
{
"tag": "Learning Difficulty"
},
{
"tag": "Learning disorder"
},
{
"tag": "Classification"
},
{
"tag": "Classification system"
}
],
"notes": [],
"seeAlso": []
}
]
},
{
"type": "web",
"url": "http://www.pedocs.de/frontdoor.php?source_opus=11837",
"items": [
{
"itemType": "book",
"title": "Die diskursanalytische Rekonstruktion von politischen Leitbildern bildungsbezogener 'guter Kindheit'",
"creators": [
{
"firstName": "Stefanie",
"lastName": "Bischoff",
"creatorType": "author"
},
{
"firstName": "Tanja",
"lastName": "Betz",
"creatorType": "author"
}
],
"date": "2011",
"abstractNote": "Ziel der diskursanalytischen Betrachtung von politischen Dokumenten (hierzu gehören: Pläne, Programme und Berichte in bildungs‐ und kindheitsrelevanten Politikfeldern) und des darin auftretenden Diskurses zum Thema gute Kindheit und Bildung ist es, sie daraufhin zu untersuchen, welche Vorstellungen/Wissensbestände von ‚guter Kindheit‘ (und damit verbunden richtiger Erziehung und Bildung, guter Elternschaft, guter pädagogischer Arbeit in Bildungsinstitutionen) transportiert werden. Das Projekt beabsichtigt daher, die politisch hervorgebrachten Leitbilder einer frühen und öffentlich verantworteten ‚Bildungskindheit‘ (vgl. Betz 2010) und ihre Konnotationen zu rekonstruieren. Ein Ausgangspunkt ist, dass die in den Dokumenten erzeugten Annahmen, Strategien und Maßnahmen einen weitreichenden Einfluss auf bildungspolitische Veränderungen und die Ausgestaltung der öffentlich verantworteten (Früh‐) Erziehung/Bildung haben, also soziale Prozesse aktiv mitgestalten, wie dies beispielhaft an der Implementierung der Bildungs‐ und Erziehungspläne oder der Initiierung von Elternbildungsprogrammen veranschaulicht werden kann (siehe auch Kapitel 4.3.2)). Weiter wird davon ausgegangen, dass diese wirkmächtigen Annahmen auch Einfluss auf die Strukturierung der Vorstellungen, Haltungen und Praktiken der sozialen Akteure haben, was es empirisch einzufangen gilt. Der Frage, ob und in welcher Art und Weise dies der Fall ist, inwieweit hier die sozial situierten im Sinne von milieuspezifisch unterschiedlich geprägten Vorstellungen ‚guter Kindheit‘ mit den Vorstellungen in politischen Berichten korrespondieren und welche Bedeutung dies wiederum für die Reproduktion von Bildungsungleichheiten hat, soll [hier] explorativ nachgegangen werden. (DIPF/Orig.)",
"language": "Deutsch",
"libraryCatalog": "Fachportal Pädagogik",
"numPages": "49",
"place": "Frankfurt",
"publisher": "pedocs",
"url": "http://nbn-resolving.de/urn:nbn:de:0111-pedocs-118379",
"attachments": [
{
"title": "Full Text PDF",
"mimeType": "application/pdf"
},
{
"title": "Entry in the German Education Index",
"snapshot": false
}
],
"tags": [
{
"tag": "Empirische Untersuchung"
},
{
"tag": "Methode"
},
{
"tag": "Leitbild"
},
{
"tag": "Beispiel"
},
{
"tag": "Diskursanalyse"
},
{
"tag": "Textanalyse"
},
{
"tag": "Politik"
},
{
"tag": "Forschungsstand"
},
{
"tag": "Diskurs"
},
{
"tag": "Kindheitsbild"
},
{
"tag": "Theorie"
},
{
"tag": "Zwischenbericht"
},
{
"tag": "Empirical study"
},
{
"tag": "Method"
},
{
"tag": "Ideal (model)"
},
{
"tag": "Discourse Analysis"
},
{
"tag": "Text analysis"
},
{
"tag": "Textual analysis"
},
{
"tag": "Politics"
},
{
"tag": "Discourse"
},
{
"tag": "Theory"
}
],
"notes": [],
"seeAlso": []
}
]
},
{
"type": "web",
"url": "http://www.pedocs.de/frontdoor.php?source_opus=9491&la=de",
"items": [
{
"itemType": "bookSection",
"title": "Berufliche Bildung und Gesellschaft in ökonomischer und pädagogischer Theoriebildung",
"creators": [
{
"firstName": "Philipp",
"lastName": "Gonon",
"creatorType": "author"
}
],
"abstractNote": "Berufliche Bildung hat einen anderen Bezugspunkt zur Gesellschaft als das allgemeine Bildungswesen. Im folgenden Beitrag werden ausgehend von der Smith'schen Analyse der Wirtschaft und Gesellschaft Perspektiven ökonomischer und pädagogischer Theoriebildung auf Bildung und berufliches Lernen nachgezeichnet. Es zeigt sich, daß von Elementar- bzw. Volksschulbildung zu unterscheidende berufliche Bildung in ihrer Spezifität von seiten der Ökonomen nach Adam Smith kaum die gebührende Beachtung fand und andererseits auch von Pädagogenseite das berufliche Lernen nur wenig gesellschaftlich kontextualisiert wurde. Der Auseinandersetzung mit den Smith'schen Thesen zur beruflichen Bildung ist es jedoch u. a. auch zu verdanken, daß sich konzeptionell eine modernisierte Berufslehre im deutschsprachigen Raum etablierte. (DIPF/Orig.)",
"language": "Deutsch",
"libraryCatalog": "Fachportal Pädagogik",
"publisher": "pedocs",
"url": "http://nbn-resolving.de/urn:nbn:de:0111-pedocs-94912",
"attachments": [
{
"title": "Full Text PDF",
"mimeType": "application/pdf"
},
{
"title": "Entry in the German Education Index",
"snapshot": false
}
],
"tags": [
{
"tag": "Bildung"
},
{
"tag": "Gesellschaft"
},
{
"tag": "Soziale Lage"
},
{
"tag": "Bildungswesen"
},
{
"tag": "Bildungspolitik"
},
{
"tag": "Bildungsreform"
},
{
"tag": "Bildungsökonomie"
},
{
"tag": "Lernen"
},
{
"tag": "Freiheit"
},
{
"tag": "Öffentlichkeit"
},
{
"tag": "Wirtschaft"
},
{
"tag": "Berufsausbildung"
},
{
"tag": "Berufsbildung"
},
{
"tag": "Reform"
},
{
"tag": "Theorie"
},
{
"tag": "Deutschland"
},
{
"tag": "Education"
},
{
"tag": "Society"
},
{
"tag": "Education system"
},
{
"tag": "Educational policy"
},
{
"tag": "Educational reform"
},
{
"tag": "Economics of education"
},
{
"tag": "Educational Economics"
},
{
"tag": "Learning"
},
{
"tag": "Freedom"
},
{
"tag": "The public"
},
{
"tag": "Economy"
},
{
"tag": "Vocational education and training"
},
{
"tag": "Vocational training"
},
{
"tag": "Vocational Education"
},
{
"tag": "Theory"
},
{
"tag": "Germany"
}
],
"notes": [],
"seeAlso": []
}
]
}
]
/** END TEST CASES **/