AcadVault is a living open-source repository of academic files associated with the programmes offered at DAIICT, Gandhinagar. Every student, over the course of their programme take various courses spread across multiple domain areas. Classroom pedagogy mainly revolves around oral lectures which are often supplemented by lab sessions which allow students to gain hands-on experience about the subject. Lectures might also be supplemented by tutorial sessions which aim to strengthen the theoretical foundations of the subject. Students are graded using commonly known assesment techniques such as written examinations, lab examinations, course projects, take-home assignments, and term papers. Over the course of a programme every student creates and peruses a sizeable corpus of academic resources. These resources may include, but are not limited to lecture notes, past examination papers, course projects, tutorial solutions, etc. This repository aims to crowdsource said resources from the student body and create a common reference point to access all of these.
The project organization has been designed to maximise maintainability and acessibility while minimizing overheads associated with maintainence edits and fixes. It is understood that each faculty teaches a particular course in their own way and hence courses folder have also been segregated by faculty who taught the course in the particular year.
IT
(Course domain prefixes such as CT, HM, etc.)107_calculus
(Course code and name, refrain from using abbreviations)reference_material
(textbooks, papers, etc.)ashok_kumar
(Faculty name, refrain from using abbreviations)2016
(Year in which you have taken the course)lecture_notes
lab_sessions
tutorial_sessions
assignments
exam_papers
projects
misc
(uncategorized material)
This project follows a snake_case
naming convention for directories throughout the project. No capital letters must be used. No exceptions.
While there are no hard guidelines for file nomenclature we expect the contributor to name the files so that they are uniquely identifiable among material in the same directory.
We wholeheartedly welcome contributions of all sizes and would love to help you upload resources in an organized manner. While contributing please take care of the following points -
- Ensure that files are contributed to the exact folder where they belong
- Ensure that no duplicates are being uploaded
- In case of new courses, ensure that the contribution conforms to directory sturucture
- Refrain from creating contributions with unorganized file dumps.
To contribute resources fork this repository and open a PR with the title Add resources [your github username]
. A project maintainer will guide you through the PR process suggesting modifications required (if any) to conform with the project guidelines. Please open an issue in case you want suggest an enhancement, file a bug report or reach out to the maintainers any queries.
We understand that there have been unfortunate cases in the past where material has been circulated widely without the permission of the author. If you see your material that belongs to you but you did not intend to share, please file an issue describing the situation and we will take it down.
The size of this repo would be pretty huge. So rather than cloning, using the Github website to make contributions seem to be the best option.
-
Fork this repository.
-
Create a branch in YOUR FORKED REPO.
-
Upload files to that branch.
-
Open a pull request from YOUR BRANCH to this repo.
- If you have files larger than 100 Mb or not able to upload directly from browser you can use this method.
-
Fork this repository
-
Clone your forked repository
-
Create a branch in your local system with your branch name
git checkout -b [name_of_your_new_branch]
-
Add resources
git add .
-
Commit
git commit -m "your message"
-
Push into the branch
git push origin [name_of_your_new_branch]
-
Open a PR with the title
Add resources [your github username]
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!