Skip to content

Commit 6fdacaa

Browse files
update
1 parent 91cdf45 commit 6fdacaa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.DS_Store

0 Bytes
Binary file not shown.

build/bib-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ var bibtexify = (function($) {
19781978
// adds links to the PDF or url of the item
19791979
links: function(entryData) {
19801980
var itemStr = '';
1981-
if (entryData.url && (entryData.url.match(/.*\.pdf/) || entryData.url.match(/pdf\?id=/))) {
1981+
if (entryData.url && (entryData.url.match(/.*\.pdf/) || entryData.url.match(/pdf\?id=/)) || entryData.url.match(/\/pdf\//))) {
19821982
itemStr += '&nbsp;<span style="color:white;font-size:12px;background-color:#FFCECE;cursor: pointer;"> <a title="PDF of this paper" href="'+ entryData.url +'" target="_blank"><font color="black">pdf<\/font><\/a>&nbsp;<\/span>';
19831983
// itemStr += '<button type="button" class="btn btn-danger btn-xs disabled" style="border: none;cursor: pointer;font-size:12px;background-color: #900"> <a title="PDF of this article" href="' +
19841984
// entryData.url + '" target="_blank"><font color="white">.pdf (draft)<\/font><\/a><\/button>';

lectures/dl2024sose/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ <h3>Lectures</h3>
258258
<a href="https://youtu.be/k5uLipr49zQ?list=PL_iWQOsE6TfVmKkQHucjPAoRtIJYt8a5A" target="_blank">CSW182/282A, Lect. 7, Part 2</a>
259259

260260

261-
<td> <a href="./slides/tud_dl_lecture04_training1.pdf" target="_blank">.pdf</a></td>
262-
<td> <a href="./slides/tud_dl_lecture04_intermezzo_OpenLetter.pdf" target="_blank">.pdf</a></td>
261+
<td> <a href="./slides/tud_dl_lecture04_training1.pdf" target="_blank">.pdf</a><br>
262+
<a href="./slides/tud_dl_lecture04_intermezzo_OpenLetter.pdf" target="_blank">.pdf</a></td>
263263
</TR>
264264

265265
<tr style="background-color:#F5F5F5">
@@ -399,7 +399,7 @@ <h3>Lectures</h3>
399399

400400
</TR>
401401

402-
402+
403403

404404

405405

0 commit comments

Comments
 (0)