Academic/Scientific citation with microdata
This addon enables you to write an academic/scientific reference list rendered
with microformats.
ember install ember-cite
This addon will provide you the <References>
component to generate a reference
listing.
Here is an example:
<References class="references" as |l|>
<l.BlogPost
@title="Ember 2019: Reduce Complexity"
@year="2019"
@url="https://gos.si/blog/ember-2019-reduce-complexity"
as |r|>
<r.Author @given="Thomas" @family="Gossmann"></r.Author>
</l.BlogPost>
</References>
GOTO gossi.github.io/ember-cite
Here are links to APA citation standard:
This addon is using hot off the press octane technology, ye’d be warned.
See the Contributing guide for details.
This project is licensed under the MIT License.