mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
Open source electronic lab notebook (ELN) that helps you manage your laboratory work and stores all your experimental data in one place.
EditorConfig is a tool (editor extension) that allows developers to configure the indent style / size for various files in the codebase. It is useful to uniformly introduce spacing for various filetypes. In our case it is used for .js/.jsx and .rb files to keep indents consistent. It is also configured to insert a final new line on every file we create/edit. This is helpful for Git Diffs. Learn more about EditorConfig: http://editorconfig.org/ Learn more about the history behind new lines at EOF: - https://robots.thoughtbot.com/no-newline-at-end-of-file - https://unix.stackexchange.com/questions/18743/whats-the-point-in-adding-a-new-line-to-the-end-of-a-file - https://stackoverflow.com/questions/5813311/no-newline-at-end-of-file Signed-off-by: Adrian Oprea <adrian@oprea.rocks> |
||
---|---|---|
addons | ||
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
test | ||
vendor/assets | ||
.buildpacks | ||
.editorconfig | ||
.eslintrc.json | ||
.gemrc | ||
.gitignore | ||
.hound.yml | ||
.jsbeautifyrc | ||
.rubocop.yml | ||
.scss-lint.yml | ||
config.ru | ||
docker-compose.production.yml | ||
docker-compose.yml | ||
Dockerfile | ||
Dockerfile.production | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE.txt | ||
Makefile | ||
package.json | ||
Procfile | ||
Rakefile | ||
README.md | ||
VERSION |
sciNote
About
sciNote is an open source electronic lab notebook (ELN) that helps you manage your laboratory work and stores all your experimental data in one place. sciNote is specifically designed for life science students, researchers, lab technicians and group leaders.
Build & run
See Wiki/Build & run.
Testing
See Wiki/Testing.
Contributing
See Wiki/Contributing & Collaboration.
License
sciNote is developed and maintained by BioSistemika USA, LLC, under Mozilla Public License Version 2.0.
See LICENSE-3RD-PARTY.txt for licenses of included third-party libraries.