{"id":96441,"date":"2022-11-27T23:04:52","date_gmt":"2022-11-27T22:04:52","guid":{"rendered":"https:\/\/www.oeh.ac.at\/oeh-seminar\/"},"modified":"2025-12-16T18:12:21","modified_gmt":"2025-12-16T17:12:21","slug":"oh-seminar","status":"publish","type":"page","link":"https:\/\/www.oeh.ac.at\/en\/oh-seminar\/","title":{"rendered":"\u00d6H Seminar"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"96441\" class=\"elementor elementor-96441 elementor-7215\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f6239a e-flex e-con-boxed e-con e-parent\" data-id=\"4f6239a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c6c7f75 elementor-widget elementor-widget-text-editor\" data-id=\"c6c7f75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: var( --e-global-color-primary ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-size: var( --e-global-typography-text-font-size ); font-style: var( --e-global-typography-text-font-style ); font-weight: var( --e-global-typography-text-font-weight ); letter-spacing: var( --e-global-typography-text-letter-spacing ); text-transform: var( --e-global-typography-text-text-transform );\">The \u00d6H Seminar (formerly Representation Workshop, VeWe) is the annual meeting of student representatives from all over Austria, aimed at offering comprehensive training and further education opportunities.<\/span><\/p>\n<p>Our goal is to provide student representatives with a free weekend seminar where you can deepen your skills while also having the opportunity to network with each other.<\/p>\n<p>Here is an overview of the most important facts:<\/p>\n<ul>\n<li><strong>When:<\/strong> March 06.-08., 2026<\/li>\n<li><strong>Location:<\/strong> <a href=\"https:\/\/www.oejhv.at\/jugendherbergen\/salzburg\/st-gilgen\/\" target=\"_blank\" rel=\"noopener\">Youth Hostel St. Gilgen<\/a><\/li>\n<li><b>email for questions:<\/b> <a href=\"mailto:oeh-seminar@oeh.ac.at\">oeh-seminar@oeh.ac.at<\/a><\/li>\n<li><strong>deadline<\/strong>: February 20, 2026<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-abd4a7e elementor-button-info elementor-widget elementor-widget-button\" data-id=\"abd4a7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.oeh.ac.at\/seminar\/en\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Sign up now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c833fbd elementor-widget elementor-widget-text-editor\" data-id=\"c833fbd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u00a0<\/p><p>You can choose from 10 different workshops that cover exciting topics related to representation work and are presented interactively. Unfortunately, there is a limited number of spots, so despite registering, we cannot guarantee a spot. We can only process complete registrations (especially workshop preferences 1+2+3).<\/p><p>Accommodation and all on-site costs will be fully covered by us.<br \/>If you have any questions, you can reach us via email (oeh-seminar@oeh.ac.at).<\/p><p>This year, the following workshops will be offered:<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8560c71 elementor-widget elementor-widget-html\" data-id=\"8560c71\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"workshop-accordion\" class=\"custom-accordion\"><\/div>\r\n<script>\r\njQuery(function () {\r\n  function decodeEntities(str) {\r\n    \/\/ decodes &amp; -> &, &uuml; -> \u00fc, etc.\r\n    return jQuery(\"<textarea\/>\").html(str || \"\").text();\r\n  }\r\n\r\n  var endpoint = \"https:\/\/matbe.oeh.ac.at\/oeh-events\/events_2025_en.php\";\r\n  var $target = jQuery(\"#workshop-accordion\");\r\n  if (!$target.length) return;\r\n\r\n  jQuery.getJSON(endpoint, function (items) {\r\n    jQuery.each(items, function (index, item) {\r\n      var title = decodeEntities(item.title);\r\n      var text  = decodeEntities(item.text);\r\n\r\n      var $details = jQuery(\"<details><\/details>\");\r\n      var $summary = jQuery(\"<summary><\/summary>\").text(title);\r\n      var $content = jQuery(\"<div class='accordion-content'><\/div>\").text(text);\r\n\r\n      $details.append($summary).append($content);\r\n      $target.append($details);\r\n    });\r\n\r\n    \/\/ single-open behavior\r\n    $target.on(\"toggle\", \"details\", function () {\r\n      if (this.open) $target.find(\"details\").not(this).removeAttr(\"open\");\r\n    });\r\n  });\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9e8964e e-flex e-con-boxed e-con e-parent\" data-id=\"9e8964e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b8871c1 e-flex e-con-boxed e-con e-parent\" data-id=\"b8871c1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d45e3cc e-flex e-con-boxed e-con e-parent\" data-id=\"d45e3cc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-938b43c e-flex e-con-boxed e-con e-parent\" data-id=\"938b43c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>The \u00d6H Seminar (formerly Representation Workshop, VeWe) is the annual meeting of student representatives from all over Austria, aimed at offering comprehensive training and&#8230;<\/p>\n","protected":false},"author":22,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-96441","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u00d6H Seminar - \u00d6sterreichische Hochsch\u00fcler_innenschaft (\u00d6H)<\/title>\n<meta name=\"description\" content=\"The \u00d6H offers its members, the students, a variety of seminars on different topics relevant to their studies.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.oeh.ac.at\/en\/oh-seminar\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u00d6H Seminar - \u00d6sterreichische Hochsch\u00fcler_innenschaft (\u00d6H)\" \/>\n<meta property=\"og:description\" content=\"The \u00d6H offers its members, the students, a variety of seminars on different topics relevant to their studies.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.oeh.ac.at\/en\/oh-seminar\/\" \/>\n<meta property=\"og:site_name\" content=\"\u00d6sterreichische Hochsch\u00fcler_innenschaft (\u00d6H)\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/bundesoeh\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-16T17:12:21+00:00\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/oh-seminar\\\/\",\"url\":\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/oh-seminar\\\/\",\"name\":\"\u00d6H Seminar - \u00d6sterreichische Hochsch\u00fcler_innenschaft (\u00d6H)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/#website\"},\"datePublished\":\"2022-11-27T22:04:52+00:00\",\"dateModified\":\"2025-12-16T17:12:21+00:00\",\"description\":\"The \u00d6H offers its members, the students, a variety of seminars on different topics relevant to their studies.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/oh-seminar\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/oh-seminar\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/oh-seminar\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u00d6H Seminar\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/\",\"name\":\"\u00d6sterreichische Hochsch\u00fcler_innenschaft\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/#organization\"},\"alternateName\":\"\u00d6H\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/#organization\",\"name\":\"\u00d6sterreichische Hochsch\u00fcler_innenschaft\",\"alternateName\":\"\u00d6H\",\"url\":\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.oeh.ac.at\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/OeH_Logo_white_RGB.png\",\"contentUrl\":\"https:\\\/\\\/www.oeh.ac.at\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/OeH_Logo_white_RGB.png\",\"width\":1600,\"height\":1330,\"caption\":\"\u00d6sterreichische Hochsch\u00fcler_innenschaft\"},\"image\":{\"@id\":\"https:\\\/\\\/www.oeh.ac.at\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/bundesoeh\",\"https:\\\/\\\/instagram.com\\\/bundesoeh\",\"https:\\\/\\\/youtube.com\\\/bundesoeh\",\"https:\\\/\\\/bsky.app\\\/profile\\\/bundesoeh.bsky.social\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u00d6H Seminar - \u00d6sterreichische Hochsch\u00fcler_innenschaft (\u00d6H)","description":"The \u00d6H offers its members, the students, a variety of seminars on different topics relevant to their studies.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.oeh.ac.at\/en\/oh-seminar\/","og_locale":"en_US","og_type":"article","og_title":"\u00d6H Seminar - \u00d6sterreichische Hochsch\u00fcler_innenschaft (\u00d6H)","og_description":"The \u00d6H offers its members, the students, a variety of seminars on different topics relevant to their studies.","og_url":"https:\/\/www.oeh.ac.at\/en\/oh-seminar\/","og_site_name":"\u00d6sterreichische Hochsch\u00fcler_innenschaft (\u00d6H)","article_publisher":"https:\/\/facebook.com\/bundesoeh","article_modified_time":"2025-12-16T17:12:21+00:00","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.oeh.ac.at\/en\/oh-seminar\/","url":"https:\/\/www.oeh.ac.at\/en\/oh-seminar\/","name":"\u00d6H Seminar - \u00d6sterreichische Hochsch\u00fcler_innenschaft (\u00d6H)","isPartOf":{"@id":"https:\/\/www.oeh.ac.at\/en\/#website"},"datePublished":"2022-11-27T22:04:52+00:00","dateModified":"2025-12-16T17:12:21+00:00","description":"The \u00d6H offers its members, the students, a variety of seminars on different topics relevant to their studies.","breadcrumb":{"@id":"https:\/\/www.oeh.ac.at\/en\/oh-seminar\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.oeh.ac.at\/en\/oh-seminar\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.oeh.ac.at\/en\/oh-seminar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.oeh.ac.at\/en\/"},{"@type":"ListItem","position":2,"name":"\u00d6H Seminar"}]},{"@type":"WebSite","@id":"https:\/\/www.oeh.ac.at\/en\/#website","url":"https:\/\/www.oeh.ac.at\/en\/","name":"\u00d6sterreichische Hochsch\u00fcler_innenschaft","description":"","publisher":{"@id":"https:\/\/www.oeh.ac.at\/en\/#organization"},"alternateName":"\u00d6H","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.oeh.ac.at\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.oeh.ac.at\/en\/#organization","name":"\u00d6sterreichische Hochsch\u00fcler_innenschaft","alternateName":"\u00d6H","url":"https:\/\/www.oeh.ac.at\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.oeh.ac.at\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.oeh.ac.at\/wp-content\/uploads\/2023\/03\/OeH_Logo_white_RGB.png","contentUrl":"https:\/\/www.oeh.ac.at\/wp-content\/uploads\/2023\/03\/OeH_Logo_white_RGB.png","width":1600,"height":1330,"caption":"\u00d6sterreichische Hochsch\u00fcler_innenschaft"},"image":{"@id":"https:\/\/www.oeh.ac.at\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/bundesoeh","https:\/\/instagram.com\/bundesoeh","https:\/\/youtube.com\/bundesoeh","https:\/\/bsky.app\/profile\/bundesoeh.bsky.social"]}]}},"_links":{"self":[{"href":"https:\/\/www.oeh.ac.at\/en\/wp-json\/wp\/v2\/pages\/96441","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.oeh.ac.at\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.oeh.ac.at\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.oeh.ac.at\/en\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/www.oeh.ac.at\/en\/wp-json\/wp\/v2\/comments?post=96441"}],"version-history":[{"count":31,"href":"https:\/\/www.oeh.ac.at\/en\/wp-json\/wp\/v2\/pages\/96441\/revisions"}],"predecessor-version":[{"id":1210310,"href":"https:\/\/www.oeh.ac.at\/en\/wp-json\/wp\/v2\/pages\/96441\/revisions\/1210310"}],"wp:attachment":[{"href":"https:\/\/www.oeh.ac.at\/en\/wp-json\/wp\/v2\/media?parent=96441"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}