/README.md (0d219c1dc3c38c6f2120eda897edcbb7d8c1a034) (995 bytes) (mode 100644) (type blob)
# Lecture Notes for CSCI 3410 -- Database Systems
Here are the lecture notes, code, exercises and problems for a lecture on database taught at [Augusta University](https://www.augusta.edu/) by C. Aubert.
## Getting Started
To compile this document, refer to the "Typesetting" subsection in the main document.
## Contributing
You can submit bug reports at <https://rocketgit.com/user/caubert/CSCI_3410/bug> (requires an account).
## Authors
- **Clément Aubert** - *Initial work* - <http://spots.augusta.edu/caubert/>
See also the list of contributors who participated in this project (to come).
## License
This project is licensed under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) licence: you are free to share and adapt this document, as long as you give proper credit.
## Acknowledgments
* [Pandoc](http://pandoc.org/)
* [Pandoc Numbering](https://github.com/chdemko/pandoc-numbering)
* The [TeX - LaTeX Stack Exchange](https://tex.stackexchange.com/) community
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
995 |
0d219c1dc3c38c6f2120eda897edcbb7d8c1a034 |
README.md |
040000 |
tree |
- |
0f43fa95182096d3adf22d59c5a9d66be2a920c4 |
notes |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/caubert/CSCI_3410
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/caubert/CSCI_3410
Clone this repository using git:
git clone git://git.rocketgit.com/user/caubert/CSCI_3410
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main