CINXE.COM

timms video

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:url" content="" /> <meta property="og:type" content="webpage" /> <meta property="og:title" content="" /> <meta property="og:description" content="" /> <meta property="og:image" content="" /> <meta property="og:locale" content="de_DE" /> <link rel="shortcut icon" href="/favicon.ico" /> <title>timms video</title> <link href="/Content/bootstrap.css" rel="stylesheet"/> <link href="/Content/timms/UniSite.css" rel="stylesheet"/> <link href="/Content/themes/base/jquery-ui.css" rel="stylesheet"/> <style> #nav-search:hover { background-color: transparent; } </style> <style type="text/css"> /* overwrite UniSite.css */ body div#outerContainer { max-width: 1300px; } footer { max-width: 1300px; } .intrinsic-container { position: relative; height: 0; overflow: hidden; } .intrinsic-container-16x9 { padding-bottom: 56.25%; } .intrinsic-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } @media (max-width:767px) { #outer-container { width: 100%; display: block; position: relative; } #video-container { width: 100%; } #outer-container #right { width: 100%; } } @media (min-width:768px) { #outer-container { width: 100%; display: flex; flex-direction: row; } #video-container { width: 100%; } #outer-container #right { width: 381px; min-width: 381px; padding-left: 30px; } } .cursor-pointer { cursor: pointer; } /* ---- spacer classes ---- */ .h075em { width: 0.75em; display: inline-block; height: 4px; } .h150em { width: 1.5em; display: inline-block; } /* video iframe legends */ div.title { padding-top: 15px; font-size: 20px; padding-bottom: 10px; } div.creator { font-size: 18px; color: rgb(143,143,143); line-height: 1.5em; } .s-c-close { font-size: 18px; color: rgb(143,143,143); float: right; } td.citestyles { width: 100px; text-align: right; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; vertical-align: top; color: rgb(143,143,143); cursor: pointer; } span.copyState { color: rgb(0,105,170); font-size: 10px; font-style: italic; } span.copyState.Off { display: none; } span.copyState.On { display: inline; } /* share dialog */ #share-dialog { display: none; } /* cite dialog*/ #cite-dialog { display: none; } .s-c-dialog { width: 100%; border-left: 0px solid rgb(80,170,200); padding-left: 20px; background-color: rgb(252,252,252); padding-right: 0px; } td.md-name { font-size: 12px; text-align: right; padding-right: 10px; vertical-align: top; overflow-wrap: break-word; width: 100px; color: rgb(143,143,143); } td.md-val { font-size: 12px; text-align: left; padding-left: 10px; vertical-align: top; overflow-wrap: break-word; } a.citedown { color: rgb(130,93,45); font-size: 14px; font-weight: normal; text-decoration: none; } a.citedown:hover { text-decoration: none; } a.citedown:active, a.citedown:visited { text-decoration: none; } </style> <script src="/Scripts/modernizr-2.8.3.js"></script> <script src="/Scripts/jquery-3.3.1.js"></script> <script src="/Scripts/jquery-ui-1.12.1.js"></script> <script src="/Scripts/bootstrap.js"></script> <script src="/Scripts/respond.js"></script> <script src="/Scripts/jquery.validate.js"></script> <script src="/Scripts/jquery.validate.unobtrusive.js"></script> <script src="/Scripts/_QueryControl.js" type="text/javascript"></script> <script> var dlTitle = "Vorlesung Analysis 2, 27. Stunde"; var dlRid = "UT_20231201_001_ws2324ana2_0001"; function copyFormatted(html) { // Create container for the HTML // [1] var container = document.createElement('div') container.innerHTML = html // Hide element // [2] container.style.position = 'fixed' container.style.pointerEvents = 'none' container.style.opacity = 0 // Detect all style sheets of the page var activeSheets = Array.prototype.slice.call(document.styleSheets) .filter(function (sheet) { return !sheet.disabled }) // Mount the iframe to the DOM to make `contentWindow` available // [3] document.body.appendChild(container) // Copy to clipboard // [4] window.getSelection().removeAllRanges() var range = document.createRange() range.selectNode(container) window.getSelection().addRange(range) // [5.1] document.execCommand('copy') // [5.2] for (var i = 0; i < activeSheets.length; i++) activeSheets[i].disabled = true // [5.3] document.execCommand('copy') // [5.4] for (var i = 0; i < activeSheets.length; i++) activeSheets[i].disabled = false // Remove the iframe // [6] document.body.removeChild(container) } function clipBoardState(stateId) { $(".copyState").removeClass("On"); $(".copyState").addClass("Off"); $("#" + stateId).removeClass("Off"); $("#" + stateId).addClass("On"); } var initPrefs = { version: "1.0", mdState: "ex", theatermode: "off" }; var cookieName = "vpprefs"; function setCookie(cname, cvalue, exdays) { var d = new Date(); d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000)); var expires = "expires=" + d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } function getCookie(cname) { var name = cname + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return ""; } function getPrefs() { var _thePrefs = getCookie(cookieName); console.log(_thePrefs); if ((_thePrefs == "") || (_thePrefs.toString().indexOf("version") < 0)) { setCookie(cookieName, JSON.stringify(initPrefs), 365); } return (JSON.parse(getCookie(cookieName))); } $(document).ready(function () { /* $(function () { $(document).tooltip(); }); */ var myPrefs = getPrefs(); // mdState if (myPrefs.mdState == "ex") { $("#md-content").css("display", "block"); $("#md-close-line").css("display", "block"); $("#md-open-line").css("display", "none"); } else { $("#md-content").css("display", "none"); $("#md-close-line").css("display", "none"); $("#md-open-line").css("display", "block"); } if (myPrefs.theatermode == "on") { setTheaterMode("on"); } else { setTheaterMode("off"); } $('[data-toggle="tooltip"]').tooltip(); var _playTime = 0.0; $("#theater-mode").on("click", function () { if ($("#theater-mode").hasClass("fa-plus-square-o")) { setTheaterMode("on") } else { setTheaterMode("off"); } }); function setTheaterMode(mode) { if (mode == 'on') { $("#outer-container").css({ "display": "block", "width": "100%", "position": "relative" }); $("#video-container").css({ "width": "100%" }); $("#outer-container #right").css({ "width": "100%", "min-width": "100%", "padding-left": "0px" }); $("#theater-mode").removeClass("fa-plus-square-o"); $("#theater-mode").addClass("fa-minus-square-o"); $("#theater-mode").attr("title", "theatermode off"); $("#theater-mode").attr("data-original-title", "theatermode off"); myPrefs.theatermode = "on"; setCookie(cookieName, JSON.stringify(myPrefs), 365); } else { $("#outer-container").css({ "display": "flex", "width": "100%", "position": "relative", "flex-direction": "row" }); $("#video-container").css({ "width": "100%" }); $("#outer-container #right").css({ "width": "381px", "min-width": "381px", "padding-left": "30px" }); $("#theater-mode").removeClass("fa-minus-square-o"); $("#theater-mode").addClass("fa-plus-square-o"); $("#theater-mode").attr("title", "theatermode on"); $("#theater-mode").attr("data-original-title", "theatermode on"); myPrefs.theatermode = "off"; setCookie(cookieName, JSON.stringify(myPrefs), 365); } } /* receive playtime from the video played by eplayer in an iframe, iframe sends a message to parent. The message is a json object with property t (time) */ function receiveTime(event) { _playTime = event.data.t; } window.addEventListener("message", receiveTime, false); /* share dialog */ $("#share-button").on("click", function () { // console.log("share-button click"); shareDialog.toggle(); }); var shareDialog = function (window, document) { var _window = window; var _document = document; var _baseUrl = _window.location.protocol + "//" + _window.location.hostname + ":" + _window.location.port + _window.location.pathname; var _interval1 = null; function buildUrl() { var _url = _baseUrl; if ($("#sd-chktime").prop("checked")) { _url += '?t=' + _playTime.toFixed(2); } $("#sd-url").val(_url); } function buildMailUri() { var _url = "mailto:?"; _url += "subject=timms video " + encodeURIComponent(dlRid); var _dlTitle = $('<textarea/>').html(dlTitle).text(); /* dlTitle = dlTitle.replace(/&#223;/g, "脽"); dlTitle = dlTitle.replace(/&#228;/g, "盲"); dlTitle = dlTitle.replace(/&#246;/g, "枚"); dlTitle = dlTitle.replace(/&#252;/g, "眉"); dlTitle = dlTitle.replace(/&#196;/g, "脛"); dlTitle = dlTitle.replace(/&#214;/g, "脰"); dlTitle = dlTitle.replace(/&#220;/g, "脺"); */ _url += "&body="+encodeURI(_dlTitle) + "%0C%0A%0C%0A" + encodeURI($("#sd-url").val()); return (_url); } function buildTwitterUri() { var twitter = "https://twitter.com/intent/tweet"; var _dlTitle = $('<textarea/>').html(dlTitle).text(); var text = "text=video on timms: " + encodeURI(_dlTitle); var url = "url=" + encodeURI($("#sd-url").val()); var via = "via=timms"; var hashtags = "hashtags=timms"; return (twitter + "?" + text + "&" + url); } function init() { if ($("#sd-chktime").prop("checked")) { if (_interval1 == null) { _interval1 = setInterval(buildUrl, 500); } } else { if (_interval1 != null) { clearInterval(_interval1); _interval1 = null; } buildUrl(); } }; init(); return { open: function () { $('#share-dialog').css('display', 'block'); }, close: function () { $("#share-dialog").css({ 'display': 'none' }); }, chktimetoggle: function () { if ($("#sd-chktime").prop("checked")) { if (_interval1 == null) { _interval1 = setInterval(buildUrl, 500); } } else { clearInterval(_interval1); _interval1 = null; } buildUrl(); }, toggle: function () { if ($("#share-dialog").css('display') == 'none') { this.open(); } else { this.close(); } }, email: function () { //_window.location.assign(buildMailUri()); _window.open(buildMailUri()); }, copy: function () { $("#sd-url").select(); document.execCommand("copy"); clipBoardState("url-state"); }, tweet: function () { _window.open(buildTwitterUri(), "_blank"); } } }(window, document); var citeDialog = function (window, document) { var _window = window; var _document = document; return { open: function () { $("#cite-dialog").css("display", "block"); }, close: function () { $("#cite-dialog").css("display", "none"); }, toggle: function () { if ($("#cite-dialog").css("display") == 'none') { this.open(); } else { this.close(); } } } }(window, document); var metaDialog = function (window, document) { var _window = window; var _document = document; function updateCookie(state) { myPrefs.mdState = state; setCookie(cookieName, JSON.stringify(myPrefs), 365); } return { open: function () { $("#md-content").css("display", "block"); $("#md-close-line").css("display", "block"); $("#md-open-line").css("display", "none"); updateCookie("ex"); }, close: function () { $("#md-content").css("display", "none"); $("#md-close-line").css("display", "none"); $("#md-open-line").css("display", "block"); updateCookie("co"); } } }(window, document); $("#sd-chktime").on('change', function () { shareDialog.chktimetoggle(); }); $("#sd-close").on("click", function () { shareDialog.toggle(); }); $("#sd-email").on("click", function () { shareDialog.email(); }); $("#sd-copy").on("click", function () { shareDialog.copy(); }); $("#sd-tweet").on("click", function () { shareDialog.tweet(); }); $("#cite-button").on('click', function () {citeDialog.toggle();}); $("#cd-close").on('click', function () { citeDialog.close(); }) $("#cd-harvard").on('click', function () { var cells = $(this).parent().siblings(); copyFormatted(cells[0].innerHTML); clipBoardState("harvard-state"); }); $("#cd-apa").on('click', function () { var cells = $(this).parent().siblings(); copyFormatted(cells[0].innerHTML); clipBoardState("apa-state"); }); $("#cd-mla").on('click', function () { var cells = $(this).parent().siblings(); copyFormatted(cells[0].innerHTML); clipBoardState("mla-state"); }); $("#md-close").on('click', function () { metaDialog.close() }); $("#md-open").on('click', function () { metaDialog.open() }); /* * there are two mechanisms to change the major layout of * the page. Involved: outer-container, video-container, right * mechanism: * - by media query with breakpoint 768px - changing the class definitions * - by user interaction toggling theatermode - changing inline style * problem: * once theatermode was toggled the inline style of the divs overrides * the styles defined classes * solution: * if windowsize changes and layout is in normal display mode (not theatermode) * remove the inline style */ $(window).on('resize', function () { if ($("#theater-mode").hasClass("fa-plus-square-o")) { if ($("#outer-container").attr("style") != "") { $("#outer-container").attr("style", ''); $("#video-container").attr('style', ''); $("#outer-container #right").attr('style', ''); } } }); $(window).trigger("resize"); }); var bootstrapButton = $.fn.button.noConflict(); $.fn.bootstrapBtn = bootstrapButton; </script> <link href='https://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css' /> <link href="/Content/font-awesome.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="outerContainer" class="container body-content"> <header class="hidden-xs"> <div class="row"> <div class="largeLogo"> <a href="https://www.uni-tuebingen.de/"><img src="/Content/utresp/images/UT_WBMW_Rot_RGB.svg" alt="Uni Logo" /></a> </div> <div class="col-lg-6 col-md-6 col-sm-5 titleOuter"> <div class="titleInner"> <a href="https://www.zdv.uni-tuebingen.de"><div class="titleText" style="font-size:21px; font-weight:500; font-stretch:semi-expanded;">Zentrum f眉r Datenverarbeitung<br />(ZDV)</div></a> </div> </div> <div class="topRight" style="visibility:visible;"> <div style="width: 40px; height: 12px; margin-bottom: 17px; background-color:white; "> <!-- placeholder for flags --> </div> <div style="z-index:10;"> </div> </div> </div> </header> <nav class="navbar navbar-default"> <div class="container"> <div class="navbar-header visible-xs"> <table> <tr> <td style="width: 50px;"> <a href="https://www.uni-tuebingen.de/"> <img style="height: 50px;" src="/Content/utresp/images/UT_BM_Rot_RGB.svg" alt="Uni Logo" /> </a> </td> <td> <div class="titleText"></div> </td> <td> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span> </button> </td> </tr> </table> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav" style="width:100%"> <li><a href="/">timms</a></li> <li><a href="/Search/Find">Medien Finden</a></li> <li><a href="/Info">Info</a></li> <li><a href="/Home/Contact">Kontakt</a></li> <li><a href="/Info/Legal">Rechtliches</a></li> <li><a href="https://timmscast.uni-tuebingen.de" target="_blank">timmscast</a></li> <li id="nav-search" style="float:right;"><div style="float:right;"></div></li> </ul> </div> </div> </nav> <div id="main"> <div id="noJSInfo"> Diese Anwendung erfordert Java-Skript. <br /> <br /> Bitte aktivieren Sie Java-Script in den Browser-Einstellungen. </div> <div id="content"> <div id="outer-container" class="outer-container"> <div id="video-container" class="video-container"> <div class="intrinsic-container intrinsic-container-16x9"> <iframe id="playerIF" frameborder="0" src='/Player/EPlayer?id=UT_20231201_001_ws2324ana2_0001&t=0.0' allowfullscreen scrolling="no"></iframe> </div> <div class="title">Vorlesung Analysis 2, 27. Stunde</div> <div class="creator"> <span>Teufel, Stefan</span> <span>(2023)</span> <div style="float:right; color:rgb(130,93,45)"> <span class="fa fa-share cursor-pointer" aria-hidden="true" title="share" id="share-button" data-toggle="tooltip"></span><div class="h150em"></div><span class="fa fa-quote-right cursor-pointer" aria-hidden="true" title="citation" id="cite-button" data-toggle="tooltip"></span><div class="h150em hidden-xs"></div><span id="theater-mode" class="fa fa-plus-square-o cursor-pointer hidden-xs" title="theatermode on" data-toggle="tooltip"></span><div class="h075em"></div> </div> </div> <div style="clear:both; height:15px;"></div> <!-- share Dialog --> <div id="share-dialog" class="s-c-dialog"> <div style="width:100%; height:40px;"> <span style="float:right; line-height:40px; font-size:18px; color:rgb(130,93,45); width:40px; text-align:center; " class="fa fa-times cursor-pointer" id="sd-close"></span> </div> <div style="clear:both"></div> <div style="overflow-x:hidden; padding-right:10px;"><label for="sd-chktime">Time:</label><div class="h075em"></div><input type="checkbox" id="sd-chktime" /><div class="h150em"></div><label for="sd-url">Url:</label><div class="h075em"></div><input type="text" size="80" id="sd-url" value="http:" readonly="readonly" style="border-bottom:solid 1px rgb(208,208,208); border-top:none; border-left:none; border-right:none;" /><span id="url-state" class="copyState Off"> clipboard</span></div> <div style="font-size:1.25em; padding-top:7px; padding-bottom:9px; font-size:1.5em; vertical-align:top;"> <div class="h150em"></div> <span id="sd-copy" class="fa fa-link cursor-pointer" aria-hidden="true" title="copy url" data-toggle="tooltip"></span> <div class="h075em"></div> <span id="sd-email" class="fa fa-envelope-o cursor-pointer" aria-hidden="true" title="send email" style="color:rgb(165,30,55); vertical-align:top;" data-toggle="tooltip"></span> <div class="h075em"></div> <span id="sd-tweet" class="fa fa-twitter cursor-pointer" aria-hidden="true" title="tweet" data-toggle="tooltip" style="color:rgb(29,161,242); vertical-align:top;"></span> <div class="h150em"></div> <!-- span class="fa fa-facebook cursor-pointer" aria-hidden="true" title="facebook" data-toggle="tooltip" style="color:rgb(59,89,152);"></span --> <div class="h075em"></div> </div> </div> <div style="clear:both; height:15px;"></div> <!-- Citation Dialog --> <div id="cite-dialog" class="s-c-dialog"> <div style="width:100%; height:40px;"> <span style="float:right; line-height:40px; font-size:18px; color:rgb(130,93,45); width:40px; text-align:center; " class="fa fa-times cursor-pointer" id="cd-close"></span> </div> <div style="clear:both"></div> <table style="border-collapse:collapse; font-size:12px;" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="citestyles"><span title="copy mla cite style" data-toggle="tooltip" id="cd-mla">mla</span><br /><span id="mla-state" class="copyState Off">clipboard</span></td> <td style="vertical-align:top; padding:10px;">Teufel S. &quot;Vorlesung Analysis 2, 27. Stunde.&quot;, <i>timms video</i>, Universit盲t T眉bingen (2023): <i><a href="https://timms.uni-tuebingen.de:443/tp/UT_20231201_001_ws2324ana2_0001">https://timms.uni-tuebingen.de:443/tp/UT_20231201_001_ws2324ana2_0001</a></i>. Accessed 27 Nov 2024.</td> </tr> <tr> <td class="citestyles"><span title="copy apa cite style" data-toggle="tooltip" id="cd-apa">apa</span><br /><span id="apa-state" class="copyState Off">clipboard</span></td> <td style="vertical-align:top; padding:10px;">Teufel, S. (2023). <i>Vorlesung Analysis 2, 27. Stunde</i>. timms video: Universit盲t T眉bingen. Retrieved November 27, 2024 from the World Wide Web <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231201_001_ws2324ana2_0001">https://timms.uni-tuebingen.de:443/tp/UT_20231201_001_ws2324ana2_0001</a></td> </tr> <tr> <td class="citestyles"><span title="copy harvard cite style" data-toggle="tooltip" id="cd-harvard">harvard</span><br /><span id="harvard-state" class="copyState Off">clipboard</span></td> <td style="vertical-align:top; padding:10px;">Teufel, S. (2023). <i>Vorlesung Analysis 2, 27. Stunde</i> [Online video]. 1 December. Available at: <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231201_001_ws2324ana2_0001">https://timms.uni-tuebingen.de:443/tp/UT_20231201_001_ws2324ana2_0001</a> (Accessed: 27 November 2024).</td> </tr> <tr> <td class="citestyles" style="vertical-align:middle;">file&nbsp;download</td> <td style="vertical-align:middle; padding:10px;"><a class="citedown" href="/api/Cite?id=UT_20231201_001_ws2324ana2_0001&format=bibtex" target="_blank">bibtex</a>&nbsp;&nbsp;&nbsp;<a class="citedown" href="/api/Cite?id=UT_20231201_001_ws2324ana2_0001&format=enw" target="_blank">endnote</a></td> </tr> </table> </div> <div style="clear:both; height:15px;"></div> <!-- Metadaten Dialog --> <div id="meta-dialog" class="s-c-dialog"> <div id="md-close-line"> <div style="width:100%; height:40px;"> <span style="float:right; line-height:40px; font-size:18px; color:rgb(130,93,45); width:40px; text-align:center; " class="fa fa-chevron-up cursor-pointer" id="md-close" aria-hidden="true" data-toggle="tooltip" title="collapse metadata"></span> </div> </div> <div style="clear:both;"></div> <div id="md-open-line"> <div style="width:100%; height:40px;"> <span style="line-height:40px">Information</span> <span style="float:right; line-height:40px; font-size:18px; color:rgb(130,93,45); width:40px; text-align:center; " class="fa fa-chevron-down cursor-pointer" id="md-open" aria-hidden="true" data-toggle="tooltip" title="expand metadata"></span> </div> </div> <div id="md-content"> <table cellpadding="0" cellspacing="0" border="0" style="border-collapse:collapse; width:100%; table-layout:fixed; overflow-x:hidden;"> <tr> <td class="md-name">title:</td> <td class="md-val">Vorlesung Analysis 2, 27. Stunde</td> </tr> <tr> <td class="md-name">alt. title:</td> <td class="md-val"></td> </tr> <tr> <td class="md-name">creator:</td> <td class="md-val">Teufel, Stefan (author)</td> </tr> <tr> <td class="md-name">subjects:</td> <td class="md-val"> <span>Mathematik, </span> <span>Analysis, </span> <span>Differenzierbarkeit, </span> <span>Kettenregel, </span> <span>verallgemeinerte Produktregel, </span> <span>Vorlesung</span> </td> </tr> <tr> <td class="md-name">description:</td> <td class="md-val">Vorlesung im WiSe 2023-2024; Freitag, 01. Dezember 2023</td> </tr> <tr> <td class="md-name">publisher:</td> <td class="md-val">ZDV Universit&#228;t T&#252;bingen</td> </tr> <tr> <td class="md-name">contributor:</td> <td class="md-val">ZDV Universit&#228;t T&#252;bingen (producer)</td> </tr> <tr> <td class="md-name">creation&nbsp;date:</td> <td class="md-val">2023-12-01</td> </tr> <tr> <td class="md-name">dc&nbsp;type:</td> <td class="md-val">image</td> </tr> <tr> <td class="md-name">localtype:</td> <td class="md-val">video</td> </tr> <tr> <td class="md-name">identifier:</td> <td class="md-val">UT_20231201_001_ws2324ana2_0001</td> </tr> <tr> <td class="md-name">language:</td> <td class="md-val">ger</td> </tr> <tr> <td class="md-name">rights:</td> <td class="md-val">Url: <a href="https://timmsstatic.uni-tuebingen.de/jtimms/TimmsDisclaimer.html?638683163015413879" target="_blank">https://timmsstatic.uni-tuebingen.de/jtimms/TimmsDisclaimer.html?638683163015413879</a></td> </tr> </table> <div style="height:10px;"></div> </div> </div> <div style="clear:both; height:15px;"></div> </div> <!-- Die rechte Seite... --> <div id="right" class="outer-container-right"> <div style="width:100%; clear:both; min-height:120px; background-color:rgb(252,252,252);"> <div style="width:100%; height:1.5em; text-align:center; background-color:rgb(196,196,196)"><p style="font-size:14px;"><span style="color:rgb(0,0,0); font-weight:bold;">current</span></p></div> <div style="position:relative; float:left;"> <img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/12/01/UT_20231201_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(254,254,254); width:125px; margin-right:10px;" /> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; border-radius:2px; font-size:12px;">00:38:08</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 27. Stunde<br />(2023-12-01)</p> </div> <div style="clear:both; min-height:4px;"></div> <div style="width:100%; text-align:center; vertical-align:middle; background-color:rgb(165,30,55)"><span style="color:white; font-size:14px; font-weight:bold;">related</span></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231016_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/10/16/UT_20231016_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:49:41</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 1. Stunde<br />(2023-10-16)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231016_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/10/16/UT_20231016_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:37:32</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 2. Stunde<br />(2023-10-16)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231020_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/10/20/UT_20231020_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:47:50</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 3. Stunde<br />(2023-10-20)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231020_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/10/20/UT_20231020_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:44:17</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 4. Stunde<br />(2023-10-20)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231023_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/10/23/UT_20231023_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:53:04</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 5. Stunde<br />(2023-10-23)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231023_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/10/23/UT_20231023_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:31:30</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 6. Stunde<br />(2023-10-23)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231027_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/10/27/UT_20231027_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:44:44</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 7. Stunde<br />(2023-10-27)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231027_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/10/27/UT_20231027_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:46:00</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 8. Stunde<br />(2023-10-27)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231030_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/10/30/UT_20231030_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:45:54</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 9. Stunde<br />(2023-10-30)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231030_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/10/30/UT_20231030_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:44:31</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 10. Stunde<br />(2023-10-30)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231103_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/03/UT_20231103_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:46:53</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 11. Stunde<br />(2023-11-03)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231103_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/03/UT_20231103_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:43:28</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 12. Stunde<br />(2023-11-03)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231106_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/06/UT_20231106_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:40:59</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 13. Stunde<br />(2023-11-06)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231106_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/06/UT_20231106_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:50:03</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 14. Stunde<br />(2023-11-06)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231110_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/10/UT_20231110_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:45:56</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 15. Stunde<br />(2023-11-10)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231110_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/10/UT_20231110_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:46:21</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 16. Stunde<br />(2023-11-10)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231113_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/13/UT_20231113_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:49:34</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 17. Stunde<br />(2023-11-13)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231113_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/13/UT_20231113_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:41:57</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 18. Stunde<br />(2023-11-13)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231117_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/17/UT_20231117_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:58:38</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 19. Stunde<br />(2023-11-17)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231117_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/17/UT_20231117_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:29:45</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 20. Stunde<br />(2023-11-17)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231120_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/20/UT_20231120_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:53:25</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 21. Stunde<br />(2023-11-20)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231120_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/20/UT_20231120_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:35:56</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 22. Stunde<br />(2023-11-20)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231124_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/24/UT_20231124_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:40:02</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 23. Stunde<br />(2023-11-24)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231124_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/24/UT_20231124_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:54:18</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 24. Stunde<br />(2023-11-24)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231127_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/27/UT_20231127_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:43:15</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 25. Stunde<br />(2023-11-27)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231127_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/11/27/UT_20231127_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:50:04</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 26. Stunde<br />(2023-11-27)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231201_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/12/01/UT_20231201_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:00:00</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 28. Stunde<br />(2023-12-01)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231204_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/12/04/UT_20231204_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:44:11</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 29. Stunde<br />(2023-12-04)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231204_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/12/04/UT_20231204_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:43:10</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 30. Stunde<br />(2023-12-04)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231208_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/12/08/UT_20231208_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:56:10</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 31. Stunde<br />(2023-12-08)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231208_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/12/08/UT_20231208_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:34:33</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 32. Stunde<br />(2023-12-08)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231211_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/12/11/UT_20231211_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:41:11</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 33. Stunde<br />(2023-12-11)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231211_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/12/11/UT_20231211_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:52:11</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 34. Stunde<br />(2023-12-11)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231215_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/12/15/UT_20231215_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:44:21</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 35. Stunde<br />(2023-12-15)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231215_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/12/15/UT_20231215_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:50:27</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 36. Stunde<br />(2023-12-15)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231218_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/12/18/UT_20231218_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:55:31</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 37. Stunde<br />(2023-12-18)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231218_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/12/18/UT_20231218_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:41:06</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 38. Stunde<br />(2023-12-18)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231222_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/12/22/UT_20231222_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:39:05</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 39. Stunde<br />(2023-12-22)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20231222_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2023/12/22/UT_20231222_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:43:52</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 40. Stunde<br />(2023-12-22)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240108_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/01/08/UT_20240108_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:49:14</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 41. Stunde<br />(2024-01-08)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240108_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/01/08/UT_20240108_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:46:04</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 42. Stunde<br />(2024-01-08)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240112_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/01/12/UT_20240112_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:41:35</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 43. Stunde<br />(2024-01-12)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240112_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/01/12/UT_20240112_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:49:17</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 44. Stunde<br />(2024-01-12)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240115_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/01/15/UT_20240115_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:44:05</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 45. Stunde<br />(2024-01-15)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240115_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/01/15/UT_20240115_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:45:32</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 46. Stunde<br />(2024-01-15)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240119_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/01/19/UT_20240119_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:40:25</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 47. Stunde<br />(2024-01-19)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240119_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/01/19/UT_20240119_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:48:18</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 48. Stunde<br />(2024-01-19)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240122_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/01/22/UT_20240122_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:42:42</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 49. Stunde<br />(2024-01-22)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240122_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/01/22/UT_20240122_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:50:16</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 50. Stunde<br />(2024-01-22)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240126_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/01/26/UT_20240126_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">01:00:05</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 51. Stunde<br />(2024-01-26)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240126_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/01/26/UT_20240126_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:35:53</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 52. Stunde<br />(2024-01-26)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240129_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/01/29/UT_20240129_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:48:20</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 53. Stunde<br />(2024-01-29)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240129_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/01/29/UT_20240129_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:46:17</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 54. Stunde<br />(2024-01-29)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240202_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/02/02/UT_20240202_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:42:02</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 55. Stunde<br />(2024-02-02)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240202_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/02/02/UT_20240202_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:35:22</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 56. Stunde<br />(2024-02-02)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240209_001_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/02/09/UT_20240209_001_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:44:37</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 57. Stunde<br />(2024-02-09)</p> </div> <div style="min-height:8px;"></div> <div style="width:100%; clear:both; min-height:80px;"> <div style="position:relative; float:left;"> <a href="https://timms.uni-tuebingen.de:443/tp/UT_20240209_002_ws2324ana2_0001"><img src="https://timmsstatic.uni-tuebingen.de/jtimms/images/UT_2024/02/09/UT_20240209_002_ws2324ana2_0001.prev.jpg" style="border-top: 1px solid rgb(208,208,208); width:125px; margin-right:10px;" /></a> <div style="position:absolute; bottom:2px; right:12px; width:61px; line-height:1.2em; background-color:rgba(0,0,0,0.6); color:white; text-align:center; font-size:12px; border-radius:2px;">00:50:13</div> </div> <p style="font-size:12px;">Vorlesung Analysis 2, 58. Stunde<br />(2024-02-09)</p> </div> <div style="min-height:8px;"></div> </div> </div> </div> </div> </div> <footer class="container"> <div class="inner"> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2"> </div> <div class="col-lg-2 col-md-2 col-sm-2 col-xs-2"> </div> <div class="col-lg-8 col-md-8 col-sm-8 col-xs-8 right"> <span> &copy; 2024 <a href="https://www.uni-tuebingen.de/" target="_blank">Universit盲t T眉bingen</a> | </span> <a href="https://www.uni-tuebingen.de/meta/impressum" target="_blank">Impressum</a> <span> | </span><a href="https://www.uni-tuebingen.de/kontakt" target="_blank">Uni Kontakt</a> </div> </div> </footer> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10