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=153020&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 156974,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153040&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=153000&ordering=impactfactor",
    "results": [
        {
            "id": 158595,
            "title": "1 Pickel, 2 Pickel, …..Akne?.",
            "abstract": null,
            "authors": [
                "Kränke, B"
            ],
            "year": 2016,
            "source": "Fortbildung am Punkt; JUN 25, 2016; Linz, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158595-14047"
            ],
            "persons": [
                "158595-51954"
            ],
            "imported": "2017-02-09T14:20: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": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158596,
            "title": "THE CURRENT ROLE OF SURGERY AND ENDOSCOPY IN THE TREATMENT OF CHILDREN WITH VASCULAR ANOMALIES.\r\n",
            "abstract": null,
            "authors": [
                "Haxhija, EQ"
            ],
            "year": 2016,
            "source": "8th Annual Congress of the Romanian Society of Pediatric Surgery; APR 21-23, 2016; Timisoara, ROMANIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158596-14049"
            ],
            "persons": [
                "158596-51879"
            ],
            "imported": "2017-02-09T14:20: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": true,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": true,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158597,
            "title": "Topisches Kortison -  warum, wie, wie lange?.",
            "abstract": null,
            "authors": [
                "Kränke, B"
            ],
            "year": 2016,
            "source": "Fortbildung am Punkt; ; MAR 12-13, 2016; Linz, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158597-14047"
            ],
            "persons": [
                "158597-51954"
            ],
            "imported": "2017-02-09T14:22:33+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": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158598,
            "title": "Changes in pharmacological and morphofunctional characteristics of vegetative neurons under antenatal modulation of mediator processes.",
            "abstract": null,
            "authors": [
                "Roudenok, V. V., I. P. Chervonnaya, N. V. Sinelnikova, V. A. Antipova"
            ],
            "year": 1996,
            "source": "Congress of Belarusian Society AGE, Theses of the reports, Minsk 1996, p. 103.; 1996; Minsk, Belarus. 1996. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "158598-97024"
            ],
            "imported": "2017-02-09T14:22: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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 158599,
            "title": "Berufsrelevante Allergene:, Diagnostik und Relevanz.",
            "abstract": null,
            "authors": [
                "Kränke, B"
            ],
            "year": 2016,
            "source": "Fortbildungsveranstaltung für AUVA-ArbeitsmedizinerInnen; JUN 21-22, 2016; Linz, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158599-14047"
            ],
            "persons": [
                "158599-51954"
            ],
            "imported": "2017-02-09T14:25:03+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": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158600,
            "title": "1 Pickel, 2 Pickel, …..Akne?.",
            "abstract": null,
            "authors": [
                "Kränke, B"
            ],
            "year": 2016,
            "source": "Fortbildung am Punkt; JUN 25, 2016; Graz, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158600-14047"
            ],
            "persons": [
                "158600-51954"
            ],
            "imported": "2017-02-09T14:26: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": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158602,
            "title": "The antenatal modulation of mediator process induces short- and long-term changes of sympathetic neurons. ",
            "abstract": null,
            "authors": [
                "Roudenok, V., V. Antipova"
            ],
            "year": 1996,
            "source": "Congress of the Polish Anatomical Society ; 1996; Poland. 1996. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "158602-97024"
            ],
            "imported": "2017-02-09T14:27:03+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": 158603,
            "title": "Topisches Kortison -  warum, wie, wie lange?.",
            "abstract": null,
            "authors": [
                "Kränke, B"
            ],
            "year": 2016,
            "source": "Fortbildung am Punkt; JUN 25, 2016; Graz, AUSTRIA. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158603-14047"
            ],
            "persons": [
                "158603-51954"
            ],
            "imported": "2017-02-09T14:28: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": false,
            "scientific_event": true,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158604,
            "title": "Age dynamics of the expression of neuropeptides in ganglionary neurons of the sympathetic nervous system. ",
            "abstract": null,
            "authors": [
                "Roudenok, V. V., W. Kühnel, Yu. I. Nerovnja, V. A. Antipova"
            ],
            "year": 1998,
            "source": "Achievements of the medical science in Belarus. Collection of articles, Minsk 1998, p. 120.; 1998; Minsk, Belarus. 1998. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "158604-97024"
            ],
            "imported": "2017-02-09T14:30:15+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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 158605,
            "title": "UNDERSTANDING AND MANAGEMENT OF CHILDREN WITH VASCULAR ANOMALIES.\r\n",
            "abstract": null,
            "authors": [
                "Haxhija, EQ"
            ],
            "year": 2016,
            "source": "10th International Congress of The Mediterranean Association of Pediatric Surgeons; OCT 19-22, 2016; Marrakech, MOROCCO. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158605-14049"
            ],
            "persons": [
                "158605-51879"
            ],
            "imported": "2017-02-09T14:31:05+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": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158606,
            "title": "Neuropeptide localization in the ganglia of the sympathetic stem in human postnatal ontogenesis. \r\nConference “Functional mechanisms of visceral systems “ devoted to the 150-th anniversary of Academician I.P. Pavlov \r\n",
            "abstract": null,
            "authors": [
                "Roudenok, V. V., W. Kühnel, L. A. Davydova, L. D. Chaika, S. P. Yaroshevich, O. L. Zharikova, V. A. Antipova, P. I. Lobko."
            ],
            "year": 1999,
            "source": "Conference “Functional mechanisms of visceral systems “ devoted to the 150-th anniversary of Academician I.P. Pavlov \r\nTheses of the reports of the conference, Saint Petersburg 1999, p. 317-318.\r\n; 1999; Saint Petersburg, Russia . 1999. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "158606-97024"
            ],
            "imported": "2017-02-09T14:33:33+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": 158607,
            "title": "Neuropeptides distribution in sympathetic ganglia of neonates.",
            "abstract": null,
            "authors": [
                "Roudenok, V. V., W. Kühnel, S. P. Yaroshevski, V. A. Antipova, L. A. Davydova, L. D. Chaika, O. L. Zharikova, A. M. Nerovnja."
            ],
            "year": 1999,
            "source": "Achievements of the medical science in Belarus. Collection of articles, Minsk 1999, p. 86-87.; 1999; Minsk, Belarus. 1999. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "158607-97024"
            ],
            "imported": "2017-02-09T14:36:21+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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 158614,
            "title": "Recommendations of the Austrian Working Group on Pulmonary Pathology and Oncology for predictive molecular and immunohistochemical testing in non-small cell lung cancer",
            "abstract": null,
            "authors": [
                "Popper, HH",
                "Gruber-Mosenbacher, U",
                "Hutarew, G",
                "Hochmair, M",
                "Absenger, G",
                "Brcic, L",
                "Mullauer, L",
                "Dekan, G",
                "Setinek, U",
                "Krenbek, D",
                "Vesely, M",
                "Pirker, R",
                "Hilbe, W",
                "Kolb, R",
                "Webersinke, G",
                "Hernler, T",
                "Pall, G",
                "Lax, S",
                "Mohn-Staudner, A"
            ],
            "year": 2016,
            "source": "MEMO-MAG EUR MED ONC. 2016; 9(4): 191-200. ",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000391207300010",
            "pubmed": null,
            "doi": "10.1007/s12254-016-0297-x",
            "pmc": null,
            "organizations": [
                "158614-14020",
                "158614-14085"
            ],
            "persons": [],
            "imported": "2017-02-09T14:39:17+01:00",
            "journal": "MEMO-MAG EUR MED ONC",
            "issn": "1865-5041",
            "collection_publisher": null,
            "collection_title": "MEMO-MAGAZINE OF EUROPEAN MEDICAL ONCOLOGY; ",
            "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": 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": 158641,
            "title": "Summer schools of adult and paediatric respiratory medicine: course report.",
            "abstract": null,
            "authors": [
                "Horvath, I",
                "Kovacs, G",
                "Munteanu, O",
                "Kmyta, V",
                "Midulla, F",
                "Kadam, S",
                "Rumman, N"
            ],
            "year": 2016,
            "source": "Breathe (Sheff). 2016; 12(4):305-308",
            "category": 1,
            "document_type": 4,
            "sci": "ISI:000391002700002",
            "pubmed": "28210317",
            "doi": "10.1183/20734735.017016",
            "pmc": "PMC5297951",
            "organizations": [
                "158641-14087"
            ],
            "persons": [
                "158641-59238-6"
            ],
            "imported": "2017-02-09T14:39:17+01:00",
            "journal": "BREATHE",
            "issn": "1810-6838",
            "collection_publisher": null,
            "collection_title": "BREATHE; ",
            "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": false,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158646,
            "title": "The Study of NADF-diaphoretic activity of ganglionary neurons of the sympathetic stem.",
            "abstract": null,
            "authors": [
                "Roudenok, V. V., V. A. Antipova"
            ],
            "year": 2000,
            "source": "Works of young scientists. Collection of scientific works, Minsk 2000, p. 51-54.; 2000; Minsk, Belarus. 2000. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "158646-97024"
            ],
            "imported": "2017-02-09T14:39:29+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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 158649,
            "title": "Dobrava/Saaremaa-Infektion bei einem Jugendlichen in Österreich",
            "abstract": null,
            "authors": [
                "Steinbacher, M",
                "Aberle, S",
                "Hubmann, H",
                "Mache, C",
                "Acham-Roschitz, B"
            ],
            "year": 2017,
            "source": "Nieren- und Hochdruckkrankheiten. 2017; 46(1):51-51.-48. Jahrestagung der Gesellschaft für Pädiatrische Nephrologie; FEB 15-18, 2017; Vienna, AUSTRIA. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158649-14091",
                "158649-14095"
            ],
            "persons": [
                "158649-50752",
                "158649-51877",
                "158649-61824"
            ],
            "imported": "2017-02-09T14:48:03+01:00",
            "journal": null,
            "issn": "0300-5224",
            "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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158651,
            "title": "Expression dynamics of synaptophysine in developing sympathetic ganglia of men.",
            "abstract": null,
            "authors": [
                "Roudenok, V. V., W. Kühnel, V. A. Antipova, L. A. Davydova, L. D. Chaika, O. L. Zharikova, A. M. Nerovnja."
            ],
            "year": 2000,
            "source": "Achievements of the medical science in Belarus. Collection of articles, Minsk 2000, p. 118.; 2000; Minsk, Belarus. 2000. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "158651-97024"
            ],
            "imported": "2017-02-09T14:49: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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 158653,
            "title": "Distribution of neurofilament and proteingenic product in nervous elements of the submandibular gland in different methods of organopreserving operations.",
            "abstract": null,
            "authors": [
                "Lastovka, A. S., V. V. Roudenok, V. A. Pereverzev, V. A. Antipova"
            ],
            "year": 2000,
            "source": "Achievments of the medical science in Belarus. Collection articles, Minsk 2000, p. 119-120. ; 2000; Minsk, Belarus. 2000. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "158653-97024"
            ],
            "imported": "2017-02-09T14:52:37+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": true,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 158654,
            "title": "Mechanical properties of gastrocnemius medialis and Achilles tendon during passive dorsiflexion in children with spastic cerebral palsy compared to typically developing peers",
            "abstract": null,
            "authors": [
                "Kruse, A.",
                "Schranz, C.",
                "Pieber, T.",
                "Tilp, M.",
                "Svehlik, M."
            ],
            "year": 2016,
            "source": "ESMAC Abstracts: O51 presented in OS08: Best paper session 3. 2016; 49S: 131-131.-ESMAC 2016 International Congress; SEP 29-OCT 1, 2016; Seville, Spain. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158654-14046",
                "158654-14049"
            ],
            "persons": [
                "158654-51831",
                "158654-65038"
            ],
            "imported": "2017-02-09T14:52:50+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 158662,
            "title": "Critical issues in mycobiota analysis",
            "abstract": null,
            "authors": [
                "Halwachs, B",
                "Madhusudhan, M",
                "Krause, R",
                "Nilsson, RH",
                "Moissl-Eichinger, C",
                "Högenauer, C",
                "Thallinger, GG",
                "Gorkiewicz, G",
                ""
            ],
            "year": 2016,
            "source": "3rd Theodor Escherich Symposium on Medical Microbiome Research 20163rd Theodor Escherich Symposium on Medical Microbiome Research 2016; NOV 3-4, 2016; Graz, Austria. 2016. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "158662-14020",
                "158662-14081"
            ],
            "persons": [
                "158662-50496",
                "158662-51976",
                "158662-53167",
                "158662-90021"
            ],
            "imported": "2017-02-09T15:03:36+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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        }
    ]
}