Skip to content

Commit

Permalink
re-add for students page
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskiesel committed Jan 26, 2024
1 parent c517f54 commit 61354a7
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
2 changes: 1 addition & 1 deletion facilities.html
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ <h2><a id="research-information-system"></a>Research Information System<a href="
Upload PDF Files<br>
Select and upload PDF files (papers, posters, slides, theses, lecturenotes) for the Webis website from your local computer. Clicking a link below will open a corresponding upload page:<br>
<ul style="margin-top:5px;margin-bottom:10px">
<li>webis.de: <!--<a href="https://bib2html.webis.de/task/upload/theses">completed theses,</a>--> <a href="https://bib2html.webis.de/task/upload/lecturenotes">lecturenotes</a>, <a href="https://bib2html.webis.de/task/upload/publications">publications</a></li>
<li>webis.de: <a href="https://bib2html.webis.de/task/upload/theses">completed theses,</a> <a href="https://bib2html.webis.de/task/upload/lecturenotes">lecturenotes</a>, <a href="https://bib2html.webis.de/task/upload/publications">publications</a></li>
</ul>
<ul style="margin-top:5px;margin-bottom:0px">
<li>pan.webis.de: <font color="C1C1C1"><a href="https://bib2html.webis.de/task/upload/pan-publications">publications</a></font></li>
Expand Down
5 changes: 4 additions & 1 deletion for-students.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<div class="uk-container">
<h1>For Students</h1>
<ul class="uk-list">
<li><span data-uk-icon="chevron-right"></span> <a href="for-students/completed-theses.html">Completed Theses</a></li>
</ul>
<ul class="uk-list">
<li><span data-uk-icon="chevron-down"></span> <a href="#open-thesis-topics">Open Thesis Topics</a></li>
<li><span data-uk-icon="chevron-down"></span> <a href="#open-student-assistant-topics">Open Student Assistant Topics</a></li>
<li><span data-uk-icon="chevron-down"></span> <a href="#ongoing-theses">Ongoing Theses</a></li>
Expand Down Expand Up @@ -156,10 +159,10 @@ <h2><a id="ongoing-theses"></a>Ongoing Theses</h2>

<h2><a id="resources"></a>Resources for Students</h2>
<ul>
<li><a href="for-students/completed-theses.html">Completed Theses</a></li>
<li><a href="https://webis.de/facilities.html?q=thesis">Thesis knowledge base</a></li>
<li><a href="https://webis.de/facilities.html">General Webis resources</a></li>
<li><a href="https://webis.de/lecturenotes.html?q=generic#lecturenotes-generic">Lecturenotes on scientific working</a></li>

</ul>


Expand Down
37 changes: 37 additions & 0 deletions for-students/completed-theses.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
layout: default
nav_active: for-students
title: Completed Webis Theses
description: Completed Theses of the Webis group
---
<nav class="uk-container">
<ul class="uk-breadcrumb">
<li><a href="../index.html">Webis.de</a></li>
<li><a href="../for-students.html">For Students</a></li>
<li class="uk-disabled"><a href="#">Completed Theses</a></li>
</ul>
</nav>

<main class="uk-section uk-section-default">
<div class="uk-container uk-margin-medium">
<h1>Completed Theses</h1>
<div id="search-control">
<input type="text" class="uk-input" id="filter-field" placeholder="Type here to filter&hellip;"/>
</div>
</div>

<div class="uk-container uk-margin-medium publications-list">
{% include bib-theses.html %}

<div id="filtered-all-message" class="uk-hidden uk-text-muted" aria-hidden="true">
None of our publications match your filter.
</div>
</div>
</main>

<script src="https://assets.webis.de/js/filter.js"></script>
<script src="https://assets.webis.de/js/selection.js"></script>
<script>
initWebisPublicationsFiltering();
</script>

0 comments on commit 61354a7

Please sign in to comment.