CINXE.COM
<!DOCTYPE html> <html> <head> <link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" /> <link type="text/css" rel="stylesheet" href="css/fis.css" /> <link type="text/css" rel="stylesheet" href="css/bootstrap-multiselect.css" /> <link type="text/css" rel="stylesheet" href="css/jquery-ui.css" /> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/bootstrap.js"></script> <script type="text/javascript" src="js/typeahead.js"></script> <script type="text/javascript" src="js/validator.js"></script> <script type="text/javascript" src="js/jquery.bootpag.min.js"></script> <script type="text/javascript" src="js/bootstrap-confirmation.js"></script> <script type="text/javascript" src="js/bootstrap-multiselect.js"></script> <script type="text/javascript" src="js/jquery-ui.js"></script> </head> <body style="background-color: gray;"> <div class="container theme-showcase" role="main" style="background-color: white;"> <div class="row"> <div class="col-md-12"> <p> <h4 class="text-right"> <a href="/basic-struts/login;jsessionid=7DC81AB48A7CE7C2C3805AA418929DF4"><span class="label label-success">Login</span></a> | <a href='/basic-struts/start;jsessionid=7DC81AB48A7CE7C2C3805AA418929DF4?request_locale=en'><img src="img/gb.gif" alt="English"/></a> | <a href='/basic-struts/start;jsessionid=7DC81AB48A7CE7C2C3805AA418929DF4?request_locale=de'><img src="img/de.gif" alt="Deutsch"/></a> </h4> </p> <h1> <span id="home"> Research Information System <small>University of Greifswald</small></span> </h1> <br/> </div> </div> <div class="row bg-primary"> <div class="col-md-2 col-md-offset-7" style="padding-top: 10px;"> <span id="search_counts"></span> </div> <div class="col-md-3" style="padding-top: 3px;padding-bottom: 3px;"> <div class="input-group input-group-sm"> <input id="search_text" type="text" class="form-control input-sm typeahead" data-provide="typeahead" placeholder="persons, publications, projects, ..." autocomplete='off' /> <span class="input-group-btn input-group-sm"> <button id="go" class="btn btn-default btn-sm" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true" style="font-size:1em;color:#a7a7a7;"></span></button> </span> </div> </div> </div> <br/> <br/> <script type="text/javascript"> $(document).ready(function() { $("#home").hover(function() { $(this).css('cursor','pointer'); }); $("#home").click(function(e) { window.location.href = "/basic-struts/start;jsessionid=7DC81AB48A7CE7C2C3805AA418929DF4"; }); $("a.tool-tip").tooltip(); document.addEventListener("visibilitychange", (event) => { if (document.visibilityState == "visible") fireTabChanged(); }); var action_map = {}; $('#search_text').typeahead({ items: 13, minLength: 3, source: function (query, result) { $.ajax({ url: "/basic-struts/ajax_search;jsessionid=7DC81AB48A7CE7C2C3805AA418929DF4", data: 'query=' + query, dataType: "json", type: "POST", success: function (json) { values = []; $.each(json, function (key, row) { var length = row.length; values.push(query); action_map[query] = "/basic-struts/search-browser;jsessionid=7DC81AB48A7CE7C2C3805AA418929DF4"+"?s='"+query+"'"; $.each(row, function (index, data) { if (index === (length - 1)){ $('#search_counts').html("( " + data.id + " results in " + data.value + " ms )"); } else { values.push(data.value); action_map[data.value] = data.action; } }) }) result($.map(values, function (item) { return item; })); } }); }, afterSelect: function(item) { window.location.href = action_map[item]; return item; }, matcher: function(item) { return true; } }) $('#search_text').click(function() { $(this).val(''); $('#search_counts').empty(); }); $("#go").click(function(e) { search(); }); $('#search_text').keypress(function(e) { if(e.which == 13) { search(); } }); }); function search() { var text = $("#search_text").val(); window.location.href = "/basic-struts/search-browser;jsessionid=7DC81AB48A7CE7C2C3805AA418929DF4"+"?s='"+text+"'"; } var tabID = sessionStorage.tabID ? sessionStorage.tabID : sessionStorage.tabID = Math.random(); function fireTabChanged() { $.ajax({ url: '/basic-struts/ajax_tab_changed;jsessionid=7DC81AB48A7CE7C2C3805AA418929DF4', type: "POST", data : 'tabID='+tabID+'&visibility='+document.visibilityState }); } function reportError() { $(".report_admin").html("<img src='img/ajax_loader.gif' />"); $.ajax({ url: '/basic-struts/report_error;jsessionid=7DC81AB48A7CE7C2C3805AA418929DF4', success: function (data) { $('.report_admin').html('(The admin has been notified.)'); $('.report_admin').removeClass("btn-danger").addClass("btn-default").prop("disabled",true); } }); } </script> <div class="row"> <div class="col-md-12"> <div class="panel panel-default"> <div class="panel-body"> <h3> Welcome to the University of Greifswald鈥檚 Research Information System (FIS)<br/><br/> <small> The University of Greifswald鈥檚 Research Information System contains comprehensive details about the research achievements of researchers from all faculties. Its innovative matrix structure makes it possible to link different entities flexibly, e.g. publications, projects, prizes/awards, institutions, joint research projects and persons. Extensive cooperation structures at departmental, institute, faculty and university levels can be displayed unlimitedly.<br/><br/> <a href="/basic-struts/faculty-browser;jsessionid=7DC81AB48A7CE7C2C3805AA418929DF4?faculty=1"><b>Publication, institution and project overview of University Medicine Greifswald (UMG)</b></a><br/><br/> The interfaculty Research Information System provides the University of Greifswald with an important strategic tool and sets new standards in view of the continuously growing importance of documenting the quality and quantity of research activities. The Research Information System considerably boosts the transparency of the research activities for both staff members and cooperation partners. Apart from its function as a central source of information, the Research Information System offers internal users at the University of Greifswald and University Medicine Greifswald comprehensive report functions. These range from lists of publications, citations and projects, to online web-exports and automated evaluation algorithms for the performance-based allocation of funds (LOM).<br/><br/> The conception and programming of FIS was managed by the Dean鈥檚 Office of UMG and the Institute of Community Medicine. As it is an own development from the University of Greifswald, specific user demands can usually be taken into account without problems and quickly.<br/><br/> </small> </h3> </div> </div> </div> </div> <br/> <div class="row bg-primary"> <p class="text-center" style="margin-top: 10px;"> <a href='/basic-struts/faq;jsessionid=7DC81AB48A7CE7C2C3805AA418929DF4' style="color: white !important;"><b>FAQs</b></a> | <a href='/basic-struts/impressum;jsessionid=7DC81AB48A7CE7C2C3805AA418929DF4' style="color: white !important;"><b>Legal Notice</b></a> | <a href='/basic-struts/datasec;jsessionid=7DC81AB48A7CE7C2C3805AA418929DF4' style="color: white !important;" style="color: #FFFFFF !important;"><b>Privacy Statement</b></a> </p> </div> </div> </body> </html>