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=154920&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157150,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154940&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=154900&ordering=-imported",
    "results": [
        {
            "id": 62402,
            "title": "Der beatmete neonatologische und beatmete Intensivpatient",
            "abstract": null,
            "authors": [
                "Reiterer, F"
            ],
            "year": 2006,
            "source": "Dräger Medical - Fortbildung in Pädiatrie für Ärzte und Pflegepersonal; OKT 30-31, 2006; Wien, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62402-14094"
            ],
            "persons": [
                "62402-51653"
            ],
            "imported": "2006-12-11T10:59:02+01: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": false,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62401,
            "title": "Der beatmete neonatologische und beatmete Intensivpatient",
            "abstract": null,
            "authors": [
                "Reiterer, F"
            ],
            "year": 2006,
            "source": "Dräger Medical - Fortbildung in Pädiatrie für Ärzte und Pflegepersonal; MÄR 24-25, 2006; Wien, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62401-14094"
            ],
            "persons": [
                "62401-51653"
            ],
            "imported": "2006-12-11T10:57:42+01: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": false,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 62400,
            "title": "Therapie eines supraclaviculären Lymphangioms mit OK-432",
            "abstract": null,
            "authors": [
                "Rant, B",
                "Köle, W"
            ],
            "year": 2006,
            "source": "SEP 13-15; Klagenfurt, Austria. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62400-14066"
            ],
            "persons": [
                "62400-51924"
            ],
            "imported": "2006-12-11T10:55:18+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": true,
            "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": 62399,
            "title": "Surfactant Therapy Update",
            "abstract": null,
            "authors": [
                "Reiterer, F"
            ],
            "year": 2006,
            "source": "Salzburg Medical Seminars International, Maternal and Infant Health; MAR 5-11, 2006; Salzburg, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62399-14094"
            ],
            "persons": [
                "62399-51653"
            ],
            "imported": "2006-12-11T10:54:39+01: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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62398,
            "title": "Controversies in neonatal rescutitation",
            "abstract": null,
            "authors": [
                "Reiterer, F"
            ],
            "year": 2006,
            "source": "Salzburg Medical Seminars International, Maternal and Infant Health; MÄR 5-11, 2006; Salzburg, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-11T10:53:24+01: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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62397,
            "title": "Apnea: Diagnosis and management",
            "abstract": null,
            "authors": [
                "Reiterer, F"
            ],
            "year": 2006,
            "source": "Salzburg Medical Seminars International, Maternal and Infant Health; MÄR 5-11, 2006; Salzburg, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62397-14094"
            ],
            "persons": [
                "62397-51653"
            ],
            "imported": "2006-12-11T10:51:27+01: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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62393,
            "title": "Qualitätssicherung in der Anwendung der Hochfrequenz-Hyperthermie (Quality Assurance in the Application of Radio Frequency Hyperthermia).",
            "abstract": null,
            "authors": [
                "Puchinger, M"
            ],
            "year": 2001,
            "source": " [ Dissertation ] Graz University of Technology; 2001. pp.114. ",
            "category": 5,
            "document_type": 16,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62393-14045"
            ],
            "persons": [
                "62393-50375"
            ],
            "imported": "2006-12-11T10:06:09+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Graz University of Technology",
            "country": "40",
            "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": 62392,
            "title": "Wirkung von transkutan inkorporiertem CO2 auf Herz-Kreislauf-System und Säure-Basen-Haushalt (Physiological Effects of Transcutaneous Incorporated CO2 on the Cardiovascular System and on the Acid-Base-Balance).",
            "abstract": null,
            "authors": [
                "Puchinger, M"
            ],
            "year": 1998,
            "source": " [ Diplomarbeit/Master Thesis ] Graz University of Technology; 1998. pp.70. ",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62392-14045"
            ],
            "persons": [
                "62392-50375"
            ],
            "imported": "2006-12-11T10:02:15+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Graz University of Technology",
            "country": "40",
            "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": 62391,
            "title": "Die Druckmessung in der Speiseröhrendiagnostik.",
            "abstract": null,
            "authors": [
                "Rehak, PH"
            ],
            "year": 1982,
            "source": " [ Dissertation ] Graz University of Technology; 1982. pp.100. ",
            "category": 5,
            "document_type": 16,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62391-14045"
            ],
            "persons": [],
            "imported": "2006-12-11T09:45:35+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Graz University of Technology",
            "country": "40",
            "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": 62390,
            "title": "Theorie des Verstärkers für Biosignale und Entwicklung eines Verstärkers für das Elektromyogramm.",
            "abstract": null,
            "authors": [
                "Rehak, PH"
            ],
            "year": 1975,
            "source": " [ Diplomarbeit/Master Thesis ] Graz University of Technology; 1975. pp.135. ",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "62390-14045"
            ],
            "persons": [],
            "imported": "2006-12-11T09:43:38+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Graz University of Technology",
            "country": "40",
            "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": 62458,
            "title": "Protein kinase Ctheta, a selective upstream regulator of JNK/SAPK and IL-2 promoter activation in Jurkat T cells.",
            "abstract": null,
            "authors": [
                "Ghaffari-Tabrizi, N",
                "Bauer, B",
                "Villunger, A",
                "Baier-Bitterlich, G",
                "Altman, A",
                "Utermann, G",
                "Uberall, F",
                "Baier, G"
            ],
            "year": 1999,
            "source": "Eur J Immunol. 1999; 29(1):132-142",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000078215200015",
            "pubmed": "9933094",
            "doi": "10.1002/(SICI)1521-4141(199901)29:01<132::AID-IMMU132>3.0.CO;2-7",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62458-51047-2"
            ],
            "imported": "2006-12-11T01:00:00+01:00",
            "journal": "Eur J Immunol",
            "issn": "0014-2980",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 5.635,
            "impactfactor_year": 1999,
            "impactfactor_norm": 0.91304347826087,
            "impactfactor_norm_year": 1999,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "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": 62488,
            "title": "The effects of stalking on psychiatrists, psychotherapists and psychologists. Prevalence of stalking and its emotional impact",
            "abstract": null,
            "authors": [
                "Krammer, A",
                "Stepan, A",
                "Baranyi, A",
                "Kapfhammer, HP",
                "Rothenhäusler, HB"
            ],
            "year": 2007,
            "source": "Nervenarzt. 2007; 78(7): 809-817. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000248084300009",
            "pubmed": "17106727",
            "doi": "10.1007/s00115-006-2203-y",
            "pmc": null,
            "organizations": [
                "62488-29444"
            ],
            "persons": [
                "62488-50097-6",
                "62488-50887-6",
                "62488-51907-6"
            ],
            "imported": "2006-12-11T01:00:00+01:00",
            "journal": "Nervenarzt",
            "issn": "0028-2804",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.601,
            "impactfactor_year": 2007,
            "impactfactor_norm": 0.236486486486486,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "CLINICAL NEUROLOGY",
            "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": 62471,
            "title": "Vascular lesions in surgery of the hip joint].",
            "abstract": null,
            "authors": [
                "Fruhwirth, J",
                "Koch, G",
                "Ivanic, GM",
                "Seibert, FJ",
                "Tesch, NP"
            ],
            "year": 1997,
            "source": "Unfallchirurg. 1997; 100(2):119-123",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1997WN64800006",
            "pubmed": "9157560",
            "doi": "10.1007/s001130050102",
            "pmc": null,
            "organizations": [
                "62471-14018",
                "62471-14052",
                "62471-14074"
            ],
            "persons": [
                "62471-51724-6"
            ],
            "imported": "2006-12-11T01:00:00+01:00",
            "journal": "Unfallchirurg",
            "issn": "0177-5537",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.824,
            "impactfactor_year": 1997,
            "impactfactor_norm": 0.571428571428571,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ORTHOPEDICS",
            "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": 62470,
            "title": "Ultrasound imaging and localization of metal implants. A clinical study.",
            "abstract": null,
            "authors": [
                "Grechenig, W",
                "Clement, HG",
                "Fellinger, M",
                "Schleifer, P",
                "Tesch, PN"
            ],
            "year": 1996,
            "source": "Unfallchirurgie. 1996; 22(3):117-123",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "8767382",
            "doi": "10.1007/BF02627517",
            "pmc": null,
            "organizations": [
                "62470-14018",
                "62470-14052"
            ],
            "persons": [
                "62470-51694-2",
                "62470-60541-6"
            ],
            "imported": "2006-12-11T01:00:00+01:00",
            "journal": "Unfallchirurgie",
            "issn": "0340-2649",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62469,
            "title": "A safe method for infraclavicular puncture of the subclavian vein",
            "abstract": null,
            "authors": [
                "Anderhuber, F",
                "Lechner, P",
                "Tesch, NP"
            ],
            "year": 1988,
            "source": "Acta Anat (Basel). 1988; 132(3): 234-241. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1988P173500010",
            "pubmed": "3414371",
            "doi": "10.1159/000146579",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2006-12-11T01:00:00+01:00",
            "journal": "Acta Anat (Basel)",
            "issn": "0001-5180",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.64,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.529411764705882,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "ANATOMY & MORPHOLOGY",
            "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": 62468,
            "title": "PKCdelta is involved in signal attenuation in CD3+ T cells.",
            "abstract": null,
            "authors": [
                "Gruber, T",
                "Barsig, J",
                "Pfeifhofer, C",
                "Ghaffari-Tabrizi, N",
                "Tinhofer, I",
                "Leitges, M",
                "Baier, G"
            ],
            "year": 2005,
            "source": "Immunol Lett. 2005; 96(2): 291-293. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000226447600017",
            "pubmed": "15585335",
            "doi": "10.1016/j.imlet.2004.08.011",
            "pmc": null,
            "organizations": [
                "62468-14014"
            ],
            "persons": [
                "62468-51047-6"
            ],
            "imported": "2006-12-11T01:00:00+01:00",
            "journal": "Immunol Lett",
            "issn": "0165-2478",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.301,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.504347826086956,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "IMMUNOLOGY",
            "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": 62466,
            "title": "Is fetal macrosomia in adequately controlled diabetic women the result of a placental defect?--a hypothesis.",
            "abstract": null,
            "authors": [
                "Desoye, G",
                "Korgun, ET",
                "Ghaffari-Tabrizi, N",
                "Hahn, T"
            ],
            "year": 2002,
            "source": "J Matern Fetal Neonatal Med. 2002; 11(4):258-261",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "12375681",
            "doi": "10.1080/713605520",
            "pmc": null,
            "organizations": [
                "62466-14014",
                "62466-14017",
                "62466-14038"
            ],
            "persons": [
                "62466-51047-6"
            ],
            "imported": "2006-12-11T01:00:00+01:00",
            "journal": "J Matern Fetal Neonatal Med",
            "issn": "1476-7058",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 62465,
            "title": "Mutagenic transgene insertion into a region of high gene density and multiple linkage disruptions on mouse chromosome 11.",
            "abstract": null,
            "authors": [
                "Kleiter, N",
                "Artner, I",
                "Gmachl, N",
                "Ghaffari-Tabrizi, N",
                "Kratochwil, K"
            ],
            "year": 2002,
            "source": "Cytogenet Genome Res. 2002; 97(1-2):100-105",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000178771400018",
            "pubmed": "12438746",
            "doi": "10.1159/000064062",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62465-51047-6"
            ],
            "imported": "2006-12-11T01:00:00+01:00",
            "journal": "Cytogenet Genome Res",
            "issn": "1424-8581",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.162,
            "impactfactor_year": 2003,
            "impactfactor_norm": 0.0173913043478261,
            "impactfactor_norm_year": 2002,
            "impactfactor_norm_category": "GENETICS & HEREDITY",
            "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": 62463,
            "title": "Protein kinase C isoenzyme: selective expression pattern of protein kinase C-θ during mouse development.",
            "abstract": null,
            "authors": [
                "Wilda, M",
                "Ghaffari-Tabrizi, N",
                "Reisert, I",
                "Utermann, G",
                "Baier, G",
                "Hameister, H"
            ],
            "year": 2001,
            "source": "Mech Dev. 2001; 103(1-2):197-200",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000169029000028",
            "pubmed": "11335134",
            "doi": "10.1016/S0925-4773(01)00357-4",
            "pmc": null,
            "organizations": [],
            "persons": [
                "62463-51047-6"
            ],
            "imported": "2006-12-11T01:00:00+01:00",
            "journal": "Mech Dev",
            "issn": "0925-4773",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 3.687,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.787878787878788,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "DEVELOPMENTAL 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": false
        },
        {
            "id": 62462,
            "title": "Analysis of the expression of the murine diamine oxidase gene.",
            "abstract": null,
            "authors": [
                "Hütter, E",
                "Ghaffari-Tabrizi, N",
                "Schwelberger, HG"
            ],
            "year": 2001,
            "source": "Inflamm Res. 2001; 50 Suppl 2(10):S130-S131",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000169083500044",
            "pubmed": "11411588",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "62462-51047-6"
            ],
            "imported": "2006-12-11T01:00:00+01:00",
            "journal": "Inflamm Res",
            "issn": "1023-3830",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.325,
            "impactfactor_year": 2001,
            "impactfactor_norm": 0.353896103896104,
            "impactfactor_norm_year": 2001,
            "impactfactor_norm_category": "BIOCHEMISTRY & MOLECULAR 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": false
        }
    ]
}