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=152800&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156933,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152820&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=152780&ordering=-imported",
    "results": [
        {
            "id": 64671,
            "title": "Fibromyalgie und Chronisches Müdigkeitssyndrom - psychosomatische Perspektive auf zwei Somatisierungssyndrome der klinischen Medizin.",
            "abstract": null,
            "authors": [
                "Kapfhammer, HP"
            ],
            "year": 2006,
            "source": "Wagner-Jauregg-Klinik; FEB 9, 2006; Linz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64671-29444"
            ],
            "persons": [
                "64671-51907"
            ],
            "imported": "2007-01-17T11:01:12+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64670,
            "title": "Psychotherapie und Pharmakotherapie bei Patienten mit Borderline-Persönlichkeitsstörungen.",
            "abstract": null,
            "authors": [
                "Kapfhammer, HP"
            ],
            "year": 2006,
            "source": "Arbeitskreis für die Ausbildung zur Übertragungs-fokussierten Psychotherapie (TFP); Feb 3, 2006; Vienna, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64670-29444"
            ],
            "persons": [
                "64670-51907"
            ],
            "imported": "2007-01-17T10:58:06+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64669,
            "title": "Psychosomatik in ärztlichen Primärversorgung.",
            "abstract": null,
            "authors": [
                "Kapfhammer, HP"
            ],
            "year": 2006,
            "source": "Stierische Akademie für Allgemeinmedizin; JAN 23, 2006; Graz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64669-29444"
            ],
            "persons": [
                "64669-51907"
            ],
            "imported": "2007-01-17T10:54:08+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64668,
            "title": "Compliance und Psychoedukaiton - zentrale psychiatrische Herausforderungen in der Langzeittherapie von Patienten mit rezidivierenden und chronischen psychischen Erkrankungen.",
            "abstract": null,
            "authors": [
                "Kapfhammer, HP"
            ],
            "year": 2006,
            "source": "Klinik für Psychotherapie; JAN 17, 2006; Graz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64668-29444"
            ],
            "persons": [
                "64668-51907"
            ],
            "imported": "2007-01-17T10:12:19+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64667,
            "title": "Psychopharmakotherapie somatoformer Störungen.",
            "abstract": null,
            "authors": [
                "Kaphammer, HP"
            ],
            "year": 2006,
            "source": "2. Grazer Psychiatrisch-psychosomatische Tagung; JAN 19-21, 2006; Graz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64667-29444"
            ],
            "persons": [
                "64667-51907"
            ],
            "imported": "2007-01-17T09:55:25+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64666,
            "title": "Psychodynamische Konzepte der Psychiatrie.",
            "abstract": null,
            "authors": [
                "Kapfhammer, HP"
            ],
            "year": 2006,
            "source": "Psychiatrisches Weiterbildungs-Curriculum; JAN 12, 2006; Graz, AUSTRIA. 2006. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64666-29444"
            ],
            "persons": [
                "64666-51907"
            ],
            "imported": "2007-01-17T09:51:54+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": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64710,
            "title": "Chronic intermittent hypoxia decreases acute hypoxic inhibition of voltage-gated potassium channel in rat pulmonary arterial smooth muscle cells",
            "abstract": null,
            "authors": [
                "Tang, B",
                "Tang, M",
                "Du, YM",
                "Liu, CJ",
                "Hong, ZG",
                "Luo, HY",
                "Hu, XW",
                "Song, YL",
                "Xi, JY",
                "Hescheler, J"
            ],
            "year": 2004,
            "source": "Sheng Li Xue Bao. 2004; 56(5): 625-631. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "15497045",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2007-01-17T01:00:00+01:00",
            "journal": "Sheng Li Xue Bao",
            "issn": "0371-0874",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 64665,
            "title": "Introduction of Three Complementary Technologies into Clinical Medicine: Development of New Diagnostic and Prognostic Parameters.",
            "abstract": null,
            "authors": [
                "Tilz, GP",
                "Wiltgen, M",
                "Demel, U",
                "Faschinger, C",
                "Schmiedinger, H",
                "Hermetter, A"
            ],
            "year": 2006,
            "source": "American Journal of Immunology. 2006; 2(1): 12-18. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": "10.3844/ajisp.2006.12.18",
            "pmc": null,
            "organizations": [
                "64665-14026",
                "64665-14086"
            ],
            "persons": [
                "64665-51380"
            ],
            "imported": "2007-01-16T18:19:48+01:00",
            "journal": null,
            "issn": "1553-619X",
            "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": 64652,
            "title": "Telemonitoring for heart failure patients following acute decompensation: first results on influence of the system on functional status and heart failure therapy",
            "abstract": null,
            "authors": [
                "Scherr, D",
                "Kollmann, A",
                "Hallas, A",
                "Krappinger, H",
                "Auer, J",
                "Kastner, P",
                "Schreier, G",
                "Fruhwald, FM"
            ],
            "year": 2005,
            "source": "EUR HEART J. 2005; 26:  20-20. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000233987100071",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64652-14083"
            ],
            "persons": [
                "64652-50168",
                "64652-51700"
            ],
            "imported": "2007-01-16T17:17:47+01:00",
            "journal": "EUR HEART J",
            "issn": "0195-668X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.341,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.958333333333333,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "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": false
        },
        {
            "id": 64636,
            "title": "Oxygen-dependent invasion of first trimester cytotrophoblasts into amnionic mesenchyme",
            "abstract": null,
            "authors": [
                "Huppertz, B",
                "Poliard, E",
                "Kadyrov, M",
                "Peeters, L"
            ],
            "year": 2006,
            "source": "PLACENTA. 27(9-10):A29-A29.-12th IFPA Conference; SEP 6-9, 2006; Kobe, JAPAN. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000240312200122",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64636-14017"
            ],
            "persons": [
                "64636-54142"
            ],
            "imported": "2007-01-16T17:17:47+01:00",
            "journal": "PLACENTA",
            "issn": "0143-4004",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.969,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.859649122807018,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "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": 64637,
            "title": "Magnesium sulphate negatively affects trophopblast in the dually perfused term placenta",
            "abstract": null,
            "authors": [
                "Huppertz, B",
                "Boschetti, E",
                "Bartz, C",
                "Kadyrov, M"
            ],
            "year": 2006,
            "source": "PLACENTA. 27(9-10):A38-A38.-12th IFPA Conference; SEP 6-9, 2006; Kobe, JAPAN. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000240312200157",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64637-14017"
            ],
            "persons": [
                "64637-54142"
            ],
            "imported": "2007-01-16T17:17:47+01:00",
            "journal": "PLACENTA",
            "issn": "0143-4004",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.969,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.859649122807018,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": 64639,
            "title": "Transfusion requirements for elective surgical procedures in Austria",
            "abstract": null,
            "authors": [
                "Gombotz, H",
                "Rehak, P",
                "Hofmann, A"
            ],
            "year": 2006,
            "source": "VOX SANG. 91: 156-157.-7th Annual NATA Symposium. Transfusion Medicine and Alternatives.; APR 6-7, 2006; Malaga, SPAIN. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000239999300386",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64639-14045"
            ],
            "persons": [],
            "imported": "2007-01-16T17:17:47+01:00",
            "journal": "VOX SANG",
            "issn": "0042-9007",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.111,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.483333333333333,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "HEMATOLOGY",
            "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": 64640,
            "title": "Identification of novel homeobox genes in microvascular endothelial cells of the human placenta.",
            "abstract": null,
            "authors": [
                "Murthi, P",
                "Coombs, F",
                "Doherty, VL",
                "Gude, NM",
                "Hiden, U",
                "Desoye, G",
                "Brennecke, SP",
                "Kalionis, B"
            ],
            "year": 2006,
            "source": "PLACENTA. 2006; 27(9-10):A11-A11.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000240312200054",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64640-14038"
            ],
            "persons": [
                "64640-50674"
            ],
            "imported": "2007-01-16T17:17:47+01:00",
            "journal": "PLACENTA",
            "issn": "0143-4004",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.969,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.859649122807018,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": 64641,
            "title": "Differential insulin receptor splicing in trophoblast vs endothelial cells",
            "abstract": null,
            "authors": [
                "Hiden, U",
                "Wadsack, C",
                "Tabano, S",
                "Radaelli, T",
                "Cetin, I",
                "Desoye, G"
            ],
            "year": 2006,
            "source": "PLACENTA. 2006; 27(9-10):A17-A17.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000240312200075",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64641-14038"
            ],
            "persons": [
                "64641-50442",
                "64641-50674"
            ],
            "imported": "2007-01-16T17:17:47+01:00",
            "journal": "PLACENTA",
            "issn": "0143-4004",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.969,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.859649122807018,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64642,
            "title": "Adam12 localization in placenta and placental bed",
            "abstract": null,
            "authors": [
                "Kokozidou, M",
                "Huppertz, B",
                "Bartz, C",
                "Kadyrov, M"
            ],
            "year": 2006,
            "source": "PLACENTA. 27(9-10):A21-A21.-12th IFPA Conference; SEP 6-9, 2006; Kobe, JAPAN. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000240312200090",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64642-14017"
            ],
            "persons": [
                "64642-54142"
            ],
            "imported": "2007-01-16T17:17:47+01:00",
            "journal": "PLACENTA",
            "issn": "0143-4004",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.969,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.859649122807018,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": 64643,
            "title": "ADAM 12 antisence inhibits incorporation of cytotrophoblast cells in the placental syncytium",
            "abstract": null,
            "authors": [
                "Kokozidou, M",
                "Huppertz, B"
            ],
            "year": 2006,
            "source": "PLACENTA. 27(9-10):A24-A24.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000240312200103",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64643-14017"
            ],
            "persons": [
                "64643-54142"
            ],
            "imported": "2007-01-16T17:17:47+01:00",
            "journal": "PLACENTA",
            "issn": "0143-4004",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.969,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.859649122807018,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": 64644,
            "title": "Immunohistochemical detection of oligosaccharide expression and galectin-1 binding in the human placenta",
            "abstract": null,
            "authors": [
                "Jeschke, U",
                "Karsten, U",
                "Hammer, A",
                "Minas, V",
                "Makrigiannakis, A",
                "Schulze, S",
                "Mylonas, I",
                "Friesel, K"
            ],
            "year": 2006,
            "source": "PLACENTA. 2006; 27(9-10):A8-A8.-12th International Federation of Placenta\r\nAssociations Meeting ; SEPT. 6-9, 2006; Kobe, JAPAN. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000240312200042",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64644-14017"
            ],
            "persons": [
                "64644-51714"
            ],
            "imported": "2007-01-16T17:17:47+01:00",
            "journal": "PLACENTA",
            "issn": "0143-4004",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.969,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.859649122807018,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": 64645,
            "title": "Endothelin-1 limits apoptosis and alters p53 activity in cultured human cytotrophoblasts",
            "abstract": null,
            "authors": [
                "Cervar, A",
                "Hu, C",
                "Barton, A",
                "Sadovsky, Y",
                "Desoye, G",
                "Lang, U",
                "Nelson, DM"
            ],
            "year": 2006,
            "source": "PLACENTA. 27(9-10):A27-A27.-12th Intern. Federation of Placenta Associations Meeting; September 2006; Japan. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000240312200112",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64645-14038",
                "64645-14064"
            ],
            "persons": [
                "64645-51978"
            ],
            "imported": "2007-01-16T17:17:47+01:00",
            "journal": "PLACENTA",
            "issn": "0143-4004",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.969,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.859649122807018,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 64646,
            "title": "Comparative gene expression analyses of human first trimester villous and invasive cytotrophoblasts",
            "abstract": null,
            "authors": [
                "Haslinger, P",
                "Bilban, M",
                "Haider, S",
                "Wolfel, T",
                "Hiden, U",
                "Wagner, O",
                "Desoye, G",
                "Knotler, M"
            ],
            "year": 2006,
            "source": "PLACENTA. 27(9-10):A28-A28.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000240312200118",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64646-14038"
            ],
            "persons": [
                "64646-50674"
            ],
            "imported": "2007-01-16T17:17:47+01:00",
            "journal": "PLACENTA",
            "issn": "0143-4004",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 2.969,
            "impactfactor_year": 2006,
            "impactfactor_norm": 0.859649122807018,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "OBSTETRICS & GYNECOLOGY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": false,
            "conference_name": null,
            "conference_place": null,
            "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": 64653,
            "title": "Acute beta-adrenergic blockade increases pulmonary vascular resistance and attenuates responsiveness to NO in severe chronic heart failure",
            "abstract": null,
            "authors": [
                "Wiedemann, R",
                "Dayee, A",
                "Klemm, S",
                "Stadlbauer, T",
                "Tillmanns, H",
                "Olschewski, H",
                "Hoelschermann, H"
            ],
            "year": 2005,
            "source": "EUR HEART J. 2005; 26:  73-74. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000233987100287",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "64653-14087"
            ],
            "persons": [],
            "imported": "2007-01-16T17:17:47+01:00",
            "journal": "EUR HEART J",
            "issn": "0195-668X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 7.341,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.958333333333333,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "CARDIAC & CARDIOVASCULAR SYSTEMS",
            "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
        }
    ]
}