diff --git a/app/assets/javascripts/projects/introdutory_popup.js b/app/assets/javascripts/projects/introdutory_popup.js
deleted file mode 100644
index 95b11a1cc..000000000
--- a/app/assets/javascripts/projects/introdutory_popup.js
+++ /dev/null
@@ -1,10 +0,0 @@
-(function(){
- // display introductory modal
- if( Cookies.get('popup-release-shown') !== 'yes'){
- $("#introductory-popup-modal").modal('show',{
- backdrop: true,
- keyboard: false,
- });
- Cookies.set('popup-release-shown', 'yes', { expires: 7300 });
- }
-})();
diff --git a/app/views/projects/index.html.erb b/app/views/projects/index.html.erb
index e102948ab..cf0129a2c 100644
--- a/app/views/projects/index.html.erb
+++ b/app/views/projects/index.html.erb
@@ -132,10 +132,6 @@
<% end %>
-
-<%= render partial: 'projects/index/introductory_popup' %>
-<%= javascript_include_tag 'projects/introdutory_popup' %>
-
<% if @projects_by_orgs.length > 0 %>
<% @projects_by_orgs.each do |org, projects| %>
<%= render partial: "projects/index/org_projects", locals: {org: org, projects: projects} %>
diff --git a/app/views/projects/index/_introductory_popup.html.erb b/app/views/projects/index/_introductory_popup.html.erb
deleted file mode 100644
index 6498e0848..000000000
--- a/app/views/projects/index/_introductory_popup.html.erb
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
diff --git a/config/initializers/assets.rb b/config/initializers/assets.rb
index 11ad88bd0..f1a105b3b 100644
--- a/config/initializers/assets.rb
+++ b/config/initializers/assets.rb
@@ -58,7 +58,6 @@ Rails.application.config.assets.precompile += %w(jszip.min.js)
Rails.application.config.assets.precompile += %w(assets.js)
Rails.application.config.assets.precompile += %w(comments.js)
Rails.application.config.assets.precompile += %w(projects/show.js)
-Rails.application.config.assets.precompile += %w(projects/introdutory_popup.js)
Rails.application.config.assets.precompile += %w(notifications.js)
# Libraries needed for Handsontable formulas
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 68e7f012f..411592bcf 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -1498,17 +1498,6 @@ en:
archive_project_html: "Archive Demo project - qPCR by clicking on the down arrow . You can always access the Archive by clicking the icon on the top right side of the Dashboard and restore any item you have archived."
goodbye_message: "To repeat the tutorial, go to your Settings and open My preferences tab. Click on the Repeat tutorial button and watch the tutorial as many times needed."
- introductory:
- popup-title: "Release notes - sciNote version 1.3"
- sentence_one_html: "For this sciNote version we focused on improving Tables in Protocol steps and Results. Tables now support basic math operations (addition, subtraction, multiplication, division) just like Excel spreadsheets do. "
- sentence_two_html: "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.
Some other improvements have been made in sciNote as well. Let’s take a look at them."
- sentence_three_html: "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."
- sentence_four_html: "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."
- sentence_five_html: "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."
- sentence_six_html: "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."
- sentence_seven_html: "Info tab
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."
- confim: "OK, got it"
-
notifications:
title: "Notifications"
form:
diff --git a/public/images/introductory_popup/image1a.png b/public/images/introductory_popup/image1a.png
deleted file mode 100644
index 30abdba18..000000000
Binary files a/public/images/introductory_popup/image1a.png and /dev/null differ
diff --git a/public/images/introductory_popup/image2a.png b/public/images/introductory_popup/image2a.png
deleted file mode 100644
index 9ecf63324..000000000
Binary files a/public/images/introductory_popup/image2a.png and /dev/null differ
diff --git a/public/images/introductory_popup/image3a.png b/public/images/introductory_popup/image3a.png
deleted file mode 100644
index 4a2f0c44e..000000000
Binary files a/public/images/introductory_popup/image3a.png and /dev/null differ
diff --git a/public/images/introductory_popup/image4a.png b/public/images/introductory_popup/image4a.png
deleted file mode 100644
index 446678a47..000000000
Binary files a/public/images/introductory_popup/image4a.png and /dev/null differ