You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-35Lines changed: 0 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,9 +60,6 @@
60
60
-[License](#license)
61
61
-[Contributors](#contributors)
62
62
63
-
<details>
64
-
<summary>Example preview</summary>
65
-
66
63
## Example preview
67
64
68
65
<palign="center">
@@ -75,11 +72,6 @@
75
72
76
73
The preview shows a representative page from the archive, demonstrating the shared layout for headings, text, diagrams, equations, cross-references, source notes, and code listings.
77
74
78
-
</details>
79
-
80
-
<details>
81
-
<summary>Overview</summary>
82
-
83
75
## Overview
84
76
85
77
This repository is the academic archive for the 2026–2029 cohort of the three-year Bachelor's degree programme in Computer Engineering at the University of Padua.
@@ -88,11 +80,6 @@ It collects notes, summaries, diagrams, exercises, references, and other study m
88
80
89
81
The archive serves both as an active study workspace and as a record of the material covered for each exam.
90
82
91
-
</details>
92
-
93
-
<details>
94
-
<summary>Browse the notes</summary>
95
-
96
83
## Browse the notes
97
84
98
85
The archive uses the following fixed degree-year and academic-year mapping:
@@ -107,8 +94,6 @@ The archive uses the following fixed degree-year and academic-year mapping:
107
94
108
95
The degree-year directories contain the LaTeX sources and supporting files needed to reproduce each PDF. Pull-request builds are uploaded as temporary GitHub Actions artifacts for review and retained for approximately 14 days. Stable end-of-semester editions are published as immutable snapshot releases. Weekly generated changelogs under [`CHANGELOG/`](CHANGELOG/) record committed course-source changes, grouped by date and linked to the corresponding commit.
109
96
110
-
</details>
111
-
112
97
## Exams covered
113
98
114
99
The archive is updated as new material is written, reviewed, and completed. An exam is considered **covered** only when its intended notes are sufficiently complete, have been reviewed, and have been approved by the repository maintainer. Publishing an immutable semester snapshot explicitly approves every PDF included in that snapshot; the tables below are generated from published GitHub Releases and must not be edited manually.
Clone the repository, then build a course in the pinned TeX Live environment used by CI. Replace `1/course-name` with the course path you want to build.
@@ -151,8 +133,6 @@ For daily work, the equivalent shortcut is `make build COURSE=1/course-name`; ru
151
133
152
134
The course PDF remains under `.build/<year>/<course>/main.pdf` for local review; generated course PDFs must not be committed. The canonical build requires Docker Compose. Native TeX installations remain useful for previews, but release and CI builds use the pinned container. See [Installation](docs/md/getting-started/installation.md) for prerequisites, [Docker builds](docs/md/getting-started/docker.md) for container setup and troubleshooting, and [Building documents](docs/md/getting-started/building-documents.md) for build options.
153
135
154
-
</details>
155
-
156
136
## Documentation
157
137
158
138
The [documentation hub](docs/md/README.md) is the main reference for using, building, and extending the archive.
@@ -165,31 +145,18 @@ The [documentation hub](docs/md/README.md) is the main reference for using, buil
| Project policies |[Contributing](CONTRIBUTING.md) · [Report a problem](CONTRIBUTING.md#getting-help-and-reporting-problems) · [Security](SECURITY.md)|
167
147
168
-
<details>
169
-
<summary>AI-assisted development</summary>
170
-
171
148
## AI-assisted development
172
149
173
150
AI-assisted tools may support course material and repository maintenance, but their output is never authoritative and remains subject to human review. Contributors remain responsible for accuracy, originality, citations, licensing, academic integrity, and disclosing uncertainty or skipped verification.
174
151
175
152
See [AI-assisted development](docs/md/development/ai-assisted-development.md) for the repository's agent guidance, responsibilities, and review requirements.
176
153
177
-
</details>
178
-
179
-
<details>
180
-
<summary>Contributing</summary>
181
-
182
154
## Contributing
183
155
184
156
Contributions to the 2026–2029 cohort's study materials, LaTeX system, documentation, and repository tooling are welcome from all students and other contributors. Before opening an issue or pull request, read [`CONTRIBUTING.md`](CONTRIBUTING.md) for contribution paths, quality standards, licensing requirements, validation steps, and academic-integrity rules.
185
157
186
158
Security vulnerabilities involving scripts, dependencies, automation, or configuration should be reported according to [`SECURITY.md`](SECURITY.md).
187
159
188
-
</details>
189
-
190
-
<details>
191
-
<summary>Academic disclaimer</summary>
192
-
193
160
## Academic disclaimer
194
161
195
162
This is an independent and unofficial repository. It is not affiliated with, maintained by, or endorsed by the University of Padua.
@@ -198,8 +165,6 @@ The materials may contain errors, incomplete explanations, missing topics, perso
198
165
199
166
Always verify important information against official university resources, course instructors, syllabi, textbooks, and teaching materials. The University of Padua name, logo, and related marks are the property of their respective owners. The logo is displayed solely to identify the institution associated with the degree programme; its use does not imply affiliation, authorization, or endorsement.
0 commit comments