Eye-tracking & cartography

Conference Parser

1. Add from Bibliography

Select publications from your existing bibliography to add as contributions:

2. Event Details

Choose the primary language based on where the event takes place. This affects the ChatGPT translation direction.

3. Select Contributions

No contributions yet

No contributions yet. You can either paste BibTeX entries above or add contributions manually.

4. ChatGPT Description Generator

Use ChatGPT to generate concise, professional descriptions for your event in both English and Czech:

Write a narrative description (max. 500 characters) of a scientific conference. 

RESEARCH FIRST: Please search for the current website of this event and ideally previous years' websites to get accurate information about the conference's focus, significance, and context.

Create a flowing narrative that includes:
– full event name: "[Event title not provided]"
– location: [Location not provided]
– exact dates: [Start date not provided] to [End date not provided]
– duration: [Duration not calculated]
– core scientific focus (research the actual conference topics/themes)
– why it is significant in its field (based on conference history, reputation, attendees)

Style: Write as a cohesive narrative paragraph, not bullet points. Tone: formal, informative, academic.

Please respond in this exact JSON format:
{
  "description_en": "English narrative description (max 500 characters)",
  "description_cs": "Czech narrative description (max 500 characters)"
}

5. ChatGPT Translation Helper

Copy this prompt to ChatGPT to automatically generate Czech translations for your event details:

Please help me translate this event information from English to Czech:

**Event Title (EN):** [No event title provided]
**Short Title (EN):** [No short title provided]
**Description (EN):** [No description provided]
**Location (EN):** [No location provided]
**Organizer (EN):** [No organizer provided]

Please respond in this exact JSON format:
{
  "title_cs": "český překlad názvu události",
  "shortTitle_cs": "český překlad zkráceného názvu",
  "description_cs": "český překlad popisu",
  "location_cs": "český překlad lokace",
  "organizer_cs": "český překlad organizátora"
}

6. Generated Event JSON

{
  "title": {
    "en": "",
    "cs": ""
  },
  "shortTitle": {
    "en": "",
    "cs": ""
  },
  "description": {
    "en": "",
    "cs": ""
  },
  "dateFrom": "",
  "dateTo": "",
  "location": {
    "en": "",
    "cs": ""
  },
  "organizer": {
    "en": "",
    "cs": ""
  },
  "lang": "en",
  "type": "conference",
  "contributions": []
}