List publications.

Fields

id (integer)

Primary key.

name (string)

Name of doctoral school.

emails (string[])

Contact emails.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • persons
  • category
  • document
  • organization_authorship

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • year
  • category
  • document
  • persons

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

All fields with advanced lookups can also be used for exact value matches as described above.

Possible advanced lookups:

  • year: gt, gte, lt, lte
  • sci: iexact, contains, icontains, startswith, istartswith
  • pubmed: iexact, contains, icontains, startswith, istartswith
  • doi: iexact, contains, icontains, startswith, istartswith
  • pmc: iexact, contains, icontains, startswith, istartswith
  • organization_authorship: in
  • impact: isnull, gt, gte, lt, lte
  • imported: isnull, gt, gte, lt, lte, date
GET /v1/research/publication/?format=api&offset=159000&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159493,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=159020&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158980&ordering=-imported",
    "results": [
        {
            "id": 60279,
            "title": "Prophylaktisches niedrig-dosiertes G-CSF bei Patientinnen mit Mammakarzinom und Grad-4-Neutropenie bei der letzten adjuvanten (F)EC-Therapie: eine Pilotuntersuchung",
            "abstract": null,
            "authors": [
                "Petru, E",
                "Schwarz, S",
                "Haas, J",
                "Stranz, B",
                "Graf, S",
                "Hülle, A",
                "Benedicic, C",
                "Klocker, R",
                "Winter, R"
            ],
            "year": 2006,
            "source": "23.Jahrestagung der Österr.Ges.f.Senologie; SEPT 7-9, 2006; Salzburg, Austria. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60279-14038",
                "60279-14063"
            ],
            "persons": [
                "60279-51627",
                "60279-51624"
            ],
            "imported": "2006-10-11T15:40:49+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 60274,
            "title": "Evidenz zur Behandlung des Kleinen Zervixkarzinoms durch eingeschränkte radikale Hysterektomie.",
            "abstract": null,
            "authors": [
                "Winter, R"
            ],
            "year": 2006,
            "source": "Jahrestagung und Fortbildungsveranstaltung der ÖGGG; JUNI 14-17,2006; Linz, Austria. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60274-14063"
            ],
            "persons": [],
            "imported": "2006-10-11T15:28:07+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 60273,
            "title": "Prophylaxe mit niedrig-dosiertem Lenograstim( 13Mio E Granozyte) bei Patientinnen mit Mammakarzinom und Grad 4 Neutropenie beim letzten adjuvanten Chemotherapiezyklus mit FEC oder EC- Ergebnisse einer Pilotuntersuchung",
            "abstract": null,
            "authors": [
                "Petru, E",
                "Schwarz, S",
                "Haas, J",
                "Stranz, B",
                "Klocker, J",
                "Winter, R"
            ],
            "year": 2006,
            "source": "Jahrestagung und Fortbildungsveranstaltung der ÖGGG; JUNI 14-17, 2006; Linz, Austria. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60273-14038",
                "60273-14063"
            ],
            "persons": [
                "60273-51627",
                "60273-51624"
            ],
            "imported": "2006-10-11T15:25:12+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 60272,
            "title": "Treffsicherheit der intraoperativen Gefrierschnittuntersuchung pelviner Lymphknoten nach neoadjuvanter Chemotherapie bei Patientinnen mit Zervixkarzinom",
            "abstract": null,
            "authors": [
                "Bader, A",
                "Tamussino, K",
                "Pristauz, G",
                "Moinfar, F",
                "Winter, R"
            ],
            "year": 2006,
            "source": "Jahrestagung und Fortbildungsveranstaltung der ÖGGG; JUNI 14-17, 2006; Linz, Austria . 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60272-14020",
                "60272-14038",
                "60272-14063"
            ],
            "persons": [
                "60272-51826",
                "60272-51891",
                "60272-74796"
            ],
            "imported": "2006-10-11T15:19:50+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 60270,
            "title": "Vergleich polysomnographischer Befunde und anamnestischer Angaben bei adipösen Kindern und Jugendlichen. ",
            "abstract": null,
            "authors": [
                "Sauseng, W",
                "Zotter, H",
                "Ipsiroglu, O",
                "Werner, I",
                "Kurz, R",
                "Borkenstein, M",
                "Kerbl, R"
            ],
            "year": 2003,
            "source": "Wiener Klinische Wochenschrift. 115: 901-901.-Tagung der Österreichischen und Deutschen Arbeitsgruppen für Pädiatrische Schlafmedizin; MÄR 14, 2003; Salzburg, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60270-14091",
                "60270-14092",
                "60270-14094"
            ],
            "persons": [
                "60270-51654",
                "60270-51821"
            ],
            "imported": "2006-10-11T15:13:21+02:00",
            "journal": "Wiener Klinische Wochenschrift",
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60269,
            "title": "Lebensqualität und Kontinenz 1 Jahr nach Tension-free-Vaginal Tape (TVT) Operation",
            "abstract": null,
            "authors": [
                "Bjelic-Radisic, V",
                "Greimel, E",
                "Frudinger, A",
                "Daghofer, F",
                "Tamussino, K",
                "Winter, R"
            ],
            "year": 2006,
            "source": "Jahrestagung und Fortbildungsveranstaltung der ÖGGG; JUNI 14-17, 2006; Linz, Austria. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60269-14038",
                "60269-14063"
            ],
            "persons": [
                "60269-51696",
                "60269-51826"
            ],
            "imported": "2006-10-11T15:11:58+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 60268,
            "title": "Myopericarditis associated with Campylobacter jejuni infection: a case report. ",
            "abstract": null,
            "authors": [
                "Heinzl, B",
                "Feierl, G",
                "Fritsch, P",
                "Zotter, H",
                "Raith, W",
                "Gamillscheg, A",
                "Beitzke, A"
            ],
            "year": 2005,
            "source": "Cardiology in the Young. -2005; 15: 67-68.-Annual General Meeting of the Association for European Paediatric Cardiology; MAI 20, 2005; Kopenhagen, DÄNEMARK. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60268-14023",
                "60268-14093",
                "60268-14094"
            ],
            "persons": [
                "60268-51818"
            ],
            "imported": "2006-10-11T15:05:13+02:00",
            "journal": "Cardiology in the Young",
            "issn": "1047-9511",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60267,
            "title": "Pacifier use for sleeping infants - changes of physiological parameters. ",
            "abstract": null,
            "authors": [
                "Kerbl, R",
                "Sauseng, W",
                "Pfurtscheller, K",
                "Hanzer, M",
                "Zotter, H",
                ""
            ],
            "year": 2006,
            "source": "Journal of Sleep Research. 15(1):86-86.-18th Congress of the European Sleep Research Society (ESRS); SEP 12-16, 2006; Innsbruck, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000239966000217",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60267-14091",
                "60267-14093",
                "60267-14094"
            ],
            "persons": [
                "60267-51821",
                "60267-62745",
                "60267-81339"
            ],
            "imported": "2006-10-11T14:58:11+02:00",
            "journal": "Journal of Sleep Research",
            "issn": "0962-1105",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.458,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.833333333333333,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "BEHAVIORAL SCIENCES",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": true,
            "conference_place": true,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60266,
            "title": "Die operative Behandlung gynäkologischer Malignome.",
            "abstract": null,
            "authors": [
                "Winter, R"
            ],
            "year": 2006,
            "source": "Evidenz versus Eminenz in der Medizin: Wissen und Glauben\r\n52. Ausseer Symposium d.Wissensch.Ges.d.Ärzte in der Steiermark; MAI 11-13, 2006; Bad Aussee, Austria. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60266-14063"
            ],
            "persons": [],
            "imported": "2006-10-11T14:56:53+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 60265,
            "title": "Perspektiven in der medikamentösen Therapie gynäkologischer Malignome",
            "abstract": null,
            "authors": [
                "Benedicic, C",
                "Petru, E",
                "Winter, R"
            ],
            "year": 2006,
            "source": "Evidenz versus Eminenz in der Medizin: Wissen und Glauben\r\n52. Ausseer Symposium d.Wissensch.Ges.der Ärzte in der Steiermark; Mai 11-13, 2006; Bad Aussee, Austria. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60265-14038",
                "60265-14063"
            ],
            "persons": [
                "60265-51624"
            ],
            "imported": "2006-10-11T14:51:33+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 60264,
            "title": "HPV-Impfung: Gegenwart und Perspektiven",
            "abstract": null,
            "authors": [
                "Petru, E",
                "Klaritsch, P",
                "Winter, R"
            ],
            "year": 2006,
            "source": "Evidenz versus Eminenz in der Medizin: Wissen und Glauben\r\n52. Ausseer Symposium d.Wissensch.Ges.d.Ärzte in der Steiermark; MAI, 11-13,2006; Bad Aussee, Austria. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60264-14038",
                "60264-14063",
                "60264-14064"
            ],
            "persons": [
                "60264-50155",
                "60264-51624"
            ],
            "imported": "2006-10-11T14:48:36+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": true,
            "conference_place": true,
            "conference_international": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 60263,
            "title": "Spontaneous arousal and awakening in preterm and full-term infants.",
            "abstract": null,
            "authors": [
                "Curzi-Dascalova, L",
                "Zotter, H",
                "Ariagno, RL",
                "Mirmiran, M"
            ],
            "year": 2002,
            "source": " In: Salzarulo, P; Ficca, G; editors(s). Awakening and Sleep-Wake Cycle Across Development. 1: Amsterdam/Philadelphia: John Benjamins Publishing Company;  2002. p. 79-93. (ISBN: 90272-51584) ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60263-14094"
            ],
            "persons": [],
            "imported": "2006-10-11T14:48:25+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Salzarulo, P; Ficca, G;",
            "collection_title": "Awakening and Sleep-Wake Cycle Across Development",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60262,
            "title": "Sixth International SIDS Conference. ",
            "abstract": null,
            "authors": [
                "Zotter, H"
            ],
            "year": 2000,
            "source": "Pädiatire und Pädiologie. 2000; 4:  50-52. ",
            "category": 1,
            "document_type": 10,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60262-14094"
            ],
            "persons": [],
            "imported": "2006-10-11T14:40:27+02:00",
            "journal": null,
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60261,
            "title": "IX. ESPID Congress (Prenatal Care and Postnatal Development). ",
            "abstract": null,
            "authors": [
                "Zotter, H",
                "Kerbl, R",
                "Pichler, G",
                "Kiechl-Kohlendorfer, U",
                "Hof, D"
            ],
            "year": 2002,
            "source": "Pädiatire und Pädiologie. 2002; 2:  30-31. ",
            "category": 1,
            "document_type": 10,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60261-14091",
                "60261-14094"
            ],
            "persons": [
                "60261-50907",
                "60261-51821"
            ],
            "imported": "2006-10-11T14:32:16+02:00",
            "journal": null,
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60260,
            "title": "7th SIDS International Congress 2002. ",
            "abstract": null,
            "authors": [
                "Sauseng, W",
                "Kiechl-Kohlendorfer, U",
                "Zotter, H"
            ],
            "year": 2002,
            "source": "Pädiatire und Pädiologie. 2002; 6:  39-40. ",
            "category": 1,
            "document_type": 10,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60260-14092",
                "60260-14094"
            ],
            "persons": [],
            "imported": "2006-10-11T14:29:17+02:00",
            "journal": null,
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60259,
            "title": "ESPID 2003: 10th Congress of the European Society for the Study and Prevention of Infant Death (ESPID). ",
            "abstract": null,
            "authors": [
                "Zotter, H",
                "Kerbl, R",
                "Kiechl-Kohlendorfer, U",
                "Hof, D"
            ],
            "year": 2003,
            "source": "Pädiatire und Pädiologie. 2003; 4:  52-55. ",
            "category": 1,
            "document_type": 10,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60259-14091",
                "60259-14094"
            ],
            "persons": [
                "60259-51821"
            ],
            "imported": "2006-10-11T14:27:42+02:00",
            "journal": null,
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60258,
            "title": "Schnuller und SIDS. Existiert genug wissenschaftliche Evidenz für eine Empfehlung der Beruhigungsschnuller?",
            "abstract": null,
            "authors": [
                "Zotter, H",
                "Kerbl, R",
                "Kurz, R",
                "Müller, W"
            ],
            "year": 2000,
            "source": "Laktation und Stillen. 2000; 4:  135-136. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60258-14091",
                "60258-14094"
            ],
            "persons": [
                "60258-51643",
                "60258-51821"
            ],
            "imported": "2006-10-11T14:23:51+02:00",
            "journal": null,
            "issn": "1614-807x",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60257,
            "title": "Schlafstörungen und schlafassozierte Störungen in der Pädiatrie. ",
            "abstract": null,
            "authors": [
                "Kerbl, R",
                "Köhler, A",
                "Zotter, H",
                "Kurz, R",
                "Ispiroglu, O"
            ],
            "year": 2002,
            "source": "Arzt und Praxis. 2002; 56:  432-437. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60257-14091",
                "60257-14094"
            ],
            "persons": [
                "60257-51821"
            ],
            "imported": "2006-10-11T14:21:25+02:00",
            "journal": null,
            "issn": "0939-5989",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60256,
            "title": "SIDS in Österreich. Was gibt es Neues?",
            "abstract": null,
            "authors": [
                "Kerbl, R",
                "Zotter, H",
                "Ipsiroglu, O",
                "Kurz, R"
            ],
            "year": 2002,
            "source": "Pädiatire und Pädiologie. 2002; 4:  52-53. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60256-14094"
            ],
            "persons": [],
            "imported": "2006-10-11T14:19:00+02:00",
            "journal": null,
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 60255,
            "title": "Schlafmedizin und Schlafforschung im Kindes- und Jugendalter. ",
            "abstract": null,
            "authors": [
                "Kerbl, R",
                "Köhler, A",
                "Zotter, H",
                "Sauseng, W",
                "Kurz, R"
            ],
            "year": 2003,
            "source": "Pädiatire und Pädiologie. 2003; 1:  14-22. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "60255-14091",
                "60255-14092",
                "60255-14094"
            ],
            "persons": [
                "60255-51821"
            ],
            "imported": "2006-10-11T14:16:13+02:00",
            "journal": null,
            "issn": "0030-9338",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}