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=153660&ordering=impactfactor_norm
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157100,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153680&ordering=impactfactor_norm",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153640&ordering=impactfactor_norm",
    "results": [
        {
            "id": 103781,
            "title": "Rolle der Ernährung beim chronischen Schmerz",
            "abstract": null,
            "authors": [
                "Roller, RE"
            ],
            "year": 2010,
            "source": "Universum Innere Medizin. 2010; 06/10:  27-28. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103781-14079"
            ],
            "persons": [
                "103781-51745"
            ],
            "imported": "2010-09-09T10:15: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": 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": 103782,
            "title": "Prophylaxe venöser Thromboembolien bei geriatrischen Patienten",
            "abstract": null,
            "authors": [
                "Roller, RE"
            ],
            "year": 2010,
            "source": "Ärztekrone. 2010; 11/10:  14-16. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103782-14079"
            ],
            "persons": [
                "103782-51745"
            ],
            "imported": "2010-09-09T10:16: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": 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": 103788,
            "title": "Gehirn und Blase- Konsensus Statement",
            "abstract": null,
            "authors": [
                "Beubler E, Euöer C, Heidler H, Iglseder B, Mair D, Rauchenwald M, Roller-Wirnsberger R, Umek W, Böhmer F, Madersbacher H, Marksteiner J"
            ],
            "year": 2007,
            "source": " In: Medizin- Akademie editors(s). Clinicum- Magazin für Führungskräfte im Krankenhaus. Sonderausgabe(07) : Wien: Medizin-Medien;  2007. p. 1-9. ",
            "category": 6,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103788-14079"
            ],
            "persons": [
                "103788-51745"
            ],
            "imported": "2010-09-09T10:30:35+02:00",
            "journal": null,
            "issn": null,
            "collection_publisher": "Medizin- Akademie",
            "collection_title": "Clinicum- Magazin für Führungskräfte im Krankenhaus",
            "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": 103793,
            "title": "Da kann man nichts machen, das ist das Alter",
            "abstract": null,
            "authors": [
                "Claudia Richter"
            ],
            "year": 2009,
            "source": "Die Presse. 2009. 8. September: 11-11. ",
            "category": 11,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103793-14079"
            ],
            "persons": [
                "103793-51745"
            ],
            "imported": "2010-09-09T10:40:02+02:00",
            "journal": "Die Presse",
            "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": 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": 103795,
            "title": "Anämie im Alter- Ungenützte therapeutische Optionen",
            "abstract": null,
            "authors": [
                "Thomas Egger, Regina Roller- Wirnsberger"
            ],
            "year": 2009,
            "source": "Geriatrie-Praxis. 2009; 4/09:  24-25. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103795-14079"
            ],
            "persons": [
                "103795-51745"
            ],
            "imported": "2010-09-09T10:43:13+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": 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": 103797,
            "title": "Frailty- Defizite früh erkennen und ausgleichen",
            "abstract": null,
            "authors": [
                "Unteregger, M",
                "Roller, RE"
            ],
            "year": 2010,
            "source": "Geriatrie-Praxis. 2010; 1/10:  14-17. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103797-14079"
            ],
            "persons": [
                "103797-51745"
            ],
            "imported": "2010-09-09T10:47:17+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": 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": 103798,
            "title": "Frailty, Sarkopenie, Osteoporose- Im Gleichgewicht?",
            "abstract": null,
            "authors": [
                "Unteregger, M",
                "Roller, RE"
            ],
            "year": 2010,
            "source": "Geriatrie-Praxis. 2010; 2/10:  20-23. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103798-14079"
            ],
            "persons": [
                "103798-51745"
            ],
            "imported": "2010-09-09T10:48:45+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": 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": 103799,
            "title": "Cold air challenge of airway reactivity in children: correlation of transcutaneously measured oxygen tension and conventional lung functions.",
            "abstract": null,
            "authors": [
                "Eber, E",
                "Varga, EM",
                "Zach, MS"
            ],
            "year": 1992,
            "source": "Asthma Digest. 1992; 3:  25-27. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "103799-51713"
            ],
            "imported": "2010-09-09T10:55:46+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": 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": 103800,
            "title": "Anatomie des wachsenden Respirationstraktes.",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 1995,
            "source": "Physiotherapie. 1995; 4:  8-10. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103800-14095"
            ],
            "persons": [
                "103800-51713"
            ],
            "imported": "2010-09-09T10:59: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": 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": 103801,
            "title": "Konsensus-Empfehlungen zur medikamentösen Behandlung des Asthma bronchiale im Kindes- und Jugendalter. Österreichische Gesellschaft für Kinder- und Jugendheilkunde und Österreichische Gesellschaft für Lungenerkrankungen und Tuberkulose.",
            "abstract": null,
            "authors": [
                "Frischer, TH",
                "Eber, E",
                "Eichler, I",
                "Horak, E",
                "Riedler, J",
                "Götz, M",
                "Zach, M"
            ],
            "year": 1999,
            "source": "MONATSSCHRIFT KINDERHEILKUNDE                                                                                                                                                                                                                             . 1999; 147:  788-791. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103801-14095"
            ],
            "persons": [
                "103801-51713"
            ],
            "imported": "2010-09-09T11:03:38+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": 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": 103802,
            "title": "Impfung gegen Pseudomonas aeruginosa bei Kindern mit Mukoviszidose (CF). Konsensusfindung durch Leiter/Mitarbeiter der Österreichischen CF-Zentren - Österreichische Ärztegesellschaft zur Bekämpfung der cystischen Fibrose.",
            "abstract": null,
            "authors": [
                "Bauer, M",
                "Eder, J",
                "Eber, E",
                "Eichler, I",
                "Eitelberger, F",
                "Ellemunter, H",
                "Emhofer, J",
                "Götz, M",
                "Huttegger, I",
                "Litscher, H",
                "Renner, S",
                "Riedler, J",
                "Simma, B",
                "Wojnarowski, C",
                "Zach, M"
            ],
            "year": 2003,
            "source": "MONATSSCHRIFT KINDERHEILKUNDE                                                                                                                                                                                                                             . 2003; 151:  1245-1246. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103802-14095"
            ],
            "persons": [
                "103802-51713"
            ],
            "imported": "2010-09-09T11:06:56+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": 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": 103803,
            "title": "Flexible fiberoptische Bronchoskopie in der Pädiatrie.",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 1995,
            "source": "Physiotherapie. 1995; 4:  11-13. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103803-14095"
            ],
            "persons": [
                "103803-51713"
            ],
            "imported": "2010-09-09T11:11: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": 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": 103804,
            "title": "Bronchoalveolar lavage in children.",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 1997,
            "source": "European Respiratory Monograph. 1997; 5:  136-161. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103804-14095"
            ],
            "persons": [
                "103804-51713"
            ],
            "imported": "2010-09-09T11:12:48+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": 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": 103805,
            "title": "Bronchoalveolar lavage in pediatric patients.",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 1998,
            "source": "Journal of Bronchology. 1998; 5:  227-241. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103805-14095"
            ],
            "persons": [
                "103805-51713"
            ],
            "imported": "2010-09-09T11:15:20+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": 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": 103806,
            "title": "Congenital lung malformations and their long-term consequences.",
            "abstract": null,
            "authors": [
                "Zach, MS",
                "Eber, E"
            ],
            "year": 2002,
            "source": "European Respiratory Monograph. 2002; 7:  81-98. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103806-14095"
            ],
            "persons": [
                "103806-51713"
            ],
            "imported": "2010-09-09T11:20:39+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": 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": 103807,
            "title": "Neonatal chronic lung disease and its long-term consequences.",
            "abstract": null,
            "authors": [
                "Eber, E",
                "Zach, MS"
            ],
            "year": 2002,
            "source": "European Respiratory Monograph. 2002; 7:  99-115. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103807-14095"
            ],
            "persons": [
                "103807-51713"
            ],
            "imported": "2010-09-09T11:24:35+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": 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": 103808,
            "title": "Congenital lung abnormalities.",
            "abstract": null,
            "authors": [
                "Eber, E"
            ],
            "year": 2010,
            "source": "European Respiratory Monograph. 2010; 47:  263-276. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103808-14095"
            ],
            "persons": [
                "103808-51713"
            ],
            "imported": "2010-09-09T11:28:52+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": 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": 103809,
            "title": "Paediatric Bronchoscopy. Progress in Respiratory Research.",
            "abstract": null,
            "authors": null,
            "year": 2010,
            "source": "Priftis, KN; Anthracopoulos, MB; Eber, E; Koumbourlis, AC; Wood, RE. editor(s). 38: Basel: Karger; 2010. (ISBN: 978-3-8055-9310-6) ",
            "category": 7,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103809-14095"
            ],
            "persons": [
                "103809-51713"
            ],
            "imported": "2010-09-09T11:34:19+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": 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": 103811,
            "title": "Fieber und Entzündungsmarker nach flexibler Bronchoskopie.",
            "abstract": null,
            "authors": [
                "Thalhammer, GH",
                "Zach, M",
                "Eber, E"
            ],
            "year": 2001,
            "source": "Monatsschrift Kinderheilkunde 2001; 149: 212--23. Jahrestagung der Gesellschaft für Pädiatrische Pneumologie; MAR 15-17, 2001; Bern, SCHWEIZ. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103811-14095"
            ],
            "persons": [
                "103811-51713"
            ],
            "imported": "2010-09-09T12:16:55+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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 103812,
            "title": "Endskopische Diagnosen bei persistierendem Stridor.",
            "abstract": null,
            "authors": [
                "Thalhammer, GH",
                "Zach, M",
                "Eber, E"
            ],
            "year": 2001,
            "source": "Monatsschrift Kinderheilkunde 2001; 149: 212--23. Jahrestagung der Gesellschaft für Pädiatrische Pneumologie; MAR 15-17, 2001; Bern, SCHWEIZ. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "103812-14095"
            ],
            "persons": [
                "103812-51713"
            ],
            "imported": "2010-09-09T12:19:22+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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}