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=155520&ordering=-impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157092,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155540&ordering=-impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=155500&ordering=-impactfactor",
    "results": [
        {
            "id": 172464,
            "title": "Role of NADPH-oxidase in ischemia/reperfusion injury of the lung",
            "abstract": null,
            "authors": [
                "Sydykov, A",
                "Egemnazarov, B",
                "Schermuly, R",
                "Weissmann, N",
                "Voswinckel, R",
                "Seeger, W",
                "Grimminger, F",
                "Ghofrani, HA"
            ],
            "year": 2006,
            "source": "MED KLIN. 2006; 101(4): A73-A73. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000231",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-02-04T19:00:36+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": "MEDIZINISCHE KLINIK; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.107,
            "impactfactor_norm_year": 2006,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 172461,
            "title": "Novel sGC activator BAY 412272 attenuates ischemia/reperfusion injury of the lung via inhibition of NADPH oxidase",
            "abstract": null,
            "authors": [
                "Egemnazarov, B",
                "Sydykov, A",
                "Schermuly, R",
                "Weissmann, N",
                "Seeger, W",
                "Grimminger, E",
                "Ghofrani, HA"
            ],
            "year": 2006,
            "source": "MED KLIN. 2006; 101(4): A74-A74. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000233",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-02-04T19:00:36+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": "MEDIZINISCHE KLINIK; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.107,
            "impactfactor_norm_year": 2006,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 172462,
            "title": "SGC stimulator BAY 582667 attenuates ischemia/reperfusion injury of the lung",
            "abstract": null,
            "authors": [
                "Egemnazarov, B",
                "Sydykov, A",
                "Schermuly, R",
                "Weissmann, W",
                "Seeger, W",
                "Grimminger, F",
                "Ghofrani, HA"
            ],
            "year": 2006,
            "source": "MED KLIN. 2006; 101(4): A74-A74. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000234",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-02-04T19:00:36+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": "MEDIZINISCHE KLINIK; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.107,
            "impactfactor_norm_year": 2006,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 172463,
            "title": "Importance of iNOS in the mediation of ischemia/reperfusion injury of the lung",
            "abstract": null,
            "authors": [
                "Sydykov, A",
                "Egemnazarov, B",
                "Schermuly, R",
                "Weissmann, N",
                "Seeger, W",
                "Grimminger, F",
                "Ghofrani, HA"
            ],
            "year": 2006,
            "source": "MED KLIN. 2006; 101(4): A73-A74. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000232",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2019-02-04T19:00:36+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": "MEDIZINISCHE KLINIK; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.107,
            "impactfactor_norm_year": 2006,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 52607,
            "title": "Stress-dependent variations of pulmonary circulation under prostanoid inhalation in patients with pulmonary-arterial hypertonia",
            "abstract": null,
            "authors": [
                "Reichenberger, F",
                "Enke, B",
                "Kreckel, A",
                "Olschewski, H",
                "Seeger, W",
                "Ghofrani, HA"
            ],
            "year": 2006,
            "source": "MED KLIN.  ; 101: A84-A84.-DGIM; APR 22-26, 2006; Wiesbaden, Deutschland. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000270",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "52607-14087"
            ],
            "persons": [],
            "imported": "2007-01-15T14:59:10+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.19047619047619,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 52602,
            "title": "Inhaled treprostinil causes, in comparison to inhaled NO, significantly stronger pulmonary vasodilatation in analogous intrapulmonary selectivity",
            "abstract": null,
            "authors": [
                "Voswinckel, R",
                "Wild, O",
                "Keichenberger, F",
                "Enke, B",
                "Kreckel, A",
                "Gall, H",
                "Thamm, M",
                "Grimminger, F",
                "Ghofrani, HA",
                "Rubin, L",
                "Olschewski, H",
                "Seeger, W"
            ],
            "year": 2006,
            "source": "MED KLIN.  ; 101: A81-A81.-DGIM; APR 22-26, 2006; Wiesbaden, Deutschland. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000259",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "52602-14087"
            ],
            "persons": [],
            "imported": "2007-01-15T15:05:27+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.19047619047619,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 66876,
            "title": "Functional testing of space flight induced changes in tonic motor control by using limb-attached excitation and load devices",
            "abstract": null,
            "authors": [
                "Gallasch, E",
                "Kozlovskaya, I"
            ],
            "year": 2007,
            "source": "ACTA ASTRONAUT. 2007; 60(4-7): 295-300. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000244801900012",
            "pubmed": null,
            "doi": "10.1016/j.actaastro.2006.08.017",
            "pmc": null,
            "organizations": [
                "66876-14010"
            ],
            "persons": [
                "66876-51814-2"
            ],
            "imported": "2007-04-17T19:46:22+02:00",
            "journal": "ACTA ASTRONAUT",
            "issn": "0094-5765",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.333333333333333,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "ENGINEERING, AEROSPACE",
            "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": 66867,
            "title": "The 15th IAA Humans in Space Symposium 2005 in Graz, Austria",
            "abstract": null,
            "authors": [
                "Hinghofer-Szalkay, H",
                "Gerzer, R"
            ],
            "year": 2007,
            "source": "ACTA ASTRONAUT. 2007; 60(4-7): 221-222. ",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000244801900001",
            "pubmed": null,
            "doi": "10.1016/j.actaastro.2006.08.002",
            "pmc": null,
            "organizations": [
                "66867-14010"
            ],
            "persons": [
                "66867-51683-2"
            ],
            "imported": "2007-04-17T19:46:22+02:00",
            "journal": "ACTA ASTRONAUT",
            "issn": "0094-5765",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.333333333333333,
            "impactfactor_norm_year": 2007,
            "impactfactor_norm_category": "ENGINEERING, AEROSPACE",
            "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": true
        },
        {
            "id": 52603,
            "title": "Inhaled treprostinil for the treatment of severe pulmonary hypertonia",
            "abstract": null,
            "authors": [
                "Voswinckel, R",
                "Reichenberger, F",
                "Enke, B",
                "Kreckel, A",
                "Krick, S",
                "Gall, R",
                "Thamm, M",
                "Gessler, T",
                "Schmehl, T",
                "Grimminger, E",
                "Ghofrani, HA",
                "Rubin, L",
                "Seeger, W",
                "Olschewski, H"
            ],
            "year": 2006,
            "source": "MED KLIN.  ; 101: A81-A82.-DGIM; APR 22-26, 2006; Wiesbaden, Deutschland. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000260",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "52603-14087"
            ],
            "persons": [],
            "imported": "2007-01-15T15:04:48+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.19047619047619,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 52604,
            "title": "Sildenafil and inhaled treprostinil for the combination therapy of pulmonary-arterial hypertonia",
            "abstract": null,
            "authors": [
                "Voswinckel, R",
                "Enke, B",
                "Kreckel, A",
                "Reichenberger, F",
                "Hall, H",
                "Thamm, M",
                "Rubin, L",
                "Grimminger, F",
                "Seeger, W",
                "Olschewski, H",
                "Ghofrani, HA"
            ],
            "year": 2006,
            "source": "MED KLIN.  ; 101: A82-A82.-DGIM; APR 22-26, 2006; Wiesbaden, Deutschland. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000261",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "52604-14087"
            ],
            "persons": [],
            "imported": "2007-01-15T15:03:52+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.19047619047619,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 52609,
            "title": "Pulmonary histoplasmosis in 3 Austrians after a journey to Mexico",
            "abstract": null,
            "authors": [
                "Krause, R",
                "Wurm, R",
                "Scheidl, S",
                "Olschewski, H"
            ],
            "year": 2006,
            "source": "MED KLIN.  ; 101: A106-A106.-DGIM; 2006; Wiesbaden, Deutschland. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000341",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "52609-14087"
            ],
            "persons": [
                "52609-50167",
                "52609-51976",
                "52609-78013"
            ],
            "imported": "2006-10-30T11:04:11+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.19047619047619,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 52608,
            "title": "Non-invasive participation of pulmonary circulation in patients with sclerodermia",
            "abstract": null,
            "authors": [
                "Reichenberger, F",
                "Voswinckel, R",
                "Enke, B",
                "Olschewski, H",
                "Ghofrani, HA",
                "Seeger, W"
            ],
            "year": 2006,
            "source": "MED KLIN.  ; 101: A92-A92.-DGIM; APR 22-26, 2006; Wiesbaden, Deutschland. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000294",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "52608-14087"
            ],
            "persons": [],
            "imported": "2007-01-15T15:00:04+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.19047619047619,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 35965,
            "title": "Limb apraxia.",
            "abstract": null,
            "authors": [
                "Hödl, AK",
                "Bonelli, RM",
                "Kapfhammer, HP"
            ],
            "year": 2006,
            "source": "MED KLIN. 2006; 101(1): 24-28. ",
            "category": 1,
            "document_type": 3,
            "sci": "ISI:000234973400004",
            "pubmed": "16418811",
            "doi": "10.1007/s00063-006-1001-4",
            "pmc": null,
            "organizations": [
                "35965-29444"
            ],
            "persons": [
                "35965-50662-1",
                "35965-51907-6"
            ],
            "imported": "2012-10-22T17:25:50+02:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.19047619047619,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 52717,
            "title": "Efficacy and safety of morning administration of fluvastatin extended release formulation is equivalent to evening administration.",
            "abstract": null,
            "authors": [
                "Scharnagl, H",
                "Vogel, M",
                "Abletshauser, C",
                "Freisinger, F",
                "Stojakovic, T",
                "Maerz, W"
            ],
            "year": 2006,
            "source": "MED KLIN.  ; 101: A109-A109.-112. Kongress der Deutschen Gesellschaft für Innere Medizin; APR 22-26, 2006; Wiesbaden, Germany. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000351",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "52717-14028"
            ],
            "persons": [
                "52717-50886"
            ],
            "imported": "2006-10-12T15:20:08+02:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.19047619047619,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 2456,
            "title": "Superficial damage to the MemoryLens in implantation",
            "abstract": null,
            "authors": [
                "Faschinger, C",
                "Haller, EM",
                "Reich, M"
            ],
            "year": 1996,
            "source": "Klin Monbl Augenheilkd. 1996; 209(1):37-39",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1996VF59200009",
            "pubmed": "8965475",
            "doi": "10.1055/s-2008-1035274",
            "pmc": null,
            "organizations": [
                "2456-14043"
            ],
            "persons": [
                "2456-51585-2"
            ],
            "imported": null,
            "journal": "KLIN MONATSBL AUGENHEILK",
            "issn": "0023-2165",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 1996,
            "impactfactor_norm": 0.285714285714286,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "OPHTHALMOLOGY",
            "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": 52605,
            "title": "Elasticity loss of a dynamic stent in advanced cigarette smoking",
            "abstract": null,
            "authors": [
                "Wurm, R",
                "Ambrosch, G",
                "Polachova, J",
                "Scheidl, S",
                "Hesse, C",
                "Olschewski, H"
            ],
            "year": 2006,
            "source": "MED KLIN.  ; 101: A82-A82.-DGIM; 2006; Wiesbaden, Deutschland. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000262",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "52605-14087"
            ],
            "persons": [
                "52605-50167",
                "52605-78013"
            ],
            "imported": "2006-10-30T11:05:43+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.19047619047619,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 52555,
            "title": "Is there seasonal differences in the flow-mediated vasodilatation of the brachial artery in patients with primary and secondary Raynaud phenomenon.",
            "abstract": null,
            "authors": [
                "Dorr, A",
                "Dimsity, G",
                "Skerget, G",
                "Seinost, G",
                "Pilger, E",
                "Brodmann, M"
            ],
            "year": 2006,
            "source": "MED KLIN. 101: A8-A9.-112. Kongress der deutschen Gesellschaft für Innere Medizin; April 22-26, 2006; Wiesbaden, Deutschland. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000015",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "52555-14079"
            ],
            "persons": [
                "52555-50560",
                "52555-51541",
                "52555-51689",
                "52555-52018",
                "52555-57267"
            ],
            "imported": "2006-12-13T19:06:57+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.19047619047619,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": 52606,
            "title": "Pulmonary hypertonia and Morbus Osler (hereditary haemorrhagic teleangiectasia)",
            "abstract": null,
            "authors": [
                "Reichenberger, F",
                "Wehner, LE",
                "Enke, B",
                "Voswinckel, R",
                "Mensch, O",
                "Olschewski, H",
                "Ghofrani, HA",
                "Seeger, W"
            ],
            "year": 2006,
            "source": "MED KLIN.  ; 101: A84-A84.-DGIM; APR 22-26, 2006; Wiesbaden, Deutschland. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000268",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "52606-14087"
            ],
            "persons": [],
            "imported": "2007-01-15T15:01:41+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.19047619047619,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 52558,
            "title": "Puumala virus-specific RNA in blood and bone marrow from a patient with multiorgan failure",
            "abstract": null,
            "authors": [
                "Hoier, S",
                "Aberle, S",
                "Hognauer, C",
                "Langner, C",
                "Reisinger, E",
                "Olschewski, H",
                "Krause, R"
            ],
            "year": 2006,
            "source": "MED KLIN.  ; 101: A106-A106.-DGIM Jahrestagung der Deutschen Gesellschaft für Innere Medizin; APR 22-26, 2006; Wiesbaden, Deutschland. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000342",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "52558-14081",
                "52558-14087"
            ],
            "persons": [
                "52558-50044",
                "52558-51976",
                "52558-53167"
            ],
            "imported": "2007-01-15T14:52:29+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.19047619047619,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 52714,
            "title": "Reduced endothelial-dependent vasodilatation and reduced endothelial-independent vasodilatation in patients with thromboangitis obliterans.",
            "abstract": null,
            "authors": [
                "Brodmann, M",
                "Seinost, G",
                "Dorr, A",
                "Pilger, E"
            ],
            "year": 2006,
            "source": "MED KLIN. 101: A9-A9.-112. Jahrestagung der deutschen Gesellschaft für Innere Medizin; April 22-26, 2006; Wiesbaden, Deutschland. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000237562000016",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "52714-14079"
            ],
            "persons": [
                "52714-51541",
                "52714-51689",
                "52714-52018",
                "52714-57267"
            ],
            "imported": "2006-12-13T19:09:54+01:00",
            "journal": "MED KLIN",
            "issn": "0723-5003",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.289,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.19047619047619,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "MEDICINE, GENERAL & INTERNAL",
            "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
        }
    ]
}