Nachmittagsprogramm der Informatik am Studieninformationstag 2023
Beim dem Besuch in der Informatik vor Ort wird es eine Tour durch das Centrum geben, du wirst Gelegenheit haben mit einem unserer Informatikprofessoren zu sprechen und auch das Schülerlabor besichtigen.
Hol dir Tickets am Beratungsstand der Informatik am Vormittag!
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || []; window.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {/**/ var map = window.WPLeafletMapPlugin.getCurrentMap(); var group = window.WPLeafletMapPlugin.getCurrentGroup(); var marker_options = window.WPLeafletMapPlugin.getIconOptions({"iconSize":"30,40","svg":true,"background":"#8EBAE5","iconClass":"dashicons dashicons-groups","color":"#00549F"}); var marker = new L.SVGMarker( [50.779206,6.060396], marker_options ); var is_image = map.is_image_map; if (marker_options.draggable) { marker.on('dragend', function () { var latlng = this.getLatLng(); var lat = latlng.lat; var lng = latlng.lng; if (is_image) { console.log('leaflet-marker y=' + lat + ' x=' + lng); } else { console.log('leaflet-marker lat=' + lat + ' lng=' + lng); } }); } marker.addTo( group ); marker.bindPopup(window.WPLeafletMapPlugin.unescape('</p><p><strong>Treffpunkt am Eingang E3</strong></p><p>Hier treffen wir uns alle um 15:00 Uhr vor dem Gebäude und beginnen mit dem Nachmittagsprogramm.')).openPopup();window.WPLeafletMapPlugin.markers.push( marker ); });
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || []; window.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {/**/ var map = window.WPLeafletMapPlugin.getCurrentMap(); var group = window.WPLeafletMapPlugin.getCurrentGroup(); var marker_options = window.WPLeafletMapPlugin.getIconOptions({"iconSize":"30,40","svg":true,"background":"#8EBAE5","iconClass":"dashicons dashicons-groups","color":"#00549F"}); var marker = new L.SVGMarker( [50.779876,6.073439], marker_options ); var is_image = map.is_image_map; if (marker_options.draggable) { marker.on('dragend', function () { var latlng = this.getLatLng(); var lat = latlng.lat; var lng = latlng.lng; if (is_image) { console.log('leaflet-marker y=' + lat + ' x=' + lng); } else { console.log('leaflet-marker lat=' + lat + ' lng=' + lng); } }); } marker.addTo( group ); marker.bindPopup(window.WPLeafletMapPlugin.unescape('</p><p><strong>Stand der Informatik</strong></p><p>Hier treffen wir uns um 14:30 Uhr, falls du nicht selber um 15:00 Uhr zum Informatikzentrum kommst. Wir laufen dann gemeinsam hin. '));window.WPLeafletMapPlugin.markers.push( marker ); });
window.WPLeafletMapPlugin = window.WPLeafletMapPlugin || []; window.WPLeafletMapPlugin.push(function WPLeafletgpxShortcode() {/**/ var src = 'https://sc.informatik.rwth-aachen.de/wp-content/uploads/2023/01/Carl-zum-Infozentrum.gpx'; var default_style = {"color":"#00549F"}; var rewrite_keys = { stroke : 'color', 'stroke-width' : 'weight', 'stroke-opacity' : 'opacity', fill : 'fillColor', 'fill-opacity' : 'fillOpacity', }; // htmlspecialchars converts & to "&"; maybe unnecessarily, and maybe 3x var ampersandRegex = /&(?:amp;){1,3}/g var layer = L.ajaxGeoJson(src.replace(ampersandRegex, '&'), { type: 'gpx', style : layerStyle, onEachFeature : onEachFeature, pointToLayer: pointToLayer }); var fitbounds = 0; var circleMarker = 0; var popup_text = window.WPLeafletMapPlugin.unescape(""); var popup_property = ""; var table_view = 0; var group = window.WPLeafletMapPlugin.getCurrentGroup(); var markerOptions = window.WPLeafletMapPlugin.getIconOptions({}); layer.addTo( group ); window.WPLeafletMapPlugin.geojsons.push( layer ); if (fitbounds) { layer.on('ready', function () { this.map.fitBounds( this.getBounds() ); }); } function layerStyle (feature) { var props = feature.properties || {}; var style = {}; function camelFun (_, first_letter) { return first_letter.toUpperCase(); }; for (var key in props) { if (key.match('-')) { var camelcase = key.replace(/-(\w)/, camelFun); style[ camelcase ] = props[ key ]; } // rewrite style keys from geojson.io if (rewrite_keys[ key ]) { style[ rewrite_keys[ key ] ] = props[ key ]; } } return L.Util.extend(style, default_style); } function onEachFeature (feature, layer) { var props = feature.properties || {}; var text; if (table_view) { text = window.WPLeafletMapPlugin.propsToTable(props); } else { text = popup_property ? props[ popup_property ] : window.WPLeafletMapPlugin.template( popup_text, feature.properties ); } if (text) { layer.bindPopup( text ); } } function pointToLayer (feature, latlng) { if (circleMarker) { return L.circleMarker(latlng); } return L.marker(latlng, markerOptions); }});
<!-- window.WPLeafletMapPlugin=window.WPLeafletMapPlugin||[];window.WPLeafletMapPlugin.push(function(){var clmarkers=L.markerClusterGroup({showCoverageOnHover:true,zoomToBoundsOnClick:true,spiderfyOnMaxZoom:true,removeOutsideVisibleBounds:true,disableClusteringAtZoom:17,maxClusterRadius:80,});leafext_markercluster_js(clmarkers);});
<!-- window.WPLeafletMapPlugin=window.WPLeafletMapPlugin||[];window.WPLeafletMapPlugin.push(function(){var map=window.WPLeafletMapPlugin.getCurrentMap();var map_id=map._leaflet_id;var maps=[];maps[map_id]=map;var allfit=[];if(true&&typeof maps[map_id]._shouldFitBounds==="undefined"){allfit[map_id]=new L.latLngBounds();} var position="topleft";let all_options={"zoomInTitle":"Zoom in","zoomOutTitle":"Zoom out","zoomHomeIcon":"home","zoomHomeTitle":"Home","fit":true,"position":"topleft"};leafext_zoomhome_js(maps,map_id,allfit,position,all_options);});
<!-- window.WPLeafletMapPlugin=window.WPLeafletMapPlugin||[];window.WPLeafletMapPlugin.push(function(){var map=window.WPLeafletMapPlugin.getCurrentMap();var fsControl=new L.Control.FullScreen({position:"topleft"});map.addControl(fsControl);});