mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 08:14:17 +08:00
Open source electronic lab notebook (ELN) that helps you manage your laboratory work and stores all your experimental data in one place.
The JavaScript responsible for loading the list was attached to a Partial that by itself was loaded using and AJAX request. Therefore, The JavaScript was not being executed (no page reload). It was thus moved to the parent partial (loaded on page reload) and called when the required HTML is appended to the DOM. |
||
---|---|---|
addons | ||
app | ||
bin | ||
config | ||
data/bioeddie | ||
db | ||
docs | ||
features | ||
lib | ||
log | ||
public | ||
script | ||
spec | ||
test/mailers | ||
vendor/assets | ||
.buildpacks | ||
.editorconfig | ||
.eslintignore | ||
.flowconfig | ||
.gemrc | ||
.gitignore | ||
.hound.yml | ||
.jsbeautifyrc | ||
.overcommit.yml | ||
.rspec | ||
.rubocop.yml | ||
.scss-lint.yml | ||
.simplecov | ||
.travis.yml | ||
babel.config.js | ||
config.ru | ||
docker-compose.production.yml | ||
docker-compose.yml | ||
Dockerfile | ||
Dockerfile.production | ||
engines_yarn_install.js | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE.txt | ||
Makefile | ||
package.json | ||
postcss.config.js | ||
Procfile | ||
pull_request_template.md | ||
Rakefile | ||
README.md | ||
VERSION | ||
yarn.lock |
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.