Added a CITATION.md
This commit is contained in:
parent
925d88164d
commit
67c39e7422
|
@ -0,0 +1,13 @@
|
||||||
|
To cite re-frame in publications, please use:
|
||||||
|
|
||||||
|
Thompson, M. (2017, June). Re-Frame: A Reagent Framework For Writing SPAs, in Clojurescript.
|
||||||
|
Zenodo. http://doi.org/10.5281/zenodo.xxxxx
|
||||||
|
|
||||||
|
@misc{thompson_2017,
|
||||||
|
author = {Thompson, Michael},
|
||||||
|
title = {Re-Frame: A Reagent Framework For Writing SPAs, in Clojurescript.},
|
||||||
|
month = jun,
|
||||||
|
year = 2017,
|
||||||
|
doi = {10.5281/zenodo.xxxx},
|
||||||
|
url = {https://doi.org/10.5281/zenodo.xxxxx}
|
||||||
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2015-2016 Michael Thompson
|
Copyright (c) 2015-2017 Michael Thompson
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
Loading…
Reference in New Issue