Skip to content

mr-c/shouldacite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.