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=149840&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157549,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149860&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=149820&ordering=-imported",
    "results": [
        {
            "id": 68513,
            "title": "Subjective and objective effects of music use during mental effort",
            "abstract": null,
            "authors": [
                "Liptak, V",
                "Egger, J"
            ],
            "year": 1981,
            "source": "Wien Med Wochenschr. 1981; 131(9): 219-225. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LU73200001",
            "pubmed": "7269624",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68513-51505-6"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": false,
            "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": false
        },
        {
            "id": 68512,
            "title": "The influence of television of the EKG of myocardial infarct patients",
            "abstract": null,
            "authors": [
                "Egger, J",
                "Habeler, G",
                "Tinchon, HJ"
            ],
            "year": 1981,
            "source": "Z Exp Angew Psychol. 1981; 28(1): 38-53. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1981LL43000004",
            "pubmed": "7233999",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68512-51505-1"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Z Exp Angew Psychol",
            "issn": "0044-2712",
            "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": true,
            "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": false
        },
        {
            "id": 68511,
            "title": "Group psychotherapy in the treatment of cardiovascular diseases--health and disease education in inpatient rehabilitation (author's transl)",
            "abstract": null,
            "authors": [
                "Egger, J"
            ],
            "year": 1980,
            "source": "Psychiatr Prax. 1980; 7(1): 34-42. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980JF70100005",
            "pubmed": "7384301",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68511-51505-2"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Psychiatr Prax",
            "issn": "0303-4259",
            "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": true,
            "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": false
        },
        {
            "id": 68510,
            "title": "Influence of acupuncture and electroacupuncture on heart rate and extrasystoles (author's transl)",
            "abstract": null,
            "authors": [
                "Liptak, V",
                "Habeler, G",
                "Egger, J"
            ],
            "year": 1980,
            "source": "Wien Med Wochenschr. 1980; 130(20): 668-670. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KS29000005",
            "pubmed": "6162282",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68510-51505-6"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Wien Med Wochenschr",
            "issn": "0043-5341",
            "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": true,
            "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": false
        },
        {
            "id": 68509,
            "title": "Clinical psychology in rehabilitative cardiology - a working model (author's transl)",
            "abstract": null,
            "authors": [
                "Egger, J"
            ],
            "year": 1979,
            "source": "Rehabilitation (Stuttg). 1979; 18(3): 123-134. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1979HH52400003",
            "pubmed": "482729",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68509-51505-2"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Rehabilitation (Stuttg)",
            "issn": "0034-3536",
            "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": true,
            "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": false
        },
        {
            "id": 68508,
            "title": "Long term ECG monitoring post myocardial infarction during a representative programme of TV-broadcasts (author's transl)",
            "abstract": null,
            "authors": [
                "Egger, J",
                "Habeler, G",
                "Tinchon, HJ"
            ],
            "year": 1980,
            "source": "Z Kardiol. 1980; 69(7): 488-493. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980KC25200004",
            "pubmed": "7445647",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68508-51505-1"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Z Kardiol",
            "issn": "0300-5860",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.715,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.532258064516129,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "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": false
        },
        {
            "id": 68543,
            "title": "Cytokeratin antibodies as differential markers of trophoblast and fetomaternal syncytial plaques in the sheep placentome.",
            "abstract": null,
            "authors": [
                "Kadyrov, M",
                "Garnier, Y",
                "Gantert, M",
                "Kramer, BW",
                "Kaufmann, P",
                "Huppertz, B"
            ],
            "year": 2007,
            "source": "Placenta. 2007; 28(11-12):1107-1109",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000250898600002",
            "pubmed": "17602738",
            "doi": "10.1016/j.placenta.2007.05.007",
            "pmc": null,
            "organizations": [
                "68543-14017"
            ],
            "persons": [
                "68543-54142-4"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Placenta",
            "issn": "0143-4004",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.238,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.933333333333333,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "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": 68531,
            "title": "Psychological determinants of pain perception after episiotomy",
            "abstract": null,
            "authors": [
                "Dorfer, M",
                "Novak, M",
                "Adelwöhrer, N",
                "Egger, J"
            ],
            "year": 1993,
            "source": "Gynakol Geburtshilfliche Rundsch. 1993; 33 Suppl 1:  266-266. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "8118306",
            "doi": "10.1159/000272256",
            "pmc": null,
            "organizations": [],
            "persons": [
                "68531-51505-6"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Gynakol Geburtshilfliche Rundsch",
            "issn": "1018-8843",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.0188679245283019,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": false
        },
        {
            "id": 68530,
            "title": "Psychosexual behavior as a risk factor for cervix cancer",
            "abstract": null,
            "authors": [
                "Dorfer, M",
                "Egger, J",
                "Greimel, E",
                "Pickel, H"
            ],
            "year": 1992,
            "source": "Zentralbl Gynakol. 1992; 114(1): 26-29. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HL41800005",
            "pubmed": "1585741",
            "doi": null,
            "pmc": null,
            "organizations": [
                "68530-14038"
            ],
            "persons": [
                "68530-51505-6"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Zentralbl Gynakol",
            "issn": "0044-4197",
            "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": true,
            "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": 68529,
            "title": "Psychoneurological aspects of food allergy.",
            "abstract": null,
            "authors": [
                "Egger, J"
            ],
            "year": 1991,
            "source": "Eur J Clin Nutr. 1991; 45 Suppl 1(4): 35-45. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FM78800006",
            "pubmed": "1855506",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68529-51505-2"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Eur J Clin Nutr",
            "issn": "0954-3007",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.121,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.72,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "NUTRITION & DIETETICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "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": false
        },
        {
            "id": 68528,
            "title": "From psychobiological stress research to neuropsychoimmunology",
            "abstract": null,
            "authors": [
                "Egger, J"
            ],
            "year": 1992,
            "source": "Padiatr Padol. 1992; 27(4): 91-96. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": "1408290",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68528-51505-2"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Padiatr Padol",
            "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": false
        },
        {
            "id": 68526,
            "title": "Beyond the risk factor concept. Multidimensional models of the etiopathogenesis of coronary heart disease",
            "abstract": null,
            "authors": [
                "Egger, J",
                "Pieringer, W"
            ],
            "year": 1987,
            "source": "Offentl Gesundheitswes. 1987; 49(1): 2-8. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "2951630",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "68526-51505-1"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Offentl Gesundheitswes",
            "issn": "0029-8573",
            "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": false
        },
        {
            "id": 68542,
            "title": "The feto-maternal interface: setting the stage for potential immune interactions.",
            "abstract": null,
            "authors": [
                "Huppertz, B"
            ],
            "year": 2007,
            "source": "Semin Immunopathol. 2007; 29(2): 83-94. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000248704900002",
            "pubmed": "17621696",
            "doi": "10.1007/s00281-007-0070-7",
            "pmc": null,
            "organizations": [
                "68542-14017"
            ],
            "persons": [
                "68542-54142-2"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Semin Immunopathol",
            "issn": "1863-2297",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": 0.0151515151515152,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "PATHOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "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": 68506,
            "title": "Airway management and anesthesia in neonates, infants and children during endolaryngotracheal surgery.",
            "abstract": null,
            "authors": [
                "Mausser, G",
                "Friedrich, G",
                "Schwarz, G"
            ],
            "year": 2007,
            "source": "Paediatr Anaesth. 2007; 17(10): 942-947. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000249431300005",
            "pubmed": "17767629",
            "doi": "10.1111/j.1460-9592.2007.02300.x",
            "pmc": null,
            "organizations": [
                "68506-14068",
                "68506-14070"
            ],
            "persons": [
                "68506-51636-6"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Paediatr Anaesth",
            "issn": "1155-5645",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.461,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.615384615384615,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "PEDIATRICS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "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": 68505,
            "title": "Defining phonosurgery: a proposal for classification and nomenclature by the Phonosurgery Committee of the European Laryngological Society (ELS).",
            "abstract": null,
            "authors": [
                "Friedrich, G",
                "Remacle, M",
                "Birchall, M",
                "Marie, JP",
                "Arens, C"
            ],
            "year": 2007,
            "source": "Eur Arch Otorhinolaryngol. 2007; 264(10): 1191-1200. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000249300600013",
            "pubmed": "17647008",
            "doi": "10.1007/s00405-007-0333-x",
            "pmc": null,
            "organizations": [
                "68505-14068"
            ],
            "persons": [
                "68505-51636-2"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Eur Arch Otorhinolaryngol",
            "issn": "0937-4477",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.648,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.241379310344828,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "OTORHINOLARYNGOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "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": 68541,
            "title": "Vasculogenesis and angiogenesis in the early human placenta.",
            "abstract": null,
            "authors": [
                "Demir, R",
                "Seval, Y",
                "Huppertz, B"
            ],
            "year": 2007,
            "source": "Acta Histochem. 2007; 109(4):257-265",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000248408100001",
            "pubmed": "17574656",
            "doi": "10.1016/j.acthis.2007.02.008",
            "pmc": null,
            "organizations": [
                "68541-14017"
            ],
            "persons": [
                "68541-54142-6"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Acta Histochem",
            "issn": "0065-1281",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.938,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.0833333333333333,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "CELL BIOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "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": 68504,
            "title": "Comparability and conversion of Stimmstörungsindex (SSI) and Voice Handicap Index (VHI)",
            "abstract": null,
            "authors": [
                "Gugatschka, M",
                "Rechenmacher, J",
                "Chibidziura, J",
                "Friedrich, G"
            ],
            "year": 2007,
            "source": "Laryngorhinootologie. 2007; 86(11): 785-788. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000250836300011",
            "pubmed": "17628832",
            "doi": "10.1055/s-2007-966686",
            "pmc": null,
            "organizations": [
                "68504-14068"
            ],
            "persons": [
                "68504-50670-2",
                "68504-51636-6"
            ],
            "imported": "2007-09-19T02:00:00+02:00",
            "journal": "Laryngorhinootologie",
            "issn": "0935-8943",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.296,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.0689655172413793,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "OTORHINOLARYNGOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "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": 68473,
            "title": "Trageted UV-B Phototherapy und Excimer Laser: Rückblick und Ausblick.",
            "abstract": null,
            "authors": [
                "Hofer, A"
            ],
            "year": 2007,
            "source": "JDDG Abstraktband der 44. Tagung der Deutschen Dermatologischen Gesellschaft2007; 5(2):S27-S27.-Deutsche Dermatologische Gesellschaft; Apr 25-28, 2007; Dresden, GERMANY.",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68473-14047"
            ],
            "persons": [
                "68473-51972"
            ],
            "imported": "2007-09-19T01:28:27+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": 68472,
            "title": "Concomitant treatment of chronic plaque psoriasis with initial pulsed dye laser and narrow-band UV-B therapy.",
            "abstract": null,
            "authors": [
                "Hofer, A",
                "Kopera, K",
                "Legat, F",
                "Kerl, H",
                "Wolf, P",
                ""
            ],
            "year": 2007,
            "source": "12th Congress of the European Society for Photobiology2007; -European Society for Photobiology; SEP 1-6, 2007; Bath, UK. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68472-14047"
            ],
            "persons": [
                "68472-51618",
                "68472-51620",
                "68472-51842",
                "68472-51865",
                "68472-51972"
            ],
            "imported": "2007-09-19T01:00: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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 68471,
            "title": "Psoriasisworkshop: Fallbesprechung",
            "abstract": null,
            "authors": [
                "Hofer, A"
            ],
            "year": 2007,
            "source": "Grazer Psoriasistag 2007; Jun 15.2007; Graz. 2007. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "68471-14047"
            ],
            "persons": [
                "68471-51972"
            ],
            "imported": "2007-09-19T00:50: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": true
        }
    ]
}