Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joel-beck/msc-thesis
Master's Thesis for the M.Sc. Applied Statistics at the University of Göttingen
https://github.com/joel-beck/msc-thesis
latex thesis
Last synced: about 1 month ago
JSON representation
Master's Thesis for the M.Sc. Applied Statistics at the University of Göttingen
- Host: GitHub
- URL: https://github.com/joel-beck/msc-thesis
- Owner: joel-beck
- License: mit
- Created: 2023-09-27T14:02:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T18:36:56.000Z (over 1 year ago)
- Last Synced: 2024-11-05T14:19:28.639Z (3 months ago)
- Topics: latex, thesis
- Language: TeX
- Homepage: https://github.com/joel-beck/readnext
- Size: 13.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bridging Citation Analysis and Language Models: A Hybrid Recommender System for Computer Science Papers
This repository presents my master's thesis, "Bridging Citation Analysis and Language Models: A Hybrid Recommender System for Computer Science Papers", submitted to the University of Göttingen on September 26th, 2023, as a requirement for the Master of Science in Applied Statistics.
The thesis was supervised by [Dr. Corinna Breitinger](https://gipplab.org/team/corinna-breitinger/) and [Dr. Terry Ruas](https://gipplab.org/team/dr-terry-lima-ruas/) from the [Chair for Scientific Information Analytics](https://gipplab.org) at the University of Göttingen.
As part of this thesis, I developed the [readnext](https://github.com/joel-beck/readnext) package that implements the hybrid recommender system in a Python package.
See the [readnext documentation](https://joel-beck.github.io/readnext/) for more information about the installation and usage of the package.## 🔗 Quick Links
- **Code**: [readnext](https://github.com/joel-beck/readnext)
- **Documentation**: [readnext Docs](https://joel-beck.github.io/readnext/)
- **Thesis**: [Bridging Citation Analysis and Language Models: A Hybrid Recommender System for Computer Science Papers](thesis/beck-joel_masters-thesis.pdf)## 📂 Repository Structure
This repository contains the following folders:
- **PDF Versions**: The final versions of the thesis are located in the `thesis/` folder. For reading the thesis as a PDF document, see [`beck-joel_masters-thesis.pdf`](thesis/beck-joel_masters-thesis.pdf). For printing the thesis, see [`beck-joel_masters-thesis_print.pdf`](thesis/beck-joel_masters-thesis_print.pdf).
- **LaTeX Source Code**: The `main.tex` file in the root directory builds the thesis. The individual chapters are located in the `chapters/` folder. The `macros/` folder contains custom LaTeX commands.
- **Python Source Code**: The source code to generate the data-based figures in the thesis is located in the `code/` folder. The underlying data is not included in this repository, but can be generated by running the Python scripts in the `readnext/scripts/evaluation/` directory of the [readnext](https://github.com/joel-beck/readnext) repository.
- **Images**: The images used in the thesis are located in the `diagrams/`, `plots/`, `screenshots/` and `logos/` folders. The images in the `diagrams/` folder were created using [draw.io](https://app.diagrams.net/). The university logos were provided by the University of Göttingen.