Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gossi/ember-cite
Academic/Scientific citation with microdata
https://github.com/gossi/ember-cite
academic apa bibliography citation ember ember-addon emberjs microdata references scientific writing
Last synced: about 1 month ago
JSON representation
Academic/Scientific citation with microdata
- Host: GitHub
- URL: https://github.com/gossi/ember-cite
- Owner: gossi
- License: mit
- Created: 2019-08-04T12:54:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T19:57:56.000Z (almost 2 years ago)
- Last Synced: 2024-12-03T17:04:29.213Z (about 2 months ago)
- Topics: academic, apa, bibliography, citation, ember, ember-addon, emberjs, microdata, references, scientific, writing
- Language: TypeScript
- Homepage:
- Size: 2.45 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cite
This addon enables you to write an academic/scientific reference list rendered
with microformats.## Installation
```bash
ember install ember-cite
```## Usage
This addon will provide you the `` component to generate a reference
listing.Here is an example:
```hbs
```
## Documentation
GOTO [gossi.github.io/ember-cite](https://gossi.github.io/ember-cite)
## Resources
Here are links to APA citation standard:
- [APA @ AIT Library](https://ait.libguides.com/APA)
- [APA Style Guide to Electronic
References](http://www.misericordia.edu/uploaded/documents/library/Books/APAStyle.pdf?1436800286903)
- [APA Style Guide @ Citefast](https://www.citefast.com/styleguide.php)## Compatibility
This addon is using hot off the press octane technology, ye'd be warned.
- Canary ?
## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [MIT License](LICENSE.md).