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=148800&ordering=impactfactor
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 157930,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=148820&ordering=impactfactor",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=148780&ordering=impactfactor",
    "results": [
        {
            "id": 168918,
            "title": "Inotropes in acute heart failure: from guidelines to practical use - Therapeutic options and clinical practice.",
            "abstract": null,
            "authors": [
                "Fruhwald, FM"
            ],
            "year": 2018,
            "source": "ESC Congress 2018; AUG 25-29, 2018; Munich, GERMANY. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168918-14083"
            ],
            "persons": [
                "168918-51700"
            ],
            "imported": "2018-08-30T11:33:53+02: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": false,
            "invited_lecture": true,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 168922,
            "title": "Prospektive, randomisierte Studie zur Implantatstabilität von 4 interforaminären Implantaten im zahnlosen Unterkiefer",
            "abstract": null,
            "authors": [
                "Wildburger, A",
                "Acham, S",
                "Truschnegg, A",
                "Clar, V",
                "Wegscheider, W",
                "Jakse, N"
            ],
            "year": 2011,
            "source": "25. DGI Kongress; NOV 24-26, 2011; Dresden, DEUTSCHLAND. 2011. ",
            "category": 2,
            "document_type": 9,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168922-14057",
                "168922-14111"
            ],
            "persons": [
                "168922-51019",
                "168922-51042",
                "168922-51567",
                "168922-51707"
            ],
            "imported": "2018-08-31T19:02:58+02: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": true
        },
        {
            "id": 168923,
            "title": "Stability of interforaminal implants - immediate vs. delayed loading",
            "abstract": null,
            "authors": [
                "Wildburger, A",
                "Acham, S",
                "Truschnegg, A",
                "Clar, V",
                "Wegscheider, W",
                "Jakse, N"
            ],
            "year": 2011,
            "source": "2. Neoss International Link Team Days; SEPT 30 - OCT 01, 2011; Stresa, ITALY. 2011. ",
            "category": 2,
            "document_type": 19,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168923-14057",
                "168923-14111"
            ],
            "persons": [
                "168923-51019",
                "168923-51042",
                "168923-51567",
                "168923-51707"
            ],
            "imported": "2018-08-31T19:05:55+02: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": true
        },
        {
            "id": 168924,
            "title": "Blended learning is an innovative strategy in medical education.",
            "abstract": null,
            "authors": [
                "Enko, D",
                "Halwachs-Baumann, G",
                "Kriegshäuser, G"
            ],
            "year": 2018,
            "source": "Joint 43rd International Medical Research and Innovations Conference; AUG 25-26, 2018; Bucharest, ROMANIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168924-14028"
            ],
            "persons": [
                "168924-89193"
            ],
            "imported": "2018-09-01T19:41:29+02: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": true,
            "selected_presentation": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 168925,
            "title": "Trimethylamine-N-oxide status in patients with Helicobacter pylori eradication therapy assessed with mass spectrometry.",
            "abstract": null,
            "authors": [
                "Meinitzer, A",
                "Zelzer, S",
                "Herrmann, M",
                "Enko, D"
            ],
            "year": 2018,
            "source": "5th Annual European Congress of the Association for Mass Spectrometry: Applications to the Clinical Lab (MSACL); SEP 9-13, 2018; Salzburg, AUSTRIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168925-14028"
            ],
            "persons": [
                "168925-89193",
                "168925-99451",
                "168925-68273"
            ],
            "imported": "2018-09-01T19:50:58+02: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": true,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": true
        },
        {
            "id": 168927,
            "title": "CD4:CD8 ratio and CD8+ cell count for prognosticating mortality in HIV-infected patients on antiretroviral therapy.",
            "abstract": null,
            "authors": [
                "Jenks, JD",
                "Hoenigl, M"
            ],
            "year": 2018,
            "source": "J Lab Precis Med. 2018; 3(9):",
            "category": 1,
            "document_type": 20,
            "sci": null,
            "pubmed": "30167571",
            "doi": "10.21037/jlpm.2018.01.10",
            "pmc": "PMC6112816",
            "organizations": [
                "168927-14087",
                "168927-29164"
            ],
            "persons": [
                "168927-64754-6"
            ],
            "imported": "2018-09-01T02:00:00+02:00",
            "journal": "J Lab Precis Med",
            "issn": "2519-9005",
            "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": 156948,
            "title": "Klinisch-funktioneller Outcome bei PatientInnen nach vorderer Kreuzbandplastik",
            "abstract": "Hintergrund\nDie Ruptur des vorderen Kreuzbandes (VKB) ist eine der häufigsten Verletzungen sowohl unter Wettkampfathleten, als auch Hobbysportlern. Weil nach konservativer Behandlung oft eine Restinstabilität im Kniegelenk zurückbleibt, entwickelten sich zahlreiche Techniken zur chirurgischen Stabilisierung, darunter spezielle Methoden zur Transplantatfixation. Ziel dieser Studie war es, die Resultate für das RigidFix® Curve-System (DePuy Mitek, Raynham, MA), mit gängigen Methoden der femoralen Transplantatfixation zu vergleichen, um Rückschlüsse auf die Vor- und Nachteile dieser Methode zu ermöglichen.\nMethoden\nInsgesamt 26 Personen, mit einem Durchschnittsalter von 37,1 Jahren, wurden mindestens 12 Monate nach erhaltener VKB-Plastik untersucht. Alle Personen wurden, unter Verwendung des RigidFix® Curve-Systems, in der Universitätsklinik für Orthopädie und orthopädische Chirurgie der Medizinischen Universität Graz, operiert. Für die klinische Evaluierung kam der IKDC-Score und der Lever Sign-Test zum Einsatz. Das subjektive Ergebnis wurde mittels IKDC 2000-Score, Lysholm-Score, Tegner Activity Scale (TAS) und Short Form 36 (SF-36) ermittelt.\nErgebnisse\nDie Ergebnisse des IKDC-Scores zeigten, dass bei 21 Personen (84,0%) ein normales oder fast normales Ergebnis erzielt werden konnte. Der Lever Sign-Test war bei allen Personen (n=26) negativ. Die Resultate für den subjektiven IKDC 2000-Score (MW=87,5, SD=14,6), den Lysholm Score (MW=93,0, SD=11,5) und die TAS (MW=5,7, SD=1,5) zeigen keine signifikanten Unterschiede im Vergleich mit der rezenten Literatur. Die SF-36-Ergebnisse für die physische Gesundheit (PCS) (MW=54,8, SD=7,9) und die mentale Gesundheit (MCS) (MW=49,4, SD=8,5) lassen auf eine durchwegs gute Lebensqualität schließen.\nKonklusion\nDie Resultate dieser Studie sind im Allgemeinen absolut zufriedenstellend. Auch eine sportliche Leistungsfähigkeit, wie vor der Verletzung, konnte in den meisten Fällen erreicht werden. Wir erachten die untersuchte Methode für sicher und effizient, auch wenn weitere prospektiv-randomisierte Vergleichsstudien auf diesem Gebiet unerlässlich sind.",
            "authors": [
                "Marko, P"
            ],
            "year": 2016,
            "source": "Humanmedizin; [ Diplomarbeit ] Graz Medical University; 2016. pp. ",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2017-01-12T14:24:05+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Graz Medical University",
            "country": "40",
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 156947,
            "title": "Behandlung von chondralen und osteochondralen Frakturen nach Patellaluxation im Kindes- und Jugendalter",
            "abstract": "Studienziel: Bei der Patellaluxation kommt es bei sportlichen Jugendlichen in bis zu 72% der Fälle zu osteochondralen Flakefrakturen. Durch das Zerreißen der patellaren Haltestrukturen und der Eröffnung des Markraumes kommt es dabei für gewöhnlich zum Hämarthros, welcher bei Punktion ein blutiges Exsudat mit Fettaugen zeigt, was auf eine osteochondrale Läsion hindeutet und deshalb durch ein bildgebendes Verfahren abzuklären ist. Über die Refixation dieser Flakes mit bioresorbierbaren Schrauben und Pins gibt es nur Studien mit geringen Fallzahlen, Ziel dieser Studie ist es, die mittel- bis langfristige Ergebnisse nach Refixation zu evaluieren.\nMethode: Es wurden 29 Patienten (12¿, 41,4%, 17¿, 58,6%) mit insgesamt 31 Flakefrakturen in der Studie untersucht, deren mittleres Alter zum Operationszeitpunkt beträgt 14,9 (12-17), zum Untersuchungszeitpunkt 21,2 Jahre. Die mittlere Follow-Up-Zeit betrug 6,3 ±2,8 Jahre. Die Patienten wurden klinisch untersucht, Fragebögen mit Kneescores (IKDC Subjective Knee Scoring Scale, Tegner-Lysholm Knee Scoring Scale, Tegner Activity Score, Kujala ´s Anterior Knee Pain Score, Norwich Patellar Instability Score und den Patella Instability Severity Score) wurden ausgehändigt und Knorpelbeschaffenheit, Einheilung der Flakes, eventuelle Störungen der Resorption der Darts sowie Trochleadypslasiegrade und Patellatilt anhand der postoperativen MRTs evaluiert. Patellahöhenbestimmungen wurden an den vorhandenen Röntgen durchgeführt.\nErgebnisse: 16 der 31 Flakes waren in den Röntgen eindeutig zu erkennen. Die Größe der refixierten Flakes betrug 3,32 ±2,65cm², es handelte sich dabei um 13 patellare und 18 femorale Flakes. Es wurden 8-mal Trochleadysplasiegrad Typ A, 18 mal Typ B und 3 mal Typ C Trochleadysplasiegrad nach Dejour festgestellt. Die Patellahöhe nach Caton-Deschamps war im Mittel 1,129 ±0,19. Die Ergebnisse der Scores zeigten nach 6,3 ±2,8 Jahre Jahren exzellente bis sehr gute Ergebnisse. (IKDC: 88,1 ±6,83, Tegner-Lysholm: 92,1 ±5,45, Kujala: 93,2 ±4,17, NPI: 5,6 ±6,18, Tegner prä/post: 5,8/5,6 ±0,93/1,05).\nSchlussfolgerung: Aufgrund der sehr guten Ergebnisse der klinischen Scores und den Resultaten der bildgebenden Verfahren stellt die Refixation durch den einzeitigen Eingriff mit bioresorbierbaren Schrauben und Pins ein konkurrenzloses Verfahren dar. Als zusätzliche patellastabilisierende Maßnahmen sind der weichteilige Tuberositasversatz nach Grammont, eine MPFL-Plastik oder knöcherne Operationen zu erwägen.\n",
            "authors": [
                "Mihalic, J"
            ],
            "year": 2016,
            "source": "Humanmedizin; [ Diplomarbeit ] Graz Medical University; 2016. pp. ",
            "category": 5,
            "document_type": 15,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [],
            "imported": "2017-01-12T14:24:05+01:00",
            "journal": null,
            "issn": null,
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": "Graz Medical University",
            "country": "40",
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 168932,
            "title": "Typisches Erscheinungsbild von malignen und benignen Läsionen im Ultraschall",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2018,
            "source": "Summer School Breast Imaging 2018; AUG 30 - SEP 2, 2018; Pörtschach, AUSTRIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168932-14054"
            ],
            "persons": [
                "168932-82111"
            ],
            "imported": "2018-09-03T10:29:36+02: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": 168933,
            "title": "Der richtige Befund in der MRT der Brust",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2018,
            "source": "Summer School Breast Imaging 2018; AUG 30 - SEP 2, 2018; Pörtschach, AUSTRIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168933-14054",
                "168933-14104"
            ],
            "persons": [
                "168933-82111"
            ],
            "imported": "2018-09-03T10:31:02+02: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": 168934,
            "title": "Der richtige Befund und dessen Kommunikation.",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2018,
            "source": "Summer School Breast Imaging 2018; AUG 30 - SEP 2, 2018; Pörtschach, AUSTRIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168934-14054",
                "168934-14104"
            ],
            "persons": [
                "168934-82111"
            ],
            "imported": "2018-09-03T10:32:56+02: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": 168935,
            "title": "Interessante Fälle und Schlussworte.",
            "abstract": null,
            "authors": [
                "Fuchsjäger M",
                "Helbich T"
            ],
            "year": 2018,
            "source": "Summer School Breast Imaging; AUG 30 - SEP 2, 2018; Pörtschach, AUSTRIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168935-14054"
            ],
            "persons": [
                "168935-82111"
            ],
            "imported": "2018-09-03T10:35:53+02: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": 168936,
            "title": "Workshop 10 - Quiz Session.",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2018,
            "source": "Summer School Breast Imaging; AUG 30 - SEP 2, 2018; Pörtschach, AUSTRIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168936-14054"
            ],
            "persons": [
                "168936-82111"
            ],
            "imported": "2018-09-03T10:37:28+02: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": 168937,
            "title": "Interactive Workshop - Interesting Breast Imaging Cases (3x).",
            "abstract": null,
            "authors": [
                "Fuchsjäger, M"
            ],
            "year": 2018,
            "source": "Summer School Breast Imaging 2018; AUG 30 - SEP 2, 2018; Pörtschach, AUSTRIA. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168937-14054"
            ],
            "persons": [
                "168937-82111"
            ],
            "imported": "2018-09-03T10:39:14+02: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": 168939,
            "title": "Probiotic therapy in liver cirrhosis: Is it safe and effective?\r\n",
            "abstract": null,
            "authors": [
                "Stadlbauer, V."
            ],
            "year": 2018,
            "source": "Partnering Day 2018; SEP 6, 2018; Graz. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168939-14081"
            ],
            "persons": [
                "168939-50989"
            ],
            "imported": "2018-09-03T16:07:15+02: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": true,
            "local_affiliation": true
        },
        {
            "id": 168940,
            "title": "Frauen in der Medizin",
            "abstract": null,
            "authors": [
                "Stadlbauer, V"
            ],
            "year": 2018,
            "source": "Young ÖGGH; SEP 9, 2018; Wien. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168940-14081"
            ],
            "persons": [
                "168940-50989"
            ],
            "imported": "2018-09-03T16:10:08+02: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": 168941,
            "title": "Pro- und Präbiotika",
            "abstract": null,
            "authors": [
                "Stadlbauer, V."
            ],
            "year": 2018,
            "source": "Diplom Ernähurngsmedizin; SEP 15, 2018; Wien. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168941-14081"
            ],
            "persons": [
                "168941-50989"
            ],
            "imported": "2018-09-03T16:11:25+02: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": true,
            "local_affiliation": true
        },
        {
            "id": 168943,
            "title": "Medikamente und das Mikrobiom",
            "abstract": null,
            "authors": [
                "Stadlbauer, V."
            ],
            "year": 2018,
            "source": "Fortbildung LKH Oberwart; SEP 25, 2018; Oberwart. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168943-14081"
            ],
            "persons": [
                "168943-50989"
            ],
            "imported": "2018-09-03T16:15:17+02: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": true,
            "local_affiliation": true
        },
        {
            "id": 168944,
            "title": "Leberfunktionsstörungen – Endstation Leberzirrhose",
            "abstract": null,
            "authors": [
                "Stadlbauer, V."
            ],
            "year": 2018,
            "source": "Fortbildung Apothekerkammer; Sep 27, 2018; Graz. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168944-14081"
            ],
            "persons": [
                "168944-50989"
            ],
            "imported": "2018-09-03T16:18:49+02: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": true,
            "local_affiliation": true
        },
        {
            "id": 168946,
            "title": "Unterschiede und Gemeinsamkeiten zwischen Probiotischen Nahrungsergänzungsmitteln und Arzneimitteln",
            "abstract": null,
            "authors": [
                "Stadlbauer, V."
            ],
            "year": 2018,
            "source": "Jahrestagung DGMIM 2018; SEP 28, 2018; Stuttgart. 2018. ",
            "category": 3,
            "document_type": null,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "168946-14081"
            ],
            "persons": [
                "168946-50989"
            ],
            "imported": "2018-09-03T16:21:38+02: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": true,
            "local_affiliation": true
        }
    ]
}