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=2120&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 158667,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2140&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=2100&ordering=impactfactor",
    "results": [
        {
            "id": 92239,
            "title": "Liver Surgery for Breast Cancer Metastases.",
            "abstract": null,
            "authors": [
                "Schest, EC",
                "Cerwenka, H",
                "El-Shabrawi, A",
                "Bacher, H",
                "Mischinger, HJ"
            ],
            "year": 2009,
            "source": "GEBURTSH FRAUENHEILK.  2009; 69(5):P145--Joint Annual Meeting of the Austrian Society for Gynecology & Obstetrics and the Bavarian Society of Obstetrics & Gynecology ; June 10-13; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000267221400159",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "92239-14038",
                "92239-14073"
            ],
            "persons": [
                "92239-51595",
                "92239-51760"
            ],
            "imported": "2009-08-04T14:20:15+02:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.0163934426229508,
            "impactfactor_norm_year": 2009,
            "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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 92249,
            "title": "HPV L1-proof and probability of regression in patients with slight and moderately severe dysplasias of portio",
            "abstract": null,
            "authors": [
                "Schneuber, S",
                "Reich, O",
                "Pickel, K",
                "Winter, R"
            ],
            "year": 2009,
            "source": "GEBURTSH FRAUENHEILK. 2009; 69(5):P171-",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000267221400183",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "92249-14038",
                "92249-14063"
            ],
            "persons": [
                "92249-51918",
                "92249-74840"
            ],
            "imported": "2009-08-04T14:20:15+02:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.0163934426229508,
            "impactfactor_norm_year": 2009,
            "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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 92250,
            "title": "Fast-track hysterectomy: a pilot project",
            "abstract": null,
            "authors": [
                "Ulrich, D",
                "Tamussino, K",
                "Fruhmann, A",
                "Muller, G",
                "Amon, B",
                "Schoenett, B",
                "Bjelic-Radisic, V",
                "Bader, A",
                "Winter, R"
            ],
            "year": 2009,
            "source": "GEBURTSH FRAUENHEILK. 2009; 69(5):P174-",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000267221400186",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "92250-14038",
                "92250-14044",
                "92250-14063"
            ],
            "persons": [
                "92250-51826",
                "92250-51891",
                "92250-58907"
            ],
            "imported": "2009-08-04T14:20:15+02:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.0163934426229508,
            "impactfactor_norm_year": 2009,
            "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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 93830,
            "title": "Albumin als Zusatz zur Trachealokklusion bei fetalen Ratten mit Nitrofen-induzierter Zwerchfellhernie: eine placebokontrollierte Studie.",
            "abstract": null,
            "authors": [
                "Klaritsch, P",
                "Mayer, S",
                "Sbragia, L",
                "Toelen, J",
                "Roubliova, X",
                "Lewi, P",
                "Lang, U",
                "Deprest, J"
            ],
            "year": 2009,
            "source": "Geburtsh Frauenheilk2009; 69: 749-749.-XXI. Akademische Tagung deutschsprechender Hochschullehrer in der Gynäkologie und Geburtshilfe; SEP 25-26, 2009; Innsbruck, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000269762000073",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "93830-14038"
            ],
            "persons": [
                "93830-50155"
            ],
            "imported": "2009-09-26T22:34:05+02:00",
            "journal": null,
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.0163934426229508,
            "impactfactor_norm_year": 2009,
            "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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 95137,
            "title": "Accuracy of intraoperative frozen section examination of pelvic lymph nodes in patients with endometrial cancer.",
            "abstract": null,
            "authors": [
                "Pristauz, G",
                "Bader, AA",
                "Regitnig, P",
                "Haas, J",
                "Winter, R",
                "Tamussino, K"
            ],
            "year": 2009,
            "source": "GEBURTSH FRAUENHEILK. 2009; 69(8):755-755.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000269762000095",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "95137-14020",
                "95137-14038",
                "95137-14063"
            ],
            "persons": [
                "95137-51627",
                "95137-51826",
                "95137-51891",
                "95137-51991",
                "95137-74796"
            ],
            "imported": "2009-10-13T19:06:09+02:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.0163934426229508,
            "impactfactor_norm_year": 2009,
            "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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 95320,
            "title": "Histopathological Processing and Interpretation of Sentinel lymph nodes in Vulvar carcinoma.",
            "abstract": null,
            "authors": [
                "Regauer, S"
            ],
            "year": 2009,
            "source": "GEBURTSH FRAUENHEILK. 2009; 69(8):756-756.-XX1. Akademische Tagung deutsch sprechender Hochschullehrer in der Gynäkologie und Geburtshilfe; SEP 25 - 26; Innsbruck, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000269762000099",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "95320-14020"
            ],
            "persons": [
                "95320-51945"
            ],
            "imported": "2009-10-27T12:09:47+01:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.0163934426229508,
            "impactfactor_norm_year": 2009,
            "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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 95330,
            "title": "Incidence of vaginal neoplasia with anogenital Lichen planus.",
            "abstract": null,
            "authors": [
                "Eberz, B",
                "Regauer, S"
            ],
            "year": 2009,
            "source": "GEBURTSH FRAUENHEILK. 2009; 69(8):738-738.-XXI. Akademische Tagung deutschsprechender Hochschullehrer in der Gynäkologie und Geburtshilfe; SEP 25 - 26; Innsbruck, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000269762000033",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "95330-14020"
            ],
            "persons": [
                "95330-51945"
            ],
            "imported": "2009-10-27T12:09:47+01:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.0163934426229508,
            "impactfactor_norm_year": 2009,
            "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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 95331,
            "title": "Differential expression of VE-cadherin and Flk-1 in the syncytiotrophoblast in earlier times and later pre-eclampsia",
            "abstract": null,
            "authors": [
                "Groten, T",
                "Reister, F",
                "Huppertz, B",
                "Schleussner, E"
            ],
            "year": 2009,
            "source": "GEBURTSH FRAUENHEILK. 2009; 69(8):743-743.",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000269762000052",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "95331-14017"
            ],
            "persons": [
                "95331-54142"
            ],
            "imported": "2009-10-27T12:09:47+01:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2009,
            "impactfactor_norm": 0.0163934426229508,
            "impactfactor_norm_year": 2009,
            "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": 123861,
            "title": "Elastic stable intramedullary nailing (ESIN) provides good long-term results in pediatric long-bone fractures",
            "abstract": null,
            "authors": [
                "Till, H",
                "Huttl, B",
                "Knorr, P",
                "Dietz, HG"
            ],
            "year": 2000,
            "source": "Eur J Pediatr Surg. 2000; 10(5):319-322",
            "category": 1,
            "document_type": 18,
            "sci": "ISI:000165937000009",
            "pubmed": "11194543",
            "doi": "10.1055/s-2008-1072383",
            "pmc": null,
            "organizations": [],
            "persons": [
                "123861-83445-2"
            ],
            "imported": "2012-12-07T14:49:20+01:00",
            "journal": "EUR J PEDIATR SURG",
            "issn": "0939-7248",
            "collection_publisher": null,
            "collection_title": "EUROPEAN JOURNAL OF PEDIATRIC SURGERY; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.154,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "SURGERY",
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": true,
            "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": 136353,
            "title": "Diagnostic test for endometriosis - combination of CCRI -mRNA,CA125-and MCP1-Determination from peripheral blood",
            "abstract": null,
            "authors": [
                "Agic, A",
                "Djalali, S",
                "Wolfler, MM",
                "Halis, G",
                "Diedrich, K",
                "Hornung, D"
            ],
            "year": 2008,
            "source": "GEBURTSH FRAUENHEILK. 2008; 68:  S183-S183. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000259577500760",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "136353-14064"
            ],
            "persons": [
                "136353-88735"
            ],
            "imported": "2014-04-29T18:27:52+02:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2008,
            "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": 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": 136354,
            "title": "\\serum proteomic profilling and ascites in patients comparison with and without endometriosis",
            "abstract": null,
            "authors": [
                "Woelfler, MM",
                "Schwamborn, K",
                "Otten, D",
                "Hornung, D",
                "Knuchel-Clarke, R",
                "Rath, W"
            ],
            "year": 2008,
            "source": "GEBURTSH FRAUENHEILK. 2008; 68:  S160-S160. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000259577500660",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "136354-14064"
            ],
            "persons": [
                "136354-88735"
            ],
            "imported": "2014-04-29T18:27:52+02:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2008,
            "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": 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": 136356,
            "title": "Proof of Aromatase -Expression in eutopic endometrium through reverse-phase of protein Arraying in patients with endometriosis",
            "abstract": null,
            "authors": [
                "Wolfler, MM",
                "Siehs, C",
                "Schwamborn, K",
                "Otten, D",
                "Knuchel-Clarke, R",
                "Rath, W"
            ],
            "year": 2008,
            "source": "GEBURTSH FRAUENHEILK. 2008; 68:  S124-S124. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000259577500513",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "136356-14064"
            ],
            "persons": [
                "136356-88735"
            ],
            "imported": "2014-04-29T18:27:52+02:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2008,
            "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": 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": 136357,
            "title": "Anamnestic screening of female patients with and without endometriosis",
            "abstract": null,
            "authors": [
                "Woelfler, MM",
                "Schacke, M",
                "Heussen, N",
                "Janssen, P",
                "Rimbach, S",
                "Rath, W"
            ],
            "year": 2008,
            "source": "GEBURTSH FRAUENHEILK. 2008; 68(3): 314-315. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000255123900060",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "136357-14064"
            ],
            "persons": [
                "136357-88735"
            ],
            "imported": "2014-04-29T18:27:52+02:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.016,
            "impactfactor_norm_year": 2008,
            "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": 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": 3495,
            "title": "Gastroesophageal reflux and diaphragmatic motility after repair of congenital diaphragmatic hernia.",
            "abstract": null,
            "authors": [
                "Fasching, G",
                "Huber, A",
                "Uray, E",
                "Sorantin, E",
                "Lindbichler, F",
                "Mayr, J"
            ],
            "year": 2000,
            "source": "Eur J Pediatr Surg. 2000; 10(6):360-364",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000166727400003",
            "pubmed": "11215775",
            "doi": "10.1055%2Fs-2000-12060",
            "pmc": null,
            "organizations": [
                "3495-14049",
                "3495-14054",
                "3495-14106"
            ],
            "persons": [
                "3495-51913-6"
            ],
            "imported": null,
            "journal": "EUR J PEDIATR SURG",
            "issn": "0939-7248",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2000,
            "impactfactor_norm": 0.154411764705882,
            "impactfactor_norm_year": 2000,
            "impactfactor_norm_category": "SURGERY",
            "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": 85758,
            "title": "Hemodynamic changes of carbetocin and oxytocin given as i.v. bolus on women undergoing Cesarean section",
            "abstract": null,
            "authors": [
                "Moertl, M",
                "Pickel, K",
                "Friedrich, S",
                "Ulrich, D",
                "Lang, U",
                "Schlembach, D"
            ],
            "year": 2008,
            "source": "GEBURTSH FRAUENHEILK. GEBURTSHILFE UND FRAUENHEILKUNDE2008; 68: S46-S46.-57.Kongress der Deutschen Gesellschaft für Gynäkologie und Geburtshilfe; September 16 19, 2008; Hamburg, Germany. ",
            "category": 2,
            "document_type": 9,
            "sci": "ISI:000259577500189",
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "85758-14038",
                "85758-14064"
            ],
            "persons": [
                "85758-74840",
                "85758-58907"
            ],
            "imported": "2008-11-21T14:30:23+01:00",
            "journal": "GEBURTSH FRAUENHEILK",
            "issn": "0016-5751",
            "collection_publisher": null,
            "collection_title": "GEBURTSHILFE UND FRAUENHEILKUNDE; ",
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.35,
            "impactfactor_year": 2008,
            "impactfactor_norm": 0.0163934426229508,
            "impactfactor_norm_year": 2008,
            "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": true,
            "keynote_speaker": false,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 7236,
            "title": "CARDIAC EFFECTS OF MIANSERIN - RESULTS OF CLINICAL PHARMACOLOGICAL INVESTIGATIONS",
            "abstract": null,
            "authors": [
                "KOPERA, H"
            ],
            "year": 1980,
            "source": "CURR MED RES OPIN 1980 6: 36-43.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980JG73800006",
            "pubmed": null,
            "doi": "10.1185/03007998009114802",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "CURR MED RES OPIN",
            "issn": "0300-7995",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.351,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.616822429906542,
            "impactfactor_norm_year": 1998,
            "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": false
        },
        {
            "id": 7237,
            "title": "ANTICHOLINERGIC EFFECTS OF MIANSERIN",
            "abstract": null,
            "authors": [
                "KOPERA, H"
            ],
            "year": 1980,
            "source": "CURR MED RES OPIN 1980 6: 132-138.",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1980JG73800017",
            "pubmed": null,
            "doi": "10.1185/03007998009114813",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": null,
            "journal": "CURR MED RES OPIN",
            "issn": "0300-7995",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.351,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.616822429906542,
            "impactfactor_norm_year": 1998,
            "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": false
        },
        {
            "id": 8115,
            "title": "Renal carcinoma with solitary distant metastasis.",
            "abstract": null,
            "authors": [
                "Hubmer, G",
                "Gnad, H",
                "Vilits, P"
            ],
            "year": 1984,
            "source": "UROL INT. 1984; 39(1): 46-48. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1984RZ82400012",
            "pubmed": "6730117",
            "doi": "10.1159/000280943",
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2009-10-08T17:53:24+02:00",
            "journal": "UROL INT",
            "issn": "0042-1138",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.351,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.170731707317073,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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": 11649,
            "title": "Successful replantation of a totally amputated penis by using microvascular techniques.",
            "abstract": null,
            "authors": [
                "Wandschneider, G",
                "Hellbom, B",
                "Pummer, K",
                "Primus, G"
            ],
            "year": 1990,
            "source": "Urol Int. 1990; 45(3):177-180",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1990DE78000009",
            "pubmed": "2349759",
            "doi": "10.1159/000281702",
            "pmc": null,
            "organizations": [
                "11649-14056"
            ],
            "persons": [
                "11649-53053-6"
            ],
            "imported": null,
            "journal": "UROL INT",
            "issn": "0042-1138",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": true,
            "impactfactor": 0.351,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.170731707317073,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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": 19435,
            "title": "The value of urinary neopterin as an immunological parameter in patients with malignant tumors of the genitourinary tract.",
            "abstract": null,
            "authors": [
                "Frick, J",
                "Aulitzky, W",
                "Fuchs, D",
                "Hausen, A",
                "Joos, H",
                "Reibnegger, G",
                "Wachter, H"
            ],
            "year": 1985,
            "source": "Urol Int. 1985; 40(3):155-159",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:A1985AJX7600008",
            "pubmed": "3874460",
            "doi": "10.1159/000281071",
            "pmc": null,
            "organizations": [],
            "persons": [
                "19435-50569-6"
            ],
            "imported": null,
            "journal": "UROL INT",
            "issn": "0042-1138",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 0.351,
            "impactfactor_year": 1994,
            "impactfactor_norm": 0.170731707317073,
            "impactfactor_norm_year": 1998,
            "impactfactor_norm_category": "UROLOGY & NEPHROLOGY",
            "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
        }
    ]
}