Skip to content

Commit

Permalink
citation
Browse files Browse the repository at this point in the history
  • Loading branch information
pufanyi committed Dec 22, 2023
1 parent 0610feb commit ea1a158
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
cff-version: 1.2.0
message: "If you use or build on this work, please cite it as below."
authors:
- family-names: Pu
given-names: Fanyi
- family-names: Jin
given-names: Qingyang
- family-names: Soo
given-names: Ying Xi
- family-names: Jiang
given-names: Jinyi
title: "FYPMS: Final Year Project Management System"
date-released: 2023-04-16
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ We are a group 6 from tutorial group A50, Nanyang Technological University, Sing
| Soo Ying Xi | [niyaojiayou](https://github.com/niyaojiayou) | [D220001@e.ntu.edu.sg](mailto:D220001@e.ntu.edu.sg) |

## Highlights

- **Reflection**: The interface `Model` uses reflection to convert between classes and strings, enabling dynamic handling of model data without manual mapping.
- **Generic Repository Class**: `Repository<Model>` class with generics allows for flexible data storage and retrieval for any model type, reducing duplication and improving maintainability.
- **SHA-3 Password Encryption**: User passwords are encrypted using the SHA-3 algorithm for enhanced
Expand Down Expand Up @@ -108,13 +109,13 @@ You can refer to the [project main page](https://pufanyi.github.io/FYPMS) for th

[Here](umls) is the source code of the UML class diagram.

## Cite
## BibTeX

```bibtex
@misc{pu2022fypms,
@misc{pu2023fypms,
author = {Fanyi, Pu and Qingyang, Jin and Ying Xi, Soo and Jinyi, Jiang},
title = {FYPMS: Final Year Project Management System},
year = {2022},
year = {2023},
howpublished = {\url{https://github.com/pufanyi/FYPMS}},
note = {Accessed: \today},
}
Expand Down

0 comments on commit ea1a158

Please sign in to comment.