diff options
Diffstat (limited to 'publications.json')
| -rw-r--r-- | publications.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/publications.json b/publications.json index a673859..39de522 100644 --- a/publications.json +++ b/publications.json @@ -94,6 +94,7 @@ "authors": ["tom"], "title": "Reverse Automatic Differentiation for Accelerate", "note": "Master thesis at Utrecht University. Supervisors: Trevor McDonell, Matthijs Vákár.", + "thesis": true, "links": [ {"type": "pdf", "url": "https://studenttheses.uu.nl/bitstream/handle/20.500.12932/38958/report.pdf?sequence=1&isAllowed=y"}, {"type": "code", "url": "https://github.com/tomsmeding/accelerate/tree/no-explode"} @@ -104,6 +105,7 @@ "authors": ["tom"], "title": "Fast Large-Integer Matrix Multiplication", "note": "Bachelor thesis at Leiden University. Supervisors: Peter Bruin, Kristian Rietveld.", + "thesis": true, "links": [ {"type": "pdf", "url": "https://www.universiteitleiden.nl/binaries/content/assets/science/mi/scripties/bachelor/2017-2018/smeding-bsc-scriptie.pdf"}, {"type": "code", "url": "https://github.com/tomsmeding/bachelor-thesis"} |
