CINXE.COM
Informationsdienst Wissenschaft - In eigener Sache
<!DOCTYPE html> <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="de"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="de"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9" lang="de"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="de"> <!--<![endif]--> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <!-- Included CSS Files --> <link rel="stylesheet" type="text/css" href="/stylesheets/basic.css?v=1" /> <link rel="stylesheet" type="text/css" href="/stylesheets/app.css" /> <link rel="stylesheet" type="text/css" href="/stylesheets/kickstart-icons.css" /> <link rel="stylesheet" type="text/css" href="/stylesheets/print.css" media="print" /> <script type="text/javascript">idw_lang='de_DE';idw_logged_in=false;</script> <!--BRAINSUM <script src="/javascripts/cookieconsent.js"></script>--> <link rel="stylesheet" href="/stylesheets/klaro.css" /> <!--<script defer type="application/javascript" src="/javascripts/config.js"></script>--> <script defer type="application/javascript"> var klaroConfig = { //testing: false, elementID: 'klaro', storageMethod: 'cookie', cookieName: 'klaro', //htmlTexts: false, //cookieDomain: '.idw-online.de', cookieExpiresAfterDays: 365, default: false, mustConsent: false, acceptAll: true, hideDeclineAll: true, //hideLearnMore: false, //noticeAsModal: false, lang: 'de', translations: { zz: { privacyPolicyUrl: '/de/dataconfidentiality', }, de: { privacyPolicyUrl: '/de/dataconfidentiality', consentNotice: { description: 'Diese Website verwendet Cookies, um die Bereitstellung unserer Dienste zu optimieren.', learnMore: 'Cookie-Einstellungen', }, ok: "Alle Cookies akzeptieren", consentModal: { title: 'Cookie-Einstellungen', description: "Cookies sind Textdateien, die von einer Website gesendet und vom Webbrowser des Benutzers auf dem Computer des Benutzers gespeichert werden, während der Benutzer surft. Ihr Browser speichert jede Nachricht in einer kleinen Datei namens Cookie. Wenn Sie eine andere Seite vom Server anfordern, sendet Ihr Browser das Cookie an den Server zurück. Cookies wurden entwickelt, um Websites einen zuverlässigen Mechanismus zum Speichern von Informationen oder zum Aufzeichnen der Browsing-Aktivitäten des Benutzers zu bieten.", }, privacyPolicy: {name: 'Datenschutzerklärung', text: 'Um mehr zu erfahren, lesen Sie bitte unsere {privacyPolicy}.'}, acceptAll: 'Alle Cookies akzeptieren und schließen', acceptSelected: 'Einstellungen speichern', close: 'Schließen', purposes: { necessary: { title: 'Notwendige Cookies' }, analytics: { title: 'Statistik Cookies' }, }, purposeItem: {service: 'Dienst', services: 'Dienste'}, }, en: { privacyPolicyUrl: '/en/dataconfidentiality', consentNotice: { description: 'This website uses cookies to optimize the provision of our services.', learnMore: 'Cookie Settings', }, ok: 'Accept all cookies', consentModal: { title: 'Cookie Settings', description: "Cookies are text files sent from a website and stored on the user's computer by the user's web browser while the user is browsing. Your browser stores each message in a small file, called cookie. When you request another page from the server, your browser sends the cookie back to the server. Cookies were designed to be a reliable mechanism for websites to remember information or to record the user's browsing activity.", }, privacyPolicy: {name: 'privacy policy', text: 'To learn more, please read our {privacyPolicy}.'}, acceptAll: 'Accept all cookies and close', acceptSelected: 'Save current settings', close: 'Close', purposes: { necessary: { title: 'Necessary Cookies' }, analytics: { title: 'Statistics Cookies' }, }, purposeItem: {service: 'service', services: 'services'}, }, }, services: [ { name: 'necessarycookies', translations: { de: { title: 'Notwendige Cookies', description: 'Technisch notwendige Cookies tragen dazu bei, grundlegende Funktionalitäten dieser Website zu gewährleisten.', }, en: { title: 'Necessary Cookies', description: 'Technically necessary cookies help ensure the basic functionality of this website.', }, }, purposes: ['necessary'], cookies: ['necessarycookies'], required: true, optOut: false, }, { name: 'matomo', default: false, translations: { zz: { title: 'Matomo Analytics' }, de: { description: 'Statistik Cookies helfen uns zu verstehen, wie unsere Website verwendet wird und wie wir sie verbessern können.' }, en: { description: 'Statistics cookies help us to understand how our website is used and how we can improve it.' }, }, purposes: ['analytics'], cookies: [ [/^_pk_.*$/, '/', 'idw-online.de'], [/^_pk_.*$/, '/', 'localhost'], 'piwik_ignore', ], callback: function(consent, service) { console.log( 'User consent for service ' + service.name + ': consent=' + consent ); }, required: false, optOut: false, onlyOnce: true, }, ], callback: function(consent, service) { console.log( 'User consent for service ' + service.name + ': consent=' + consent ); }, }; </script> <script defer data-config="idwklaroConfig" type="application/javascript" src="/javascripts/klaro.js"></script> <!--[if lt IE 9]> <link rel="stylesheet" href="/stylesheets/ie.css"> <![endif]--> <meta data-embetty-server="https://proxy.idw-online.de:443"> <script async src="/javascripts/embetty.js"></script> <script src="/javascripts/modernizr.foundation.js"></script> <!-- Included JS Files --> <script src="/javascripts/jquery.min.js"></script> <script src="/javascripts/jquery.reveal.js"></script> <script src="/javascripts/jquery.orbit-1.4.0.js"></script> <script src="/javascripts/jquery.customforms.js"></script> <script src="/javascripts/jquery.placeholder.min.js"></script> <script src="/javascripts/jquery.tooltips-1.js"></script> <script src="/javascripts/app.js"></script> <script src="/javascripts/jquery-dateformat.min.js"></script> <script src="/javascripts/cal.js"></script> <script src="/javascripts/twitter-text-3.0.1.min.js"></script> <script> function set_search_fields(field1, field2) { document.getElementById(field1).value = document.getElementById(field2).value; } function toggle_checkboxes(source, id) { checkboxes = $('input[name="'+id+'"]'); for(var i in checkboxes) { if(checkboxes[i].type == "checkbox"){ checkboxes[i].checked = source.checked; } } } check_field_length = function(field_id, notarea_id, lower_limit, upper_limit, max_limit) { if (field_id == "input_field_twitter_text") { check_field_length_twitter(field_id, notarea_id, lower_limit, upper_limit, max_limit); } else { check_field_length_notwitter(field_id, notarea_id, lower_limit, upper_limit, max_limit); } }; check_field_length_twitter = function(field_id, notarea_id, lower_limit, upper_limit, max_limit) { //strlen = twttr.txt.parseTweet(document.getElementById(field_id).value).weightedLength; twittertext = document.getElementById(field_id).value.replace(/\n/gi, " "); strlen = twttr.txt.parseTweet(twittertext).weightedLength; notparsedstrlen = document.getElementById(field_id).value.length; diff = strlen - notparsedstrlen; if (strlen<lower_limit) { color = ""; } else if (strlen<upper_limit) { color = "#FFFF80"; } else if (strlen<max_limit) { color = "#FF8040"; } else { color = "#FF0000"; } document.getElementById(field_id).style.backgroundColor = color; if(upper_limit > 0) { //document.getElementById(notarea_id).innerHTML = notparsedstrlen + " / " +(upper_limit - diff); document.getElementById(notarea_id + "_p").innerHTML = "Verbleibende Zeichen: " + (upper_limit - diff - notparsedstrlen); } }; check_field_length_notwitter = function(field_id, notarea_id, lower_limit, upper_limit, max_limit) { strlen = document.getElementById(field_id).value.length; if (strlen<lower_limit) { color = ""; } else if (strlen<upper_limit) { color = "#FFFF80"; } else if (strlen<max_limit) { color = "#FF8040"; } else { color = "#FF0000"; } document.getElementById(field_id).style.backgroundColor = color; if(upper_limit > 0) { //document.getElementById(notarea_id).innerHTML = "<p style='margin-top:-10px;' align='right'>" + strlen + " / " +upper_limit + "</p>"; document.getElementById(notarea_id + "_p").innerHTML = strlen + " / " +upper_limit; } }; check_field_characters = function(field_id, notarea_id) { const specialChars = /[`$&'"\\|<>\/?%]/; if (specialChars.test(document.getElementById(field_id).value)) { color = "#FF0000"; document.getElementById(notarea_id + "_p").innerHTML = "Bitte vermeiden Sie die Benutzung der Zeichen \"<>?'\/%$&"; document.getElementsByName('submit')[0].disabled = true; document.getElementsByName('submit')[0].style.opacity = "0.5"; } else { color = ""; document.getElementById(notarea_id + "_p").innerHTML = ""; document.getElementsByName('submit')[0].disabled = false; document.getElementsByName('submit')[0].style.opacity = "1.0"; } document.getElementById(field_id).style.backgroundColor = color; }; </script> <!-- IE Fix for HTML5 Tags --> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="SHORTCUT ICON" href="/favicon.ico" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png"/> <link rel="apple-touch-icon" href="/apple-touch-icon-precomposed.png"/> <link rel="alternate" title="idw Veranstaltungen" href="/pages/de/eventsrss" type="application/rss+xml" /> <link rel="alternate" title="idw Pressemitteilungen" href="/pages/de/pressreleasesrss" type="application/rss+xml" /> <script> document.addEventListener("DOMContentLoaded", function(event) { $(".cc-text").append(' <a href="/de/dataconfidentiality">Datenschutzerklärung</a>'); }); </script> <!-- Matomo --> <script type="text/plain" data-type="application/javascript" data-name="matomo"> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(["disableCookies"]); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u = "https://statistiken.idw-online.de/"; _paq.push(['setTrackerUrl', u + 'piwik.php']); _paq.push(['setSiteId', '2']); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.type = 'text/javascript'; g.async = true; g.src = u + 'piwik.js'; s.parentNode.insertBefore(g, s); })(); </script> <!-- End Matomo Code --> <title>Informationsdienst Wissenschaft - In eigener Sache</title> </head> <body > <header class="container blueborder DontPrint"> <div class="row"> <div class="twelve columns"> <div class=" DontPrint"> <!-- start service navigation --> <nav id="servicenavi" class="hide-for-small"> <ul class="nav-bar no-margin right" style="position: absolute; right: 0;"> <li><a href="/en/idwnews">English</a></li> <li> <a id="hide" href="#hidden" class="signin">Login</a> <div id="hidden" class="hidden flyout greenline-bottom" style="display: none;"> <form action="https://idw-online.de/de/login" name="login" class="nice" method="post"> <input type="hidden" name="login_url" value="/de/idwnews?path_lang=de" /> <input type="text" placeholder="Benutzername" class="small" id="smallNiceInput" name="idw_userid" /> <input type="password" placeholder="Passwort" class="small" id="smallNiceInput" name="idw_password" /> <input type="submit" value="OK" class="small secondary button" /> <span style="margin-left: 10px;"> <a href="forgottenpassword">Passwort vergessen?</a> </span> </form> </div> </li> <li><a href="/de/register">Registrieren</a></li> <li><a href="/de/team">Kontakt</a></li> <li><a href="https://nachrichten.idw-online.de" target="_blank" style="padding-top:4px; width: 85px; height: 20px;"><img src="/images/Magazin.png"/></a></li> </ul> </nav> </div> <h2 class="hide">idw – Informationsdienst Wissenschaft</h2> <p class="hide">Nachrichten, Termine, Experten</p> <a title="Zur Startseite" href="/"> <img width="833" height="134" alt="Grafik: idw-Logo" src="/images/idw_logo_blau.png" style="margin-bottom: -3px;"> </a> </div> </div> </header> <div class="row show-for-small"> <div class="twelve columns"> <nav id="navi-for-mobile"> <form> <select ONCHANGE="location = this.options[this.selectedIndex].value;" class="twelve secondary"> <option selected="" disabled class="main">Navigation</option> <option disabled value="#">--- Angebote ---</option><option value="/de/">Nachrichten</option><option value="/de/calendar">Termine</option><option value="/de/expert">Experten</option><option value="http://idw-bilder.de">Bilder</option><option value="/de/channeloverview">Social Media</option><option disabled class="divider" value="#"></option><option disabled value="#">--- Mein idw ---</option><option value="/de/loginform">Login</option><option value="/de/register">Registrieren</option><option disabled class="divider" value="#"></option><option disabled value="#">--- Über den idw ---</option><option value="/de/aboutus">Wer wir sind</option><option value="/de/associationinfo">Mitgliedschaft</option><option value="/de/addressbook">Mitgliederverzeichnis</option><option value="/de/quality">Qualitätssicherung</option><option value="/de/idwaward">idw-Preis</option><option disabled class="divider" value="#"></option><option disabled value="#">--- Service ---</option><option value="/de/contact">Kontakt</option><option value="/de/introduction">Einführung</option><option value="/en/idwnews">English</option><option value="/de/faq">FAQ</option><option value="/de/imprint">Impressum</option><option disabled class="divider" value="#"></option> </select> </form> </nav> </div> </div> <!-- mainnavigation --> <div class="row hide-for-small DontPrint"> <div class="twelve columns DontPrint"> <nav id="mainnav"> <ul class="nav-bar graybox"> <li class="has-flyout"> <a class="main" href="#">Erste Schritte</a> <a class="flyout-toggle" href="#"><span></span></a> <ul class="flyout small"> <li><a href="/de/introduction">Einführung</a></li> <li><a href="/de/journalistoffers">Recherche</a></li> <li><a href="/de/piooffers">Publizieren</a></li> <li><a href="/de/faq">FAQ</a></li> </ul> </li> <li class="has-flyout"> <a class="main" href="#">Über den idw</a> <a class="flyout-toggle" href="#"><span></span></a> <ul class="flyout small"> <li><a href="/de/aboutus">Wer wir sind</a></li> <li><a href="/de/associationinfo">Mitgliedschaft</a></li> <li><a href="/de/addressbook">Mitgliederverzeichnis</a></li> <li><a href="/de/idwnews">In eigener Sache</a></li> <li><a href="/de/channeloverview">idw-Kanäle</a></li> <li><a href="/de/quality">Qualitätssicherung</a></li> <li><a href="/de/idwaward">idw-Preis</a></li> <li><a href="/de/api">Reichweitenpartner</a></li> <li><a href="/de/wnvproject">Wissenschaftsvideo</a></li> <li><a href="/de/cooperation">Partner</a></li> <li><a href="/de/team">Kontakt/Team</a></li> </ul> </li> </ul></nav> </div> </div> <!-- searchmodul --> <div id="search-modul" class="row DontPrint"> <div class="twelve columns"> <div class="graybox add-padding"> <div class="row"> <div class="eight columns"> <form action="simplesearch" style="margin:0;"> <input type="text" id="search_field" class="ten" style="display: inline;margin-bottom:0;" placeholder="Nachrichten und Termine durchsuchen" onfocus="this.placeholder=''" onblur="this.placeholder='Nachrichten und Termine durchsuchen'" name="words" onkeyup="set_search_fields('extended_search_field', 'search_field')"> <input type="hidden" name="_form_" value="InputForm"> <input type="hidden" name="scope" value="press_release"> <input type="hidden" name="scope" value="event"> <input type="submit" class="small blue button" value=""> </form> </div> <div class="four columns hide-for-small"> <a href="#" class="secondary button" data-reveal-id="erweiterte_suche_n">Erweiterte Suche</a> <a class="secondary button" style="background-image:none;" data-reveal-id="ews_hilfe" href="#">?</a> </div> </div> </div> </div> </div> <!-- Breadcrumbnavigation --> <div class="row"> <div class="two columns"></div> <div class="seven columns"> <dl class="sub-nav breadcrumbs"> <a href="/de/">Home</a> > In eigener Sache </dl> </div> <div class="three columns"></div> </div> <div class="row"> <div class="two columns hide-for-small DontPrint"> <nav class="graybox blueline-top DontPrint"> <!-- Subnavigation --> <ul class="side-nav"> <li class="active"> <a href="/">Nachrichten</a> <ul class="off"> <li><a href="https://nachrichten.idw-online.de/ticker" target="_blank">Ticker</a></li> <li><a href="https://nachrichten.idw-online.de" target="_blank">Magazin</a></li> </ul> </li> <li><a href="calendar">Termine</a></li> <li><a href="expert">Expert:innen</a></li> <li><a href="http://idw-bilder.de" target="_blank">Bilder</a></li> </ul> </nav> <!-- start socialmedia links --> <style = type="text/css"> .bluesky_side { width:20px; height:20px; background: url("/images/bluesky_mbsw.svg") no-repeat; background-size: 20px 20px; display: inline-block; position: relative; top: 4px; } .bluesky_side:hover { background: url("/images/bluesky_mrsw.svg") no-repeat; background-size: 20px 20px; cursor: pointer; } .instagram_side { width:20px; height:20px; background: url("/images/instagram_mbsw.svg") no-repeat; background-size: 20px 20px; display: inline-block; position: relative; top: 4px; } .instagram_side:hover { background: url("/images/instagram_mrsw.svg") no-repeat; background-size: 20px 20px; cursor: pointer; } .mastodon_side { width:20px; height:20px; background: url("/images/mastodon_mbsw.svg") no-repeat; background-size: 20px 20px; display: inline-block; position: relative; top: 4px; } .mastodon_side:hover { background: url("/images/mastodon_mrsw.svg") no-repeat; background-size: 20px 20px; cursor: pointer; } .x_side { width:20px; height:20px; background: url("/images/x_mbsw.svg") no-repeat; background-size: 20px 20px; display: inline-block; position: relative; top: 4px; } .x_side:hover { background: url("/images/x_mrsw.svg") no-repeat; background-size: 20px 20px; cursor: pointer; } .linkedin_side { width:20px; height:20px; background: url("/images/linkedin_mbsw.svg") no-repeat; background-size: 20px 20px; display: inline-block; position: relative; top: 4px; } .linkedin_side:hover { background: url("/images/linkedin_mrsw.svg") no-repeat; background-size: 20px 20px; cursor: pointer; } </style> <div class="graybox blueline-bottom DontPrint"> <div class="add-padding"> <a href="https://bsky.app/profile/idw-online.de" target="_blank" title="Bluesky"><span style="margin-left:15px;" class="bluesky_side"></span></a> <a href="https://idw-online.social/@idw_online" target="_blank" title="Mastodon"><span style="margin-left:15px;" class="mastodon_side"></span></a> <a href="http://twitter.com/idw_online_de" target="_blank" title="X"><span style="margin-left:10px;" class="x_side"></span></a> </div><div class="add-padding"> <span class="glyph social facebook" style="margin-left:4px;"><a href="http://www.facebook.com/idwonline" target="_blank" title="facebook">d</a></span> <a href="https://de.linkedin.com/company/informationsdienst-wissenschaft---idw" target="_blank" title="LinkedIn"><span style="margin-left:10px;" class="linkedin_side"></span></a> <a href="https://www.instagram.com/team_idw/" target="_blank" title="Instagram"><span style="margin-left:10px;" class="instagram_side"></span></a> <span class="glyph social rss" style="margin-left:10px;"><a href="rsssubscription" target="" title="RSS-Feed">c</a></span> </div> </div> <!-- start socialshareprivacy --> <!--<div class="graybox blueline-bottom" id="social-media"> <h6>Social Media</h6> <div id="socialshareprivacy"></div> </div>--> <!-- end socialshareprivacy --> <!-- end socialmedia links --> <!-- <div class="DontPrint" style="margin-top:0px"> 1000. idw-Mitglied! <br/> <a href="/de/news683278" target="_blank"><img src="/images/1000members.jpg" style="margin-top: 5px" alt="1000 Mitglieder"/></a> </div> --> <!-- <div class="DontPrint"> <a href="https://idw-online.de/de/simplesearch?words=corona+OR+SARS-CoV-2+OR+coronavirus+OR+covid-19&scope=press_release&category_ids=7&category_ids=1&category_ids=5&tracking=coronacampaign"><img src="https://files.idw-online.de/corona_idw.png" alt="Thema Corona"/></a> <br/> <br> </div> --> <div class="DontPrint" > <a href="https://videos.idw-online.de" target="_blank"><img src="https://files.idw-online.de/wnv/idw-Logo-Wissenschaft-bewegt.png" alt="Science Video Project"/></a> </div> <div class="DontPrint" style="margin-top:10px" > <a href="register"><img src="/images/idw-abo.png" alt="idw-Abo"/></a> </div> <hr> <div class="DontPrint"> <h6>idw-News App:</h6><br/> <a href="https://apps.apple.com/de/app/idw-news/id1540062025" target="_blank"><img src="https://files.idw-online.de/Icons/apple_app_store_de_DE.png" alt="AppStore"/></a> <br/><br/> <a href="https://play.google.com/store/apps/details?id=de.idwapp.idwnews" target="_blank"><img src="https://files.idw-online.de/Icons/google-play-badge_de_DE.png" alt="Google Play Store"/></a> <br/><br/> <!-- Matomo Image Tracker--> <img referrerpolicy="no-referrer-when-downgrade" src="https://statistiken.idw-online.de/matomo.php?idsite=2&rec=1" style="border:0" alt="" /> <!-- End Matomo --> <!-- Medienpartner: <br/> <a href="https://www.wissenschaftsjahr.de/2019/" target="_blank"><img src="/images/wj_logo.png" style="margin-top: 5px" alt="Wissenschaftsjahr"/></a> --> </div> </div> <div class="seven columns"><div class="blueline-top add-padding-h"> <h4>In eigener Sache</h4><hr/> <div class="row"><div class="two columns"><p> 15.03.2025</p></div><div class="nine columns"><h6><a href="/de/idwnews?detail=462">idw unterstützt das Wissenschaftsjahr Zukunftsenergie</a></h6><p>Informationsdienst Wissenschaft</p><p text-align="justify"><p>Beim BMBF-Wissenschaftsjahr 2025 dreht sich alles um den weltweit steigenden Energiebedarf, die begrenzten Ressourcen und den Klimawandel als zentrale Herausforderung für Politik und Gesellschaft. <a href="/de/idwnews?detail=462">[...]</a></p> </div><div class="one columns"></div></div><hr><div class="row"><div class="two columns"><p> 19.02.2025</p></div><div class="nine columns"><h6><a href="/de/idwnews?detail=465">Start der idw-Expert:innendatenbank</a></h6><p>Informationsdienst Wissenschaft</p><p text-align="justify"><p>Zugriff auf Kontaktdaten und Infos vieler hundert Fachleute aus der Wissenschaft erhalten beim idw akkreditierte Journalist:innen nun über die idw-<a href="https://experten.idw-online.de/" alt="zur <a href="/de/idwnews?detail=465">[...]</a></p> </div><div class="one columns"></div></div><hr><div class="row"><div class="two columns"><p> 05.09.2024</p></div><div class="nine columns"><h6><a href="/de/idwnews?detail=444">idw auf Bluesky</a></h6><p>Informationsdienst Wissenschaft</p><p text-align="justify"><p>Wir veröffentlichen ab sofort auf dem Kurznachrichtendienst Bluesky auch die Pressemitteilungen unserer Mitglieder aus den Kategorien <strong>Forschungsergebnisse, Forschungsprojekte und wissenschaftliche</strong> <a href="/de/idwnews?detail=444">[...]</a></p> </div><div class="one columns"></div></div><hr><div class="row"><div class="two columns"><p> 03.05.2024</p></div><div class="nine columns"><h6><a href="/de/idwnews?detail=434">Preisträgerinnen des idw-Preises</a></h6><p>Informationsdienst Wissenschaft</p><p text-align="justify"><p>Der Informationsdienst Wissenschaft (idw) hat am 03. Mai 2024 die Pressestellen des <strong>Max-Planck-Instituts</strong> <strong>für Chemie</strong>, der <strong>der Universität des Saarlandes</strong> <a href="/de/idwnews?detail=434">[...]</a></p> </div><div class="one columns"></div></div><hr><div class="row"><div class="two columns"><p> 05.08.2023</p></div><div class="nine columns"><h6><a href="/de/idwnews?detail=414">idw auch auf Instagram</a></h6><p>Informationsdienst Wissenschaft</p><p text-align="justify"><p>Der idw hat vor wenigen Monaten seinen Account auf Instagram gestartet. Hier posten wir Neuigkeiten aus dem idw, an welchen Veranstaltungen wir teilnehmen, welche Mitglieder neu im idw sind und welche <a href="/de/idwnews?detail=414">[...]</a></p> </div><div class="one columns"></div></div><hr><ul class="pagination"><li class="current" ><a href="/de/idwnews?page=1">1</a></li><li><a href="/de/idwnews?page=2">2</a></li><li><a href="/de/idwnews?page=3">3</a></li><li><a href="/de/idwnews?page=4">4</a></li><li><a href="/de/idwnews?page=5">5</a></li><li><a href="/de/idwnews?page=6">6</a></li><li><a href="/de/idwnews?page=7">7</a></li><li><a href="/de/idwnews?page=8">8</a></li><li><a href="/de/idwnews?page=9">9</a></li><li><a href="/de/idwnews?page=10">10</a></li><li><a href="/de/idwnews?page=11">11</a></li><li><a href="/de/idwnews?page=12">12</a></li><li class="arrow"><a href="/de/idwnews?page=2">»</a></li></ul></div></div> <div class="three columns DontPrint" id="sidebar"> <div class="graybox greenline-top greenline-bottom infobox-intern"> <h6 class="add-padding green">In eigener Sache</h6> <div class="add-padding"> <div><div><font size="2"> 15.03.2025</font> </div><h6><a href="/de/idwnews?detail=462">idw unterstützt das Wissenschaftsjahr Zukunftsenergie</a></h6><p>Beim BMBF-Wissenschaftsjahr 2025 dreht sich alles um den weltweit steigenden Energiebedarf, die begrenzten <a href="/de/idwnews?detail=462">[...]</a></div><div><div><font size="2"> 19.02.2025</font> </div><h6><a href="/de/idwnews?detail=465">Start der idw-Expert:innendatenbank</a></h6><p>Zugriff auf Kontaktdaten und Infos vieler hundert Fachleute aus der Wissenschaft erhalten beim idw <a href="/de/idwnews?detail=465">[...]</a></div></div></div><h6 class="add-padding green">Termine</h6> <div data-year="2025" data-month="5" class="calendar"> <h4 id="current-month"> <span title="Vormonat" data-icon="{" class="icon small" style="display: inline-block; margin-right: 10px;"><span aria-hidden="true"><a href="/de/idwnews?ipc_year=2025&ipc_month=3">{</a></span></span>April 2025<span title="Folgemonat" data-icon="}" class="icon small" style="display: inline-block; margin-left: 10px;"><span aria-hidden="true"><a href="/de/idwnews?ipc_year=2025&ipc_month=5">}</a></span></span> </h4> <table cellspacing="0" id="calendar-month5 " class="calendar-month "> <tbody> <tr class="alt first"> <th class="weekday">Mo</th> <th class="weekday">Di</th> <th class="weekday">Mi</th> <th class="weekday">Do</th> <th class="weekday">Fr</th> <th class="weekday">Sa</th> <th class="weekday">So</th> </tr> <tr> <td class="current-month day1"><span class="day"> </span></td> <td class="current-month day2"><span class="day"><a href="/de/calendar?start_datetime=2025-4-1&ipc_month=4&end_datetime=2025-4-1&ipc_year=20" >1</a></span></td> <td class="current-month day3 active"><span class="day"><a href="/de/calendar?start_datetime=2025-4-2&ipc_month=4&end_datetime=2025-4-2&ipc_year=20" class="active" >2</a></span></td> <td class="current-month day4"><span class="day"><a href="/de/calendar?start_datetime=2025-4-3&ipc_month=4&end_datetime=2025-4-3&ipc_year=20" >3</a></span></td> <td class="current-month day5"><span class="day"><a href="/de/calendar?start_datetime=2025-4-4&ipc_month=4&end_datetime=2025-4-4&ipc_year=20" >4</a></span></td> <td class="current-month day6"><span class="day"><a href="/de/calendar?start_datetime=2025-4-5&ipc_month=4&end_datetime=2025-4-5&ipc_year=20" >5</a></span></td> <td class="current-month day7"><span class="day"><a href="/de/calendar?start_datetime=2025-4-6&ipc_month=4&end_datetime=2025-4-6&ipc_year=20" >6</a></span></td> </tr> <tr> <td class="current-month day8"><span class="day"><a href="/de/calendar?start_datetime=2025-4-7&ipc_month=4&end_datetime=2025-4-7&ipc_year=20" >7</a></span></td> <td class="current-month day9"><span class="day"><a href="/de/calendar?start_datetime=2025-4-8&ipc_month=4&end_datetime=2025-4-8&ipc_year=20" >8</a></span></td> <td class="current-month day10"><span class="day"><a href="/de/calendar?start_datetime=2025-4-9&ipc_month=4&end_datetime=2025-4-9&ipc_year=20" >9</a></span></td> <td class="current-month day11"><span class="day"><a href="/de/calendar?start_datetime=2025-4-10&ipc_month=4&end_datetime=2025-4-10&ipc_year=20" >10</a></span></td> <td class="current-month day12"><span class="day"><a href="/de/calendar?start_datetime=2025-4-11&ipc_month=4&end_datetime=2025-4-11&ipc_year=20" >11</a></span></td> <td class="current-month day13"><span class="day"><a href="/de/calendar?start_datetime=2025-4-12&ipc_month=4&end_datetime=2025-4-12&ipc_year=20" >12</a></span></td> <td class="current-month day14"><span class="day"><a href="/de/calendar?start_datetime=2025-4-13&ipc_month=4&end_datetime=2025-4-13&ipc_year=20" >13</a></span></td> </tr> <tr> <td class="current-month day15"><span class="day"><a href="/de/calendar?start_datetime=2025-4-14&ipc_month=4&end_datetime=2025-4-14&ipc_year=20" >14</a></span></td> <td class="current-month day16"><span class="day"><a href="/de/calendar?start_datetime=2025-4-15&ipc_month=4&end_datetime=2025-4-15&ipc_year=20" >15</a></span></td> <td class="current-month day17"><span class="day"><a href="/de/calendar?start_datetime=2025-4-16&ipc_month=4&end_datetime=2025-4-16&ipc_year=20" >16</a></span></td> <td class="current-month day18"><span class="day"><a href="/de/calendar?start_datetime=2025-4-17&ipc_month=4&end_datetime=2025-4-17&ipc_year=20" >17</a></span></td> <td class="current-month day19"><span class="day"><a href="/de/calendar?start_datetime=2025-4-18&ipc_month=4&end_datetime=2025-4-18&ipc_year=20" >18</a></span></td> <td class="current-month day20"><span class="day"><a href="/de/calendar?start_datetime=2025-4-19&ipc_month=4&end_datetime=2025-4-19&ipc_year=20" >19</a></span></td> <td class="current-month day21"><span class="day"><a href="/de/calendar?start_datetime=2025-4-20&ipc_month=4&end_datetime=2025-4-20&ipc_year=20" >20</a></span></td> </tr> <tr> <td class="current-month day22"><span class="day"><a href="/de/calendar?start_datetime=2025-4-21&ipc_month=4&end_datetime=2025-4-21&ipc_year=20" >21</a></span></td> <td class="current-month day23"><span class="day"><a href="/de/calendar?start_datetime=2025-4-22&ipc_month=4&end_datetime=2025-4-22&ipc_year=20" >22</a></span></td> <td class="current-month day24"><span class="day"><a href="/de/calendar?start_datetime=2025-4-23&ipc_month=4&end_datetime=2025-4-23&ipc_year=20" >23</a></span></td> <td class="current-month day25"><span class="day"><a href="/de/calendar?start_datetime=2025-4-24&ipc_month=4&end_datetime=2025-4-24&ipc_year=20" >24</a></span></td> <td class="current-month day26"><span class="day"><a href="/de/calendar?start_datetime=2025-4-25&ipc_month=4&end_datetime=2025-4-25&ipc_year=20" >25</a></span></td> <td class="current-month day27"><span class="day"><a href="/de/calendar?start_datetime=2025-4-26&ipc_month=4&end_datetime=2025-4-26&ipc_year=20" >26</a></span></td> <td class="current-month day28"><span class="day"><a href="/de/calendar?start_datetime=2025-4-27&ipc_month=4&end_datetime=2025-4-27&ipc_year=20" >27</a></span></td> </tr> <tr> <td class="current-month day29"><span class="day"><a href="/de/calendar?start_datetime=2025-4-28&ipc_month=4&end_datetime=2025-4-28&ipc_year=20" >28</a></span></td> <td class="current-month day30"><span class="day"><a href="/de/calendar?start_datetime=2025-4-29&ipc_month=4&end_datetime=2025-4-29&ipc_year=20" >29</a></span></td> <td class="current-month day31"><span class="day"><a href="/de/calendar?start_datetime=2025-4-30&ipc_month=4&end_datetime=2025-4-30&ipc_year=20" >30</a></span></td> <td class="current-month day32"><span class="day"> </span></td> <td class="current-month day33"><span class="day"> </span></td> <td class="current-month day34"><span class="day"> </span></td> <td class="current-month day35"><span class="day"> </span></td> </tr> </table> </tbody> </table> </div> </div></div></div></div> <footer class="DontPrint"> <div class="row hide-for-small "> <div class="two columns "> <h6>Erste Schritte</h6> <ul><li><a href="/de/introduction">Einführung</a></li><li><a href="/de/journalistoffers">Recherche</a></li><li><a href="/de/piooffers">Publizieren</a></li><li><a href="/de/faq">FAQ</a></li></ul> </div> <div class="two columns "> <h6>Über den idw</h6> <ul><li><a href="/de/aboutus">Wer wir sind</a></li><li><a href="/de/associationinfo">Mitgliedschaft</a></li><li><a href="/de/addressbook">Mitgliederverzeichnis</a></li><li><a href="/de/idwnews">In eigener Sache</a></li><li><a href="/de/idwaward">idw-Preis</a></li><li><a href="/de/cooperation">Partner</a></li><li><a href="/de/idwjobs">Stellenangebote</a></li><li><a href="/de/team">Kontakt/Team</a></li></ul> </div> <div class="two columns "> </div> <div class="two columns "> </div> <div class="two columns "> </div> <div class="two columns "> <h6>Weitere</h6> <ul><li><a href="/de/team">Kontakt</a></li><li><a href="/de/imprint">Impressum</a></li><li><a href="/de/termsofuse">Nutzungsbedingungen</a></li><li><a href="/de/dataconfidentiality">Datenschutzerklärung</a></li><li><a href="#" onclick="klaro.show(undefined, true)">Cookie-Einstellungen</a></li></ul> </div> </div> <div class="row hide-for-small "> <hr class="DontPrint"> </div> <div class="row hide-for-small "> <div class="two columns "> <!--<h6 class="uppercase">Nachrichten</h6> <ul class="off"> <li><a href="#">Mein Ticker</a></li> <li><a href="#">Merkliste</a></li> </ul>--> </div> <div class="two columns "> <!--<h6 class="uppercase">Termine</h6> <ul class="off"> <li><a href="#">Mein Kalender</a></li> <li><a href="#">Merkliste</a></li> </ul>--> </div> <div class="two columns "> <!--<h6 class="uppercase">Experten</h6> <ul class="off"> <li><a href="#">Hendi quam</a></li> <li><a href="#">Secaecto bearum</a></li> <li><a href="#">Invende lendebis</a></li> <li><a href="#">Magnatiurmo</a></li> <li><a href="#">Berovolorem</a></li> <li><a href="#">Corabipsandam</a></li> </ul>--> </div> <div class="two columns "> <!--<h6 class="uppercase">Bilder/Videos</h6> <ul class="off"> <li><a href="#">Meine Bilder/Videos</a></li> <li><a href="#">Merkliste</a></li> </ul>--> </div> <div class="two columns "> <!--<h6 class="uppercase">Literatur</h6> <ul> <li><a href="#">Hendi quam</a></li> <li><a href="#">Secaecto bearum</a></li> <li><a href="#">Invende lendebis</a></li> </ul>--> </div> <div class="two columns "> <!--<h6 class="uppercase">Weiterbildung</h6> <ul> <li><a href="#">Hendi quam</a></li> <li><a href="#">Secaecto bearum</a></li> <li><a href="#">Berovolorem</a></li> </ul>--> </div> </div><div class="row hide-for-small "> <hr class="DontPrint" style="border-color: #E0E0E0;"> </div> <div class="row "> <div class="twelve columns DontPrint"> © 1995-2025 Informationsdienst Wissenschaft e. V. - <a href="/de/imprint">Impressum</a> | <a href="/de/termsofuse">Nutzungsbedingungen</a> | <a href="/de/dataconfidentiality">Datenschutzerklärung</a></div> </div> </footer> <div id="erweiterte_suche_n" class="reveal-modal ews" style="top: 104px; opacity: 1; visibility: hidden; display: none;"> <form action="simplesearch" method="get"> <h3>Erweiterte Suche</h3> <dl class="tabs" style="margin-bottom: 0px;"> <dd class="active"> <a href="#simple1">Erweiterte Suche</a> </dd> <dd> <a href="#simple2">Regionen</a> </dd> <dd> <a href="#simple3">weitere Optionen</a> </dd> <dd class="search"> <input id="extended_search_field" type="text" class="ten" style="display: inline;margin-bottom:0;" placeholder="Suchbegriff(e)" onfocus="this.placeholder=''" onblur="this.placeholder='Suchbegriff(e)'" name="words" onkeyup="set_search_fields('search_field', 'extended_search_field')"> </dd> </dl> <hr> <ul class="tabs-content" style="margin-top: 30px;"> <li class="active" id="simple1Tab"> <div class="row"> <div class="two columns"> <h6 style="margin-bottom: 18px;">Umfang der Suche</h6> <p><input type="hidden" name="scope" value="[ALWAYS_THERE]" /><label><input checked="checked" type="checkbox" name="scope" value="press_release" /> Suche in Pressemitteilungen</label><label><input checked="checked" type="checkbox" name="scope" value="event" /> Suche in Terminen</label></p> </div> <div class="eight columns"> <dl class="tabs contained"> <dd class="active"><a href="#simpleContained1">Art der Pressemitteilung</a></dd> <dd ><a href="#simpleContained2">Arten der Veranstaltung</a></dd> <dd ><a href="#simpleContained3">Sachgebiete</a></dd> </dl> <ul class="tabs-content contained"> <li class="active" id="simpleContained1Tab"> <div class="row"><input type="hidden" name="category_ids" value="[ALWAYS_THERE]" /><div class="six columns"> <ul><li><label><input type="checkbox" name="category_ids" value="4" /> Buntes aus der Wissenschaft <span class="has-tip tip-left noradius" data-width="300" title="z. B. Tag der offenen Tür, Ring-/Gastvorlesung, Messen mit Begleitprogramm, Vorträge → Termine bitte auch in den idw-Wissenschaftskalender eintragen!">[i]</span></label></li><li><label><input type="checkbox" name="category_ids" value="10" /> Forschungs- / Wissenstransfer <span class="has-tip tip-left noradius" data-width="300" title="z. B. Beratung, Gründung, Patente, Entwicklungen, Messebeteiligung, Neue Methoden">[i]</span></label></li><li><label><input type="checkbox" name="category_ids" value="7" /> Forschungsergebnisse <span class="has-tip tip-left noradius" data-width="300" title="Neues aus der Forschung; konkrete Ergebnisse von Studien, Untersuchungsreihen, (Modell-) Versuchen; belastbare Belege und Aussagen; DOI-Angabe;<br/> N I C H T: Auszeichnungen, geplante Studien oder Tests, Vorträge, Veröffentlichungen oder Messebeteiligungen, denen Forschungsergebnisse zugrunde liegen. ">[i]</span></label></li><li><label><input type="checkbox" name="category_ids" value="1" /> Forschungsprojekte <span class="has-tip tip-left noradius" data-width="300" title="z. B. Projektinitiierung, Zwischenbericht oder Abschluss">[i]</span></label></li><li><label><input type="checkbox" name="category_ids" value="13" /> Kooperationen <span class="has-tip tip-left noradius" data-width="300" title="z. B. mit anderen Einrichtungen aus der Wissenschaft, der Wirtschaft oder sonstigen Partnern (nicht werblich), Internationales">[i]</span></label></li><li><label><input type="checkbox" name="category_ids" value="6" /> Organisatorisches <span class="has-tip tip-left noradius" data-width="300" title="z. B. Neugründungen, Neubauten, anstehende Wahlen, Umstrukturierung, Fristen, Fusion">[i]</span></label></li><li><label><input type="checkbox" name="category_ids" value="2" /> Personalia <span class="has-tip tip-left noradius" data-width="300" title="z. B. Berufungen, Wahlergebnisse, Jubiläen">[i]</span></label></li><li><label><input type="checkbox" name="category_ids" value="14" /> Pressetermine <span class="has-tip tip-left noradius" data-width="300" title="Einladungen an Journalisten/Redaktionen">[i]</span></label></li></ul></div><div class="six columns"> <ul><li><label><input type="checkbox" name="category_ids" value="12" /> Schule und Wissenschaft <span class="has-tip tip-left noradius" data-width="300" title="z. B. Schnuppertage, Kinderuni, Schüler-Labor, Girl's/Boy's Day, Kooperation mit Schulen/Kindergärten">[i]</span></label></li><li><label><input type="checkbox" name="category_ids" value="8" /> Studium und Lehre <span class="has-tip tip-left noradius" data-width="300" title="z. B. Details zu Studienfächern/(Aufbau-)Studiengängen, Ausbildungskonzepte, E-Learning, Akkreditierungen">[i]</span></label></li><li><label><input type="checkbox" name="category_ids" value="11" /> Wettbewerbe / Auszeichnungen <span class="has-tip tip-left noradius" data-width="300" title="Auszeichnungen für Institutionen und (Einzel-) Personen, Hochschul-Rankings">[i]</span></label></li><li><label><input type="checkbox" name="category_ids" value="5" /> Wissenschaftliche Publikationen <span class="has-tip tip-left noradius" data-width="300" title="bitte geben Sie den 'Digital Object Identifier' (DOI) an, sofern vorhanden - siehe <a href='http://de.wikipedia.org/wiki/Digital_Object_Identifier' target='_blank'>http://de.wikipedia.org/wiki/Digital_Object_Identifier</a>">[i]</span></label></li><li><label><input type="checkbox" name="category_ids" value="3" /> Wissenschaftliche Tagungen <span class="has-tip tip-left noradius" data-width="300" title="z. B. Konferenzen, Symposien, Jahrestagungen">[i]</span></label></li><li><label><input type="checkbox" name="category_ids" value="15" /> wissenschaftliche Weiterbildung <span class="has-tip tip-left noradius" data-width="300" title="z. B. lebenslanges Lernen, Angebote mit Zertifikat für Wissenschaftler, Akademiker, Studenten">[i]</span></label></li><li><label><input type="checkbox" name="category_ids" value="9" /> Wissenschaftspolitik <span class="has-tip tip-left noradius" data-width="300" title="z. B. Wissenschaftsfinanzierung, Evaluationen, Wissenschaftsförderung, neue Regelungen">[i]</span></label></li><li><input type="checkbox" name="toggler" onClick="toggle_checkboxes(this, 'category_ids')" /> Alles auswählen</li></ul></div></div></li> <li id="simpleContained2Tab"> <div class="row"><input type="hidden" name="eventcategory_ids" value="[ALWAYS_THERE]" /><div class="six columns"> <ul><li><label><input type="checkbox" name="eventcategory_ids" value="500" /> (studentische) Informationsveranstaltung / Messe <span class="has-tip tip-left noradius" data-width="300" title="Jobmesse, Tag der offenen Tür">[i]</span></label></li><li><label><input type="checkbox" name="eventcategory_ids" value="300" /> Angebote für Kinder + Jugendliche <span class="has-tip tip-left noradius" data-width="300" title="Kinderuni, Uni-Schnuppertag, Girls' day">[i]</span></label></li><li><label><input type="checkbox" name="eventcategory_ids" value="600" /> Ausstellung / kulturelle Veranstaltung / Fest <span class="has-tip tip-left noradius" data-width="300" title="Konzert, Ausstellung, akad. Abschlussfeier, Preisverleihung, Hochschulfest">[i]</span></label></li><li><label><input type="checkbox" name="eventcategory_ids" value="700" /> Exkursion</label></li><li><label><input type="checkbox" name="eventcategory_ids" value="100" /> Konferenz / Symposion / (Jahres-)Tagung</label></li></ul></div><div class="six columns"> <ul><li><label><input type="checkbox" name="eventcategory_ids" value="800" /> Pressetermine <span class="has-tip tip-left noradius" data-width="300" title="Pressetermine, Pressekonferenzen">[i]</span></label></li><li><label><input type="checkbox" name="eventcategory_ids" value="200" /> Seminar / Workshop / Diskussion <span class="has-tip tip-left noradius" data-width="300" title="Sommeruni, Podiumsdiskussion">[i]</span></label></li><li><label><input type="checkbox" name="eventcategory_ids" value="400" /> Vortrag / Kolloquium / Vorlesung <span class="has-tip tip-left noradius" data-width="300" title="Antritts- oder Ringvorlesung, Autorenlesung">[i]</span></label></li><li><input type="checkbox" name="toggler" onClick="toggle_checkboxes(this, 'eventcategory_ids')" /> Alles auswählen</li></ul></div></div></li> <li id="simpleContained3Tab"> <div class="row"><input type="hidden" name="field_ids" value="[ALWAYS_THERE]" /><div class="six columns"> <ul><li><label><input type="checkbox" name="field_ids" value="205" /> Bauwesen / Architektur <span class="has-tip tip-left noradius" data-width="300" title="z. B. <ul><li>Hoch-/Tiefbau, Straßen-/Brückenbau, Tunnelbau, Holz-/Stahlbau, Ingenieurbau, Bautechnik, Bauwirtschaft, Gebäudetechnik,</li> <li>Städtebau, Bauwerke, Landschaftsarchitektur, Baukunst</li></ul>">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="100" /> Biologie <span class="has-tip tip-left noradius" data-width="300" title="z. B. Botanik, Zoologie, Molekularbiologie, Zellbiologie (Cytologie), Entwicklungsbiologie, Physiologie, Verhaltensbiologie, Evolutionsbiologie, Biotechnologie, Biochemie, Bionik">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="101" /> Chemie <span class="has-tip tip-left noradius" data-width="300" title="z. B. allgemeine Chemie, Anorganische Chemie, Organische Chemie, Physikalische Chemie, Biochemie, Theoretische Chemie, Analytische Chemie, Technische Chemie, Lebensmittelchemie">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="302" /> Elektrotechnik <span class="has-tip tip-left noradius" data-width="300" title="z. B. Gebäudetechnik, Steuer-/Mess-/Regelungstechnik, Nachrichten-/Computertechnik, technische Informatik">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="301" /> Energie <span class="has-tip tip-left noradius" data-width="300" title="z. B. Energieforschung, erneuerbare/alternative Energieen, Energietechnik, Energiegewinnung/-nutzung, Energiequellen/-träger">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="401" /> Ernährung / Gesundheit / Pflege <span class="has-tip tip-left noradius" data-width="300" title="z. B. <ul><li>Lebensmittel-Monitoring/-Recht/-Kennzeichnung, Nahrungsergänzung, Functional Food - Krankheitsverhütung, Lebensverlängerung,</li> <li>Gesundheitsförderung,</li> <li>Kinderkrankenpflege, Altenpflege, Heilerziehungspflege, Psychiatrische Pflege</li><li>Lebensmittelwissenschaften</li></ul>">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="203" /> Geowissenschaften <span class="has-tip tip-left noradius" data-width="300" title="z. B. Geografie, Tourismus, Erdforschung zu Rohstoffen/Steinen und Erden/Wärme/Wetter/Klima/Vulkanen/Tektonik, Angewandte Geologie, Geotechnik, Geoinformatik">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="602" /> Geschichte / Archäologie</label></li><li><label><input type="checkbox" name="field_ids" value="603" /> Gesellschaft <span class="has-tip tip-left noradius" data-width="300" title="z. B. Soziologie, Demografie, Migration, soziale Arbeit, Gender/Gleichstellung, Geschlechterforschung">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="300" /> Informationstechnik <span class="has-tip tip-left noradius" data-width="300" title="z. B. Informatik, Informations- und Datenverarbeitung, Technikfolgeabschätzung, Automatisierung, Mensch-Maschine-Schnittstelle, Künstliche Intelligenz, Digitalisierung">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="604" /> Kulturwissenschaften <span class="has-tip tip-left noradius" data-width="300" title="z. B. Ethnologie, Anthropologie, interkulturelle Kommunikation">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="701" /> Kunst / Design <span class="has-tip tip-left noradius" data-width="300" title="z. B. Kunstpädagogik, Restaurierung, Textildesign">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="304" /> Maschinenbau <span class="has-tip tip-left noradius" data-width="300" title="z. B. Thermodynamik, Werkstoffwissenschaften, (technische) Mechanik, Konstruktion, Mess- und Regelungstechnik">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="200" /> Mathematik <span class="has-tip tip-left noradius" data-width="300" title="z. B. formale Logik, Technomathematik, Wirtschaftsmathematik, Computermathematik">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="600" /> Medien- und Kommunikationswissenschaften <span class="has-tip tip-left noradius" data-width="300" title="z. B. Publizistik, Journalistik, Film- und Fernsehwissenschaften, Nutzungs- und Wirkungsforschung">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="400" /> Medizin <span class="has-tip tip-left noradius" data-width="300" title="z.B. evidenzbasierte Medizin, Heilkunde, Zahnmedizin, Neurowissenschaft, Alternativmedizin, Medizintechnik, Pharmazie">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="103" /> Meer / Klima <span class="has-tip tip-left noradius" data-width="300" title="z. B. <ul><li>Ozeanologie, Hydrologie, Glaziologie, Polarforschung,</li> <li>Klimatologie, Meteorologie, Klima auf anderen Planeten, Klimafaktoren, Klimawandel, Mikro-, Meso-, Makroklima, Klimafaktor Mensch, Globale Erwärmung, Wetter</li></ul>">[i]</span></label></li></ul></div><div class="six columns"> <ul><li><label><input type="checkbox" name="field_ids" value="700" /> Musik / Theater <span class="has-tip tip-left noradius" data-width="300" title="auch Tanz">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="605" /> Pädagogik / Bildung <span class="has-tip tip-left noradius" data-width="300" title="z. B. Erwachsenenbildung, Berufspädagogik, Integration">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="608" /> Philosophie / Ethik <span class="has-tip tip-left noradius" data-width="300" title="z. B. interkulturelle Philosophie">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="201" /> Physik / Astronomie <span class="has-tip tip-left noradius" data-width="300" title="z. B. <ul><li>theoretische Physik, Experimentalphysik, Atom- und Molekülphysik, Quantentheorie,</li> <li>Astrophysik, Raumfahrt, Kosmologie</li></ul>">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="501" /> Politik <span class="has-tip tip-left noradius" data-width="300" title="z. B. Verwaltungswissenschaften, politische Theorie, Ideengeschichte, vergleichende Politikwissenschaft, Internationale Beziehungen">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="606" /> Psychologie <span class="has-tip tip-left noradius" data-width="300" title="z. B. Arbeitswissenschaften, Verhaltensforschung, Kognitionswissenschaft">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="502" /> Recht <span class="has-tip tip-left noradius" data-width="300" title="z. B. Rechtsphilosophie/-soziologie, Kriminologie, Rechtsgeschichte">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="607" /> Religion <span class="has-tip tip-left noradius" data-width="300" title="z. B. Religionen, Religiösität, Religionskritik">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="402" /> Sportwissenschaft <span class="has-tip tip-left noradius" data-width="300" title="z. B. Biomechanik, Bewegungswissenschaft, Sportdidaktik/-medizin/-pädagogik/-ökonomie, Trainingswissenschaft">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="601" /> Sprache / Literatur <span class="has-tip tip-left noradius" data-width="300" title="z. B. Spracherwerb, Sprecherziehung, Künstliche Intelligenz, Philologien, Linguistik, Literaturwissenschaft, Komparatistik">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="204" /> Tier / Land / Forst <span class="has-tip tip-left noradius" data-width="300" title="z. B. <ul><li>Veterinärmedizin,</li> <li>Agrarökonomie, nachwachsende Rohstoffe, ökologischer Landbau, Pflanzen-/Tierproduktion, Agrartechnik,</li> <li>Waldökologie, Bodenkultur, Bewirtschaftung von Wald und Landschaft</li></ul>">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="102" /> Umwelt / Ökologie <span class="has-tip tip-left noradius" data-width="300" title="z. B. <ul><li>Umweltbelastung/-schäden, Folgenabschätzung, Umwelt- und Naturschutz, Kreislauf- und Abfallwirtschaft, Lärmschutz,</li> <li>(Elektro-) Smog, Verkehr- und Bauwesen, Energie- und Wasserwirtschaft, Geoökologie</li></ul>">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="306" /> Verkehr / Transport <span class="has-tip tip-left noradius" data-width="300" title="z. B. Straßen-/Luft-/Schiffsverkehr, Infrastruktur, Mobilität, Verkehrsplanung, Stauforschung, Personen-/Güterverkehr, Logistik, Verkehrswirtschaft ">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="305" /> Werkstoffwissenschaften <span class="has-tip tip-left noradius" data-width="300" title="z. B. Materialwissenschaft, Werkstoffprüfung/-strukturen/-eigenschaften, Textiltechnik">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="500" /> Wirtschaft <span class="has-tip tip-left noradius" data-width="300" title="z. B. VWL, BWL, Wirtschaftsgeschichte">[i]</span></label></li><li><label><input type="checkbox" name="field_ids" value="999999" /> fachunabhängig <span class="has-tip tip-left noradius" data-width="300" title="z. B. Themen der Wissenschaftspolitik, allgemeine Wissenschaftsorganisation/-administration oder Studienthemen, evtl. Personalien">[i]</span></label></li><li><input type="checkbox" name="toggler" onClick="toggle_checkboxes(this, 'field_ids')" /> Alles auswählen</li></ul></div></div></li> </ul> <p><input type="submit" name="suchen" value="suchen »" class="secondary button"></p> </div> <div class="two columns"> <h6 style="margin-bottom: 18px;">Datum der Veröffentlichung</h6> <p><span>Anfangsdatum</span><br><input name="start_date" value="" onkeyup="check_field_length('input_field_start_date', 'not_area_start_date', 1000, 2000, 3000);" onchange="check_field_length('input_field_start_date', 'not_area_start_date', 1000, 2000, 3000);" type="text" id="input_field_start_date" size="20" /></p> <p><span>Enddatum</span><br><input name="end_date" value="" onkeyup="check_field_length('input_field_end_date', 'not_area_end_date', 1000, 2000, 3000);" onchange="check_field_length('input_field_end_date', 'not_area_end_date', 1000, 2000, 3000);" type="text" id="input_field_end_date" size="20" /></p> </div> </div> </li> <li id="simple2Tab" style="display: none;"> <div class="row"> <div class="two columns"></div> <div class="seven columns"> <dl class="tabs contained"> <dd class="active"><a href="#simpleContained6">Länder</a></dd> <dd ><a href="#simpleContained7">Sprachen</a></dd> <dd><a href="#simpleContained8">Deutschland</a></dd><dd><a href="#simpleContained9">Österreich</a></dd><dd><a href="#simpleContained10">Schweiz</a></dd> </dl> <ul class="tabs-content contained"> <li class="active" id="simpleContained6Tab"> <div class="row"><input type="hidden" name="country_ids" value="[ALWAYS_THERE]" /><div class="six columns"> <ul><li><label><input type="checkbox" name="country_ids" value="35" /> Dänemark</label></li><li><label><input type="checkbox" name="country_ids" value="36" /> Deutschland</label></li><li><label><input type="checkbox" name="country_ids" value="46" /> Frankreich</label></li><li><label><input type="checkbox" name="country_ids" value="188" /> Großbritannien</label></li><li><label><input type="checkbox" name="country_ids" value="65" /> Israel</label></li><li><label><input type="checkbox" name="country_ids" value="66" /> Italien</label></li><li><label><input type="checkbox" name="country_ids" value="68" /> Japan</label></li><li><label><input type="checkbox" name="country_ids" value="95" /> Liechtenstein</label></li></ul></div><div class="six columns"> <ul><li><label><input type="checkbox" name="country_ids" value="97" /> Luxemburg</label></li><li><label><input type="checkbox" name="country_ids" value="121" /> Niederlande</label></li><li><label><input type="checkbox" name="country_ids" value="126" /> Österreich</label></li><li><label><input type="checkbox" name="country_ids" value="146" /> Schweden</label></li><li><label><input type="checkbox" name="country_ids" value="147" /> Schweiz</label></li><li><label><input type="checkbox" name="country_ids" value="180" /> Ungarn</label></li><li><label><input type="checkbox" name="country_ids" value="999999" /> sonstiges</label></li><li><input type="checkbox" name="toggler" onClick="toggle_checkboxes(this, 'country_ids')" /> Alles auswählen</li></ul></div></div></li> <li id="simpleContained7Tab"> <div class="row"><input type="hidden" name="langs" value="[ALWAYS_THERE]" /><div class="six columns"> <ul><li><label><input type="checkbox" name="langs" value="de_DE" /> Deutsch</label></li></ul></div><div class="six columns"> <ul><li><label><input type="checkbox" name="langs" value="en_US" /> Englisch</label></li></ul></div></div></li> <li id="simpleContained8Tab"> <div class="row"><input type="hidden" name="provinces_36" value="[ALWAYS_THERE]" /><div class="six columns"> <ul><li><label><input type="checkbox" name="provinces_36" value="1" /> Baden-Württemberg</label></li><li><label><input type="checkbox" name="provinces_36" value="2" /> Bayern</label></li><li><label><input type="checkbox" name="provinces_36" value="3" /> Berlin</label></li><li><label><input type="checkbox" name="provinces_36" value="4" /> Brandenburg</label></li><li><label><input type="checkbox" name="provinces_36" value="5" /> Bremen</label></li><li><label><input type="checkbox" name="provinces_36" value="6" /> Hamburg</label></li><li><label><input type="checkbox" name="provinces_36" value="7" /> Hessen</label></li><li><label><input type="checkbox" name="provinces_36" value="8" /> Mecklenburg-Vorpommern</label></li><li><label><input type="checkbox" name="provinces_36" value="9" /> Niedersachsen</label></li></ul></div><div class="six columns"> <ul><li><label><input type="checkbox" name="provinces_36" value="10" /> Nordrhein-Westfalen</label></li><li><label><input type="checkbox" name="provinces_36" value="11" /> Rheinland-Pfalz</label></li><li><label><input type="checkbox" name="provinces_36" value="12" /> Saarland</label></li><li><label><input type="checkbox" name="provinces_36" value="13" /> Sachsen</label></li><li><label><input type="checkbox" name="provinces_36" value="14" /> Sachsen-Anhalt</label></li><li><label><input type="checkbox" name="provinces_36" value="15" /> Schleswig-Holstein</label></li><li><label><input type="checkbox" name="provinces_36" value="16" /> Thüringen</label></li><li><input type="checkbox" name="toggler" onClick="toggle_checkboxes(this, 'provinces_36')" /> Alles auswählen</li></ul></div></div></li><li id="simpleContained9Tab"> <div class="row"><input type="hidden" name="provinces_126" value="[ALWAYS_THERE]" /><div class="six columns"> <ul><li><label><input type="checkbox" name="provinces_126" value="126001" /> Burgenland</label></li><li><label><input type="checkbox" name="provinces_126" value="126002" /> Kärnten</label></li><li><label><input type="checkbox" name="provinces_126" value="126003" /> Niederösterreich</label></li><li><label><input type="checkbox" name="provinces_126" value="126004" /> Oberösterreich</label></li><li><label><input type="checkbox" name="provinces_126" value="126005" /> Salzburg</label></li></ul></div><div class="six columns"> <ul><li><label><input type="checkbox" name="provinces_126" value="126006" /> Steiermark</label></li><li><label><input type="checkbox" name="provinces_126" value="126007" /> Tirol</label></li><li><label><input type="checkbox" name="provinces_126" value="126008" /> Vorarlberg</label></li><li><label><input type="checkbox" name="provinces_126" value="126009" /> Wien</label></li><li><input type="checkbox" name="toggler" onClick="toggle_checkboxes(this, 'provinces_126')" /> Alles auswählen</li></ul></div></div></li><li id="simpleContained10Tab"> <div class="row"><input type="hidden" name="provinces_147" value="[ALWAYS_THERE]" /><div class="six columns"> <ul><li><label><input type="checkbox" name="provinces_147" value="147001" /> Aargau</label></li><li><label><input type="checkbox" name="provinces_147" value="147002" /> Appenzell Ausserrhoden</label></li><li><label><input type="checkbox" name="provinces_147" value="147003" /> Appenzell Innerrhoden</label></li><li><label><input type="checkbox" name="provinces_147" value="147004" /> Basel-Landschaft</label></li><li><label><input type="checkbox" name="provinces_147" value="147005" /> Basel-Stadt</label></li><li><label><input type="checkbox" name="provinces_147" value="147006" /> Bern</label></li><li><label><input type="checkbox" name="provinces_147" value="147007" /> Freiburg</label></li><li><label><input type="checkbox" name="provinces_147" value="147008" /> Genf</label></li><li><label><input type="checkbox" name="provinces_147" value="147009" /> Glarus</label></li><li><label><input type="checkbox" name="provinces_147" value="147010" /> Graubünden</label></li><li><label><input type="checkbox" name="provinces_147" value="147011" /> Jura</label></li><li><label><input type="checkbox" name="provinces_147" value="147012" /> Luzern</label></li><li><label><input type="checkbox" name="provinces_147" value="147013" /> Neuenburg</label></li><li><label><input type="checkbox" name="provinces_147" value="147014" /> Nidwalden</label></li></ul></div><div class="six columns"> <ul><li><label><input type="checkbox" name="provinces_147" value="147015" /> Obwalden</label></li><li><label><input type="checkbox" name="provinces_147" value="147016" /> Schaffhausen</label></li><li><label><input type="checkbox" name="provinces_147" value="147017" /> Schwyz</label></li><li><label><input type="checkbox" name="provinces_147" value="147018" /> Solothurn</label></li><li><label><input type="checkbox" name="provinces_147" value="147019" /> St. Gallen</label></li><li><label><input type="checkbox" name="provinces_147" value="147020" /> Tessin</label></li><li><label><input type="checkbox" name="provinces_147" value="147021" /> Thurgau</label></li><li><label><input type="checkbox" name="provinces_147" value="147022" /> Uri</label></li><li><label><input type="checkbox" name="provinces_147" value="147023" /> Waadt</label></li><li><label><input type="checkbox" name="provinces_147" value="147024" /> Wallis</label></li><li><label><input type="checkbox" name="provinces_147" value="147025" /> Zug</label></li><li><label><input type="checkbox" name="provinces_147" value="147026" /> Zürich</label></li><li><input type="checkbox" name="toggler" onClick="toggle_checkboxes(this, 'provinces_147')" /> Alles auswählen</li></ul></div></div></li> </ul> <p><input type="submit" name="suchen" value="suchen »" class="secondary button"></p> </div> <div class="three columns"></div> </div> </li> <li id="simple3Tab" style="display: none;"> <div class="row"> <div class="two columns"></div> <div class="seven columns"> <dl class="tabs contained"> <dd class="active" ><a href="#simpleContained4">Bei der Veröffentlichung gewählte Reichweite</a></dd> <dd ><a href="#simpleContained5">Zielgruppen</a></dd> </dl> <ul class="tabs-content contained"> <li class="active" id="simpleContained4Tab"> <div class="row"><input type="hidden" name="relevance_id" value="[ALWAYS_THERE]" /><div class="six columns"> <ul><li><label><input type="checkbox" name="relevance_id" value="3" /> lokal</label></li><li><label><input type="checkbox" name="relevance_id" value="5" /> regional</label></li><li><label><input type="checkbox" name="relevance_id" value="10" /> überregional</label></li></ul></div><div class="six columns"> <ul><li><label><input type="checkbox" name="relevance_id" value="20" /> international</label></li><li><input type="checkbox" name="toggler" onClick="toggle_checkboxes(this, 'relevance_id')" /> Alles auswählen</li></ul></div></div></li> <li id="simpleContained5Tab"> <div class="row"><input type="hidden" name="audience_ids" value="[ALWAYS_THERE]" /><div class="six columns"> <ul><li><label><input type="checkbox" name="audience_ids" value="1" /> Journalisten</label></li><li><label><input type="checkbox" name="audience_ids" value="5" /> Lehrer/Schüler</label></li><li><label><input type="checkbox" name="audience_ids" value="3" /> Studierende</label></li><li><label><input type="checkbox" name="audience_ids" value="4" /> Wirtschaftsvertreter</label></li></ul></div><div class="six columns"> <ul><li><label><input type="checkbox" name="audience_ids" value="2" /> Wissenschaftler</label></li><li><label><input type="checkbox" name="audience_ids" value="999999" /> jedermann</label></li><li><input type="checkbox" name="toggler" onClick="toggle_checkboxes(this, 'audience_ids')" /> Alles auswählen</li></ul></div></div></li> </ul> <p><input type="submit" name="suchen" value="suchen »" class="secondary button"></p> </div> <div class="three columns"></div> </div> </li> </ul> <a class="close-reveal-modal">×</a> </form> </div> <!-- end footer --> <div id="ews_hilfe" class="reveal-modal"> <h2>Hilfe</h2> <h5 class="subheader">Die Suche / Erweiterte Suche im idw-Archiv</h5> <h5>Verknüpfungen</h5> <p>Sie können Suchbegriffe mit und, oder und / oder nicht verknüpfen, z. B. Philo nicht logie.</p> <h5>Klammern</h5> <p>Verknüpfungen können Sie mit Klammern voneinander trennen, z. B. (Philo nicht logie) oder (Psycho und logie).</p> <h5>Wortgruppen</h5> <p>Zusammenhängende Worte werden als Wortgruppe gesucht, wenn Sie sie in Anführungsstriche setzen, z. B. „Bundesrepublik Deutschland“. </p> <h5>Auswahlkriterien</h5> <p>Die Erweiterte Suche können Sie auch nutzen, ohne Suchbegriffe einzugeben. Sie orientiert sich dann an den Kriterien, die Sie ausgewählt haben (z. B. nach dem Land oder dem Sachgebiet).</p> <p>Haben Sie in einer Kategorie kein Kriterium ausgewählt, wird die gesamte Kategorie durchsucht (z.B. alle Sachgebiete oder alle Länder). </p> <script type="text/javascript"> $('.hidden').hide(); $('a#hide').live("click", function(){ $('.hidden').toggle(); return false; }); </script> </div> </div> </div> </body> </html>