https://github.com/kth/kth-node-publications-formatters
https://github.com/kth/kth-node-publications-formatters
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kth/kth-node-publications-formatters
- Owner: KTH
- License: mit
- Created: 2017-05-02T14:08:56.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T10:39:11.000Z (over 2 years ago)
- Last Synced: 2024-03-15T15:07:38.962Z (over 2 years ago)
- Language: JavaScript
- Size: 189 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kth-node-publications-formatters
This is a utility library for formatting publications in publications-web/api
## Note on the formatters
The idea with all these formatters is the same. You get a publication object and append properties to a tmp string depending on certain conditions
which vary with the publication type and reference style (APA, IEEE, etc)
It is infeasible to guess how it should look, therefore as soon as David Scheutz or someone else gives feedback on the format a test case should be
constructed to make sure that future changes don't break existing formats.