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=158380&ordering=-imported
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 159558,
    "next": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158400&ordering=-imported",
    "previous": "https://api-test.medunigraz.at/v1/research/publication/?format=api&limit=20&offset=158360&ordering=-imported",
    "results": [
        {
            "id": 61238,
            "title": "Endometrie am Winkelstück.",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Kqiku, L"
            ],
            "year": 2006,
            "source": "ZWR - Das Deutsche Zahnärzteblatt . 2006; 115(06): 265-269. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": "10.1055/s-2006-947708",
            "pmc": null,
            "organizations": [
                "61238-14111"
            ],
            "persons": [
                "61238-50883",
                "61238-74154"
            ],
            "imported": "2006-11-16T09:22:40+01:00",
            "journal": null,
            "issn": "0044-166X",
            "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": 61235,
            "title": "Prognose endodontischer Behandlungen. ",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 2006,
            "source": "Stomatologie. 2006; 103(6): 123-129. ",
            "category": 1,
            "document_type": 3,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61235-14111"
            ],
            "persons": [
                "61235-74154"
            ],
            "imported": "2006-11-16T09:00:44+01:00",
            "journal": null,
            "issn": "0946-3151",
            "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": 61234,
            "title": "Arbeitslänge-Bestimmung in der Endodontie.",
            "abstract": null,
            "authors": [
                "Kqiku, L",
                "Städtler, P"
            ],
            "year": 2006,
            "source": "Stomatologie. 2006; 103(6): 119-122. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": null,
            "doi": null,
            "pmc": null,
            "organizations": [
                "61234-14111"
            ],
            "persons": [
                "61234-50883",
                "61234-74154"
            ],
            "imported": "2006-11-16T08:55:10+01:00",
            "journal": null,
            "issn": "0946-3151",
            "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": 61307,
            "title": "Recombinant human activated protein C, heparin and melagatran in umbilical cord versus adult plasma.",
            "abstract": null,
            "authors": [
                "Koestenberger, M",
                "Cvirn, G",
                "Gallistl, S",
                "Kutschera, J",
                "Muntean, W"
            ],
            "year": 2005,
            "source": "Acta Paediatr. 2005; 94(7):884-889",
            "category": 1,
            "document_type": 1,
            "sci": "ISI:000230847100014",
            "pubmed": "16188810",
            "doi": "10.1080/08035250510035643",
            "pmc": null,
            "organizations": [
                "61307-14012",
                "61307-14091"
            ],
            "persons": [
                "61307-50068-6",
                "61307-51651-6",
                "61307-51963-6",
                "61307-52013-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Acta Paediatr",
            "issn": "0803-5253",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": 1.277,
            "impactfactor_year": 2005,
            "impactfactor_norm": 0.547945205479452,
            "impactfactor_norm_year": 2005,
            "impactfactor_norm_category": "PEDIATRICS",
            "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": 61273,
            "title": "Results of a 3-year clinical, experimental double-blind study of weekly supervised brushing with a sodium fluoride gel",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1982,
            "source": "Osterr Z Stomatol. 1982; 79(4): 132-154. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "7050835",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61273-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61274,
            "title": "Experiences with modern amalgams",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1982,
            "source": "Quintessenz. 1982; 33(8): 1505-1511. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6960383",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61274-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Quintessenz",
            "issn": "0033-6580",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61275,
            "title": "Frequency of consumption of sweetened foods and beverages by children. Nutritional advice for caries prevention",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1982,
            "source": "ZWR. 1982; 91(11):  75- 76. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6961659",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61275-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "ZWR",
            "issn": "0044-166X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61277,
            "title": "Effectiveness of the treatment of 116 deciduous teeth",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1983,
            "source": "Zahnarzt. 1983; 27(8): 533-538. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6583937",
            "doi": "10.1002/pssb.2221160214",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61277-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Zahnarzt",
            "issn": "0044-1678",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61276,
            "title": "Pulpotomy - partial and total pulpectomy in primary teeth",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1983,
            "source": "ZWR. 1983; 92(8): 44-47. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6583911",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61276-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "ZWR",
            "issn": "0044-166X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61281,
            "title": "Onset of the eruption of permanent teeth, deciduous tooth exfoliation and mineralisation of wisdom teeth in 979 grade school students in Graz",
            "abstract": null,
            "authors": [
                "Städtler, P",
                "Droschl, H"
            ],
            "year": 1983,
            "source": "Osterr Z Stomatol. 1983; 80(11): 403-412. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6588354",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61281-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61282,
            "title": "Effect of electrical toothbrushes and manual toothbrushes on oral hygiene in children",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1984,
            "source": "Z Stomatol. 1984; 81(1): 21-24. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6589917",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61282-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Z Stomatol",
            "issn": "0175-7784",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61283,
            "title": "Nutrition rules in the field of preventive dentistry",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1984,
            "source": "Zahnarztl Prax. 1984; 35(7):  272- 273. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6592909",
            "doi": "10.1088/0031-9112/35/7/019",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61283-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Zahnarztl Prax",
            "issn": "0044-1651",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61272,
            "title": "Management of conservative treatment of children",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1982,
            "source": "ZWR. 1982; 91(3):  59- 63. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6956095",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61272-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "ZWR",
            "issn": "0044-166X",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61271,
            "title": "Results of a 3-year clinical, experimental double-blind study with weekly supervised brushing with a sodium fluoride gel",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1982,
            "source": "Osterr Z Stomatol. 1982; 79(3): 83-99. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6955752",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61271-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61270,
            "title": "A study on the effectiveness of treatment in 116 primary teeth",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1982,
            "source": "Osterr Z Stomatol. 1982; 79(11): 402-406. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6963379",
            "doi": "10.1093/oxfordjournals.aje.a113424",
            "pmc": null,
            "organizations": [],
            "persons": [
                "61270-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61269,
            "title": "Dental prophylaxis. 3.",
            "abstract": null,
            "authors": [
                "Binder, K",
                "Kotschy, P",
                "Kulmer, R",
                "Kulmer, S",
                "Pilarz, GF",
                "Städtler, P",
                "Wepner, F"
            ],
            "year": 1982,
            "source": "Osterr Krankenpflegez. 1982; 35(1): 13-18. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6917114",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61269-74154-6"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Krankenpflegez",
            "issn": "0303-4461",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61268,
            "title": "Medical-educational effect of supervised oral hygiene exercises. Results after a year",
            "abstract": null,
            "authors": [
                "Stadtler, P"
            ],
            "year": 1981,
            "source": "Osterr Z Stomatol. 1981; 78(6): 228-234. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6944688",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61268-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Osterr Z Stomatol",
            "issn": "0029-9642",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61284,
            "title": "Frequency of eating various sweet foods and beverages by children",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1984,
            "source": "Quintessenz J. 1984; 14(9): 797-798. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "6596644",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61284-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Quintessenz J",
            "issn": "0033-6599",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61285,
            "title": "Preventive aspects of restorations using amalgam",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1986,
            "source": "Z Stomatol. 1986; 83(1): 85-90. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3463091",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61285-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Z Stomatol",
            "issn": "0175-7784",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        },
        {
            "id": 61286,
            "title": "Toothpastes--effects of zinc salts on cleansing action",
            "abstract": null,
            "authors": [
                "Städtler, P"
            ],
            "year": 1987,
            "source": "Z Stomatol. 1987; 84(7): 351-355. ",
            "category": 1,
            "document_type": 1,
            "sci": null,
            "pubmed": "3504658",
            "doi": null,
            "pmc": null,
            "organizations": [],
            "persons": [
                "61286-74154-2"
            ],
            "imported": "2006-11-16T01:00:00+01:00",
            "journal": "Z Stomatol",
            "issn": "0175-7784",
            "collection_publisher": null,
            "collection_title": null,
            "edition": null,
            "university": null,
            "country": null,
            "case_report": false,
            "impactfactor": null,
            "impactfactor_year": null,
            "impactfactor_norm": null,
            "impactfactor_norm_year": null,
            "impactfactor_norm_category": null,
            "impactfactor_norm_super": null,
            "impactfactor_norm_super_year": null,
            "impactfactor_norm_super_category": null,
            "citations": null,
            "conference_name": null,
            "conference_place": null,
            "conference_international": false,
            "scientific_event": false,
            "invited_lecture": false,
            "keynote_speaker": false,
            "selected_presentation": false,
            "biobank_use": false,
            "bmf_use": false,
            "zmf_use": false,
            "local_affiliation": false
        }
    ]
}