AguaClara / research_reports

Build a beautiful and simple website in literally minutes. Demo at http://deanattali.com/beautiful-jekyll
MIT License
0 stars 0 forks source link

AguaClarify this repo and prepare for student entries. #1

Open eak24 opened 6 years ago

eak24 commented 6 years ago

This will be where we store all the research reports for AguaClara (right now they are on the wiki.)

eak24 commented 6 years ago

The Ideal Research Repo

  1. Fulfills your research-paper needs. In our case, this means it should support (above and beyond Markdown's capabilities):
    1. Latex equations
    2. Equation referencing
    3. Figure referencing
    4. Citing references
    5. Bibliography generation
    6. File type handling (to fetch the PDF version)
  2. Modularity! Jekyll is built around the concept of plugins. I want to use as many plugins to accomplish this task as possible - that way I can reuse others' code, and easily update to new implementations.
  3. Documentation. Along the way, I'll be maintaining a guide that anyone can use to write their own research paper and have it work on this site.
monroews commented 6 years ago

Markdown-writer keyboard shortcuts don't work in atom. The package instructions indicate that a command must be executed, but that command is not available at cmd-shift-P. This suggests that the Markdown-writer package isn't installed correctly. I checked in the package manager and the problem is that the package wasn't enabled. This "enabling" step must be included in the installation instructions.