Skip to content

Commit

Permalink
Added Quarto configuration, assignments, and GitHub Pages setup
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobaio committed Jan 16, 2025
1 parent 478be22 commit 29f4eb8
Show file tree
Hide file tree
Showing 80 changed files with 41,610 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.DS_Store
Thumbs.db

*.log
*.aux
*.out

/.quarto/
nlp-course-material/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "nlp-course-material"]
path = nlp-course-material
url = https://github.com/nlp-unibo/nlp-course-material.git
27 changes: 27 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
project:
type: website
output-dir: docs

website:
title: "NLP Assignments"
navbar:
left:
- text: "Home"
href: index.html
- text: "Assignment 1"
href: assignment_1/assignment_1_baiocchi_dibuo_petrilli.html
- text: "Assignment 2"
href: assignment_2/assignment_2_baiocchi_dibuo_petrilli.html

format:
html:
theme: cosmo
toc: true
toc-depth: 2

exclude:
- nlp-course-material/
- "*.ipynb"



Binary file not shown.
12,858 changes: 12,858 additions & 0 deletions assignment_1/assignment_1_baiocchi_dibuo_petrilli.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 29f4eb8

Please sign in to comment.