Open source electronic lab notebook (ELN) that helps you manage your laboratory work and stores all your experimental data in one place.
Go to file
Adrian Oprea 20eb9f643f chore: Add EditorConfig preference file
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>
2017-12-14 10:34:12 +02:00
addons Add addons folder 2016-10-28 11:02:33 +02:00
app Merge pull request #806 from ZmagoD/disable_tiny_mce_asset_unless_step 2017-12-12 09:53:24 +01:00
bin deleted unused files 2017-09-26 16:39:19 +02:00
config Merge pull request #806 from ZmagoD/disable_tiny_mce_asset_unless_step 2017-12-12 09:53:24 +01:00
db Merge pull request #853 from Zanz2/ZZ_import_protocolsio_json 2017-11-06 14:53:01 +01:00
lib fix banana 2017-11-28 10:09:06 +01:00
log Initial commit. 2016-02-12 16:52:43 +01:00
public Merge branch 'master' of https://github.com/biosistemika/scinote-web into office_integration 2017-01-03 16:35:25 +01:00
test Optimize update canvas SQL and remove module group name [SCI-1642] 2017-10-05 16:19:25 +02:00
vendor/assets add data-hook and yadcf-filter plug-in 2017-03-29 15:59:51 +02:00
.buildpacks Update .buildpacks 2016-08-29 13:24:53 +02:00
.editorconfig chore: Add EditorConfig preference file 2017-12-14 10:34:12 +02:00
.eslintrc.json Added code semantic and style checking for JS, ERB, and SCSS files. JS, ERB and RUBY checkers were also bound to Hound. 2016-10-05 14:28:34 +02:00
.gemrc Initial commit. 2016-02-12 16:52:43 +01:00
.gitignore Add additional targets to Makefile and optimize docker files [SCI-1096] 2017-03-29 16:00:11 +02:00
.hound.yml Added code semantic and style checking for JS, ERB, and SCSS files. JS, ERB and RUBY checkers were also bound to Hound. 2016-10-05 14:28:34 +02:00
.jsbeautifyrc Added code semantic and style checking for JS, ERB, and SCSS files. JS, ERB and RUBY checkers were also bound to Hound. 2016-10-05 14:28:34 +02:00
.rubocop.yml Updated cop names with the latest version linter-rubocop (2.1.1) 2017-04-28 10:46:06 +01:00
.scss-lint.yml Added code semantic and style checking for JS, ERB, and SCSS files. JS, ERB and RUBY checkers were also bound to Hound. 2016-10-05 14:28:34 +02:00
config.ru Initial commit. 2016-02-12 16:52:43 +01:00
docker-compose.production.yml Change docker-compose file version and add deface target to Makefile [SCI-1199] 2017-04-24 10:12:07 +02:00
docker-compose.yml Change docker-compose file version and add deface target to Makefile [SCI-1199] 2017-04-24 10:12:07 +02:00
Dockerfile Improve bundle install [SCI-1199] 2017-04-21 15:13:20 +02:00
Dockerfile.production Improve bundle install [SCI-1199] 2017-04-21 15:13:20 +02:00
Gemfile Update Rails version to 4.2.10 [SCI-1845] 2017-11-29 16:49:50 +01:00
Gemfile.lock Update Rails version to 4.2.10 [SCI-1845] 2017-11-29 16:49:50 +01:00
LICENSE.txt Initial commit. 2016-02-12 16:52:43 +01:00
Makefile Remove SkyLight stuff (we're not using it any more) 2017-07-27 14:26:44 +02:00
package.json Added code semantic and style checking for JS, ERB, and SCSS files. JS, ERB and RUBY checkers were also bound to Hound. 2016-10-05 14:28:34 +02:00
Procfile add whacamole configuration [fixes SCI-1683] 2017-10-25 09:47:26 +02:00
Rakefile Initial commit. 2016-02-12 16:52:43 +01:00
README.md Update README.md 2017-04-12 10:40:24 +02:00
VERSION Bump version to 1.12.7 2017-11-29 10:36:05 +01:00

sciNote

sciNote logo

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.