Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pojntfx/uni-hci-notes
Notes for the Human Computer Interaction course at HdM Stuttgart.
https://github.com/pojntfx/uni-hci-notes
hdm-stuttgart learning uni user-experience ux
Last synced: about 2 months ago
JSON representation
Notes for the Human Computer Interaction course at HdM Stuttgart.
- Host: GitHub
- URL: https://github.com/pojntfx/uni-hci-notes
- Owner: pojntfx
- License: agpl-3.0
- Created: 2021-07-06T18:32:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-30T00:08:13.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T02:57:27.149Z (9 months ago)
- Topics: hdm-stuttgart, learning, uni, user-experience, ux
- Language: HTML
- Homepage: https://pojntfx.github.io/uni-hci-notes/
- Size: 4.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uni HCI Notes
Notes for the Human Computer Interaction (HCI) course at HdM Stuttgart.
[![Deliverance CI](https://github.com/pojntfx/uni-hci-notes/actions/workflows/deliverance.yaml/badge.svg)](https://github.com/pojntfx/uni-hci-notes/actions/workflows/deliverance.yaml)
## Overview
You can [view the notes on GitHub pages](https://pojntfx.github.io/uni-hci-notes/), [download them from GitHub releases](https://github.com/pojntfx/uni-hci-notes/releases/latest) or [check out the source on GitHub](https://github.com/pojntfx/uni-hci-notes).
## Contributing
To contribute, please use the [GitHub flow](https://guides.github.com/introduction/flow/) and follow our [Code of Conduct](./CODE_OF_CONDUCT.md).
To build and open a note locally, run the following:
```shell
$ git clone https://github.com/pojntfx/uni-hci-notes.git
$ cd uni-hci-notes
$ ./configure
$ make depend
$ make dev-pdf/your-note # Use Bash completion to list available targets
# In another terminal
$ make open-pdf/your-note # Use Bash completion to list available targets
```The note should now be opened. Whenever you change a source file, it will automatically be re-compiled.
## License
Uni HCI Notes (c) 2022 Felicitas Pojtinger and contributors
SPDX-License-Identifier: AGPL-3.0