GitXplorerGitXplorer
m

shouldacite

public
30 stars
2 forks
11 issues

Commits

List of commits on branch main.
Verified
d5e169d5855804add9c6d611dc97f1f74f719e82

add CITATION for shouldacite

mmr-c committed 6 years ago
Verified
cd5a5bb0696700ef7cd06a49e8b139f54e0dc465

Merge pull request #21 from mr-c/zenodo-metadata

mmr-c committed 6 years ago
Verified
b499ccb910dd71756f2330a3b55778cf2d02277b

setup zenodo archiving

mmr-c committed 6 years ago
Verified
d68c410f0102961702266c923092e8a242c88188

Add link to CiteAs

mmr-c committed 7 years ago
Unverified
be4a07f08d63747f0eafe4e7dbccdac8faca1861

Merge pull request #14 from dimazest/master

mmr-c committed 8 years ago
Unverified
37b1224e0dde5b2f16f318c2bc966226fbb9f731

About box. #12

ddimazest committed 8 years ago

README

The README file for this repository.

ShouldaCite

DOI

You are writing up your research and wonder if you should cite a particular software package that you used.

Should you cite this particular piece of software?

http://bit.ly/shouldacite

Web page

  • To generate a webpage you need to install flask, markdown, frozen-flask and ghp-import. You can use Conda to get everything needed:

    conda env create -f app/environment.yml
    source activate shouldicite
  • To serve the app type:

    make serve

    and point your browser to http://0.0.0.0:5000.

  • To genearet a static HTML version type:

    make html
  • And finally to publish the content on github pages type:

    make publish

License

Creative Commons License This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.