Skip to content

Releases: scinote-eln/scinote-web

sciNote 1.3.1

07 Oct 14:39
Compare
Choose a tag to compare

Improvements

  • Add Deface gem to application, and some hooks for injection of JS code into <head> and <body>.

sciNote 1.3.0

29 Sep 12:11
Compare
Choose a tag to compare

New features

Table math operations

Tables now support basic math operations (addition, subtraction, multiplication, division) just like Excel spreadsheets do.

You can also use the functions listed below:

  • SUM that adds together a supplied set of numbers and returns the sum of these values;
  • AVERAGE that returns the arithmetic mean of a list of supplied numbers;
  • MEDIAN that returns the statistical median (the middle value) of a list of supplied numbers;
  • MAX that returns the largest value from a supplied set of numeric values;
  • MIN that returns the smallest value from a supplied set of numeric values;
  • SLOPE that calculates the slope of the linear regression line through a supplied set of x- and y- values;
  • IF that tests a supplied condition and returns one result if the condition evaluates to TRUE, and another result if the condition evaluates to FALSE;
  • SQRT that calculates the positive square root of a supplied number;
  • POWER that calculates a given number, raised to a supplied power;
  • LOG that calculates the logarithm of a given number, to a supplied base;
  • LN that calculates the natural logarithm of a given number;
  • LOG10 that calculates the base 10 logarithm of a given number.

Improvements

Extended length of text field

You can now write names of Experiments and Protocol steps with limitation of 255 characters and descriptions with 10,000 characters.

Redesigned Navigation pane

We have added the connecting line of Experiments in the Navigation pane, where you can expand or collapse the Experiments and get a better overview.

Reorder of Comments and Messages

The Comments section in Protocols steps and Results has been moved bellow the description (it’s not in a separate tab any more). Also the order of Messages in the Project and Task cards has been changed. The most recent Messages are now seen at the end of the correspondence.

Deleting Results

You can now delete Results. First you archive them, then you go to the Archive and delete them. This way you have a “safety net” against deleting Results by accident.

Info button

In the upper right corner of the Dashboard you can now access the Info button, where you can find links to support on how to use sciNote features (e.g., Tutorials, FAQ) or how to change your current sciNote Plan (e.g., Professional support and customization, Plans). In case you have some other questions or suggestions, click on the Contact us link.

sciNote 1.2.3

08 Sep 13:37
Compare
Choose a tag to compare

Bug fixes

  • No existing users found when I search for user that is pending to Organization
  • Deleting items for report
  • Missing search result for protocol
  • Project overview - updating (or creating new) experiment details
  • Warning window at changing avatar
  • Error dialog is missing for New experiment with exsisting name
  • When checklist name is too long, updates of step are lost
  • Error - missing file, when changed or add result name
  • Files are not deleted from step
  • Wrong position of New experiment button
  • Unable to load *.csv file to step

Improvements

  • Wrapping long words everywhere where it makes sense
  • By default all experiments should be collapsed
  • Archived experiment is too narrow

sciNote 1.2.2

01 Sep 10:48
Compare
Choose a tag to compare

Bug fixes

  • Fix a bug where experiment level first-time popup was continuously displayed each time user closed browser.

sciNote 1.2.1

31 Aug 12:32
Compare
Choose a tag to compare

Bug fixes

  • Fix a bug in Internet Explorer where majority of application was unresponsive and didn't work.

sciNote 1.2.0

31 Aug 11:12
Compare
Choose a tag to compare

New features

Experiment level

To give you more flexibility in organization of your work, we have added a new feature to your
sciNote: Experiment level. Now you are able to organize your Tasks and Workflows into different
Experiments inside of an individual project. When you open a project you will see experiments
displayed as thumbnails.

All your existing Tasks and Workflows are now in a single Experiment called "My first experiment".
You can always rename it, create new Experiments and move workflows between them. To move a
Task or a Workflow to a different experiment, do the following:

  1. Open experiment that contains a workflow you would like to move and click Edit
    experiment.
  2. In the Options dropdown of any task select Move workflow to another experiment.
  3. Select experiment from the dropdown and click Move workflow. The workflow is now
    part of the selected experiment. So you can still have multiple workflows in one
    experiment.

Editing and deleting Comments

We are introducing the possibility of editing and deleting comments throughout sciNote. Now you
don't need to think twice before posting a comment Steps, Tasks, Projects or Results.

Improved positioning of Tasks on canvas

Tasks on canvas are no longer fixed to a grid. They can now be positioned and moved freely.

Miscellaneous

  • We redesigned Project overview screen to display Experiments as thumbnails
  • We added ability to Clone and Move Experiments between Projects and to Archive them
  • We added ability to Clone Workflows
  • We added the ability to move Workflows and Tasks between Experiments and ability to Archive Workflows
  • Changes have been made to navigation pane, reports, archive, search and tutorial in order to accommodate Experiments
  • Uploading of files to sciNote has been improved, especially uploading of large files
  • Handling of long file names in Reports was improved
  • Other minor fixes