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=2800&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 153846,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2820&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2780&ordering=impactfactor",
    "results": [
        {
            "id": 182201,
            "title": "P2X7 dependent inflammasome activation is crucial for scar integrity after myocardial infarction.",
            "abstract": null,
            "authors": [
                "von Garlen, S",
                "Merz, J",
                "Hoppe, N",
                "Dufner, B",
                "Mitre, LS",
                "Schafer, I",
                "Albrecht, P",
                "Rofa, K",
                "Konig, S",
                "Karnbrock, L",
                "Dimanski, D",
                "Zirlik, A",
                "Bode, C",
                "Stachon, P"
            ],
            "year": 2020,
            "source": "INTERNIST. Abstracts zum 126. Kongress der Deutschen Gesellschaft für Innere Medizin e.V.. 2020; 61(SUPPL 1):S7-S7.-126. Kongress der Deutschen Gesellschaft für Innere Medizin e.V.; APR 25-28, 2020; Wiesbaden, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000526452600007",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "182201-14083"
            ],
            "persons": [
                "182201-100805"
            ],
            "imported": "2020-05-20T10:43:12+02:00",
            "journal": "INTERNIST",
            "issn": "0020-9554",
            "collection_publisher": null,
            "collection_title": "INTERNIST; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.427,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "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": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 182208,
            "title": "European Study: Heterozygous Alpha-1-Antitrypsin Deficiency (Pi*MZ) genetic Risk Factor for Hepatopathy.",
            "abstract": null,
            "authors": [
                "Burbaum, B",
                "Schneider, C",
                "Hamesch, K",
                "Fromme, M",
                "Mandorfer, M",
                "Reichert, M",
                "Arslanow, A",
                "Woditsch, V",
                "Bals, R",
                "Pereira, V",
                "Carvao, J",
                "Lammert, F",
                "Trauner, M",
                "Krag, A",
                "Denk, H",
                "Trautwein, C",
                "Strnad, P"
            ],
            "year": 2020,
            "source": "INTERNIST. Abstracts zum 126. Kongress der Deutschen Gesellschaft für Innere Medizin e.V.. 2020; 61(SUPPL 1):S5-S6.-126. Kongress der Deutschen Gesellschaft für Innere Medizin e.V.; APR 25-28, 2020; Wiesbaden, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000526452600004",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "182208-14020",
                "182208-14081"
            ],
            "persons": [
                "182208-51515"
            ],
            "imported": "2020-05-20T10:43:12+02:00",
            "journal": "INTERNIST",
            "issn": "0020-9554",
            "collection_publisher": null,
            "collection_title": "INTERNIST; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.427,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "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": 182209,
            "title": "Bone fractures in patients with type 2 diabetes aged >= 50 years in the DPV registry: effect of glycaemic control and treatment.",
            "abstract": null,
            "authors": [
                "Eckert, A",
                "Mader, J",
                "Altmeier, M",
                "Muhldorfer, S",
                "Gillessen, A",
                "Dallmeier, D",
                "Shah, V",
                "Heyer, C",
                "Hartmann, B",
                "Holl, RW"
            ],
            "year": 2020,
            "source": "INTERNIST. Abstracts zum 126. Kongress der Deutschen Gesellschaft für Innere Medizin e.V.. 2020; 61(SUPPL 1):S5-S5.-126. Kongress der Deutschen Gesellschaft für Innere Medizin e.V.; APR 25-28, 2020; Wiesbaden, GERMANY. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000526452600003",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "182209-14080"
            ],
            "persons": [
                "182209-50877"
            ],
            "imported": "2020-05-20T10:43:12+02:00",
            "journal": "INTERNIST",
            "issn": "0020-9554",
            "collection_publisher": null,
            "collection_title": "INTERNIST; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.427,
            "impactfactor_year": 2020,
            "impactfactor_norm": 0.088,
            "impactfactor_norm_year": 2020,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL-SCI",
            "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": 494,
            "title": "Clinical experiences with the transjugular intrahepatic portocaval shunt (TIPS)",
            "abstract": null,
            "authors": [
                "Hausegger, KA",
                "Klein, GE",
                "Flückiger, F",
                "Sternthal, MH",
                "Wilding, R",
                "Stauber, R"
            ],
            "year": 1993,
            "source": "FORTSCHR RONTGENSTRAHL NEUEN. 1993; 159(3): 229-235. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1993LZ07800005",
            "pubmed": "8374109",
            "doi": "10.1055/s-2008-1032755",
            "pmc": null,
            "organizations": [
                "494-14054"
            ],
            "persons": [
                "494-51530-6",
                "494-53062-2"
            ],
            "imported": "2010-07-09T16:38:12+02:00",
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 620,
            "title": "Extrinsic allergic alveolitis in CT and HR-CT",
            "abstract": null,
            "authors": [
                "Lederer, A",
                "Kullnig, P",
                "Pongratz, M"
            ],
            "year": 1992,
            "source": "Rofo. 1992; 157(3):257-261",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JR53700011",
            "pubmed": "1391821",
            "doi": "10.1055/s-2008-1033009",
            "pmc": null,
            "organizations": [
                "620-14048",
                "620-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 622,
            "title": "The computed tomographic manifestation of diffuse visceral lymphangiomatosis",
            "abstract": null,
            "authors": [
                "Melzer, G",
                "Kullnig, P",
                "Flückiger, F",
                "Beham, A"
            ],
            "year": 1991,
            "source": "FORTSCHR RONTGENSTRAHL NEUEN. 1991; 155(3): 282-283. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GG93900018",
            "pubmed": "1912550",
            "doi": "10.1055/s-2008-1033263",
            "pmc": null,
            "organizations": [
                "622-14020",
                "622-14054"
            ],
            "persons": [
                "622-51659-6"
            ],
            "imported": "2010-06-28T16:11:06+02:00",
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1416,
            "title": "The intrapulmonary pseudo-malposition of chest tubes in the computed tomogram (CT)",
            "abstract": null,
            "authors": [
                "Flückiger, F",
                "Kullnig, P",
                "Jüttner-Smolle, F",
                "Melzer, G"
            ],
            "year": 1991,
            "source": "FORTSCHR RONTGENSTRAHL NEUEN. 1991; 155(6): 494-498. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GY09200003",
            "pubmed": "1764588",
            "doi": "10.1055/s-2008-1033305",
            "pmc": null,
            "organizations": [
                "1416-14045",
                "1416-14054"
            ],
            "persons": [
                "1416-51615-6"
            ],
            "imported": "2010-06-25T16:49:22+02:00",
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1509,
            "title": "The limits of the differential diagnostic capacity of CT and sonography in cystic hepatic echinococcosis",
            "abstract": null,
            "authors": [
                "Deu, E",
                "Steiner, H",
                "Flückiger, F",
                "Stünzner, D",
                "Weybora, W"
            ],
            "year": 1991,
            "source": "FORTSCHR RONTGENSTRAHL NEUEN. 1991; 154(5): 504-508. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991FM00300008",
            "pubmed": "1852039",
            "doi": "10.1055/s-2008-1033174",
            "pmc": null,
            "organizations": [
                "1509-14020",
                "1509-14023",
                "1509-14054"
            ],
            "persons": [],
            "imported": "2010-06-25T16:31:26+02:00",
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1643,
            "title": "Metallic mesh endoprosthesis and intraluminal high dose rate 192Ir brachytherapy in the palliative treatment of malignant bile duct obstruction. Initial results",
            "abstract": null,
            "authors": [
                "Pakisch, B",
                "Klein, GE",
                "Stücklschweiger, G",
                "Lammer, J",
                "Poier, E",
                "Leitner, H",
                "Poschauko, J",
                "Hausegger, KA",
                "Hackl, A"
            ],
            "year": 1992,
            "source": "FORTSCHR RONTGENSTRAHL NEUEN. 1992; 156(6): 592-595. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JA88600017",
            "pubmed": "1377518",
            "doi": "10.1055/s-2008-1032949",
            "pmc": null,
            "organizations": [
                "1643-14054"
            ],
            "persons": [
                "1643-53062-6"
            ],
            "imported": "2010-07-02T13:40:51+02:00",
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 1934,
            "title": "Percutaneous recanalization of pelvic artery occlusions--fibrinolysis, PTA, stents",
            "abstract": null,
            "authors": [
                "Hausegger, KA",
                "Lammer, J",
                "Klein, GE",
                "Flückiger, F",
                "Lafer, M",
                "Pilger, E",
                "Aschauer, M"
            ],
            "year": 1991,
            "source": "FORTSCHR RONTGENSTRAHL NEUEN. 1991; 155(6): 550-555. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1991GY09200013",
            "pubmed": "1837240",
            "doi": "10.1055/s-2008-1033315",
            "pmc": null,
            "organizations": [
                "1934-14054"
            ],
            "persons": [
                "1934-51541-6",
                "1934-51914-6",
                "1934-53062-2"
            ],
            "imported": "2010-06-25T17:26:58+02:00",
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2137,
            "title": "Pulmonary alveolar proteinosis in CT and HR-CT",
            "abstract": null,
            "authors": [
                "Lederer, A",
                "Kullnig, P",
                "Pongratz, M"
            ],
            "year": 1992,
            "source": "Rofo. 1992; 156(1):98-99",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992HB58600019",
            "pubmed": "1733483",
            "doi": "10.1055/s-2008-1032844",
            "pmc": null,
            "organizations": [
                "2137-14048",
                "2137-14054"
            ],
            "persons": [],
            "imported": null,
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2198,
            "title": "The place of mammography following breast-conserving therapy of breast cancer",
            "abstract": null,
            "authors": [
                "Schneider, G",
                "Steindorfer, P",
                "Fotter, R"
            ],
            "year": 1992,
            "source": "FORTSCHR RONTGENSTRAHL NEUEN. 1992; 156:  582-586. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JA88600015",
            "pubmed": "1617180",
            "doi": "10.1055/s-2008-1032947",
            "pmc": null,
            "organizations": [
                "2198-14045",
                "2198-14054"
            ],
            "persons": [
                "2198-51557-6"
            ],
            "imported": "2010-07-05T13:13:23+02:00",
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2633,
            "title": "The absent cervical pedicle syndrome. A rare anomaly of the cervical spine",
            "abstract": null,
            "authors": [
                "Hausegger, KA",
                "Kullnig, P",
                "Kopp, W",
                "Flückiger, F"
            ],
            "year": 1992,
            "source": "FORTSCHR RONTGENSTRAHL NEUEN. 1992; 157(5): 528-529. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1992JZ68300019",
            "pubmed": "1421199",
            "doi": "10.1055/s-2008-1033056",
            "pmc": null,
            "organizations": [
                "2633-14054"
            ],
            "persons": [
                "2633-53062-1"
            ],
            "imported": "2010-06-30T16:53:21+02:00",
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 2693,
            "title": "The tracheal bronchus as the cause of chronic recurrent pneumonias",
            "abstract": null,
            "authors": [
                "Flückiger, F",
                "Fotter, R",
                "Sternthal, MH",
                "Hausegger, K"
            ],
            "year": 1992,
            "source": "FORTSCHR RONTGENSTRAHL NEUEN. 1992; 156:  193-195. ",
            "category": 1,
            "document_type": 10,
            "sci": "ISI:A1992HF03700017",
            "pubmed": "1739782",
            "doi": "10.1055/s-2008-1032863",
            "pmc": null,
            "organizations": [
                "2693-14054"
            ],
            "persons": [
                "2693-51557-6",
                "2693-53062-6"
            ],
            "imported": "2010-06-30T16:30:52+02:00",
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8869,
            "title": "High-resolution computed tomography of the thorax in lymphangioleiomyomatosis and tuberous sclerosis",
            "abstract": null,
            "authors": [
                "Kullnig, P",
                "Melzer, G",
                "Smolle-Jüttner, FM"
            ],
            "year": 1989,
            "source": "Rofo. 1989; 151(1):32-35",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AG29700006",
            "pubmed": "2546208",
            "doi": "10.1055/s-2008-1047125",
            "pmc": null,
            "organizations": [],
            "persons": [
                "8869-51615-6"
            ],
            "imported": null,
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 8885,
            "title": "MR tomography following lumbar disk surgery: differential diagnostic potentials using Gd-DTPA",
            "abstract": null,
            "authors": [
                "Steiner, H"
            ],
            "year": 1989,
            "source": "Rofo. 1989; 151(2):179-185",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AL57800010",
            "pubmed": "2548244",
            "doi": "10.1055/s-2008-1047156",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 9247,
            "title": "A massively dilated ductus choledochus in choledocholithiasis following cholecystectomy and choledochojejunostomy",
            "abstract": null,
            "authors": [
                "Petri, H",
                "Flückiger, F"
            ],
            "year": 1989,
            "source": "Rofo. 1989; 151(4):496-497",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1989AX47500021",
            "pubmed": "2554393",
            "doi": "10.1055/s-2008-1047224",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 11530,
            "title": "High resolution CT of interstitial lung diseases",
            "abstract": null,
            "authors": [
                "Kullnig, P"
            ],
            "year": 1990,
            "source": "Rofo. 1990; 152(1):30-34",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990CL07800006",
            "pubmed": "2154005",
            "doi": "10.1055/s-2008-1046812",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 11531,
            "title": "Staging of cervix cancer using MRT",
            "abstract": null,
            "authors": [
                "Einspieler, R",
                "Ebner, F",
                "Hofmann, HM",
                "Ranner, G",
                "Tamussino, K",
                "Justich, E"
            ],
            "year": 1990,
            "source": "FORTSCHR RONTGENSTRAHL NEUEN. 1990; 152(1): 67-70. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990CL07800013",
            "pubmed": "2154013",
            "doi": "10.1055/s-2008-1046819",
            "pmc": null,
            "organizations": [
                "11531-14108"
            ],
            "persons": [
                "11531-51826-6"
            ],
            "imported": "2010-06-23T14:22:25+02:00",
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 11551,
            "title": "Pathogenesis of chronic subdural hematoma",
            "abstract": null,
            "authors": [
                "Kopp, W"
            ],
            "year": 1990,
            "source": "Rofo. 1990; 152(2):200-205",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990CQ94800014",
            "pubmed": "2155455",
            "doi": "10.1055/s-2008-1046851",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "FORTSCHR RONTGENSTRAHL NEUEN",
            "issn": "0936-6652",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.428,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.493670886075949,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "RADIOLOGY, NUCLEAR MEDICINE & MEDICAL IMAGING",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}