Kathleen Blee’s keynote “What we’ve accomplished and what remains to do in the study of gender and the far-right”, 10/03/2026 5-6pm

Keynote Lecture – Prof. Kathleen Blee   Event: International colloquium “Far-Right, Gender and Femonationalism” When: 10 March 2026, online and at the University of Lausanne (CEG-CRAPUL), from 5:00 pm to 6:00 pm What: Keynote talk by Prof. Kathleen Blee, Distinguished Professor of Sociology at the University of Pittsburgh:  Title: “What we’ve accomplished and what remains to do

Read More »

Virtual visit to the Directorate-General for Translation – 05/03/2026

Discover DG Translation, explore job and traineeship opportunities, and get expert tips for starting out and succeeding in the translation industry – for students, recent graduates and newcomers to the language industry. When: Thursday 5 March 2026, 09:30 – 12:15 (CET) Mode: Online only Registration: Link Source: Virtual visit to the Directorate-General for Translation: discover career opportunities

Read More »

[SEMINAR] CRITICAL DISCOURSE ANALYSIS – WINTER COURSE

Course: Critical Discourse Analysis When: Weekly sessions every Thursday, from February 19th to March 26th, 2026 Time: 2pm – 4pm (CET/UTC+1) How: Online course Registration: https://forms.gle/CZLP9aPibF5Y14FX9 Registration deadline: February 16th Total hours of class sessions: 12 Language: English ​ Price: €280 for full course – Course certificate included in price   Description: This course offers a practical introduction to

Read More »

International Conference on Translation & Interpreting, May 29-30, online

Date: 29-30 – May – 2026Location: OnlineConference Page: https://ld-initiatives.ch/conferences/ The International Conference on Translation & Interpreting (short name Interverbum 2026) brings together translators, interpreters, language professionals, researchers, and educators in the field of translation studies. Contributions from the following fields are invited: 1) Military Translation and Interpreting;2) Legal Translation;3) EU Translation;4) Medical Translation;5) Literary Translation;6)

Read More »

Registration for ReMeTIS – Now Open

Forwarding to all interested parties the announcement from the faculty for the Research Methods in Translation and Interpreting Studies (ReMeTIS) Programme : We are pleased to announce that registration is now open for the Research Methods in Translation and Interpreting Studies (ReMeTIS) programme, offered by the Faculty of Translation and Interpreting of the University of Geneva (Switzerland), one

Read More »

HiTZ Webinar

Speaker: Henning Wachsmuth (Leibniz University Hannover)Title: Toward Argumentative Large Language ModelsDate: Thursday, February 5, 2026 – 15:00 Summary: Today’s large language models (LLMs) are optimized toward giving helpful answers in response to prompts. In many situations, however, it may be preferable for an LLM to foster critical thinking rather than just following an instruction. While recent LLMs

Read More »
IATE widget demo setup // iate advanced search template // To specify a configuration, you have to assign it to the iateConfig variable BEFORE embedding the widget. // Please refer to the search widget guide for specific customisation options. // For a basic installation example, please refer to the default_template_basic.html file. const iateConfig = { verbose: false, number_of_results: 20, form_is_shown: true, query_is_automatically_launched: false, // the iate advanced search template form contains most of the available fields: // query, source language, target language, matching type, term type, primary status, and source and target term reliability // we do not specify available_values for source and target language fields and for the source and target reliability fields as we will use the default values form: { query: { name: "Query", visible: true, default: "", mandatory: true, type: "text", }, sourceLanguages: { name: "From", visible: true, default: "", mandatory: true, type: "singlechoice", }, targetLanguages: { name: "To", visible: true, default: [], mandatory: true, type: "multichoice", }, matching: { name: "Matching type", visible: true, default: 3, // as we want to exclude some values which would come in the default, here we specify the available values manually available_values: [ { code: 3, name: "Exact match" }, { code: 1, name: "All words" }, { code: 9, name: "Search by ID" }, ], mandatory: true, type: "singlechoice", }, termType: { name: "Term type", visible: true, // as we want to exclude some values which would come in the default, here we specify the available values manually available_values: [ { code: 4, name: "Term" }, { code: 0, name: "Abbreviation" }, { code: 1, name: "Formula" }, { code: 2, name: "Phrase" }, { code: 3, name: "Short Form" }, ], mandatory: true, type: "multichoice", }, primarity: { name: "Primary status", visible: true, // here we specify the available_values in order to have them sorted in a different way than what the default would offer available_values: [ { code: 1, name: "Primary" }, { code: 0, name: "Not primary" }, ], mandatory: false, // if a field is not mandatory and nothing is selected by the user, the field is ignored (searches in 'all') type: "multichoice", }, reliability_sl: { name: "Term reliability (source)", visible: true, mandatory: false, type: "multichoice", }, reliability_tl: { name: "Term reliability (target)", visible: true, mandatory: false, type: "multichoice", }, }, hitlist: { compact: true, show_term_ref: true, term_ref_label: "Term reference", show_definition: true, definition_label: "Definition", show_definition_ref: true, definition_ref_label: "Definition reference", show_ll_note: true, ll_note_label: "Language note", show_ll_note_ref: true, ll_note_ref_label: "Language note reference", show_tl_note: true, tl_note_label: "Term note", show_tl_note_ref: true, tl_note_ref_label: "Term note reference", show_context: true, context_label: "Context", show_context_ref: true, context_ref_label: "Context reference", show_domains: true, domains_label: "Domains", show_reliability: true, reliability_label: "Reliability", show_lifecycle: true, lifecycle_label: "Lifecycle", show_origin: true, origin_label: "Origin", show_language_usage: false, language_usage_label: "Language usage", show_language_usage_ref: false, language_usage_ref_label: "Language usage reference", show_regional_usage: false, regional_usage_label: "Regional usage", show_regional_usage_ref: false, regional_usage_ref_label: "Regional usage reference", }, };