diff --git a/.gitignore b/.gitignore index 29abb01..8ff823b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ - # Ignore rbenv files .ruby-version @@ -25,7 +24,6 @@ # Ignore branded content app/views/branded/* -app/assets config/locales/static_pages/*.yml @@ -55,7 +53,7 @@ # Ignore some of the initializers config/initializers/recaptcha.rb -config/initializers/devise.rb +# config/initializers/devise.rb config/initializers/wicked_pdf.rb config/initializers/fingerprint.rb @@ -84,14 +82,23 @@ config/locale/*/app.po.time_stamp # Front-end related -lib/assets/node_modules -lib/assets/npm-debug.log -lib/assets/.eslintcache !.keep .byebug_history lib/data_cleanup/rules/org/fix_blank_abbreviation.yml .rspec -node_modules + +yarn-error.log +yarn-debug.log* + +.yarn-integrity .env -public/packs +package-lock.json +node_modules +/public/packs +/public/packs-test + spec/examples.txt +.babelrc +.eslintignore +.eslintrc.json +.postcssrc.yml diff --git a/.travis.yml b/.travis.yml index 13e0016..3bd9a94 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,6 @@ chrome: stable apt: packages: - - nodejs - wkhtmltopdf # artifacts: @@ -42,12 +41,25 @@ - DB_ADAPTER=postgresql - DB_ADAPTER=mysql2 +before_install: + - nvm install 10.10.0 + +install: + - bundle install --with development,ci --path=${BUNDLE_PATH:-vendor/bundle} + - yarn install --ignore-optional + +# This is a temporary bug fix for Karma tests +# See here: https://github.com/travis-ci/travis-ci/issues/9024 +before_script: + - "sudo chown root /opt/google/chrome/chrome-sandbox" + - "sudo chmod 4755 /opt/google/chrome/chrome-sandbox" + # Main test script script: - export WICKED_PDF_PATH=./vendor/bundle/ruby/2.4.0/bin/wkhtmltopdf # Copy over config files needed for setup, and create DB - bin/setup - # Precompile the assets + - bundle exec rake webpacker:compile - bundle exec rake assets:precompile # Default test stage: Run all specs, listing the 10 slowest. - bundle exec rspec spec --profile=10 @@ -70,6 +82,10 @@ name: "Bundle audit" script: bundle exec bundle-audit check --update + - stage: test + name: "Karma JS tests" + script: yarn run eslint --ext .js --ext .jsx app/assets/javascripts/**/*.js + - stage: hygiene name: "Check seeds are valid" script: bin/setup && bundle exec rake db:seed diff --git a/Gemfile b/Gemfile index 6eee366..abe426a 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,8 @@ # Full-stack web application framework. (http://www.rubyonrails.org) gem 'rails', '~> 4.2.10' +gem "rake" + # Tools for creating, working with, and running Rails applications. (http://www.rubyonrails.org) gem 'railties' @@ -92,11 +94,29 @@ # Ideal gem for handling attachments in Rails, Sinatra and Rack applications. (http://github.com/markevans/dragonfly) gem 'dragonfly' +gem 'bootstrap-sass', '~> 3.3.7' + +# This is required for Font-Awesome, but not used as the main sass compiler + +gem "sass-rails", require: false + +gem "sassc-rails" + +gem 'font-awesome-sass', '~> 4.2.0' + +gem 'webpacker', '~> 3.5' + +gem "autoprefixer-rails" + +gem 'mini_racer' + # ------------------------------------------------ # EXPORTING # Provides binaries for WKHTMLTOPDF project in an easily accessible package. gem 'wkhtmltopdf-binary' +gem 'puma' + # PDF generator (from HTML) gem for Ruby on Rails (https://github.com/mileszs/wicked_pdf) gem 'wicked_pdf' @@ -122,6 +142,8 @@ # A pagination engine plugin for Rails 4+ and other modern frameworks (https://github.com/kaminari/kaminari) gem 'kaminari' +gem "rails_12factor" + # ------------------------------------------------ # ENVIRONMENT SPECIFIC DEPENDENCIES group :development, :test do @@ -132,10 +154,6 @@ gem "rspec-rails" # factory_bot_rails provides integration between factory_bot and rails 3 or newer (http://github.com/thoughtbot/factory_bot_rails) - # rspec-collection_matchers-1.1.3 (https://github.com/rspec/rspec-collection_matchers) - gem "rspec-collection_matchers" - - # factory_bot_rails provides integration between factory_bot and rails 3 or newer (http://github.com/thoughtbot/factory_bot_rails) gem "factory_bot_rails" # Easily generate fake data (https://github.com/stympy/faker) diff --git a/Gemfile.lock b/Gemfile.lock index 764d898..879d4da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,22 +40,27 @@ annotate (2.7.4) activerecord (>= 3.2, < 6.0) rake (>= 10.4, < 13.0) - annotate_gem (0.0.12) + annotate_gem (0.0.13) bundler (~> 1.1) archive-zip (0.11.0) io-like (~> 0.3.0) arel (6.0.4) ast (2.4.0) - bcrypt (3.1.11) - better_errors (2.4.0) + autoprefixer-rails (9.1.4) + execjs + bcrypt (3.1.12) + better_errors (2.5.0) coderay (>= 1.0.0) erubi (>= 1.0.0) rack (>= 0.9.0) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) + bootstrap-sass (3.3.7) + autoprefixer-rails (>= 5.2.1) + sass (>= 3.3.4) brakeman (4.3.1) builder (3.2.3) - bullet (5.7.5) + bullet (5.7.6) activesupport (>= 3.0.0) uniform_notifier (~> 1.11.0) bundle-audit (0.1.0) @@ -64,7 +69,7 @@ bundler (~> 1.2) thor (~> 0.18) byebug (10.0.2) - capybara (3.4.2) + capybara (3.9.0) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) @@ -76,7 +81,7 @@ launchy childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) - chromedriver-helper (1.2.0) + chromedriver-helper (2.1.0) archive-zip (~> 0.10) nokogiri (~> 1.8) coderay (1.1.2) @@ -89,7 +94,7 @@ daemons (1.2.6) database_cleaner (1.7.0) debug_inspector (0.0.3) - devise (4.4.3) + devise (4.5.0) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0, < 6.0) @@ -99,7 +104,7 @@ actionmailer (>= 4.1.0) devise (>= 4.0.0) diff-lcs (1.3) - docile (1.3.0) + docile (1.3.1) dotenv (2.5.0) dotenv-rails (2.5.0) dotenv (= 2.5.0) @@ -110,28 +115,31 @@ rack (>= 1.3) erubi (1.7.1) erubis (2.7.0) - eventmachine (1.2.6) - factory_bot (4.10.0) + eventmachine (1.2.7) + execjs (2.7.0) + factory_bot (4.11.1) activesupport (>= 3.0.0) - factory_bot_rails (4.10.0) - factory_bot (~> 4.10.0) + factory_bot_rails (4.11.1) + factory_bot (~> 4.11.1) railties (>= 3.0.0) faker (1.9.1) i18n (>= 0.7) - faraday (0.9.2) + faraday (0.12.2) multipart-post (>= 1.2, < 3) faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) - fast_gettext (1.6.0) - feedjira (2.1.4) + fast_gettext (1.7.0) + feedjira (2.2.0) faraday (>= 0.9) faraday_middleware (>= 0.9) loofah (>= 2.0) sax-machine (>= 1.0) ffi (1.9.25) - flag_shih_tzu (0.3.19) + flag_shih_tzu (0.3.22) + font-awesome-sass (4.2.2) + sass (~> 3.2) formatador (0.2.5) - fuubar (2.3.1) + fuubar (2.3.2) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) gettext (3.2.9) @@ -162,18 +170,18 @@ rspec (>= 2.99.0, < 4.0) hashdiff (0.3.7) hashie (3.5.7) - highline (1.7.10) - htmltoword (1.0.0) + highline (2.0.0) + htmltoword (1.1.0) actionpack nokogiri rubyzip (>= 1.0) i18n (0.9.5) concurrent-ruby (~> 1.0) io-like (0.3.0) - jaro_winkler (1.5.1) - jbuilder (2.6.0) - activesupport (>= 3.0.0, < 5.1) - multi_json (~> 1.2) + jaro_winkler (1.5.1-x86_64-darwin-17) + jbuilder (2.6.4) + activesupport (>= 3.0.0) + multi_json (>= 1.2) json (2.1.0) jwt (1.5.6) kaminari (1.1.1) @@ -190,8 +198,9 @@ kaminari-core (1.1.1) launchy (2.4.3) addressable (~> 2.3) - ledermann-rails-settings (2.4.2) + ledermann-rails-settings (2.4.3) activerecord (>= 3.1) + libv8 (6.7.288.46.1-x86_64-darwin-17) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -205,10 +214,12 @@ mini_mime (>= 0.1.1) metaclass (0.0.4) method_source (0.9.0) - mini_mime (1.0.0) + mini_mime (1.0.1) mini_portile2 (2.3.0) + mini_racer (0.2.3) + libv8 (>= 6.3) minitest (5.11.3) - mocha (1.5.0) + mocha (1.7.0) metaclass (~> 0.0.1) multi_json (1.13.1) multi_xml (0.6.0) @@ -246,19 +257,21 @@ po_to_json (1.0.1) json (>= 1.6.0) powerpack (0.1.2) - progress_bar (1.2.0) - highline (~> 1.6) + progress_bar (1.3.0) + highline (>= 1.6, < 3) options (~> 2.3.0) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) - public_suffix (3.0.2) + public_suffix (3.0.3) puma (3.12.0) - pundit (1.1.0) + pundit (2.0.0) activesupport (>= 3.0.0) rack (1.6.10) rack-mini-profiler (1.0.0) rack (>= 1.2.0) + rack-proxy (0.6.5) + rack rack-test (0.6.3) rack (>= 1.0) rails (4.2.10) @@ -280,6 +293,11 @@ rails-deprecated_sanitizer (>= 1.0.1) rails-html-sanitizer (1.0.4) loofah (~> 2.2, >= 2.2.2) + rails_12factor (0.0.3) + rails_serve_static_assets + rails_stdout_logging + rails_serve_static_assets (0.0.5) + rails_stdout_logging (0.0.5) railties (4.2.10) actionpack (= 4.2.10) activesupport (= 4.2.10) @@ -290,34 +308,33 @@ rb-fsevent (0.10.3) rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) - recaptcha (4.8.0) + recaptcha (4.12.0) json - responders (2.3.0) - railties (>= 4.2.0, < 5.1) - rspec (3.7.0) - rspec-core (~> 3.7.0) - rspec-expectations (~> 3.7.0) - rspec-mocks (~> 3.7.0) - rspec-collection_matchers (1.1.3) - rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.7.1) - rspec-support (~> 3.7.0) - rspec-expectations (3.7.0) + responders (2.4.0) + actionpack (>= 4.2.0, < 5.3) + railties (>= 4.2.0, < 5.3) + rspec (3.8.0) + rspec-core (~> 3.8.0) + rspec-expectations (~> 3.8.0) + rspec-mocks (~> 3.8.0) + rspec-core (3.8.0) + rspec-support (~> 3.8.0) + rspec-expectations (3.8.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-mocks (3.7.0) + rspec-support (~> 3.8.0) + rspec-mocks (3.8.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.7.0) - rspec-rails (3.7.2) + rspec-support (~> 3.8.0) + rspec-rails (3.8.0) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) - rspec-core (~> 3.7.0) - rspec-expectations (~> 3.7.0) - rspec-mocks (~> 3.7.0) - rspec-support (~> 3.7.0) - rspec-support (3.7.1) - rubocop (0.58.2) + rspec-core (~> 3.8.0) + rspec-expectations (~> 3.8.0) + rspec-mocks (~> 3.8.0) + rspec-support (~> 3.8.0) + rspec-support (3.8.0) + rubocop (0.59.2) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.5, != 2.5.1.1) @@ -329,16 +346,37 @@ rubocop (>= 0.58.2) rubocop-rails_config (>= 0.2.2) rubocop-rspec (>= 1.27.0) - rubocop-rails_config (0.2.3) + rubocop-rails_config (0.2.5) railties (>= 3.0) rubocop (~> 0.56) - rubocop-rspec (1.28.0) + rubocop-rspec (1.30.0) rubocop (>= 0.58.0) - ruby-progressbar (1.9.0) + ruby-progressbar (1.10.0) ruby_dep (1.5.0) ruby_dig (0.0.2) rubyzip (1.2.2) safe_yaml (1.0.4) + sass (3.6.0) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.7) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + sassc (1.12.1) + ffi (~> 1.9.6) + sass (>= 3.3.0) + sassc-rails (1.3.0) + railties (>= 4.0.0) + sass + sassc (~> 1.9) + sprockets (> 2.11) + sprockets-rails + tilt sax-machine (1.3.2) selenium-webdriver (3.14.1) childprocess (~> 0.5) @@ -373,6 +411,7 @@ rack (>= 1, < 3) thor (0.20.0) thread_safe (0.3.6) + tilt (2.0.8) tomparse (0.4.2) tzinfo (1.2.5) thread_safe (~> 0.1) @@ -384,15 +423,19 @@ activemodel (>= 4.2) debug_inspector railties (>= 4.2) - webmock (3.4.1) + webmock (3.4.2) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff + webpacker (3.5.5) + activesupport (>= 4.2) + rack-proxy (>= 0.6.1) + railties (>= 4.2) wicked_pdf (1.1.0) - wkhtmltopdf-binary (0.12.3.1) + wkhtmltopdf-binary (0.12.4) xpath (3.1.0) nokogiri (~> 1.8) - yard (0.9.14) + yard (0.9.16) yard-tomdoc (0.7.1) tomparse (>= 0.4.0) yard @@ -403,8 +446,10 @@ DEPENDENCIES annotate annotate_gem + autoprefixer-rails better_errors binding_of_caller + bootstrap-sass (~> 3.3.7) brakeman bullet bundle-audit @@ -422,6 +467,7 @@ faker feedjira flag_shih_tzu + font-awesome-sass (~> 4.2.0) fuubar gettext gettext_i18n_rails @@ -432,6 +478,7 @@ jbuilder (~> 2.6.0) kaminari ledermann-rails-settings + mini_racer mocha mysql2 (~> 0.4.10) omniauth @@ -443,13 +490,16 @@ pundit rack-mini-profiler rails (~> 4.2.10) + rails_12factor railties + rake recaptcha responders (~> 2.0) - rspec-collection_matchers rspec-rails rubocop-dmp_roadmap (>= 1.1.0) ruby_dig + sass-rails + sassc-rails selenium-webdriver (~> 3.14) shoulda simplecov @@ -459,13 +509,14 @@ thin web-console webmock + webpacker (~> 3.5) wicked_pdf wkhtmltopdf-binary yard yard-tomdoc RUBY VERSION - ruby 2.4.4p296 + ruby 2.5.1p57 BUNDLED WITH 1.16.3 diff --git a/Guardfile b/Guardfile deleted file mode 100644 index 2303c69..0000000 --- a/Guardfile +++ /dev/null @@ -1,56 +0,0 @@ -# A sample Guardfile -# More info at https://github.com/guard/guard#readme - -# Note: The cmd option is now required due to the increasing number of ways -# rspec may be run, below are examples of the most common uses. -# * bundler: 'bundle exec rspec' -# * bundler binstubs: 'bin/rspec' -# * spring: 'bin/rspec' (This will use spring if running and you have -# installed the spring binstubs per the docs) -# * zeus: 'zeus rspec' (requires the server to be started separately) -# * 'just' rspec: 'rspec' - -guard :rspec, cmd: "bundle exec rspec" do - require "guard/rspec/dsl" - dsl = Guard::RSpec::Dsl.new(self) - - # Feel free to open issues for suggestions and improvements - - # RSpec files - rspec = dsl.rspec - watch(rspec.spec_helper) { rspec.spec_dir } - watch(rspec.spec_support) { rspec.spec_dir } - watch(rspec.spec_files) - - # Ruby files - ruby = dsl.ruby - dsl.watch_spec_files_for(ruby.lib_files) - - # Rails files - rails = dsl.rails(view_extensions: %w(erb haml slim)) - dsl.watch_spec_files_for(rails.app_files) - dsl.watch_spec_files_for(rails.views) - - watch(rails.controllers) do |m| - [ - rspec.spec.call("routing/#{m[1]}_routing"), - rspec.spec.call("controllers/#{m[1]}_controller"), - rspec.spec.call("acceptance/#{m[1]}") - ] - end - - # Rails config changes - watch(rails.spec_helper) { rspec.spec_dir } - watch(rails.routes) { "#{rspec.spec_dir}/routing" } - watch(rails.app_controller) { "#{rspec.spec_dir}/controllers" } - - # Capybara features specs - watch(rails.view_dirs) { |m| rspec.spec.call("features/#{m[1]}") } - watch(rails.layouts) { |m| rspec.spec.call("features/#{m[1]}") } - - # Turnip features and steps - watch(%r{^spec/acceptance/(.+)\.feature$}) - watch(%r{^spec/acceptance/steps/(.+)_steps\.rb$}) do |m| - Dir[File.join("**/#{m[1]}.feature")][0] || "spec/acceptance" - end -end diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..19bddd0 --- /dev/null +++ b/Procfile @@ -0,0 +1,2 @@ +# release: rake db:migrate +web: bundle exec puma -C config/puma.rb diff --git a/README.md b/README.md index b697a06..39e55b5 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ DMP Roadmap is a Data Management Planning tool. Management and development of DMP Roadmap is jointly provided by the Digital Curation Centre (DCC), http://www.dcc.ac.uk/, and the University of California Curation Center (UC3), http://www.cdlib.org/services/uc3/ -The tool has four main functions: +The tool has four main functions: -1. To help create and maintain different versions of Data Management Plans; -2. To provide useful guidance on data management issues and how to meet research funders' requirements; -3. To export attractive and useful plans in a variety of formats; -4. To allow collaborative work when creating Data Management Plans. +1. To help create and maintain different versions of Data Management Plans; +2. To provide useful guidance on data management issues and how to meet research funders' requirements; +3. To export attractive and useful plans in a variety of formats; +4. To allow collaborative work when creating Data Management Plans. #### Current Release [v1.1.3](https://github.com/DMPRoadmap/roadmap/releases/tag/v1.1.3) @@ -55,3 +55,5 @@ #### License The DMP Roadmap project uses the MIT License. + + diff --git a/app/assets/images/2013_Jisc_Logo_RGB72.png b/app/assets/images/2013_Jisc_Logo_RGB72.png new file mode 100644 index 0000000..a36df5a --- /dev/null +++ b/app/assets/images/2013_Jisc_Logo_RGB72.png Binary files differ diff --git a/app/assets/images/asc.gif b/app/assets/images/asc.gif new file mode 100644 index 0000000..2489768 --- /dev/null +++ b/app/assets/images/asc.gif Binary files differ diff --git a/app/assets/images/background.jpg b/app/assets/images/background.jpg new file mode 100644 index 0000000..b488212 --- /dev/null +++ b/app/assets/images/background.jpg Binary files differ diff --git a/app/assets/images/bg.gif b/app/assets/images/bg.gif new file mode 100644 index 0000000..4f9b5e6 --- /dev/null +++ b/app/assets/images/bg.gif Binary files differ diff --git a/app/assets/images/bournemouth_logo.png b/app/assets/images/bournemouth_logo.png new file mode 100644 index 0000000..3a4ecc2 --- /dev/null +++ b/app/assets/images/bournemouth_logo.png Binary files differ diff --git a/app/assets/images/dcc_logo.png b/app/assets/images/dcc_logo.png new file mode 100644 index 0000000..961e4bb --- /dev/null +++ b/app/assets/images/dcc_logo.png Binary files differ diff --git a/app/assets/images/dcc_logo_white.png b/app/assets/images/dcc_logo_white.png new file mode 100644 index 0000000..5389d79 --- /dev/null +++ b/app/assets/images/dcc_logo_white.png Binary files differ diff --git a/app/assets/images/desc.gif b/app/assets/images/desc.gif new file mode 100644 index 0000000..cd31406 --- /dev/null +++ b/app/assets/images/desc.gif Binary files differ diff --git a/app/assets/images/download.png b/app/assets/images/download.png new file mode 100644 index 0000000..43839bf --- /dev/null +++ b/app/assets/images/download.png Binary files differ diff --git a/app/assets/images/favicon.ico b/app/assets/images/favicon.ico new file mode 100644 index 0000000..4ddb00d --- /dev/null +++ b/app/assets/images/favicon.ico Binary files differ diff --git a/app/assets/images/fullscreen.png b/app/assets/images/fullscreen.png new file mode 100644 index 0000000..6181e71 --- /dev/null +++ b/app/assets/images/fullscreen.png Binary files differ diff --git a/app/assets/images/glyphicons-halflings-white.png b/app/assets/images/glyphicons-halflings-white.png new file mode 100644 index 0000000..3bf6484 --- /dev/null +++ b/app/assets/images/glyphicons-halflings-white.png Binary files differ diff --git a/app/assets/images/glyphicons-halflings.png b/app/assets/images/glyphicons-halflings.png new file mode 100644 index 0000000..a996999 --- /dev/null +++ b/app/assets/images/glyphicons-halflings.png Binary files differ diff --git a/app/assets/images/help_button.png b/app/assets/images/help_button.png new file mode 100644 index 0000000..b75449d --- /dev/null +++ b/app/assets/images/help_button.png Binary files differ diff --git a/app/assets/images/lancaster_logo.png b/app/assets/images/lancaster_logo.png new file mode 100644 index 0000000..5707755 --- /dev/null +++ b/app/assets/images/lancaster_logo.png Binary files differ diff --git a/app/assets/images/logo.png b/app/assets/images/logo.png new file mode 100644 index 0000000..e4cc2dc --- /dev/null +++ b/app/assets/images/logo.png Binary files differ diff --git a/app/assets/images/lse-library_logo.png b/app/assets/images/lse-library_logo.png new file mode 100644 index 0000000..a9c1a9e --- /dev/null +++ b/app/assets/images/lse-library_logo.png Binary files differ diff --git a/app/assets/images/minus_laranja.png b/app/assets/images/minus_laranja.png new file mode 100644 index 0000000..fa46860 --- /dev/null +++ b/app/assets/images/minus_laranja.png Binary files differ diff --git a/app/assets/images/newcastle_logo.png b/app/assets/images/newcastle_logo.png new file mode 100644 index 0000000..56f755d --- /dev/null +++ b/app/assets/images/newcastle_logo.png Binary files differ diff --git a/app/assets/images/plus_laranja.png b/app/assets/images/plus_laranja.png new file mode 100644 index 0000000..742c9b2 --- /dev/null +++ b/app/assets/images/plus_laranja.png Binary files differ diff --git a/app/assets/images/question-mark.png b/app/assets/images/question-mark.png new file mode 100644 index 0000000..34e989c --- /dev/null +++ b/app/assets/images/question-mark.png Binary files differ diff --git a/app/assets/images/rails.png b/app/assets/images/rails.png new file mode 100644 index 0000000..d5edc04 --- /dev/null +++ b/app/assets/images/rails.png Binary files differ diff --git a/app/assets/images/remove.png b/app/assets/images/remove.png new file mode 100644 index 0000000..81ced7f --- /dev/null +++ b/app/assets/images/remove.png Binary files differ diff --git a/app/assets/images/roadmap_logo_orange_grey.png b/app/assets/images/roadmap_logo_orange_grey.png new file mode 100644 index 0000000..e4cc2dc --- /dev/null +++ b/app/assets/images/roadmap_logo_orange_grey.png Binary files differ diff --git a/app/assets/images/roadmap_logo_orange_white.png b/app/assets/images/roadmap_logo_orange_white.png new file mode 100644 index 0000000..f360454 --- /dev/null +++ b/app/assets/images/roadmap_logo_orange_white.png Binary files differ diff --git a/app/assets/images/salford_logo.png b/app/assets/images/salford_logo.png new file mode 100644 index 0000000..e58c553 --- /dev/null +++ b/app/assets/images/salford_logo.png Binary files differ diff --git a/app/assets/images/screencast.jpg b/app/assets/images/screencast.jpg new file mode 100644 index 0000000..bdc7f0e --- /dev/null +++ b/app/assets/images/screencast.jpg Binary files differ diff --git a/app/assets/images/select2-spinner.gif b/app/assets/images/select2-spinner.gif new file mode 100644 index 0000000..5b33f7e --- /dev/null +++ b/app/assets/images/select2-spinner.gif Binary files differ diff --git a/app/assets/images/select2.png b/app/assets/images/select2.png new file mode 100644 index 0000000..1d804ff --- /dev/null +++ b/app/assets/images/select2.png Binary files differ diff --git a/app/assets/images/select2x2.png b/app/assets/images/select2x2.png new file mode 100644 index 0000000..4bdd5c9 --- /dev/null +++ b/app/assets/images/select2x2.png Binary files differ diff --git a/app/assets/images/uc3_logo.jpg b/app/assets/images/uc3_logo.jpg new file mode 100644 index 0000000..f29d8ec --- /dev/null +++ b/app/assets/images/uc3_logo.jpg Binary files differ diff --git a/app/assets/images/uc3_logo_white.png b/app/assets/images/uc3_logo_white.png new file mode 100644 index 0000000..5db8b0a --- /dev/null +++ b/app/assets/images/uc3_logo_white.png Binary files differ diff --git a/app/assets/images/ue_logo.png b/app/assets/images/ue_logo.png new file mode 100644 index 0000000..b0b794b --- /dev/null +++ b/app/assets/images/ue_logo.png Binary files differ diff --git a/app/assets/stylesheets/.gitkeep b/app/assets/stylesheets/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app/assets/stylesheets/.gitkeep diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss new file mode 100644 index 0000000..aed6c96 --- /dev/null +++ b/app/assets/stylesheets/application.scss @@ -0,0 +1,9 @@ +// Import locally defined variables. Load this before 'bootstrap' +@import "variables/*"; +@import "utils/*"; +@import "bootstrap"; +@import "font-awesome-sprockets"; +@import "font-awesome"; +@import "variables/*"; +@import "utils/*"; +@import "blocks/*"; diff --git a/app/assets/stylesheets/blocks/.gitkeep b/app/assets/stylesheets/blocks/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app/assets/stylesheets/blocks/.gitkeep diff --git a/app/assets/stylesheets/blocks/README.md b/app/assets/stylesheets/blocks/README.md new file mode 100644 index 0000000..295713a --- /dev/null +++ b/app/assets/stylesheets/blocks/README.md @@ -0,0 +1,41 @@ +# CSS Blocks + +Blocks refer to reusable units within the CSS files. Where practicable, we should always try to define a general block or UX concept, rather than styling indivudual elements. + +Example: + +``` css +/* BAD */ + +/*
...*/ +#new_user_form { + font-size: 1.2rem; + margin-left: 14px; + margin-right: 14px; + border: thin solid silver; +} + +/* BETTER */ + +/*...*/ +.bordered-form { + font-size: 1.2rem; + margin-left: 14px; + margin-right: 14px; + border: thin solid silver; +} + +/* BEST */ + +/*...*/ +.larger { + font-size: 1.2rem; +} +.margined { + margin-left: 14px; + margin-right: 14px; +} +.bordered { + border: thin solid silver; +} +``` diff --git a/app/assets/stylesheets/blocks/_accessibility.scss b/app/assets/stylesheets/blocks/_accessibility.scss new file mode 100644 index 0000000..3dde3a0 --- /dev/null +++ b/app/assets/stylesheets/blocks/_accessibility.scss @@ -0,0 +1,30 @@ +/* Text meant only for screen readers. */ +.screen-reader-text { + border: 0; + clip: rect(1px, 1px, 1px, 1px); + clip-path: inset(50%); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute !important; + width: 1px; + word-wrap: normal !important; +} + + +/* Skip to main content link styling */ +div.skip a { + position:absolute; + left:-10000px; + top:auto; + width:1px; + height:1px; + overflow: hidden !important; +} + +div.skip a:focus { + width:auto; + height:auto; + overflow:visible !important; +} diff --git a/app/assets/stylesheets/blocks/_alerts.scss b/app/assets/stylesheets/blocks/_alerts.scss new file mode 100644 index 0000000..dfb2423 --- /dev/null +++ b/app/assets/stylesheets/blocks/_alerts.scss @@ -0,0 +1,3 @@ +.alert { + border-radius: 0px; +} \ No newline at end of file diff --git a/app/assets/stylesheets/blocks/_buttons.scss b/app/assets/stylesheets/blocks/_buttons.scss new file mode 100644 index 0000000..5185812 --- /dev/null +++ b/app/assets/stylesheets/blocks/_buttons.scss @@ -0,0 +1,49 @@ +// Bootstrap overrides + +.btn { + border-radius: 0px; +} + +/* primary button */ +.btn-primary, +.btn-primary:hover, +.btn-primary:focus, +.btn-primary:active, +.btn-primary:visited, +.btn-primary:active:hover, +.btn-primary.active:hover { + background-color: $color-background-grey; + border-color: $color-border-default; + outline: none; + margin-top: 5px; + margin-bottom: 10px; +} + +/* default button */ +.btn-default, +.btn-default:hover, +.btn-default:focus, +.btn-default:active, +.btn-default:visited, +.btn-default:active:hover, +.btn-default.active:hover { + background-color: $color-background-grey; + border-color: $color-border-default; + outline: none; + margin-top: 5px; + margin-bottom: 10px; +} + +/* Popover button */ +.btn-default[data-toggle=tooltip], +.btn-default:hover[data-toggle=tooltip], +.btn-default:focus[data-toggle=tooltip], +.btn-default:active[data-toggle=tooltip], +.btn-default:visited[data-toggle=tooltip], +.btn-default:active:hover[data-toggle=tooltip] { + color: $color-text-grey; + background-color: $color-white; + border: none; + padding-left: -10px; + font-size: .8rem; +} diff --git a/app/assets/stylesheets/blocks/_combobox.scss b/app/assets/stylesheets/blocks/_combobox.scss new file mode 100644 index 0000000..094086b --- /dev/null +++ b/app/assets/stylesheets/blocks/_combobox.scss @@ -0,0 +1,56 @@ +/* JQuery Autocomplete Styling */ +/* ---------------------------------------------------- */ +.invisible { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} + +.combobox-container { + position: relative; +} + +.combobox-suggestions { + position: absolute; + left: 0; + width: 100%; + background: $color-white; + z-index: 1100; +} +.combobox-suggestion { + color: $color-text-grey; + border-bottom: 1px solid $color-border-default; + border-left: 1px solid $color-border-default; + border-right: 1px solid $color-border-default; + padding: 5px 10px 5px 10px; + cursor: pointer; + text-align: left; +} +.combobox-suggestion:first-child { + border-top: 1px solid $color-border-default; +} +.combobox-suggestion:hover, +.combobox-suggestion:focus { + color: $color-white; + background-color: $color-background-grey; +} + +.combobox-clear-button, .combobox-clear-button:hover, .combobox-clear-button:focus { + cursor: pointer; + display: inline; + position: absolute; + top: 6px; + right: 5px; + border: none; + background: transparent; + color: $color-text-grey; +} + +/* http://geektnt.com/how-to-remove-x-from-search-input-field-on-chrome-and-ie.html */ +.js-combobox[type=text]::-ms-clear { display: none; width: 0; height: 0; } +.js-combobox[type=text]::-ms-reveal { display: none; width: 0; height: 0; } diff --git a/app/assets/stylesheets/blocks/_dropdowns.scss b/app/assets/stylesheets/blocks/_dropdowns.scss new file mode 100644 index 0000000..539347a --- /dev/null +++ b/app/assets/stylesheets/blocks/_dropdowns.scss @@ -0,0 +1,7 @@ +@media (min-width: 768px) { + #admin-dropdown ul li a, #super-admin-dropdown ul li a { + line-height: 26px !important; + height: 26px !important; + margin-top: 3px !important; + } +} diff --git a/app/assets/stylesheets/blocks/_font_awesomes.scss b/app/assets/stylesheets/blocks/_font_awesomes.scss new file mode 100644 index 0000000..1f70db5 --- /dev/null +++ b/app/assets/stylesheets/blocks/_font_awesomes.scss @@ -0,0 +1,17 @@ +// Override FontAwesome icons + +/* FONTAWESOME STYLING */ +.fa:not(.small) { + font-size: 2rem; +} +.fa-reverse { + color: $color-text-grey; +} +.fa-sort, .fa-sort-asc, .fa-sort-desc { + color: $color-white; +} + +/* adjust the position of the 'remove - X' button for links */ +.link .fa-times-circle { + margin-top: $grid-gutter-width; +} diff --git a/app/assets/stylesheets/blocks/_footers.scss b/app/assets/stylesheets/blocks/_footers.scss new file mode 100644 index 0000000..2cdd9ce --- /dev/null +++ b/app/assets/stylesheets/blocks/_footers.scss @@ -0,0 +1,11 @@ +/* For sticky footer */ +#footer-navbar { + margin-bottom: 0px; + position: absolute; + bottom: 0; + width: 100%; + border-radius:0px; + ul { + padding-right: $grid-gutter-width / 2; + } +} diff --git a/app/assets/stylesheets/blocks/_help_blocks.scss b/app/assets/stylesheets/blocks/_help_blocks.scss new file mode 100644 index 0000000..8d0dc7c --- /dev/null +++ b/app/assets/stylesheets/blocks/_help_blocks.scss @@ -0,0 +1,4 @@ +/* Help-Block */ +.help-block { + color: $color-text-red; +} diff --git a/app/assets/stylesheets/blocks/_html.scss b/app/assets/stylesheets/blocks/_html.scss new file mode 100644 index 0000000..8d040bc --- /dev/null +++ b/app/assets/stylesheets/blocks/_html.scss @@ -0,0 +1,57 @@ +// This file sets styles for main HTML elements. +// If it starts to get too large, it would be a good idea to break it into component +// blocks. + +html { + position: relative; + min-height: 100%; +} + +/* For sticky footer */ +main { + margin-bottom: 100px; + @media (max-width: 768px) { + margin-bottom: 420px; + } + @media (min-width: 768px) and (max-width: 1000px) { + margin-bottom: 200px; + } +} + +body{ + padding-bottom: 50px; +} + +/* footer */ +footer { + position: absolute; + bottom: 0; + margin-top: 20px; + margin-bottom: -20px; + width: 100%; +} + +/* generic styling */ +fieldset { + border: none; + + input[type="radio"], + input[type="checkbox"] { + margin: 0px; + vertical-align: middle; + } + + .checkbox, + .radio { + margin-top: 0px; + margin-bottom: 3px; + } +} + +legend { + border: none; + font-size: 14px; + font-weight: bold; + margin-bottom: 5px; + text-transform: capitalize; +} \ No newline at end of file diff --git a/app/assets/stylesheets/blocks/_input_groups.scss b/app/assets/stylesheets/blocks/_input_groups.scss new file mode 100644 index 0000000..385573d --- /dev/null +++ b/app/assets/stylesheets/blocks/_input_groups.scss @@ -0,0 +1,3 @@ +.input-group-addon { + border-radius: 0px; +} diff --git a/app/assets/stylesheets/blocks/_inverse_dropdowns.scss b/app/assets/stylesheets/blocks/_inverse_dropdowns.scss new file mode 100644 index 0000000..6355572 --- /dev/null +++ b/app/assets/stylesheets/blocks/_inverse_dropdowns.scss @@ -0,0 +1,16 @@ +/* For dark (inverse) navbars */ +.inverse-dropdown { + background-color: $dropdown-inverse-bg !important; + border-color: $dropdown-inverse-border !important; + & > li > a { + color: #999 !important; + &:hover { + color: #fff !important; + background-color: $color-background-black !important; + } + } + .active a { + color: #fff !important; + background-color: $color-background-black !important; + } +} diff --git a/app/assets/stylesheets/blocks/_labels.scss b/app/assets/stylesheets/blocks/_labels.scss new file mode 100644 index 0000000..75e101f --- /dev/null +++ b/app/assets/stylesheets/blocks/_labels.scss @@ -0,0 +1,11 @@ + +/* label stlying */ +.label { + font-size: 85%; + border-radius: 0px; +} + +/* RADIO BUTTONS */ +.radio label { + margin-right: $grid-gutter-width / 2; +} diff --git a/app/assets/stylesheets/blocks/_lists.scss b/app/assets/stylesheets/blocks/_lists.scss new file mode 100644 index 0000000..6aa8944 --- /dev/null +++ b/app/assets/stylesheets/blocks/_lists.scss @@ -0,0 +1,17 @@ +// Overrides Bootstrap 3.0's lists + +/* list-group styling */ +.list-group-item:last-child { + border-bottom-right-radius: 0px; + border-bottom-left-radius: 0px; +} +.list-group-item:first-child { + border-top-right-radius: 0px; + border-top-left-radius: 0px; +} + +/* LIST STYLING */ +span.sublist { + margin-left: $grid-gutter-width / -2; + margin-right: 25px; +} diff --git a/app/assets/stylesheets/blocks/_logos.scss b/app/assets/stylesheets/blocks/_logos.scss new file mode 100644 index 0000000..4daa3b7 --- /dev/null +++ b/app/assets/stylesheets/blocks/_logos.scss @@ -0,0 +1,11 @@ + +/* HEADER LOGOS */ +.app-logo { + height: 50px; + padding-right: $grid-gutter-width / 2; +} + +.org-logo { + height: 100px; + padding-right: $grid-gutter-width / 2; +} diff --git a/app/assets/stylesheets/blocks/_modal_dialogs.scss b/app/assets/stylesheets/blocks/_modal_dialogs.scss new file mode 100644 index 0000000..636a7c5 --- /dev/null +++ b/app/assets/stylesheets/blocks/_modal_dialogs.scss @@ -0,0 +1,26 @@ +// Overrides Bootstrap 3.0's Modals + +.modal-dialog { + background-color: $color-white; +} + + +// Footer (for actions) +.modal-footer { + // right align buttons + text-align: right; + // Properly space out buttons within modal to fix alignment issues + .btn + .btn { + margin-left: 5px; + // account for input[type="submit"] which gets the bottom margin like all other inputs + margin-bottom: 10px; + } + // but override that for button groups + .btn-group .btn + .btn { + margin-left: -1px; + } + // and override it for block buttons as well + .btn-block + .btn-block { + margin-left: 0; + } +} \ No newline at end of file diff --git a/app/assets/stylesheets/blocks/_modal_permissions.scss b/app/assets/stylesheets/blocks/_modal_permissions.scss new file mode 100644 index 0000000..0b1a1f8 --- /dev/null +++ b/app/assets/stylesheets/blocks/_modal_permissions.scss @@ -0,0 +1,15 @@ +/* Overrides ul list */ +#modal-permissions ul { + list-style-type: none; +} + +/* Overrides list-group */ +#modal-permissions .list-group li:nth-child(1){ + border-top: 0 none; +} + +/* Overrides list-group-item */ +#modal-permissions .list-group-item { + height: 30px; + padding: 5px $grid-gutter-width / 2; +} diff --git a/app/assets/stylesheets/blocks/_navbars.scss b/app/assets/stylesheets/blocks/_navbars.scss new file mode 100644 index 0000000..610dfec --- /dev/null +++ b/app/assets/stylesheets/blocks/_navbars.scss @@ -0,0 +1,44 @@ +/* For org navbar custom height */ +#org-navbar { + border-radius: 0px; + margin-top: -20px; +} +@media (min-width: 768px) { + #org-navbar .navbar-nav li a { + line-height: 102px; + height: 102px; + padding-top: 0; + } +} +@media (min-width: 768px) { + #admin-dropdown ul li a, #super-admin-dropdown ul li a { + line-height: 26px !important; + height: 26px !important; + margin-top: 3px !important; + } +} + +#org-navbar { + margin-top: -20px; + + #banner-org-name { + margin-top: 40px; + } +} +@media (min-width: 768px) { + #org-navbar .navbar-nav li a { + line-height: 102px; + height: 102px; + padding-top: 0; + } + #org-navbar .org-links { + padding-top: $grid-gutter-width / 2; + } + #org-navbar .org-a { + line-height: 36px !important; + height: 36px !important; + vertical-align: middle !important; + padding-top: 0; + padding-bottom: 0; + } +} \ No newline at end of file diff --git a/app/assets/stylesheets/blocks/_navs.scss b/app/assets/stylesheets/blocks/_navs.scss new file mode 100644 index 0000000..69d2293 --- /dev/null +++ b/app/assets/stylesheets/blocks/_navs.scss @@ -0,0 +1,41 @@ +// Overrides Bootstrap 3.0's nav-tabs + +/* nav-tabs and nav-pills styling */ +.nav-tabs, .nav-pills { + background-color: $color-background-grey; + color: $color-white; + border-bottom: 0px; +} +.nav-tabs > li > a, .nav-pills > li > a { + color: $color-white; +} +.nav-tabs > li > a:hover, +.nav-tabs > li > a:focus, +.nav-tabs > li.active > a, +.nav-tabs > li.active > a:focus, +.nav-tabs > li.active > a:hover { + background-color: $color-white; + color: $color-text-grey; + border: 1px solid $color-border-default; + border-bottom-color: transparent; /* Only nav-tabs have a transparent border-bottom */ +} +.nav-pills > li > a:hover, +.nav-pills > li > a:focus, +.nav-pills > li.active > a, +.nav-pills > li.active > a:focus, +.nav-pills > li.active > a:hover { + background-color: $color-white; + color: $color-text-grey; + border: 1px solid $color-border-default; +} +.nav-pills > li:last-child > a:hover, +.nav-pills > li:last-child > a:focus, +.nav-pills > li.active:last-child > a, +.nav-pills > li.active:last-child > a:focus, +.nav-pills > li.active:last-child > a:hover { + border-right: 0px; +} +.nav-tabs > li > a, +.nav-pills > li > a { + border-radius: 0px; +} diff --git a/app/assets/stylesheets/blocks/_new_plans_form.scss b/app/assets/stylesheets/blocks/_new_plans_form.scss new file mode 100644 index 0000000..c0c05f3 --- /dev/null +++ b/app/assets/stylesheets/blocks/_new_plans_form.scss @@ -0,0 +1,14 @@ +// TODO: Refactor this. Instead of writing specific CSS rules for particular objects, +// we should provide utility classes which can provide the desired style to this object +#new_plan { + .create-plan-or { + padding: 5px 0 0 $grid-gutter-width / 2; + } + .create-plan-checkbox { + margin-left: -40px; + margin-top: -5px; + } + .create-plan-mock { + margin-left: -40px; + } +} diff --git a/app/assets/stylesheets/blocks/_notification_areas.scss b/app/assets/stylesheets/blocks/_notification_areas.scss new file mode 100644 index 0000000..29ebc66 --- /dev/null +++ b/app/assets/stylesheets/blocks/_notification_areas.scss @@ -0,0 +1,18 @@ +.notification-area { + +} + +.notification-area--floating { + position: fixed; + top: 4rem; + z-index: 1000; + // Take up width of the page on mobile + right: 5vw; + width: 90vw; + + // Non-mobile settings + @media (min-width: #{$screen-sm-min}) { + right: 4rem; + width: 300px; + } +} diff --git a/app/assets/stylesheets/blocks/_org_links.scss b/app/assets/stylesheets/blocks/_org_links.scss new file mode 100644 index 0000000..3ce92c4 --- /dev/null +++ b/app/assets/stylesheets/blocks/_org_links.scss @@ -0,0 +1,6 @@ +// TODO: Refactor this. Instead of writing specific CSS rules for particular objects, +// we should provide utility classes which can provide the desired style to this object +.remove-org-link i { + margin-left: $grid-gutter-width / -2; + margin-top: $grid-gutter-width; +} diff --git a/app/assets/stylesheets/blocks/_panels.scss b/app/assets/stylesheets/blocks/_panels.scss new file mode 100644 index 0000000..d68f8d5 --- /dev/null +++ b/app/assets/stylesheets/blocks/_panels.scss @@ -0,0 +1,23 @@ +// Override Bootstrap 3.0's Panels + +.panel-default { + border-color: $color-border-default; +} +.heading-button > .panel-heading, .panel-default > .panel-heading { + background-color: $color-background-grey; + color: $color-white; + border-top-right-radius: 0px; + border-top-left-radius: 0px; +} + +.panel-title a { + display: block; + padding: 8px $grid-gutter-width / 2; + margin: -10px $grid-gutter-width / -2; + background-color: $color-background-grey; + color: $color-white; +} +.panel-title > a.reverse { + background-color: $color-white; + color: $color-text-grey; +} diff --git a/app/assets/stylesheets/blocks/_profile_form.scss b/app/assets/stylesheets/blocks/_profile_form.scss new file mode 100644 index 0000000..09ef21c --- /dev/null +++ b/app/assets/stylesheets/blocks/_profile_form.scss @@ -0,0 +1,8 @@ +// TODO: Refactor this. Instead of writing specific CSS rules for particular objects, +// we should provide utility classes which can provide the desired style to this object +.org-logo-controls { + display: inline-block; + margin-left: $grid-gutter-width / 2; + input { display: inline-block; } + strong { margin: 0 10px; } +} diff --git a/app/assets/stylesheets/blocks/_progress.scss b/app/assets/stylesheets/blocks/_progress.scss new file mode 100644 index 0000000..7735dd0 --- /dev/null +++ b/app/assets/stylesheets/blocks/_progress.scss @@ -0,0 +1,3 @@ +.progress { + border-radius: 0px; +} \ No newline at end of file diff --git a/app/assets/stylesheets/blocks/_project_details.scss b/app/assets/stylesheets/blocks/_project_details.scss new file mode 100644 index 0000000..92632ff --- /dev/null +++ b/app/assets/stylesheets/blocks/_project_details.scss @@ -0,0 +1,23 @@ +fieldset.project-details { + border: 0.5px groove $color-border-light; + padding: 0 5px; + margin: 0px; + width: 480px; + box-shadow: 0px 0px 0px 0px $color-shadow-dark; +} + +legend.project-details { + font-weight: bold; + font-size: 100%; + text-align: left !important; + width: auto; + margin-bottom: 5px; + border-bottom: none; + text-transform: capitalize; +} + +@media (max-width: 768px) { + fieldset.project-details { + width: 340px; + } +} diff --git a/app/assets/stylesheets/blocks/_rda.scss b/app/assets/stylesheets/blocks/_rda.scss new file mode 100644 index 0000000..1689f17 --- /dev/null +++ b/app/assets/stylesheets/blocks/_rda.scss @@ -0,0 +1,18 @@ +.remove-standard { + border: none; + background: none; +} + +.browse-standards-border { + border: 1px solid $color-border-default; + border-radius: 0px; + padding: 10px 10px 5px 10px; + margin-bottom:10px; + overflow-y: scroll; + max-height: 300px; + width: 100%; +} + +.rda_metadata .form-control { + width: auto; +} diff --git a/app/assets/stylesheets/blocks/_statuses.scss b/app/assets/stylesheets/blocks/_statuses.scss new file mode 100644 index 0000000..351f8c4 --- /dev/null +++ b/app/assets/stylesheets/blocks/_statuses.scss @@ -0,0 +1,6 @@ +.status { + display: block; + float: left; + clear: left; + margin-bottom: 10px; +} diff --git a/app/assets/stylesheets/blocks/_tables.scss b/app/assets/stylesheets/blocks/_tables.scss new file mode 100644 index 0000000..717e220 --- /dev/null +++ b/app/assets/stylesheets/blocks/_tables.scss @@ -0,0 +1,60 @@ +// This file contains overrides to the core Bootstrap 3.x styling +.table { border: 1px solid $color-border-default; } +.table thead > tr > th { border-bottom: none; } +.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td { border: 1px solid $color-border-default; } + +thead th { + background-color: $color-border-default; + color: $color-white; +} + +thead th.table-scope { + background-color: $color-white; + font-weight: normal; + + a { + color: $color-text-grey; + padding: 2px ($grid-gutter-width / 2) 2px 2px; + } +} + +.table-hover tbody tr:hover td, .table-hover tbody tr:hover th { + background-color: $color-background-muted; +} + +th.date-column { + min-width: 120px; +} + +/* Fix issues with dropdwon within tables being cut off */ +.table-responsive > .table { + width: 100%; + margin-bottom: $grid-gutter-width / 2; + overflow: auto; +} + +@media (max-width: 768px) { + .table-responsive .dropdown-menu, + .table-responsive .dropdown-toggle { + position: static !important; + } +} + +@media (min-width: 768px) { + .table-responsive { + overflow: visible; + } +} + +.notifications { + table { + border: none; + + thead > tr > th { + border: none; + background-color: $color-background-white; + color: $color-text-black; + } + tbody > tr > td { border: none; } + } +} diff --git a/app/assets/stylesheets/blocks/_template_filters.scss b/app/assets/stylesheets/blocks/_template_filters.scss new file mode 100644 index 0000000..1eb2eb6 --- /dev/null +++ b/app/assets/stylesheets/blocks/_template_filters.scss @@ -0,0 +1,4 @@ +.template-table-filters .navbar-nav > li > a { + color: $color-text-grey; + padding: 5px ($grid-gutter-width / 2) 5px 5px; +} diff --git a/app/assets/stylesheets/blocks/_tooltips.scss b/app/assets/stylesheets/blocks/_tooltips.scss new file mode 100644 index 0000000..1ba9324 --- /dev/null +++ b/app/assets/stylesheets/blocks/_tooltips.scss @@ -0,0 +1,13 @@ +.tooltip-inner { + min-width: 320px; + max-width: 100%; + text-align: left; +} + +@media (max-width: 320px) { + .tooltip-inner { + min-width: initial; + max-width: 120px; + text-align: left; + } +} diff --git a/app/assets/stylesheets/utils/.gitkeep b/app/assets/stylesheets/utils/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app/assets/stylesheets/utils/.gitkeep diff --git a/app/assets/stylesheets/utils/README.md b/app/assets/stylesheets/utils/README.md new file mode 100644 index 0000000..8dea2c6 --- /dev/null +++ b/app/assets/stylesheets/utils/README.md @@ -0,0 +1,17 @@ +# CSS Utils + +Use this directory to define utility classes for use throughout the app. Examples of utilities include: + +``` css +.font-large { + font-size: 2rem; +} + +.red { + color: $color-text-red; +} + +.border-bottom { + border-bottom: thin solid $color-border-default; +} +``` diff --git a/app/assets/stylesheets/utils/_backgrounds.scss b/app/assets/stylesheets/utils/_backgrounds.scss new file mode 100644 index 0000000..2b21a2e --- /dev/null +++ b/app/assets/stylesheets/utils/_backgrounds.scss @@ -0,0 +1,3 @@ +[class^="bg-"] { + padding: 15px; +} diff --git a/app/assets/stylesheets/utils/_bordered.scss b/app/assets/stylesheets/utils/_bordered.scss new file mode 100644 index 0000000..9d8efed --- /dev/null +++ b/app/assets/stylesheets/utils/_bordered.scss @@ -0,0 +1,5 @@ +/* ADD a BORDER */ +.bordered { + border: 1px solid $color-border-default; + padding: 5px 20px 15px 20px; +} diff --git a/app/assets/stylesheets/utils/_colours.scss b/app/assets/stylesheets/utils/_colours.scss new file mode 100644 index 0000000..5616249 --- /dev/null +++ b/app/assets/stylesheets/utils/_colours.scss @@ -0,0 +1,3 @@ +.red { + color: $color-text-red; +} diff --git a/app/assets/stylesheets/utils/_icons.scss b/app/assets/stylesheets/utils/_icons.scss new file mode 100644 index 0000000..de049e2 --- /dev/null +++ b/app/assets/stylesheets/utils/_icons.scss @@ -0,0 +1,5 @@ +/* See `.combobox-clear-button` for an example of this mixin in use */ +@mixin icon($icon) { + @extend .fa; + @extend .fa-#{$icon}:before; +} diff --git a/app/assets/stylesheets/utils/_margins.scss b/app/assets/stylesheets/utils/_margins.scss new file mode 100644 index 0000000..7b0f764 --- /dev/null +++ b/app/assets/stylesheets/utils/_margins.scss @@ -0,0 +1,9 @@ +.mb-5 { + margin-bottom: 5px; +} +.mb-10 { + margin-bottom: 10px; +} +.mt-10 { + margin-top: 10px; +} diff --git a/app/assets/stylesheets/variables/.gitkeep b/app/assets/stylesheets/variables/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app/assets/stylesheets/variables/.gitkeep diff --git a/app/assets/stylesheets/variables/README.md b/app/assets/stylesheets/variables/README.md new file mode 100644 index 0000000..37e9cd6 --- /dev/null +++ b/app/assets/stylesheets/variables/README.md @@ -0,0 +1,11 @@ +# CSS Variables + +Use this directory to define all of the variable attributes that are referenced within all SCSS files. + +Variables should, where practicable, follow the naming convention `$[type]-[context]-[value]`. For example: + +``` css +$color-text-red: #FF2222; +$color-border-silver: #DDDDDD; +$font-size-large: 3rem; +``` diff --git a/app/assets/stylesheets/variables/_bootstrap.scss b/app/assets/stylesheets/variables/_bootstrap.scss new file mode 100644 index 0000000..d2b2767 --- /dev/null +++ b/app/assets/stylesheets/variables/_bootstrap.scss @@ -0,0 +1,28 @@ +@import "./colours"; + +// Here you can override Twitter Bootstrap's variables. +// +// Values defined here will automatically take priority over the Bootstrap defaults. +// You can see a list of the Bootstrap variables here: +// https://getbootstrap.com/docs/3.3/customize/ + + +// NOTE: We need to stick to the !default format below, to ensure variables can be set in +// other files for individual deployments. + +// Forms +$input-border-radius: 0px !default; + + +// Navbar +$navbar-border-radius: 0px !default; + +// Buttons +$btn-border-radius-base: 0px !default; + +$btn-primary-color: $color-text-white !default; + +$btn-default-color: $color-text-white !default; + +// Panels +$panel-border-radius: 0px !default; diff --git a/app/assets/stylesheets/variables/_colours.scss b/app/assets/stylesheets/variables/_colours.scss new file mode 100644 index 0000000..8c3b17e --- /dev/null +++ b/app/assets/stylesheets/variables/_colours.scss @@ -0,0 +1,33 @@ +// Colors: +$color-black: #000; +$color-white: #FFF; +$color-red: #b94a48; +$color-grey: #4F5253; +$color-muted: #CCC; + +// Text colors +$color-text-white: $color-white; +$color-text-red: $color-red; +$color-text-grey: $color-grey; +$color-text-black: $color-black; + +// Background colors +$color-background-white: $color-white; +$color-background-grey: $color-grey; +$color-background-black: $color-black; +$color-background-muted: $color-muted; + + +// Borders colors +$color-border-default: $color-grey; +$color-border-light: #ddd; + +// Shadow colors +$color-shadow-dark: $color-black; + +// Tooltips +$tooltip-color: $color-white; +$tooltip-background: $color-text-grey; + +$dropdown-inverse-bg: #222222; +$dropdown-inverse-border: #080808; \ No newline at end of file diff --git a/app/assets/stylesheets/variables/_tinymce.scss b/app/assets/stylesheets/variables/_tinymce.scss new file mode 100644 index 0000000..d6fd4d7 --- /dev/null +++ b/app/assets/stylesheets/variables/_tinymce.scss @@ -0,0 +1,2 @@ +// Import the desired TinyMCE skin name +//@import "lightgray/skin.min"; diff --git a/app/assets/stylesheets/variables/_typography.scss b/app/assets/stylesheets/variables/_typography.scss new file mode 100644 index 0000000..48a14fa --- /dev/null +++ b/app/assets/stylesheets/variables/_typography.scss @@ -0,0 +1,5 @@ +@font-face { + font-family: 'GillSansLight'; + src: font-url('GillSansLight.ttf') format('truetype'); + font-weight: normal; +} diff --git a/app/assets/videos/index.files/html5video/.htaccess b/app/assets/videos/index.files/html5video/.htaccess new file mode 100644 index 0000000..e79adac --- /dev/null +++ b/app/assets/videos/index.files/html5video/.htaccess @@ -0,0 +1,5 @@ +AddType video/ogg .ogv +AddType video/mp4 .mp4 +AddType video/mp4 .m4v +AddType video/webm .webm +SetEnvIfNoCase Request_URI \.(ogv|mp4|m4v|webm)$ no-gzip dont-vary diff --git a/app/assets/videos/index.files/html5video/flashfox.swf b/app/assets/videos/index.files/html5video/flashfox.swf new file mode 100644 index 0000000..cc7851b --- /dev/null +++ b/app/assets/videos/index.files/html5video/flashfox.swf Binary files differ diff --git a/app/assets/videos/index.files/html5video/fullscreen.png b/app/assets/videos/index.files/html5video/fullscreen.png new file mode 100644 index 0000000..6181e71 --- /dev/null +++ b/app/assets/videos/index.files/html5video/fullscreen.png Binary files differ diff --git a/app/assets/videos/index.files/html5video/html5ext.js b/app/assets/videos/index.files/html5video/html5ext.js new file mode 100644 index 0000000..e8e1a51 --- /dev/null +++ b/app/assets/videos/index.files/html5video/html5ext.js @@ -0,0 +1,7 @@ +/** + * EasyHTML5Video JavaScript Extension API version 1.2 + * Created by EasyHTML5Video.com + * Modified 13:05 25.07.2013 + * This file content fullscreen api + */ +(function(){function j(t,s,i){if(t.addEventListener){t.addEventListener(s,i,false)}else{t.attachEvent("on"+s,i)}}function r(t,s,i){if(t.removeEventListener){t.removeEventListener(s,i)}else{t.detachEvent("on"+s,i)}}function o(u,t){if(!u.length){u=[u]}for(var v in t){for(var s=0;s=0;v--){if(!u[v].type){A=u[v].src}else{if(A&&/mp4/.test(u[v].type)){u[v].src=A;t.load()}}}}}if(!t||!t.canPlayType){var x=s.getElementsByTagName("object")[0]||s.getElementsByTagName("embed")[0];var C=x.height/x.width;x.setAttribute("width","100%");x.removeAttribute("height");var B=function(){x.style.height=s.offsetWidth*C+"px"};j(window,"resize",B);B()}}var b=m("easyhtml5video");for(var f=0;f constants[key]; +$(() => { + // js-constants is defined in views/layouts/application.html.erb + const target = $('#js-constants'); + if (isObject(target) && isString(target.val())) { + constants = JSON.parse(target.val()); + } +}); diff --git a/app/javascript/locale/de/app.js b/app/javascript/locale/de/app.js new file mode 100644 index 0000000..bb4b7f7 --- /dev/null +++ b/app/javascript/locale/de/app.js @@ -0,0 +1,638 @@ +var locales = locales || {}; locales.de = { + domain: 'app', + locale_data: { + app: { + '': { + 'Project-Id-Version': 'app 1.0.0', 'Report-Msgid-Bugs-To': '', 'PO-Revision-Date': '2017-05-02 14:54+0000', 'Last-Translator': 'FULL NAME ', 'Language-Team': 'LANGUAGE ', Language: '', 'MIME-Version': '1.0', 'Content-Type': 'text/plain; charset=UTF-8', 'Content-Transfer-Encoding': '8bit', 'Plural-Forms': 'nplurals=INTEGER; plural=EXPRESSION;', lang: 'de', domain: 'app', plural_forms: 'nplurals=INTEGER; plural=EXPRESSION;', + }, + ' Plan': ['plans'], + " Select what format you wish to use and click to 'Export'.": ['Export'], + ' Share note': ['Füge Kommentar hinzu'], + ' access to': [''], + ' access. ': [''], + ' by': [' von '], + ' has been removed by ': [' von '], + ' have been changed by': [' von '], + ' into your browser)': ['into your browser).'], + ' on ': [''], + ' or ': [''], + ' password. You can do this through the link below.': ['password. You can do this through the link below.'], + ' team': ['am'], + ' to accept the invitation, (or copy ': ['(or copy'], + ' will help you to develop your Data Management Plan. If you have any queries or feedback as you use the tool, please contact us on ': [''], + '\\"Are you sure you want to unlink #{scheme.description} ID?\\"': ['ID'], + '\\"The current #{scheme.description} iD has been already linked to a user with email #{identifier.user.email}\\"': ['user'], + '\\"Unlink your account from #{scheme.description}. You can link again at any time.\\"': [''], + '\\"Your account has been linked to #{scheme.description}.\\"': ['Your '], + '%d days': [''], + '%d minutes': [''], + '%d months': [''], + '%d years': [''], + '%{application_name}': ['DMPonline'], + "%{application_name} doesn't recognise your institutional credentials - either you haven't created an account with us or you haven't linked these details to your existing account.
* If you do not have an account with %{application_name}, please complete the form below.
* If you have an account with %{application_name}, please Sign in so we can link your account to your institutional credentials.
Once you have created and/or linked your account, you'll be able to sign in with your institutional credentials directly.": ['DMPonline'], + '%{application_name} is provided by the %{organisation_name}.
You can find out more about us on our website. If you would like to contact us about %{application_name}, please fill out the form below.': ['DMPonline'], + '%{application_name} stories from the %{organisation_abbreviation} website': ['

Geschichten zu DMPonline auf der DCC-Seite


'], + '%{format} is not a valid exporting format. Available formats to export are %{available_formats}.': [''], + '%{value} is not a valid format': [''], + '(Using custom PDF formatting values)': ['(Verwende eigene Werte bei PDF-Formatierung)'], + '(Using template PDF formatting values)': ['(Verwende Vorlagenwerte bei PDF-Formatting)'], + '-': [''], + '... (continued)': [''], + "

Questions to consider:

  • - What is the nature of your research project?
  • - What research questions are you addressing?
  • - For what purpose are the data being collected or created?

Guidance:

Briefly summarise the type of study (or studies) to help others understand the purposes for which the data are being collected or created.

": ["

Zu berücksichtigende Fragen:

  • - Welcher Art ist Ihr Forschungsproject?
  • - Welche Forschungsfragen sollen im Projekt bearbeitet werden?
  • - Welchem Zweck werden die erzeugten oder gesammelt Daten dienen?

Hilfestellung:

Fassen Sie die Art der Studien / Untersuchungen zusammen, um Dritten den Zweck der erzeugten oder gesammelt Daten zu veranschaulichen.

"], + "

The %{organisation_name} ('%{organisation_abbreviation}') are consortia supported by %{legal_entity}. Our primary constituency is the research community, particularly the higher and further education sector.

%{application_name}

%{application_name} ('the tool', 'the system') is a tool developed by the %{organisation_abbreviation} as a shared resource for the research community. It is hosted by %{legal_entity}.

Your personal details

In order to help identify and administer your account with %{application_name}, we need to store your email address. We may also use it to contact you to obtain feedback on your use of the tool, or to inform you of the latest developments or releases. The information may be transferred between the %{organisation_abbreviation} partner institutions but only for legitimate %{organisation_abbreviation} purposes. We will not sell, rent or trade any personal information you provide to us.

Privacy policy

The information you enter into this system can be seen by you, people you have chosen to share access with, and - solely for the purposes of maintaining the service - system administrators at %{legal_entity}. We compile anonymised, automated and aggregated information from plans, but we will not directly access, make use of, or share your content with anyone else without your permission. Authorised officers of your home institution may access your plans for specific purposes - for example, to track compliance with funder/institutional requirements or to calculate storage requirements.

Freedom of Information

%{legal_entity} holds your plans on your behalf, but they are your property and responsibility. Any FOI applicants will be referred back to your home institution.

Passwords

Your password is stored in encrypted form and cannot be retrieved. If forgotten it has to be reset.

Cookies

Please note that %{application_name} uses Cookies. Further information about Cookies and how we use them is available on the main DCC website.


Use of the tool indicates that you understand and agree to these terms and conditions.

": ["

Dies ist eine Testinstallation von DMPonline. DMPonline wird vom Digital Curation Centre (DCC) entwickelt und gepflegt und steht unter einer AGPL Lizenz als Open Source Software zur Verfügung.

Die Testinstallation dient lediglich der Weiterentwicklung und Evaluation der Software und ist nicht für den Produktiveinsatz gedacht.

Zu Ihrer persönlichen Information

Diese Testinstallation wird in absehbarer Zeit wieder abgeschaltet werden. Die Daten, die in dieser Installation erstellt wurden, werden bei der Abschaltung verloren gehen. Wichtige Daten sollten nicht ausschließlich in der Testinstallation gespeichert werden.

"], + "

Useful resources on Data Management Planning

Example Data Management Plans

  • Technical plan submitted to the AHRC [PDF, 7 pages]
    A DMP submitted by a researcher from the University of Bristol, also including comments from the reviewers
  • Two social science DMPs [PDF, 7 pages]
    Example plans from researchers at the University of Leeds, shared as part of the Leeds RoaDMaP training materials
  • Health sciences DMP [PDF, 11 pages]
    Example DMP produced by the DATUM for Health RDM training project
  • Psychology DMP [PDF, 11 pages]
    A very detailed, fictional psychology DMP produced by the DMTpsych RDM training project, based on a seminal psychology experiment
  • UCSD Example Data Management Plans [webpage]
    Over 20 example plans submitted to the National Science Foundation (NSF) in the United States by academics at UC San Diego
  • Colorado School of Mines examples [webpage]
    A variety of US example DMPs from Mines and elsewhere
  • NSF data management plans [webpage]
    5 DMPs submitted to the NSF, shared by the DataOne initiative
  • Biology and chemistry DMPs [webpage]
    Three example DMPs from the USA shared by NECDMC, an instructional tool for teaching RDM to undergraduates, graduate students, and researchers in the health sciences, sciences and engineering.

Useful guides on Research Data Management in general

  • Managing and Sharing Data: best practice for researchers [PDF, 36 pages]
    A guide by the UK Data Service covering a range of topics including data formats, documentaion, ethics, copyright and data sharing.
  • How to Cite Datasets and Link to Publications [PDF, 12 pages]
    A guide by the Digital Curation Centre giving practical guidelines on how to cite data and the different tools and infrastructure that can be used to support data citation.
  • How to License Research Data [PDF, 16 pages]
    A guide by the Digital Curation Centre that outlines different types of licenses, the pros and cons of each and how they can be applied.
  • How to Appraise and Select Research Data for Curation [PDF, 8 pages]
    A guide by ANDS and the Digital Curation Centre on how to select which data to keep for long-term preservation, sharing and reuse. The guide puts forward several criteria to aid selection decisions.
  • Research Data MANTRA [online resource]
    An online training course designed for researchers or others planning to manage digital data as part of the research process. The course includes a number of software practicals on using SPSS, R, ArcGIS and NVivo.
": ["

Datenmanagementplan-Anleitung am Beispiel von Horizon 2020

  • Datenmanagementplan-Anleitung (PDF)
    Der Computer- und Medienservice der Humboldt-Universität zu Berlin hat eine Anleitung zur Erstellung eines Datenmanagementplans (DMP) in Horizon 2020 mit DMPonline bereit gestellt.

Useful resources on Data Management Planning

Example Data Management Plans

Useful guides on Research Data Management in general

  • Managing and Sharing Data: best practice for researchers [PDF, 36 pages]
    A guide by the UK Data Service covering a range of topics including data formats, documentaion, ethics, copyright and data sharing.
  • How to Cite Datasets and Link to Publications [PDF, 12 pages]
    A guide by the Digital Curation Centre giving practical guidelines on how to cite data and the different tools and infrastructure that can be used to support data citation.
  • How to License Research Data [PDF, 16 pages]
    A guide by the Digital Curation Centre that outlines different types of licenses, the pros and cons of each and how they can be applied.
  • How to Appraise and Select Research Data for Curation [PDF, 8 pages]
    A guide by ANDS and the DCC on how to select which data to keep for long-term preservation, sharing and reuse. The guide puts forward several criteria to aid selection decisions.
  • Research Data MANTRA [online resource]
    An online training course designed for researchers or others planning to manage digital data as part of the research process. The course includes a number of software practicals on using SPSS, R, ArcGIS and NVivo.
"], + '

%{application_name} has been jointly developed by the %{organisation_name} to help you write data management plans.

': ["

DMPonline wurde vom Digital Curation Centre entwickelt, um Sie bei der Erstellung von Data-Managment-Plänen zu unterstützen.

"], + "

%{application_name} is developed and maintained by the UK %{organisation_name}. We’re a small team, and are happy to collaborate with others. There are various ways you can get involved:

Join the user group

We run a listserv for the %{application_name} user group that you can request to join. We also host periodic meetings to consult on our plans. Being part of the user group gives you the opportunity to be informed about future developments and to provide feedback to help shape our plans.

Our user group sessions are usually focused around a certain topic (e.g. fleshing out use cases for an API) so invites are sent based on your areas of expertise. It is helpful for us to know your role and interests to invite relevant people to each session. Please introduce yourself on the list and share your ideas.

Notes from previous user group sessions are provided below:

Please let us know your interests and share your ideas for future developments via the mailing list so the community as a whole can feedback on them.

Customise %{application_name}

%{application_name} can be customised by institutions and disciplines. You can add templates for users in your organisation and tailored guidance that explains local support and services. Example answers can also be offered to help users understand what to write in a Data Management Plan. To do this you’ll need to request admin access, so please email us on dmponline@dcc.ac.uk.

Futher guidance on customising %{application_name} is available on the %{application_name} website.

Contribute to the code

%{application_name} is a Ruby on Rails application. The source code is made available under an MIT License. This permits others to reuse the code freely, but obligates you to share the source code for any extensions in the same way. Please inform us if you install an instance of %{application_name} and offer your contributions back to the community.

If you install an instance of %{application_name} we require that you credit the %{organisation_abbreviation} as originators of the tool. We recommend that the acknowledgement takes the form of the %{application_name} logo with a link back to the %{organisation_abbreviation}-hosted version of the tool.

We are willing to work with external developers to add new features to the tool. We are also open to delivering new features on a chargeable basis. If there are extensions you would like to see prioritised and have resource to support additional developer effort, please contact us on dmponline@dcc.ac.uk to negotiate terms.

The code is available on GitHub

Support our work

We are impressed by the uptake of %{application_name} both in the UK and internationally and are really keen to hear how you are using the tool and promoting it in your context. We are aware that others have run training courses, developed guidance materials and advocated use of the tool. Please notify us of this as it helps to show impact.

We are currently investigating options for revenue generation. This will help us serve the increased demand more effectively and safeguard the long-term sustainability of %{application_name}. Plans will be released for consultation soon but we also welcome your suggestions on how best to support our work.

": ['DMPonline'], + "

From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.
Select what format you wish to use and click to 'Export'.

": ["

Hier können Sie Ihren Plan in verschiedenen Formaten herunterladen. Das kann nützlich sein, falls Sie den Plan als Teil Ihres Projektantrags einreichen müssen.
Wählen Sie das gewünschte Format aus und wählen Sie 'Exportieren'.

"], + '

Here you set the title that users will see. If you intend to have multiple phases for you DMP, this should be clear in the title and description.

': ['

Dieser Titel wird den Nutzern angezeigt. Falls Sie mehrere Phasen für einen DMP haben wollen, sollte dies aus dem Titel und der Beschreibung hervorgehen.

'], + '

Select themes that are relevant to this question.

This allows your generic institution-level guidance to be drawn in, as well as that from other sources e.g. the %{organisation_abbreviation} or any Schools/Departments that you provide guidance for.

You can select multiple themes by using the CTRL button.

': ['

Wählen Sie die für diese Frage relevanten Themen aus.

Dies erlaubt es, sowohl generischen Hilfestellungen auf Institutions-Ebene, als auch aus anderen Quellen, wie z.B. der DINI, oder jedweder Institute oder Einrichtungen, für die Sie Unterstützung anbieten, einzubeziehen.

Sie können mehrere Themen durch klicken und gleichzeitiges Drücken der Steuerungs- bzw. Kommando-Taste auswählen.

'], + "

The %{organisation_abbreviation} are now collaborating to develop a joint codebase for Data Management Planning called DMP Roadmap. Both of our tools will be delivered using this in the future. We've agreed what features need to be included and are planning a few sprints to deliver these. The initial release will include all of the main priorities we already had flagged, including:

  • - APIs to create plans, extract guidance and generate statistics from %{application_name}
  • - Multi-lingual support so foreign language versions can be presented
  • - Locales to provide a refined set of content for particular countries or other contexts
  • - A lifecycle to indicate the status of DMPs and allow institutional access to plans
  • - Support for reviewing Data Management Plans

%{application_name} has an active and growing user base, and we are grateful to the members who suggest ideas for new and improved features. If you would like to help shape our future plans, please join the user group. More information on how you can engage with us is available under the 'Get involved' tab.

Current release

The current version of %{application_name} is %{application_version}.

The code is available on GitHub


": ['DMPonline'], + '

To create a new template, first enter a title and description. Once you have saved this you will be presented with options to add one or more phases.

': ['

Um eine Vorlage anzulegen beginnen sie mit einem Titel und einer Beschreibung. Nach dem Speichern haben Sie die Option zum Anlegen von ein oder mehreren Phasen.

'], + "

When you login to %{application_name} you will be directed to the 'My plans' page. From here you can edit, share, export or delete any of your plans. You will also see plans that have been shared with you by others.

Create a plan

To create a plan, click the 'Create plan' button from the 'My plans' page or the top menu. Select options from the drop-down menus and tickboxes to determine what questions and guidance you should be presented with. Confirm your selection by clicking 'Yes, create plan'

Write your plan

The tabbed interface allows you to navigate through different functions when editing your plan.

  • - 'Plan details' includes basic administrative details, tells you what sets of questions and guidance your plan is based on and gives you an overview to the questions that you will be asked.
  • - The following tab(s) present the questions to answer. There may be more than one tab if your funder or university asks different sets of questions at different stages e.g. at grant application and post-award.
  • - The 'Share' tab allows you to invite others to read or contribute to your plan.
  • - The 'Export' tab allows you to download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.

When viewing any of the question tabs, you will see the different sections of your plan displayed. Click into these in turn to answer the questions. You can format your responses using the text editing buttons.

Guidance is displayed in the right-hand panel. Click the '+' symbol to view this.

Remember to 'save' your responses before moving on.

Share plans

Insert the email address of any collaborators you would like to invite to read or edit your plan. Set the level of permissions you would like to grant them via the drop-down options and click to 'Add collaborator'

Export plans

From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application. Choose what format you would like to view/download your plan in and click to export. When you login to %{application_name} you will be directed to the 'My plans' page. From here you can edit, share, export or delete any of your plans. You will also see plans that have been shared with you by others.

": ["

Nach der Anmeldung in DMPonline werden sie zur 'Meine Pläne'-Seite weitergeleitet. Dies ist der Startpunkt, um ihre Pläne zu Edieren, zu Teilen oder zu löschen. Sie sehen außerdem, welche Pläne sie mit anderen geteilt haben.

Pläne erstellen

Um einen Plan zu erstellen, klicken sie auf den 'Plan erstellen'-Knopf auf der 'Meine Pläne'-Seite, oder im Hauptmenü. Wählen sie die passenden Optionen in den Ausklappmenüs und Auswahlboxen aus, um zu bestimmen, welche Fragen und Hilfestellungen ihnen angezeigt werden sollen. Bestätigen sie ihre Auswahl durch das Klicken von 'Ja, Plan erstellen'.

Pläne schreiben

Die Reiter der Benutzerschnittstelle erlauben ihnen durch die verschiedenen Bereiche zu navigieren wenn sie ihren Plan bearbeiten.

  • - 'Plandetails' enthält die grundliegenden administrativen Details, listet die Fragen und Hilfestellungen, auf denen ihr Plan basiert und gibt eine Übersicht über die zu beantwortenden Fragen
  • - die folgenden Reiter repräsentieren die zu beantwortenden Fragen. Sollten ihr Förderer oder ihre Institution verschiedene Fragen zu verschiedenen Stufen des Plans beantwortet wissen möchten, können hier mehrere Reiter auftauchen
  • - 'Teilen' enthält Details zum Einladen von anderen Personen zum Lesen oder zur aktiven Mitabeit am Plan
  • - 'Export' enthält Möglichkeiten zum Export des Plans in verschiedene Dateiformate. Dies kann nützlich sein, wenn sie ihren Plan im Rahmen eines Antrags einreichen müssen

In den Fragereitern sind die verschiedenen Abschnitte ihres Plans dargestellt, die sich durch anklicken zur Bearbeitung auswählen lassen. Die Antworttexte können mit den Textbearbeitungsknöpfen formatiert werden.

Hilfestellungen werden rechts von den Fragen durch klicken des '+'-Symbols angezeigt.

Bitte vergessen sie nicht ihre Antworten zu speichern, bevor sie die Seite verlassen.

Pläne teilen

Geben sie die E-Mail-Adresse der Person an, die ihren Plan lesen oder bearbeiten können sollen. Mithilfe des Ausklappmenüs können sie die Befugnisse, die die Person im Bezug auf den Plan haben soll, auswählen. Klicken sie abschließend auf 'Mitarbeitende(n) hinzufügen'.

Pläne exportieren

Wählen sie das Dateiformat aus, in das sie ihren Plan exportieren möchten und klicken sie 'Export'. Unterhalb des Dialogs können sie durch klicken auf das '+'-Symbol detaillierte Einstellungen zum Export vornehmen.

"], + "

You can give other people access to your plan here. There are three permission levels.

  • Users with \\\"read only\\\" access can only read the plan.
  • Editors can contribute to the plan.
  • Co-owners can also contribute to the plan, but additionally can edit the plan details and control access to the plan.

Add each collaborator in turn by entering their email address below, choosing a permission level and clicking \\\"Add collaborator\\\".

Those you invite will receive an email notification that they have access to this plan, inviting them to register with %{application_name} if they don't already have an account. A notification is also issued when a user's permission level is changed.

": ["

Sie können anderen Zugriff zu Ihren Plan gewähren. Es gibt hierbei drei Abstufungen des Zugriffs.

  • Benutzer mit 'nur lesen'-Rechten können den Plan nur lesen.
  • Bearbeiter können zum Plan beitragen.
  • Miteigentümer können zum Plan beitragen und zusätzlich die Plandetails und die Zugriffsrechte bearbeiten.

Neue Mitarbeitende können durch die Angabe ihrer E-Mail-Adresse und das Wählen des Zugriffsrechts hinzugefugt werden. Bestätigen Sie Ihre Angaben mit 'Mitarbeitende(n) hinzufügen'

Eingeladene Mitarbeitende erhalten eine E-Mail, die sie darüber informiert, dass sie Zugriff zu Ihrem Plan erhalten haben; sofern Mitarbeitende noch nicht bei DMPonline registriert sind, erhalten sie eine Einladung zur Registrierung. Wenn die Zugriffsrechte geändert werden wird ebenfalls eine Benachrichtigungs-E-Mail versand.

"], + 'A Data Management Plan in %{application_name} has been shared with you': ['DMPonline'], + 'A colleague has invited you to contribute to their Data Management Plan at ': ['A colleague has invited you to contribute to their Data Management Plan at'], + 'A pertinent ID as determined by the funder and/or institution.': ['Eine Identifikationskürzel, wie es von Förderern oder Institutionen vergeben wird.'], + 'A required setting has not been provided': ['Eine benötigte Einstellung wurde nicht erbracht'], + 'API Information': [''], + 'API rights': [''], + 'API token': [''], + About: ['Über uns'], + 'About %{application_name}': ['Über DMPonline'], + 'Access removed': [''], + Actions: ['Aktionen'], + 'Add Annotations': [''], + 'Add an appropriate name for your guidance group. This name will be used to tell the end user where the guidance has come from. It will be appended to text identifying the theme e.g. \\"[guidance group name]: guidance on data sharing\\" so we suggest you just use the institution or department name.': ['Hilfestellungsgruppe'], + 'Add collaborator': ['Mitarbeitende(n) hinzufügen'], + 'Add each collaborator in turn by entering their email address below, choosing a permission level and clicking \\"Add collaborator\\".': ['Mitarbeitende(n) hinzufügen'], + 'Add new phase': ['Neue Phase hinzufügen'], + 'Add note': ['Füge Kommentar hinzu'], + 'Add option': ['Option hinzufügen'], + 'Add question': ['Frage hinzufügen'], + 'Add section': ['Abschnitt hinzufügen'], + 'Additional Information': [''], + 'Additional comment area will be displayed.': [''], + Admin: [''], + 'Admin Details': [''], + 'All the best,': [''], + 'Allows the user to amend the organisation details (name, URL etc) and add basic branding such as the logo': ['Organisation'], + 'Allows the user to assign permissions to other users within the same organisation. Users can only assign permissions they own themselves': ['Organisation'], + 'Allows the user to create and edit guidance': ['user'], + 'Allows the user to create new institutional templates, edit existing ones and customise funder templates': ['templates'], + 'An error has occurred while saving/resetting your export settings.': [''], + Annotations: [''], + Answer: ['Antworten'], + 'Answer format': ['Antwortform'], + 'Answer questions': ['Fragen beantworten'], + Answered: ['Beantwortet '], + 'Answered at': ['Beantwortet '], + 'Answered by': ['Beantwortet '], + Answers: ['Antworten'], + 'Anything you enter here will display in the answer box. If you want an answer in a certain format (e.g. tables), you can enter that style here.': ['Alles, was Sie hier eingeben, wird im Antwortfeld erscheinen. Falls Sie eine Antwort in einem bestimmten Format haben möchten (z.B. als Tabelle) können Sie diesen Stil hier angeben.'], + 'Are you sure you want to remove this note?': [''], + 'Are you sure you wish to delete this plan? If the plan is being shared with other users, by deleting it from your list, the plan will be deleted from their plan list as well': ['Sind Sie sicher, dass sie diesen Plan löschen wollen?'], + 'Are you sure?': ['Sind Sie sicher?'], + 'Back to edit view': ['Zurück, um die Ansicht zu bearbeiten'], + Background: ['Hintergrund'], + 'Bad Credentials': [''], + 'Bad Parameters': [''], + 'Before submitting, please consider:': [''], + 'Before you get started, we need some information about your research project to set you up with the best DMP template for your needs.': ['Fragen'], + 'Begin typing to see a filtered list': [''], + 'Below is a list of users registered for your organisation. You can sort the data by each field.': ['Folgend findet sich die Liste von Benutzern registriert bzgl. Ihrer Org. Sie können diese Liste bzgl. aller Felder sortieren.'], + Bottom: ['Unten'], + 'By ': [''], + Cancel: ['Abbrechen'], + 'Cannot share plan with %{email} since that email matches with the owner of the plan.': ['plans'], + 'Change my password': ['Passwort ändern'], + 'Change organisation details': ['Organisation'], + 'Check box': ['Checkbox'], + "Check this box when you are ready for guidance associated with this group to appear on user's plans.": ['plans'], + "Check this box when you are ready for this guidance to appear on user's plans.": ['Markieren Sie dieses Kästchen, wenn Sie bereit sind, für diese Anleitung für Benutzer-Pläne zu erscheinen.'], + 'Choose your language': [''], + 'Click here': [''], + 'Click here to accept the invitation': ['Click here to accept the invitation'], + 'Click here to confirm your account': ['Click here to confirm your account'], + "Click the 'Create plan' button below to begin.": ['Erstelle Plan'], + 'Click the link below to unlock your account': ['Click the link below to unlock your account:'], + Close: [''], + 'Co-owner': ['Miteigentümer'], + 'Co-owners can also contribute to the plan, but additionally can edit the plan details and control access to the plan.': ['Miteigentümer'], + Collaborators: ['Mitarbeitende'], + Comment: ['Kommentar'], + 'Contact Us': ['Kontakt'], + 'Contact us': ['Kontakt'], + "Copyright information: The above plan creator(s) have agreed that others may use as much of the text of this plan as they would like in their own plans, and customise it as necessary. You do not need to credit the creator(s) as the source of the language used, but using any of the plan's text does not imply that the creator(s) endorse, or have any relationship to, your project or proposal": ['plans'], + 'Create Account': ['Registrieren'], + 'Create a guidance group': ['Hilfestellungsgruppe'], + 'Create a new plan': ['Einen neuen Plan erstellen'], + 'Create a template': ['Vorlage erstellen'], + 'Create account': ['Registrieren'], + 'Create an account with any email address': [''], + 'Create guidance': ['Neue Hilfestellung'], + 'Create plan': ['Erstelle Plan'], + 'Create plans': ['Erstelle Plan'], + 'Created at': ['Angelegt am'], + 'Current Password': ['Aktuelles Passwort'], + Customise: ['Anpassen'], + 'Data Contact Person': [''], + Default: ['Vorgabe'], + 'Default answer': ['Vorauswahl'], + 'Default value': ['Wertvorgabe'], + Delete: ['Löschen'], + 'Delete Example Answer': ['Beispielantwort'], + 'Delete question': ['Frage löschen'], + Description: [''], + Details: ['Details'], + "Didn't receive confirmation instructions?": ['Bestätigungsanleitungen nicht erhalten?'], + "Didn't receive unlock instructions?": ['Entsperrungsanleitungen nicht erhalten?'], + Discard: ['Verwerfen'], + 'Display additional comment area.': [''], + Download: [''], + Draft: [''], + Dropdown: ['Klappliste'], + 'E.g ORCID http://orcid.org/.': ['z.B. die ORCID (http://orcid.org/).'], + Edit: ['Bearbeiten'], + 'Edit Annotations': ['Bearbeiten'], + 'Edit User Privileges': ['Bearbeiten Benutzerberechtigungen'], + 'Edit customisation': ['Anpassungen bearbeiten'], + 'Edit phase': ['Phase bearbeiten'], + 'Edit plan details': ['Plandetails bearbeiten'], + 'Edit profile': ['Profil bearbeiten'], + 'Edit question': ['Frage bearbeiten'], + 'Edit template details': ['Details der Vorlage bearbeiten'], + Edited: ['Bearbeiten'], + Editor: ['Bearbeiten'], + 'Editors can contribute to plans. Co-owners have additional rights to edit plan details and control access.': ['Editoren können zu Plan beitragen. Miteigentümer haben zusätzliche Rechte um Plandetails und Zugriffsrechte bearbeiten zu können.'], + 'Editors can contribute to the plan.': ['Bearbeiten'], + Email: ['E-Mail'], + 'Email address': ['E-Mail-Adresse'], + 'Emails must be different': ['E-Mail'], + 'Enter a basic description. This could be a summary of what is covered in the section or instructions on how to answer. This text will be displayed in the coloured banner once a section is opened to edit.': ["
Geben Sie eine kurze Beschreibung an. Diese sollte zusammenfassen, was von diesem Abschnitt abgedeckt wird, oder Hinweise zur Beantwortung der Fragen geben. Dieser Text wird ein einem farbigen Banner angezeigt, sobald ein Abschnitt zur Bearbeitung geöffnet wird."], + "Enter a basic description. This will be presented to users on the 'Admin Plan' tab, above the summary of the sections and questions which they will be asked to answer.": ['Geben Sie eine kurze Beschreibung an. Diese wird den Nutzern oberhalb der Zusammenfassung der Abschnitte und der Fragen, die sie beantowrten müssen, angezeigt.'], + 'Enter a description that helps you to differentiate between templates e.g. if you have ones for different audiences': ['Geben Sie eine Beschreibung, die hilft, zwischen den verschiedenen Vorlagen zu unterscheiden, z.B. für verschiedene Zielgruppen'], + 'Enter a title for the phase e.g. intial DMP, full DMP... This is what users will see in the tabs when completing a plan. If you only have one phase, call it something generic e.g. Glasgow DMP': ["Geben Sie einen Titel für die Phase an, z.B. Initialer DMP oder Kompletter DMP. Die Titel werden den Benutzern in den Reitern angezeigt, während sie einen Plan erstellen. Falls Sie nur eine Phase bereitstellen, geben Sie ihm einen allgemeinen Titel wie z.B. 'CAU DMP'"], + 'Enter a valid email.': [''], + 'Enter all of the information above': [''], + 'Enter all of the required information above': [''], + 'Enter any options that you wish to display. If you want to pre-set one option as selected, check the default box.': ['Geben Sie alle Optionen an, die angezeigt werden sollen. Sie können eine der Option als Vorauswahl mit Hilfe der entsprechenden Checkbox markieren.'], + "Enter specific guidance to accompany this question. If you have guidance by themes too, this will be pulled in based on your selections below so it's best not to duplicate too much text.": ['Geben Sie spezifische Hilfestellung an, die diese Frage begleiten soll. Falls Sie auch Hilfestellungen nach Themen angeben, werden diese mit angezeigt; Sie sollten deshalb möglichst wenig Text kopieren.'], + 'Enter your email and password.': [''], + 'Enter your guidance here. You can include links where needed.': ['Hilfestellung hier eingeben; Verweise auf andere Web-Seiten können integriert werden.'], + 'Error processing registration. Please check that you have entered a valid email address and that your chosen password is at least 8 characters long.': [''], + 'Example Answer': ['Beispielantwort'], + 'Example of answer': ['Beispielantwort'], + Explore: ['Export'], + Export: ['Export'], + 'Export settings updated successfully.': ['Export'], + Face: ['Schriftart'], + 'File Name': ['Dateiname'], + 'Fill in the required fields': [''], + 'Filter guidance': ['Neue Hilfestellung'], + 'Filter plans': ['Filter Pläne'], + 'Filter users': ['Filter Pläne'], + 'First Name': ['Vorname'], + "First create a guidance group. This could be institution wide or a subset e.g. a particular College / School, Institute or department. When you create guidance you'll be asked to assign it to a guidance group.": ['

Erstelle zuerst eine Hilfestellungsgruppe. Diese könnte institutionsweit oder eine Untermenge von z.B. einer bestimmten Universität / Schule, eines Instituts oder einer Abteilung sein. Wenn Sie Hilfestellung erstellen, werden sie aufgefordert sie einer Hilfestellungsgruppe zuzuordnen.

'], + Font: ['Schrift'], + 'Forgot password?': ['Passwort vergessen?'], + 'Forgot your password?': ['Passwort vergessen?'], + Format: [''], + 'From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.': ['plans'], + Funder: ['Funder'], + 'Funders templates': ['Vorlagen der Geldgeber'], + 'Funding bodies increasingly require their grant-holders to produce Data Management Plans(DMP), both during the bid-preparation stage and after funding has been secured. %{application_name} has been produced by the %{organisation_name} to help research teams respond to this requirement, and any expectations that their institution or others may apply.': ['DMPonline'], + 'Future plans': [''], + 'Get involved': [''], + 'Getting Started': [''], + GitHub: [''], + Go: [''], + 'Grant Number': ['Grantnummer'], + 'Grant number': ['Grantnummer'], + 'Grant permissions': [''], + 'Grant reference number if applicable [POST-AWARD DMPs ONLY]': ['Das Förderkennzeichen als Referenz, sofern sinnvoll (Nur für Datenmanagement-Pläne nach der Bewilligung).'], + Guidance: ['Hilfestellung'], + 'Guidance group': ['Hilfestellungsgruppe'], + 'Guidance group list': ['Liste der Gruppen für Hilfestellungen'], + 'Guidance list': ['Liste der Hilfestellungen'], + Hello: ['Hello'], + 'Hello ': ['Hello'], + Help: ['Hilfe'], + 'Here you can view previously published versions of your template. These can no longer be modified.': ['templates'], + 'Hide list': [''], + History: [''], + Home: ['Start'], + 'How many plans?': ['Wie viele Pläne?'], + 'How the tool works': [''], + 'How to use the API': [''], + 'I accept the': [''], + ID: ['ID'], + 'If applying for funding, state the name exactly as in the grant proposal.': ['Falls Sie einen Förderantrag stellen, geben Sie bitte den Namen exakt genau so an, wie im Förderantrag.'], + 'If applying for funding, state the project title exactly as in the proposal.': ['Falls Sie einen Förderantrag stellen, geben Sie bitte den Namen exakt genau so an, wie im Förderantrag.'], + "If the guidance is only meant for a subset of users e.g. those in a specific college or institute, check this box. Users will be able to select to display this subset guidance when answering questions in the 'create plan' wizard.": ["Falls die Hilfestellung nur für eine bestimmte Nutzergruppe, wie z.B. eine bestimmte Fakultät oder ein Institut, bestimmt ist, wählen Sie diese Option aus. Die Nutzer können die Anzeige von Hilfestellungen dieser Untergruppe im 'Plan erstellen'-Assistenten auswählen."], + 'If you are entering an URL try to use something like http://tinyurl.com/ to make it smaller.': ['If you are entering an URL try to use something like http://tinyurl.com/ to make it smaller.'], + "If you didn't request this, please ignore this email.": [''], + 'If you do have a need to provide guidance for specific funders that would not be useful to a wider audience (e.g. if you have specific instructions for applicants to BBSRC for example), you can do so by adding guidance to a specific question when you edit your template.': ['Frage'], + 'If you do not have a %{application_name} account, click on': ['DMPonline'], + "If you don't want to accept the invitation, please ignore this email.": [''], + 'If you have an account please sign in and start creating or editing your DMP.': [''], + "If you wish to add an institutional template for a Data Management Plan, use the 'create template' button. You can create more than one template if desired e.g. one for researchers and one for PhD students.": ['templates'], + 'If you would like to change your password please complete the following fields.': ['Zum Ändern Ihres Passworts folgende Felder ausfüllen.'], + 'Included Elements': ['Enthaltene Elemente'], + Institution: ['Institution'], + 'Institution not a %{application_name} partner?': ['DMPonline'], + 'Institution: anyone at my institution can view.': ['Institution'], + 'Invalid Email': ['E-Mail'], + 'Invalid font face': ['Ungültige Schriftart'], + 'Invalid font size': ['Ungültige Schriftgröße'], + 'Invalid maximum pages': ['Ungültige maximale Anzahl von Seiten'], + 'Invitation to %{email} issued successfully.': [''], + 'It does not look like you have setup an account with us yet. Please fill in the following information to complete your registration.': [''], + Language: [''], + 'Last Name': ['Nachname'], + 'Last logged in': ['Zuletzt angemeldet'], + 'Last updated': ['Zuletzt aktualisiert'], + 'Latest news': ['Neuigkeiten'], + Left: ['Links'], + 'Limited to finished plans': ['plans'], + 'List of users': ['Liste der Nutzer'], + Logout: ['Logo'], + 'Look up your institution here': [''], + 'Make a copy': [''], + 'Many thanks,': [''], + Margin: ['Rand'], + 'Margin cannot be negative': ['Rand darf nicht negativ sein'], + 'Margin value is invalid': ['Randwert ist ungültig'], + Message: ['Ich'], + 'Modify guidance': ['Hilfestellung hinzufügen'], + 'Modify templates': ['templates'], + 'More information: Answer format': ['Antwortform'], + 'More information: Answer formats': ['Antwortform'], + 'More information: Default answer': ['Vorauswahl'], + 'More information: Example answers': [''], + 'More information: Guidance': ['Hilfestellung'], + 'More information: Guidance group names': ['Hilfestellungsgruppe'], + 'More information: Optional subsets for guidance groups': ['Optionale Untergruppe'], + 'More information: Phase descriptions': [''], + 'More information: Question options': ['Frage'], + 'More information: Section descriptions': ['Abschnitt'], + 'More information: Template descriptions': ['Template'], + 'More information: Themes': ['Themen'], + 'Multi select box': ['Mehrfachauswahlliste'], + 'My Dashboard': [''], + 'My Plan': ['Mein Plan'], + "My organisation isn't listed.": ['Meine Organisation ist nicht in der Auflistung.'], + 'My research organisation is not on the list': ['Organisation'], + Name: ['Name'], + 'Name (if different to above), telephone and email contact details': ['Name (falls abweichend von obigen Angaben), Telefonnummer und E-Mail-Adresse.'], + 'Name and abbreviation are required': ['Name'], + 'Name of Principal Investigator(s) or main researcher(s) on the project.': ['Name des Principal Investigators oder der Leitung des Projektes.'], + 'New Password': ['Neues Passwort'], + 'New guidance': ['Neue Hilfestellung'], + 'New section title': ['Neue Abschnittsüberschrift'], + 'New template': ['Neue Vorlage'], + No: [''], + 'No additional comment area will be displayed.': [''], + 'No funder associated with this plan': ['plans'], + 'No institutions are currently registered.': [''], + 'No items available.': [''], + None: ['Keines'], + 'Not Applicable': [''], + 'Not answered yet': ['Noch nicht beantwortet'], + Note: ['Kommentar'], + 'Note removed by': ['Kommentar entfernt von'], + 'Note removed by you': ['Kommentar von Ihnen entfernt'], + 'Noted by:': ['Kommentar von:'], + Notes: ['Kommentar'], + 'Notice:': ['Kommentar'], + 'Notification Preferences': [''], + Ok: [''], + 'On %{application_name}': ['DMPonline'], + 'On data management planning': ['Datenmanagement-Planung'], + 'Optional Subset': ['Optionale Untergruppe'], + 'Optional subset': ['Optionale Untergruppe'], + Order: ['Reihenfolge'], + 'Order of display': ['Reihenfolge'], + Organisation: ['Organisation'], + 'Organisation Name': ['Name der Organisation'], + 'Organisation details': ['Organisations-Details'], + 'Organisational (visibile to others within your organisation)': ['Mit anderen innerhalb Ihrer Organisation'], + 'Original funder template has changed!': ['templates'], + 'Own templates': ['Eigene Vorlagen'], + Owner: ['Besitzer'], + PDF: [''], + 'PDF Formatting': ['PDF Formatierung'], + Password: ['Passwort'], + 'Password Confirmation': ['Passwort bestätigen'], + 'Password and comfirmation must match': ['Passwort'], + 'Passwords must have at least 8 characters': ['Ihr Passwort muss mindestens acht Zeichen enthalten.'], + 'Passwords must match': ['Passwort'], + Permissions: ['Zugriffsrechte'], + 'Personal Details': ['Details'], + 'Phase details': ['Details der Phase'], + 'Plan Data Contact': ['Kontakt für Planen'], + 'Plan Description': ['Beschreibung'], + 'Plan Guidance Configuration': ['Hilfestellung'], + 'Plan ID': ['Planenbezeichner'], + 'Plan Name': ['Planenname'], + 'Plan Visibility': ['Sichtweite'], + 'Plan data contact': ['Plandatenkontakt'], + 'Plan details': ['Plandetails'], + 'Plan is already shared with %{email}.': [''], + 'Plan name': ['Name des Plans'], + 'Plan shared with %{email}.': [''], + 'Please choose an institution': [''], + 'Please enter a First name.': ['Bitte geben Sie ihren Vornamen ein.'], + 'Please enter a Last name.': ['Bitte geben Sie ihren Vornamen ein.'], + 'Please enter a password confirmation': [''], + 'Please enter a title for your template.': ['Bitte geben sie einen Titel für Ihre Vorlage an.'], + 'Please enter an email address': [''], + 'Please enter an email address.': ['Bitte prüfen Sie die Korrektheit ihrer Web-Adresse.'], + 'Please enter the name of your organisation.': ['Bitte geben Sie den Namen Ihrer Organisation an.'], + 'Please enter your current password': [''], + 'Please enter your current password below when changing your email address.': [''], + 'Please enter your email below and we will send you instructions on how to reset your password.': [''], + 'Please enter your password to change email address.': [''], + "Please fill in the basic project details below and click 'Update' to save": ["Bitte geben Sie im Folgenden die Projektdetails an und wählen 'Aktualisieren' aus, um die Änderungen zu speichern."], + 'Please note that your email address is used as your username.\\n If you change this, remember to use your new email address on sign in.': ['

Bitte beachten Sie, dass Ihre Email-Adresse als Nutzername verwendet wird. Vergessen Sie nicht, Ihre neue E-Mail-Adresse beim der nächsten Anmeldung zu verwenden, falls Sie diese geändert haben.

'], + 'Please only enter up to 165 characters, you have used': ['Please only enter up to 165 characters, you have used'], + 'Please select a valid funding organisation from the list': ['Organisation'], + 'Please select a valid research organisation from the list': ['Organisation'], + 'Please select an organisation, or select Other.': ['Organisation'], + 'Please select one': [''], + 'Please visit the': [''], + Preview: ['Vorschau'], + 'Principal Investigator': [''], + 'Principal Investigator / Researcher': ['Principal Investigator / Forscher'], + 'Principal Investigator/Researcher': ['Projektleitung / Principal Investigator'], + 'Principal Investigator/Researcher ID': ['Principal Investigator ID'], + Private: ['Private'], + 'Private (owners, co-owners, and administrators only) See our Terms of Use.': ['Private (Besitzer, Miteigentümer und Admins) Siehe unsere Nutzungsbedingungen.'], + 'Private: restricted to me and people I invite.': ['Private'], + Privileges: [''], + 'Project Abstract': [''], + 'Project Details': ['Details'], + 'Project Title': ['Titel'], + 'Provides the user with an API token and grants rights to harvest information from the tool': ['user'], + 'Public (Your DMP will appear on the Public DMPs page of this site)': ['Öffentlich im Internet. Ihr DMP erscheint auf der Public DMPs Seite dieser Seite.'], + 'Public DMPs': ['Öffentliche DMPs'], + 'Public DMPs are plans created using the %{application_name} and shared publicly by their owners. They are not vetted for quality, completeness, or adherence to funder guidelines.': ['Öffentliche DMPs sind Pläne, die mit dem DMPTool erstellt und öffentlich von ihren Eigentümern veröffentlicht werden. Sie werden nicht auf Qualität, Vollständigkeit oder die Einhaltung der funder Richtlinien überprüft.'], + 'Public: anyone can view.': ['Öffentlichkeit'], + Publish: [''], + 'Publish changes': [''], + Published: ['Veröffentlicht'], + Question: ['Frage'], + 'Question not answered': ['Frage nicht beantwortet.'], + 'Question not answered.': ['Frage nicht beantwortet.'], + 'Question number': ['Fragennummer'], + 'Question text': ['Fragentext'], + 'Question text is empty, please enter your question.': ['Question text is empty, please enter your question.'], + Questions: ['Fragen'], + 'Radio buttons': ['Optionsfelder'], + 'Read more on the ': [''], + 'Read only': ['Nur Lesen'], + 'Recovery Email': ['E-Mail'], + Releases: [''], + 'Remember email': ['angemeldet bleiben'], + Remove: ['Entfernen'], + 'Remove logo': ['Entfernen'], + 'Remove the filter': ['Entfernen'], + 'Remove user access': ['Mitarbeitende(n) entfernen'], + 'Removing ...': [''], + Reset: ['Zurücksetzen'], + Right: ['Rechts'], + Role: ['Rolle'], + Save: ['Speichern'], + 'Save Unsuccessful.': ['Speichern'], + 'Saving ...': ['Speichere...'], + 'Saving...': ['Speichere...'], + 'Screencast on how to use %{application_name}': [''], + Section: ['Abschnitt'], + 'Section details': ['Abschnitt'], + Sections: ['Abschnitte'], + 'Security check': [''], + 'See the full list of participating institutions': [''], + 'See the full list of partner institutions': [''], + 'Select a template': ['templates'], + 'Select an institution.': [''], + 'Select the primary funding organisation': ['Organisation'], + 'Select the primary research organisation': ['Organisation'], + 'Select up to 3 organisations to see their guidance.': ['Organisation'], + 'Select which group this guidance relates to.': ['Wählen Sie die Gruppe aus, für die diese Hilfestellung relevant ist.'], + 'Select which theme(s) this guidance relates to.': ['Wählen Sie die Themen aus, für die diese Hilfestellung relevant ist.'], + 'Selected option(s)': [''], + Send: [''], + Share: ['Teilen'], + 'Share note with collaborators': ['Bitte füge einen Kommentar hinzu'], + 'Should this guidance apply:': ['Soll diese Hilfestellung angewendet werden auf:'], + 'Show password': ['Neues Passwort'], + 'Show passwords': ['Neues Passwort'], + 'Sign In': ['Anmelden'], + 'Sign in': ['Anmelden'], + 'Sign in with': ['Anmelden'], + 'Sign up': ['Abmelden'], + 'Signed in as': ['Angemeldet als '], + Size: ['Größe'], + 'Someone has requested a link to change your ': ['Someone has requested a link to change your'], + Status: [''], + Subject: [''], + 'Successfully signed in': [''], + 'Successfully unlinked your account from %{is}.': [''], + 'Suggested answer': ['Antwortvorschlag'], + 'Suggested answer/ Example': ['Antwortvorschlag / Beispiel'], + Template: ['Template'], + 'Template History': [''], + 'Template details': ['Details der Vorlage'], + Templates: ['Vorlagen'], + 'Terms of use': ['Nutzungsbedingungen'], + Test: ['Text'], + 'Test/Practice (your plan is not visible to other users) See our Terms of Use.': ['Test / Praxis (Ihr Plan ist für andere Benutzer nicht sichtbar) Siehe unsere Nutzungsbedingungen.'], + Text: ['Text'], + 'Text area': ['Text area'], + 'Text field': ['Textfeld'], + 'Thank you for registering. Please confirm your email address': ['Thank you for registering at %{application_name}. Please confirm your email address:'], + 'That email address is already registered.': [''], + 'That template is not currently published.': ['templates'], + 'The ': [''], + 'The %{organisation_abbreviation} worked closely with research funders and universities to produce a tool that assists researchers to produce an effective data management plan (DMP) to cater for the whole lifecycle of a project, from bid-preparation stage through to completion.': ['Organisation'], + 'The email address you entered is not registered.': [''], + 'The following answer cannot be saved': [''], + 'The plan is no longer a test.': ['plans'], + 'The plan is now a test.': ['plans'], + 'The table below lists the plans that you have created, and any that have been shared with you by others.': ['plans'], + Themes: ['Themen'], + 'There are a number of templates within the tool that represent the requirements of different funders and institutions. Users are asked three questions at the outset so we can determine the appropriate template to display (e.g. the ESRC template when applying for an ESRC grant). Guidance is provided to help you interpret and answer the questions. This guidance is provided by researcher funders, universities and disciplines.': [' von '], + 'There are currently no public DMPs.': ['Es wurden noch keine DMPs veröffentlicht.'], + 'There seems to be a problem with your logo. Please upload it again.': ['Es scheint ein Problem mit unserem Logo zu sein. Bitte laden Sie es erneut.'], + 'These can be edited, shared, exported or deleted at anytime.': [''], + 'This allows you to order questions within a section.': ['Hier können sie die Reihenfolge der Fragen innerhalb eines Abschnittes bestimmen.'], + 'This allows you to order sections.': ['Hier können Sie die Reihenfolge der Abschnitte bestimmen.'], + 'This allows you to order the phases of your template.': ['Hier können sie die Abfolge der Phasen in Ihrer Vorlage bestimmen.'], + 'This document was generated by %{application_name}': ['%{application_name}'], + 'This email will be used to recover your account if you change institutions': [''], + 'This is a': [''], + 'This page gives you an overview of your plan. It tells what your plan is based on and gives an overview of the questions that you will be asked.': ['Diese Seite bietet Ihnen einen Überblick über Ihren Plan. Sie gibt an, worauf dieser Plan basiert und gibt eine Übersicht über die Fragen, die gestellt werden.'], + 'This plan is based on the default template.': ['templates'], + 'This plan is based on:': ['Dieser Plan basiert auf:'], + 'This template is new and does not yet have any publication history.': ['templates'], + "This will remove your organisation's logo": ['Organisation'], + "Those you invite will receive an email notification that they have access to this plan, inviting them to register with %{application_name} if they don't already have an account. A notification is also issued when a user's permission level is changed.": ['DMPonline'], + Title: ['Titel'], + 'To help you write your plan, %{application_name} can show you guidance from a variety of organisations.': ['DMPonline'], + Top: ['Oben'], + 'Top banner text': [''], + 'Transfer customisation': [''], + 'Un-published': ['Veröffentlicht'], + "Unable to change the plan's Test status": ['plans'], + 'Unable to download the DMP at this time.': [''], + 'Unable to link your account to %{scheme}.': [''], + 'Unable to unlink your account from %{is}.': [''], + Unknown: [''], + 'Unknown column name.': ['Unbekannter Spaltenname.'], + 'Unknown formatting setting': ['Unbekannte Formatierungseinstellung'], + "Unknown margin. Can only be 'top', 'bottom', 'left' or 'right'": ["Unbekannter Rand. Kann nur 'oben', 'unten', 'links' oder 'rechts' sein"], + 'Unlink account': ['Unlock my account'], + 'Unlock my account': ['Unlock my account'], + Unpublish: [''], + Unpublished: ['Veröffentlicht'], + 'Unpublished changes': [''], + 'Unsaved answers': ['Ungesicherte Antworten'], + 'Unsaved changes': ['Ungesicherte Änderungen'], + Users: ['Nutzer'], + 'Users with \\"read only\\" access can only read the plan.': ['Nutzer'], + 'Using the generic Data Management Plan': [''], + Version: ['Version'], + View: ['Ansicht'], + 'View all templates': ['Alle Vorlagen ansehen'], + 'View phase': ['Phase ansehen'], + Visibility: ['Sichtweite'], + 'We are constantly improving the user interface and functionality of %{application_name}. If you would like to contribute with feedback and suggestions, please contact us by emailing': ['DMPonline'], + 'We found multiple DMP templates corresponding to the funder.': ['templates'], + 'We found multiple DMP templates corresponding to the research organisation.': ['Organisation'], + 'We found multiple DMP templates corresponding to your funder.': ['templates'], + 'We were unable to verify your account. Please use the following form to create a new account. You will be able to link your new account afterward.': [''], + 'We will only use this address to recover your account if you change institutions': [''], + 'Welcome to ': ['Willkommen.'], + 'Welcome to %{application_name}': ['Welcome to %{application_name}'], + 'Welcome.': ['Willkommen.'], + 'What research project are you planning?': ['plans'], + 'When you create a new phase for your template, a version will automatically be created. Once you complete the form below you will be provided with options to create sections and questions.': ['Wenn Sie eine neue Phase in einer Vorlage anlegen, wird automatische eine Version erzeugt. Nachdem Sie das folgende Formular ausgefüllt haben, werden Ihnen Optionen zum erstellen von Abschnitten und Fragen angezeigt.'], + 'Which DMP template would you like to use?': ['templates'], + 'Would you like to save them now?': ['Wollen Sie sie jetzt sichern?'], + 'Write Plan': ['plans'], + Yes: [''], + "You are about to delete '%{guidance_group_name}'. This will affect guidance. Are you sure?": ["Sie sind dabei '%{guidance_group_name}' zu löschen. Das wird Auswirkungen auf die Hilfestellungen haben. Sind Sie sicher?"], + "You are about to delete '%{guidance_summary}'. Are you sure?": [''], + "You are about to delete '%{phase_title}'. This will affect versions, sections and questions linked to this phase. Are you sure?": ["Sie sind dabei '%{phase_title}' zu löschen. Das wird Auswirkungen auf die Versionen, Abschnitte und Fragen haben, die mit dieser Phase verknüpft sind. Sind Sie sicher?"], + "You are about to delete '%{question_text}'. Are you sure?": ["Sie sind dabei '%{question_text}' zu löschen. Sind Sie sicher?"], + "You are about to delete '%{section_title}'. This will affect questions linked to this section. Are you sure?": ["Sie sind dabei '%{section_title}' zu entfernen. Das wird Auswirkungen auf die Fragen haben, die mit diesem Abschnitt verbunden sind. Sind Sie sicher?"], + "You are about to delete a guidance for '%{question_text}'. Are you sure?": ["Sie sind dabei den Antwortvorschlag / das Beispiel für '%{question_text}' zu löschen. Sind Sie sicher?"], + "You are about to delete a suggested answer/ example for '%{question_text}'. Are you sure?": ["Sie sind dabei den Antwortvorschlag / das Beispiel für '%{question_text}' zu löschen. Sind Sie sicher?"], + "You are about to delete an example answer for '%{question_text}'. Are you sure?": ["Sie sind dabei den Antwortvorschlag / das Beispiel für '%{question_text}' zu löschen. Sind Sie sicher?"], + 'You are about to unlink %{application_name} of your institutional credentials, would you like to continue?': ['DMPonline'], + 'You are not authorized to perform this action.': [''], + 'You are now ready to create your first DMP.': [''], + 'You are viewing a historical version of this template. You will not be able to make changes.': ['templates'], + 'You can add an example answer to help users respond. These will be presented above the answer box and can be copied/ pasted.': ['Hier können Sie einen Text als Beispiel oder Vorschlag angeben, der Nutzern bei der Beantwortung helfen soll. Der Text erscheint oberhalb des Antwortfeldes und kann kopiert und eingefügt werden.'], + 'You can add an example or suggested answer to help users respond. These will be presented above the answer box and can be copied/ pasted.': ['Hier können Sie einen Text als Beispiel oder Vorschlag angeben, der Nutzern bei der Beantwortung helfen soll. Der Text erscheint oberhalb des Antwortfeldes und kann kopiert und eingefügt werden.'], + 'You can also report bugs and request new features directly on': [''], + 'You can choose from:
  • - text area (large box for paragraphs);
  • - text field (for a short answer);
  • - checkboxes where options are presented in a list and multiple values can be selected;
  • - radio buttons where options are presented in a list but only one can be selected;
  • - dropdown like this box - only one option can be selected;
  • - multiple select box allows users to select several options from a scrollable list, using the CTRL key;
': ['Sie haben die Wahl zwischen:
  • - Textbereiche (große Box für Absätze);
  • - Textfelder (für kurze Antworten);
  • - Checkboxen, die Antwortoptionen in Listen präsentieren und eine Mehrfachauswahl ermöglichen
  • - Optionsfelder, die Antwortoptionen in Listen präsentieren, aus der eine ausgewählt wird
  • - Klapplisten, Eingabelisten wie diese - nur eine Option kann ausgewählt
  • - Mehrfachauswahllisten, die Antwortoptionen in einer scrollbaren Liste präsentieren und Merhfachauswahl durch klicken und gleichzeitiges Drücken der Kommando- bzw. Steuerungstaste erlauben
'], + 'You can edit any of the details below.': ['Alle folgenden Angaben können bearbeitet werden.'], + 'You can give other people access to your plan here. There are three permission levels.': ['plans'], + 'You can not continue until you have filled in all of the required information.': [''], + 'You can not edit a historical version of this template.': ['templates'], + 'You can not publish a historical version of this template.': ['templates'], + 'You can write pieces of guidance to be displayed by theme (e.g. generic guidance on storage and backup that should present across the board). Writing generic guidance by theme saves you time and effort as your advice will be automatically displayed across all templates rather than having to write guidance to accompany each.': ['templates'], + 'You cannot delete historical versions of this template.': ['templates'], + 'You have altered answers but have not saved them:': ['Geänderte Antworten wurden nicht gesichert:'], + 'You have been given ': [''], + 'You have been granted permission by your organisation to use our API. Your API token and instructions for using the API endpoints can be found ': ['Organisation'], + 'You have un-published changes': [''], + 'You must accept the terms and conditions to register.': [''], + 'You need to sign in or sign up before continuing.': ['Bitte loggen Sie sich ein oder melden Sie sich fortsetzen.'], + 'You now have ': [''], + Your: ['Your '], + 'Your Institution': ['Institution'], + 'Your ORCID': ['Ihre ORCID'], + 'Your access to ': ['Your '], + 'Your account has been successfully linked to %{scheme}.': ['Your '], + "Your account won't be created until you access the link above and set your password.": ['Your '], + 'Your browser does not support the video tag.': [''], + 'Your institution does not seem to be properly configured.': ['Your '], + 'Your permissions relating to ': ['Your '], + 'Your template has been published and is now available to users.': ['templates'], + 'Your template is no longer published. Users will not be able to create new DMPs for this template until you re-publish it': ['templates'], + "Your template will be presented to users within your institution when no funder templates apply. If you want to add questions to funder templates use the 'customise template' options below.": ['Frage'], + 'a day': [''], + 'about %d hours': [''], + 'about a minute': [''], + 'about a month': [''], + 'about a year': [''], + 'about an hour': [''], + 'account has been locked due to an excessive number of unsuccessful sign in attempts.': [' account has been locked due to an excessive number of unsuccessful sign in attempts.'], + 'activerecord.errors.messages.record_invalid': [''], + 'activerecord.errors.models.user.attributes.current_password.invalid': ['user'], + 'activerecord.errors.models.user.attributes.email.blank': ['user'], + 'activerecord.errors.models.user.attributes.password.blank': ['user'], + 'activerecord.errors.models.user.attributes.password_confirmation.confirmation': ['user'], + 'add guidance text': ['add guidance text'], + ago: [''], + 'by ': [' von '], + "can't be blank": [''], + "can't be larger than 500KB": [''], + "can't be less than zero": [''], + comment: ['Kommentar'], + copied: [''], + created: ['Erstellt'], + deleted: ['Löschen'], + 'e.g. School/ Department': ['z.B. Fakultät / Einrichtung'], + 'example answer': ['Beispielantwort'], + 'from now': [''], + guidance: [''], + 'guidance choices': ['Hilfestellung'], + 'guidance group': ['Hilfestellungsgruppe'], + 'guidance on': [''], + 'height must be less than 165px': [''], + 'helpers.is_test': [''], + 'helpers.links.cancel': [''], + 'helpers.project.is_test_help_text': [''], + information: [''], + inquiry: [''], + 'into your browser': ['into your browser).'], + 'less than a minute': [''], + 'mock project for testing, practice, or educational purposes': [''], + 'must be logged in': ['Zuletzt angemeldet'], + 'must be one of the following formats: jpeg, jpg, png, gif, bmp': [''], + 'must be unique': [''], + 'must have access to guidances api': ['guidances'], + 'must have access to plans api': ['guidances'], + 'no research organisation is associated with this plan': ['Organisation'], + note: ['Kommentar'], + 'on the homepage.': [''], + or: [''], + 'or copy': ['(or copy'], + organisation: ['Organisation'], + 'page for guidance.': [''], + password: ['Passwort'], + permissions: ['Zugriffsrechte'], + phase: ['Phase'], + plan: ['plans'], + preferences: [''], + profile: [''], + question: ['Frage'], + 'questions answered': ['Fragen beantwortet'], + removed: ['Entfernen'], + role: ['Rolle'], + saved: ['Speichern'], + section: ['Abschnitt'], + 'select a guidance group': ['select a guidance group'], + 'select at least one theme': ['select at least one theme'], + 'sharing details': ['Details der Phase'], + 'since %{name} saved the answer below while you were editing. Please, combine your changes and then save the answer again.': [''], + template: ['templates'], + 'terms and conditions': [''], + 'test plan': ['plans'], + user: ['user'], + 'user must be in your organisation': ['Organisation'], + }, + }, +}; diff --git a/app/javascript/locale/en_GB/app.js b/app/javascript/locale/en_GB/app.js new file mode 100644 index 0000000..dd2a546 --- /dev/null +++ b/app/javascript/locale/en_GB/app.js @@ -0,0 +1,638 @@ +var locales = locales || {}; locales.en_GB = { + domain: 'app', + locale_data: { + app: { + '': { + 'Project-Id-Version': 'app 1.0.0', 'Report-Msgid-Bugs-To': '', 'PO-Revision-Date': '2017-05-02 14:54+0000', 'Last-Translator': 'FULL NAME ', 'Language-Team': 'LANGUAGE ', Language: '', 'MIME-Version': '1.0', 'Content-Type': 'text/plain; charset=UTF-8', 'Content-Transfer-Encoding': '8bit', 'Plural-Forms': 'nplurals=INTEGER; plural=EXPRESSION;', lang: 'en_GB', domain: 'app', plural_forms: 'nplurals=INTEGER; plural=EXPRESSION;', + }, + ' Plan': ['plan'], + " Select what format you wish to use and click to 'Export'.": ['Export'], + ' Share note': ['Share note'], + ' access to': [' access to'], + ' access. ': [' access to'], + ' by': [' by'], + ' has been removed by ': [' has been removed by '], + ' have been changed by': [' by'], + ' into your browser)': [' into your browser).'], + ' on ': [' on '], + ' or ': [' on '], + ' password. You can do this through the link below.': [' password. You can do this through the link below.'], + ' team': [' team'], + ' to accept the invitation, (or copy ': [' to accept the invitation, (or copy '], + ' will help you to develop your Data Management Plan. If you have any queries or feedback as you use the tool, please contact us on ': [' will help you to develop your Data Management Plan. If you have any queries or feedback as you use the tool, please contact us on '], + '\\"Are you sure you want to unlink #{scheme.description} ID?\\"': ['\\"Are you sure you want to unlink your #{scheme.description} ID?\\"'], + '\\"The current #{scheme.description} iD has been already linked to a user with email #{identifier.user.email}\\"': ['The '], + '\\"Unlink your account from #{scheme.description}. You can link again at any time.\\"': ['\\"Unlink your account from #{scheme.description}. You can link again at any time.\\"'], + '\\"Your account has been linked to #{scheme.description}.\\"': ['\\"Your account has been linked to #{scheme.description}.\\"'], + '%d days': ['%d days'], + '%d minutes': ['%d minutes'], + '%d months': ['%d months'], + '%d years': ['%d years'], + '%{application_name}': ['%{application_name}'], + "%{application_name} doesn't recognise your institutional credentials - either you haven't created an account with us or you haven't linked these details to your existing account.
* If you do not have an account with %{application_name}, please complete the form below.
* If you have an account with %{application_name}, please Sign in so we can link your account to your institutional credentials.
Once you have created and/or linked your account, you'll be able to sign in with your institutional credentials directly.": ["%{application_name} doesn't recognise your institutional credentials - either you haven't created an account with us or you haven't linked these details to your existing account.
* If you do not have an account with %{application_name}, please complete the form below.
* If you have an account with %{application_name}, please Sign in so we can link your account to your institutional credentials.
Once you have created and/or linked your account, you'll be able to sign in with your institutional credentials directly."], + '%{application_name} is provided by the %{organisation_name}.
You can find out more about us on our website. If you would like to contact us about %{application_name}, please fill out the form below.': ['%{application_name}'], + '%{application_name} stories from the %{organisation_abbreviation} website': ['

%{application_name} stories from the %{organisation_abbreviation} website


'], + '%{format} is not a valid exporting format. Available formats to export are %{available_formats}.': ['%{format} is not a valid exporting format. Available formats to export are %{available_formats}.'], + '%{value} is not a valid format': ['%{value} is not a valid format'], + '(Using custom PDF formatting values)': ['(Using custom PDF formatting values)'], + '(Using template PDF formatting values)': ['(Using template PDF formatting values)'], + '-': [''], + '... (continued)': ['... (continued)'], + "

Questions to consider:

  • - What is the nature of your research project?
  • - What research questions are you addressing?
  • - For what purpose are the data being collected or created?

Guidance:

Briefly summarise the type of study (or studies) to help others understand the purposes for which the data are being collected or created.

": ["

Questions to consider:

  • - What is the nature of your research project?
  • - What research questions are you addressing?
  • - For what purpose are the data being collected or created?

Guidance:

Briefly summarise the type of study (or studies) to help others understand the purposes for which the data are being collected or created.

"], + "

The %{organisation_name} ('%{organisation_abbreviation}') are consortia supported by %{legal_entity}. Our primary constituency is the research community, particularly the higher and further education sector.

%{application_name}

%{application_name} ('the tool', 'the system') is a tool developed by the %{organisation_abbreviation} as a shared resource for the research community. It is hosted by %{legal_entity}.

Your personal details

In order to help identify and administer your account with %{application_name}, we need to store your email address. We may also use it to contact you to obtain feedback on your use of the tool, or to inform you of the latest developments or releases. The information may be transferred between the %{organisation_abbreviation} partner institutions but only for legitimate %{organisation_abbreviation} purposes. We will not sell, rent or trade any personal information you provide to us.

Privacy policy

The information you enter into this system can be seen by you, people you have chosen to share access with, and - solely for the purposes of maintaining the service - system administrators at %{legal_entity}. We compile anonymised, automated and aggregated information from plans, but we will not directly access, make use of, or share your content with anyone else without your permission. Authorised officers of your home institution may access your plans for specific purposes - for example, to track compliance with funder/institutional requirements or to calculate storage requirements.

Freedom of Information

%{legal_entity} holds your plans on your behalf, but they are your property and responsibility. Any FOI applicants will be referred back to your home institution.

Passwords

Your password is stored in encrypted form and cannot be retrieved. If forgotten it has to be reset.

Cookies

Please note that %{application_name} uses Cookies. Further information about Cookies and how we use them is available on the main DCC website.


Use of the tool indicates that you understand and agree to these terms and conditions.

": ["

The %{organisation_name} ('%{organisation_abbreviation}') are consortia supported by %{legal_entity}. Our primary constituency is the research community, particularly the higher and further education sector.

%{application_name}

%{application_name} ('the tool', 'the system') is a tool developed by the %{organisation_abbreviation} as a shared resource for the research community. It is hosted by %{legal_entity}.

Your personal details

In order to help identify and administer your account with %{application_name}, we need to store your email address. We may also use it to contact you to obtain feedback on your use of the tool, or to inform you of the latest developments or releases. The information may be transferred between the %{organisation_abbreviation} partner institutions but only for legitimate %{organisation_abbreviation} purposes. We will not sell, rent or trade any personal information you provide to us.

Privacy policy

The information you enter into this system can be seen by you, people you have chosen to share access with, and - solely for the purposes of maintaining the service - system administrators at %{legal_entity}. We compile anonymised, automated and aggregated information from plans, but we will not directly access, make use of, or share your content with anyone else without your permission. Authorised officers of your home institution may access your plans for specific purposes - for example, to track compliance with funder/institutional requirements or to calculate storage requirements.

Freedom of Information

%{legal_entity} holds your plans on your behalf, but they are your property and responsibility. Any FOI applicants will be referred back to your home institution.

Passwords

Your password is stored in encrypted form and cannot be retrieved. If forgotten it has to be reset.

Cookies

Please note that %{application_name} uses Cookies. Further information about Cookies and how we use them is available on the main DCC website.


Use of the tool indicates that you understand and agree to these terms and conditions.

"], + "

Useful resources on Data Management Planning

Example Data Management Plans

  • Technical plan submitted to the AHRC [PDF, 7 pages]
    A DMP submitted by a researcher from the University of Bristol, also including comments from the reviewers
  • Two social science DMPs [PDF, 7 pages]
    Example plans from researchers at the University of Leeds, shared as part of the Leeds RoaDMaP training materials
  • Health sciences DMP [PDF, 11 pages]
    Example DMP produced by the DATUM for Health RDM training project
  • Psychology DMP [PDF, 11 pages]
    A very detailed, fictional psychology DMP produced by the DMTpsych RDM training project, based on a seminal psychology experiment
  • UCSD Example Data Management Plans [webpage]
    Over 20 example plans submitted to the National Science Foundation (NSF) in the United States by academics at UC San Diego
  • Colorado School of Mines examples [webpage]
    A variety of US example DMPs from Mines and elsewhere
  • NSF data management plans [webpage]
    5 DMPs submitted to the NSF, shared by the DataOne initiative
  • Biology and chemistry DMPs [webpage]
    Three example DMPs from the USA shared by NECDMC, an instructional tool for teaching RDM to undergraduates, graduate students, and researchers in the health sciences, sciences and engineering.

Useful guides on Research Data Management in general

  • Managing and Sharing Data: best practice for researchers [PDF, 36 pages]
    A guide by the UK Data Service covering a range of topics including data formats, documentaion, ethics, copyright and data sharing.
  • How to Cite Datasets and Link to Publications [PDF, 12 pages]
    A guide by the Digital Curation Centre giving practical guidelines on how to cite data and the different tools and infrastructure that can be used to support data citation.
  • How to License Research Data [PDF, 16 pages]
    A guide by the Digital Curation Centre that outlines different types of licenses, the pros and cons of each and how they can be applied.
  • How to Appraise and Select Research Data for Curation [PDF, 8 pages]
    A guide by ANDS and the Digital Curation Centre on how to select which data to keep for long-term preservation, sharing and reuse. The guide puts forward several criteria to aid selection decisions.
  • Research Data MANTRA [online resource]
    An online training course designed for researchers or others planning to manage digital data as part of the research process. The course includes a number of software practicals on using SPSS, R, ArcGIS and NVivo.
": ["

Useful resources on Data Management Planning

Example Data Management Plans

  • Technical plan submitted to the AHRC [PDF, 7 pages]
    A DMP submitted by a researcher from the University of Bristol, also including comments from the reviewers
  • Two social science DMPs [PDF, 7 pages]
    Example plans from researchers at the University of Leeds, shared as part of the Leeds RoaDMaP training materials
  • Health sciences DMP [PDF, 11 pages]
    Example DMP produced by the DATUM for Health RDM training project
  • Psychology DMP [PDF, 11 pages]
    A very detailed, fictional psychology DMP produced by the DMTpsych RDM training project, based on a seminal psychology experiment
  • UCSD Example Data Management Plans [webpage]
    Over 20 example plans submitted to the National Science Foundation (NSF) in the United States by academics at UC San Diego
  • Colorado School of Mines examples [webpage]
    A variety of US example DMPs from Mines and elsewhere
  • NSF data management plans [webpage]
    5 DMPs submitted to the NSF, shared by the DataOne initiative
  • Biology and chemistry DMPs [webpage]
    Three example DMPs from the USA shared by NECDMC, an instructional tool for teaching RDM to undergraduates, graduate students, and researchers in the health sciences, sciences and engineering.

Useful guides on Research Data Management in general

  • Managing and Sharing Data: best practice for researchers [PDF, 36 pages]
    A guide by the UK Data Service covering a range of topics including data formats, documentaion, ethics, copyright and data sharing.
  • How to Cite Datasets and Link to Publications [PDF, 12 pages]
    A guide by the Digital Curation Centre giving practical guidelines on how to cite data and the different tools and infrastructure that can be used to support data citation.
  • How to License Research Data [PDF, 16 pages]
    A guide by the Digital Curation Centre that outlines different types of licenses, the pros and cons of each and how they can be applied.
  • How to Appraise and Select Research Data for Curation [PDF, 8 pages]
    A guide by ANDS and the Digital Curation Centre on how to select which data to keep for long-term preservation, sharing and reuse. The guide puts forward several criteria to aid selection decisions.
  • Research Data MANTRA [online resource]
    An online training course designed for researchers or others planning to manage digital data as part of the research process. The course includes a number of software practicals on using SPSS, R, ArcGIS and NVivo.
"], + '

%{application_name} has been jointly developed by the %{organisation_name} to help you write data management plans.

': ['

%{application_name} has been jointly developed by the %{organisation_name} to help you write data management plans.

'], + "

%{application_name} is developed and maintained by the UK %{organisation_name}. We’re a small team, and are happy to collaborate with others. There are various ways you can get involved:

Join the user group

We run a listserv for the %{application_name} user group that you can request to join. We also host periodic meetings to consult on our plans. Being part of the user group gives you the opportunity to be informed about future developments and to provide feedback to help shape our plans.

Our user group sessions are usually focused around a certain topic (e.g. fleshing out use cases for an API) so invites are sent based on your areas of expertise. It is helpful for us to know your role and interests to invite relevant people to each session. Please introduce yourself on the list and share your ideas.

Notes from previous user group sessions are provided below:

Please let us know your interests and share your ideas for future developments via the mailing list so the community as a whole can feedback on them.

Customise %{application_name}

%{application_name} can be customised by institutions and disciplines. You can add templates for users in your organisation and tailored guidance that explains local support and services. Example answers can also be offered to help users understand what to write in a Data Management Plan. To do this you’ll need to request admin access, so please email us on dmponline@dcc.ac.uk.

Futher guidance on customising %{application_name} is available on the %{application_name} website.

Contribute to the code

%{application_name} is a Ruby on Rails application. The source code is made available under an MIT License. This permits others to reuse the code freely, but obligates you to share the source code for any extensions in the same way. Please inform us if you install an instance of %{application_name} and offer your contributions back to the community.

If you install an instance of %{application_name} we require that you credit the %{organisation_abbreviation} as originators of the tool. We recommend that the acknowledgement takes the form of the %{application_name} logo with a link back to the %{organisation_abbreviation}-hosted version of the tool.

We are willing to work with external developers to add new features to the tool. We are also open to delivering new features on a chargeable basis. If there are extensions you would like to see prioritised and have resource to support additional developer effort, please contact us on dmponline@dcc.ac.uk to negotiate terms.

The code is available on GitHub

Support our work

We are impressed by the uptake of %{application_name} both in the UK and internationally and are really keen to hear how you are using the tool and promoting it in your context. We are aware that others have run training courses, developed guidance materials and advocated use of the tool. Please notify us of this as it helps to show impact.

We are currently investigating options for revenue generation. This will help us serve the increased demand more effectively and safeguard the long-term sustainability of %{application_name}. Plans will be released for consultation soon but we also welcome your suggestions on how best to support our work.

": ["

%{application_name} is developed and maintained by the UK %{organisation_name}. We’re a small team, and are happy to collaborate with others. There are various ways you can get involved:

Join the user group

We run a listserv for the %{application_name} user group that you can request to join. We also host periodic meetings to consult on our plans. Being part of the user group gives you the opportunity to be informed about future developments and to provide feedback to help shape our plans.

Our user group sessions are usually focused around a certain topic (e.g. fleshing out use cases for an API) so invites are sent based on your areas of expertise. It is helpful for us to know your role and interests to invite relevant people to each session. Please introduce yourself on the list and share your ideas.

Notes from previous user group sessions are provided below:

Please let us know your interests and share your ideas for future developments via the mailing list so the community as a whole can feedback on them.


Customise %{application_name}

%{application_name} can be customised by institutions and disciplines. You can add templates for users in your organisation and tailored guidance that explains local support and services. Example answers can also be offered to help users understand what to write in a Data Management Plan. To do this you’ll need to request admin access, so please email us on dmponline@dcc.ac.uk.

Futher guidance on customising %{application_name} is available on the %{application_name} website.


Contribute to the code

%{application_name} is a Ruby on Rails application. The source code is made available under an MIT License. This permits others to reuse the code freely, but obligates you to share the source code for any extensions in the same way. Please inform us if you install an instance of %{application_name} and offer your contributions back to the community.

If you install an instance of %{application_name} we require that you credit the %{organisation_abbreviation} as originators of the tool. We recommend that the acknowledgement takes the form of the %{application_name} logo with a link back to the %{organisation_abbreviation}-hosted version of the tool.

We are willing to work with external developers to add new features to the tool. We are also open to delivering new features on a chargeable basis. If there are extensions you would like to see prioritised and have resource to support additional developer effort, please contact us on dmponline@dcc.ac.uk to negotiate terms.

The code is available on GitHub

Support our work

We are impressed by the uptake of %{application_name} both in the UK and internationally and are really keen to hear how you are using the tool and promoting it in your context. We are aware that others have run training courses, developed guidance materials and advocated use of the tool. Please notify us of this as it helps to show impact.

We are currently investigating options for revenue generation. This will help us serve the increased demand more effectively and safeguard the long-term sustainability of %{application_name}. Plans will be released for consultation soon but we also welcome your suggestions on how best to support our work.

"], + "

From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.
Select what format you wish to use and click to 'Export'.

": ["

From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.
Select what format you wish to use and click to 'Export'.

"], + '

Here you set the title that users will see. If you intend to have multiple phases for you DMP, this should be clear in the title and description.

': ['

Here you set the title that users will see. If you intend to have multiple phases for you DMP, this should be clear in the title and description.

'], + '

Select themes that are relevant to this question.

This allows your generic institution-level guidance to be drawn in, as well as that from other sources e.g. the %{organisation_abbreviation} or any Schools/Departments that you provide guidance for.

You can select multiple themes by using the CTRL button.

': ['

Select themes that are relevant to this question.

This allows your generic institution-level guidance to be drawn in, as well as that from other sources e.g. the %{organisation_abbreviation} or any Schools/Departments that you provide guidance for.

You can select multiple themes by using the CTRL button.

'], + "

The %{organisation_abbreviation} are now collaborating to develop a joint codebase for Data Management Planning called DMP Roadmap. Both of our tools will be delivered using this in the future. We've agreed what features need to be included and are planning a few sprints to deliver these. The initial release will include all of the main priorities we already had flagged, including:

  • - APIs to create plans, extract guidance and generate statistics from %{application_name}
  • - Multi-lingual support so foreign language versions can be presented
  • - Locales to provide a refined set of content for particular countries or other contexts
  • - A lifecycle to indicate the status of DMPs and allow institutional access to plans
  • - Support for reviewing Data Management Plans

%{application_name} has an active and growing user base, and we are grateful to the members who suggest ideas for new and improved features. If you would like to help shape our future plans, please join the user group. More information on how you can engage with us is available under the 'Get involved' tab.

Current release

The current version of %{application_name} is %{application_version}.

The code is available on GitHub


": ["

The %{organisation_abbreviation} are now collaborating to develop a joint codebase for Data Management Planning called DMP Roadmap. Both of our tools will be delivered using this in the future. We've agreed what features need to be included and are planning a few sprints to deliver these. The initial release will include all of the main priorities we already had flagged, including:

  • - APIs to create plans, extract guidance and generate statistics from %{application_name}
  • - Multi-lingual support so foreign language versions can be presented
  • - Locales to provide a refined set of content for particular countries or other contexts
  • - A lifecycle to indicate the status of DMPs and allow institutional access to plans
  • - Support for reviewing Data Management Plans

%{application_name} has an active and growing user base, and we are grateful to the members who suggest ideas for new and improved features. If you would like to help shape our future plans, please join the user group. More information on how you can engage with us is available under the 'Get involved' tab.


Current release

The current version of %{application_name} is %{application_version}.

The code is available on GitHub


"], + '

To create a new template, first enter a title and description. Once you have saved this you will be presented with options to add one or more phases.

': ['

To create a new template, first enter a title and description. Once you have saved this you will be presented with options to add one or more phases.

'], + "

When you login to %{application_name} you will be directed to the 'My plans' page. From here you can edit, share, export or delete any of your plans. You will also see plans that have been shared with you by others.

Create a plan

To create a plan, click the 'Create plan' button from the 'My plans' page or the top menu. Select options from the drop-down menus and tickboxes to determine what questions and guidance you should be presented with. Confirm your selection by clicking 'Yes, create plan'

Write your plan

The tabbed interface allows you to navigate through different functions when editing your plan.

  • - 'Plan details' includes basic administrative details, tells you what sets of questions and guidance your plan is based on and gives you an overview to the questions that you will be asked.
  • - The following tab(s) present the questions to answer. There may be more than one tab if your funder or university asks different sets of questions at different stages e.g. at grant application and post-award.
  • - The 'Share' tab allows you to invite others to read or contribute to your plan.
  • - The 'Export' tab allows you to download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.

When viewing any of the question tabs, you will see the different sections of your plan displayed. Click into these in turn to answer the questions. You can format your responses using the text editing buttons.

Guidance is displayed in the right-hand panel. Click the '+' symbol to view this.

Remember to 'save' your responses before moving on.

Share plans

Insert the email address of any collaborators you would like to invite to read or edit your plan. Set the level of permissions you would like to grant them via the drop-down options and click to 'Add collaborator'

Export plans

From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application. Choose what format you would like to view/download your plan in and click to export. When you login to %{application_name} you will be directed to the 'My plans' page. From here you can edit, share, export or delete any of your plans. You will also see plans that have been shared with you by others.

": ["

When you login to %{application_name} you will be directed to the 'My plans' page. From here you can edit, share, export or delete any of your plans. You will also see plans that have been shared with you by others.

Create a plan

To create a plan, click the 'Create plan' button from the 'My plans' page or the top menu. Select options from the drop-down menus and tickboxes to determine what questions and guidance you should be presented with. Confirm your selection by clicking 'Yes, create plan'

Write your plan

The tabbed interface allows you to navigate through different functions when editing your plan.

  • - 'Plan details' includes basic administrative details, tells you what sets of questions and guidance your plan is based on and gives you an overview to the questions that you will be asked.
  • - The following tab(s) present the questions to answer. There may be more than one tab if your funder or university asks different sets of questions at different stages e.g. at grant application and post-award.
  • - The 'Share' tab allows you to invite others to read or contribute to your plan.
  • - The 'Export' tab allows you to download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.

When viewing any of the question tabs, you will see the different sections of your plan displayed. Click into these in turn to answer the questions. You can format your responses using the text editing buttons.

Guidance is displayed in the right-hand panel. Click the '+' symbol to view this.

Remember to 'save' your responses before moving on.

Share plans

Insert the email address of any collaborators you would like to invite to read or edit your plan. Set the level of permissions you would like to grant them via the drop-down options and click to 'Add collaborator'

Export plans

From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application. Choose what format you would like to view/download your plan in and click to export. When you login to %{application_name} you will be directed to the 'My plans' page. From here you can edit, share, export or delete any of your plans. You will also see plans that have been shared with you by others.

"], + "

You can give other people access to your plan here. There are three permission levels.

  • Users with \\\"read only\\\" access can only read the plan.
  • Editors can contribute to the plan.
  • Co-owners can also contribute to the plan, but additionally can edit the plan details and control access to the plan.

Add each collaborator in turn by entering their email address below, choosing a permission level and clicking \\\"Add collaborator\\\".

Those you invite will receive an email notification that they have access to this plan, inviting them to register with %{application_name} if they don't already have an account. A notification is also issued when a user's permission level is changed.

": ["

You can give other people access to your plan here. There are three permission levels.

  • Users with \\\"read only\\\" access can only read the plan.
  • Editors can contribute to the plan.
  • Co-owners can also contribute to the plan, but additionally can edit the plan details and control access to the plan.

Add each collaborator in turn by entering their email address below, choosing a permission level and clicking \\\"Add collaborator\\\".

Those you invite will receive an email notification that they have access to this plan, inviting them to register with %{application_name} if they don't already have an account. A notification is also issued when a user's permission level is changed.

"], + 'A Data Management Plan in %{application_name} has been shared with you': ['%{application_name}'], + 'A colleague has invited you to contribute to their Data Management Plan at ': ['A colleague has invited you to contribute to their Data Management Plan at '], + 'A pertinent ID as determined by the funder and/or institution.': ['A pertinent ID as determined by the funder and/or institution.'], + 'A required setting has not been provided': ['A required setting has not been provided'], + 'API Information': ['API Information'], + 'API rights': [''], + 'API token': ['API token'], + About: ['About'], + 'About %{application_name}': ['About %{application_name}'], + 'Access removed': ['Access removed'], + Actions: ['Actions'], + 'Add Annotations': [''], + 'Add an appropriate name for your guidance group. This name will be used to tell the end user where the guidance has come from. It will be appended to text identifying the theme e.g. \\"[guidance group name]: guidance on data sharing\\" so we suggest you just use the institution or department name.': ['guidance group'], + 'Add collaborator': ['Add collaborator'], + 'Add each collaborator in turn by entering their email address below, choosing a permission level and clicking \\"Add collaborator\\".': ['Add collaborator'], + 'Add new phase': ['Add new phase +'], + 'Add note': ['Add note'], + 'Add option': ['Add option'], + 'Add question': ['Add question'], + 'Add section': ['Add section'], + 'Additional Information': [''], + 'Additional comment area will be displayed.': ['Additional comment area will be displayed.'], + Admin: [''], + 'Admin Details': ['Admin Details'], + 'All the best,': [''], + 'Allows the user to amend the organisation details (name, URL etc) and add basic branding such as the logo': ['organisation'], + 'Allows the user to assign permissions to other users within the same organisation. Users can only assign permissions they own themselves': ['organisation'], + 'Allows the user to create and edit guidance': ['guidance'], + 'Allows the user to create new institutional templates, edit existing ones and customise funder templates': ['template'], + 'An error has occurred while saving/resetting your export settings.': [''], + Annotations: [''], + Answer: ['Answer'], + 'Answer format': ['Answer format'], + 'Answer questions': ['Answer questions'], + Answered: ['Answered'], + 'Answered at': ['Answered at'], + 'Answered by': ['Answered by'], + Answers: ['Answers'], + 'Anything you enter here will display in the answer box. If you want an answer in a certain format (e.g. tables), you can enter that style here.': ['Anything you enter here will display in the answer box. If you want an answer in a certain format (e.g. tables), you can enter that style here.'], + 'Are you sure you want to remove this note?': ['Are you sure you want to remove this note?'], + 'Are you sure you wish to delete this plan? If the plan is being shared with other users, by deleting it from your list, the plan will be deleted from their plan list as well': ['Are you sure you wish to delete this plan? If the plan is being shared with other users, by deleting it from your list, the plan will be deleted from their plan list as well'], + 'Are you sure?': ['Are you sure?'], + 'Back to edit view': ['Back to edit view'], + Background: ['Background'], + 'Bad Credentials': [''], + 'Bad Parameters': [''], + 'Before submitting, please consider:': ['Before submitting, please consider:'], + 'Before you get started, we need some information about your research project to set you up with the best DMP template for your needs.': ['questions'], + 'Begin typing to see a filtered list': [''], + 'Below is a list of users registered for your organisation. You can sort the data by each field.': ['Below is a list of users registered for your organisation. You can sort the data by each field.'], + Bottom: ['Bottom'], + 'By ': ['By '], + Cancel: ['Cancel'], + 'Cannot share plan with %{email} since that email matches with the owner of the plan.': ['plan'], + 'Change my password': ['Change my password'], + 'Change organisation details': ['organisation'], + 'Check box': ['Check box'], + "Check this box when you are ready for guidance associated with this group to appear on user's plans.": ['guidance'], + "Check this box when you are ready for this guidance to appear on user's plans.": ["Check this box when you are ready for this guidance to appear on user's plans."], + 'Choose your language': [''], + 'Click here': [''], + 'Click here to accept the invitation': ['Click here to accept the invitation'], + 'Click here to confirm your account': ['Click here to confirm your account'], + "Click the 'Create plan' button below to begin.": ['Create plan'], + 'Click the link below to unlock your account': ['Click the link below to unlock your account'], + Close: [''], + 'Co-owner': ['Co-owner'], + 'Co-owners can also contribute to the plan, but additionally can edit the plan details and control access to the plan.': [' access to'], + Collaborators: ['Collaborators'], + Comment: ['Comment'], + 'Contact Us': ['Contact us'], + 'Contact us': ['Contact us'], + "Copyright information: The above plan creator(s) have agreed that others may use as much of the text of this plan as they would like in their own plans, and customise it as necessary. You do not need to credit the creator(s) as the source of the language used, but using any of the plan's text does not imply that the creator(s) endorse, or have any relationship to, your project or proposal": [' on '], + 'Create Account': ['Create account'], + 'Create a guidance group': ['guidance group'], + 'Create a new plan': ['Create a new plan'], + 'Create a template': ['Create a template'], + 'Create account': ['Create account'], + 'Create an account with any email address': [''], + 'Create guidance': ['guidance'], + 'Create plan': ['Create plan'], + 'Create plans': ['Create plan'], + 'Created at': ['Created at'], + 'Current Password': ['Current password'], + Customise: ['Customise'], + 'Data Contact Person': [''], + Default: ['Default'], + 'Default answer': ['Default answer'], + 'Default value': ['Default value'], + Delete: ['Delete'], + 'Delete Example Answer': ['Example of answer'], + 'Delete question': ['Delete question'], + Description: ['Description'], + Details: ['Details'], + "Didn't receive confirmation instructions?": ["Didn't receive confirmation instructions?"], + "Didn't receive unlock instructions?": ["Didn't receive unlock instructions?"], + Discard: ['Discard'], + 'Display additional comment area.': ['Display additional comment area.'], + Download: [''], + Draft: [''], + Dropdown: ['Dropdown'], + 'E.g ORCID http://orcid.org/.': ['E.g ORCID http://orcid.org/.'], + Edit: ['Edit'], + 'Edit Annotations': ['Edit'], + 'Edit User Privileges': ['Edit User Privileges'], + 'Edit customisation': ['Edit customisation'], + 'Edit phase': ['Edit phase'], + 'Edit plan details': ['Edit plan details'], + 'Edit profile': ['Edit profile'], + 'Edit question': ['Edit question'], + 'Edit template details': ['Edit template details'], + Edited: ['Edit'], + Editor: ['Editor'], + 'Editors can contribute to plans. Co-owners have additional rights to edit plan details and control access.': ['Editors can contribute to plans. Co-owners have additional rights to edit plan details and control access.'], + 'Editors can contribute to the plan.': ['Editor'], + Email: ['Email'], + 'Email address': ['Email address'], + 'Emails must be different': ['Email'], + 'Enter a basic description. This could be a summary of what is covered in the section or instructions on how to answer. This text will be displayed in the coloured banner once a section is opened to edit.': ["
Enter a basic description. This could be a summary of what is covered in the section or instructions on how to answer. This text will be displayed in the coloured banner once a section is opened to edit.
"], + "Enter a basic description. This will be presented to users on the 'Admin Plan' tab, above the summary of the sections and questions which they will be asked to answer.": ["Enter a basic description. This will be presented to users on the 'Admin Plan' tab, above the summary of the sections and questions which they will be asked to answer."], + 'Enter a description that helps you to differentiate between templates e.g. if you have ones for different audiences': ['Enter a description that helps you to differentiate between templates e.g. if you have ones for different audiences'], + 'Enter a title for the phase e.g. intial DMP, full DMP... This is what users will see in the tabs when completing a plan. If you only have one phase, call it something generic e.g. Glasgow DMP': ['Enter a title for the phase e.g. intial DMP, full DMP... This is what users will see in the tabs when completing a plan. If you only have one phase, call it something generic e.g. Glasgow DMP'], + 'Enter a valid email.': [''], + 'Enter all of the information above': [''], + 'Enter all of the required information above': [''], + 'Enter any options that you wish to display. If you want to pre-set one option as selected, check the default box.': ['Enter any options that you wish to display. If you want to pre-set one option as selected, check the default box.'], + "Enter specific guidance to accompany this question. If you have guidance by themes too, this will be pulled in based on your selections below so it's best not to duplicate too much text.": ["Enter specific guidance to accompany this question. If you have guidance by themes too, this will be pulled in based on your selections below so it's best not to duplicate too much text."], + 'Enter your email and password.': [' on '], + 'Enter your guidance here. You can include links where needed.': ['Enter your guidance here. You can include links where needed.'], + 'Error processing registration. Please check that you have entered a valid email address and that your chosen password is at least 8 characters long.': ['Error processing registration. Please check that you have entered a valid email address and that your chosen password is at least 8 characters long.'], + 'Example Answer': ['Example of answer'], + 'Example of answer': ['Example of answer'], + Explore: ['Export'], + Export: ['Export'], + 'Export settings updated successfully.': ['Export settings updated successfully.'], + Face: ['Face'], + 'File Name': ['File Name'], + 'Fill in the required fields': [''], + 'Filter guidance': ['guidance'], + 'Filter plans': ['Filter plans'], + 'Filter users': ['Filter plans'], + 'First Name': ['First name'], + "First create a guidance group. This could be institution wide or a subset e.g. a particular College / School, Institute or department. When you create guidance you'll be asked to assign it to a guidance group.": ["

First create a guidance group. This could be institution wide or a subset e.g. a particular College / School, Institute or department. When you create guidance you'll be asked to assign it to a guidance group.

"], + Font: ['Font'], + 'Forgot password?': ['Forgot your password?'], + 'Forgot your password?': ['Forgot your password?'], + Format: ['format'], + 'From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.': ['plan'], + Funder: ['Funder'], + 'Funders templates': ['Funders templates'], + 'Funding bodies increasingly require their grant-holders to produce Data Management Plans(DMP), both during the bid-preparation stage and after funding has been secured. %{application_name} has been produced by the %{organisation_name} to help research teams respond to this requirement, and any expectations that their institution or others may apply.': ['%{application_name}'], + 'Future plans': ['Future plans'], + 'Get involved': ['Get involved'], + 'Getting Started': [''], + GitHub: [''], + Go: [''], + 'Grant Number': ['Grant number'], + 'Grant number': ['Grant number'], + 'Grant permissions': [''], + 'Grant reference number if applicable [POST-AWARD DMPs ONLY]': ['Grant reference number if applicable [POST-AWARD DMPs ONLY]'], + Guidance: ['Guidance'], + 'Guidance group': ['Guidance group'], + 'Guidance group list': ['Guidance group list'], + 'Guidance list': ['Guidance list'], + Hello: ['Hello'], + 'Hello ': ['Hello '], + Help: ['Help'], + 'Here you can view previously published versions of your template. These can no longer be modified.': ['

Here you can view previously published versions of your template. These can no longer be modified.

'], + 'Hide list': [''], + History: ['History'], + Home: ['Home'], + 'How many plans?': ['How many plans?'], + 'How the tool works': [''], + 'How to use the API': ['How to use the API'], + 'I accept the': [''], + ID: ['ID'], + 'If applying for funding, state the name exactly as in the grant proposal.': ['If applying for funding, state the name exactly as in the grant proposal.'], + 'If applying for funding, state the project title exactly as in the proposal.': ['If applying for funding, state the name exactly as in the grant proposal.'], + "If the guidance is only meant for a subset of users e.g. those in a specific college or institute, check this box. Users will be able to select to display this subset guidance when answering questions in the 'create plan' wizard.": ["If the guidance is only meant for a subset of users e.g. those in a specific college or institute, check this box. Users will be able to select to display this subset guidance when answering questions in the 'create plan' wizard."], + 'If you are entering an URL try to use something like http://tinyurl.com/ to make it smaller.': ['If you are entering an URL try to use something like http://tinyurl.com/ to make it smaller.'], + "If you didn't request this, please ignore this email.": [''], + 'If you do have a need to provide guidance for specific funders that would not be useful to a wider audience (e.g. if you have specific instructions for applicants to BBSRC for example), you can do so by adding guidance to a specific question when you edit your template.': ['guidance'], + 'If you do not have a %{application_name} account, click on': ['%{application_name}'], + "If you don't want to accept the invitation, please ignore this email.": [''], + 'If you have an account please sign in and start creating or editing your DMP.': [' on '], + "If you wish to add an institutional template for a Data Management Plan, use the 'create template' button. You can create more than one template if desired e.g. one for researchers and one for PhD students.": ['template'], + 'If you would like to change your password please complete the following fields.': ['If you would like to change your password please complete the following fields.'], + 'Included Elements': ['Included Elements'], + Institution: ['Institution'], + 'Institution not a %{application_name} partner?': ['%{application_name}'], + 'Institution: anyone at my institution can view.': ['Institution'], + 'Invalid Email': ['Email'], + 'Invalid font face': ['Invalid font face'], + 'Invalid font size': ['Invalid font size'], + 'Invalid maximum pages': ['Invalid maximum pages'], + 'Invitation to %{email} issued successfully.': ['Invitation issued successfully.'], + 'It does not look like you have setup an account with us yet. Please fill in the following information to complete your registration.': [''], + Language: ['Language'], + 'Last Name': ['Last name'], + 'Last logged in': ['Last logged in'], + 'Last updated': ['Last updated'], + 'Latest news': ['Latest news'], + Left: ['Left'], + 'Limited to finished plans': ['plan'], + 'List of users': ['List of users'], + Logout: ['Logo'], + 'Look up your institution here': [''], + 'Make a copy': [''], + 'Many thanks,': [''], + Margin: ['Margin'], + 'Margin cannot be negative': ['Margin cannot be negative'], + 'Margin value is invalid': ['Margin value is invalid'], + Message: ['Me'], + 'Modify guidance': ['guidance'], + 'Modify templates': ['template'], + 'More information: Answer format': ['Answer format'], + 'More information: Answer formats': ['Answer format'], + 'More information: Default answer': ['Default answer'], + 'More information: Example answers': [''], + 'More information: Guidance': ['Guidance'], + 'More information: Guidance group names': ['Guidance group'], + 'More information: Optional subsets for guidance groups': ['Optional subset'], + 'More information: Phase descriptions': [''], + 'More information: Question options': ['Question'], + 'More information: Section descriptions': ['Section'], + 'More information: Template descriptions': ['Template'], + 'More information: Themes': ['Themes'], + 'Multi select box': ['Multi select box'], + 'My Dashboard': [''], + 'My Plan': ['My plan'], + "My organisation isn't listed.": ["My organisation isn't listed."], + 'My research organisation is not on the list': ['organisation'], + Name: ['Name'], + 'Name (if different to above), telephone and email contact details': ['Name (if different to above), telephone and email contact details'], + 'Name and abbreviation are required': [' on '], + 'Name of Principal Investigator(s) or main researcher(s) on the project.': ['Name of Principal Investigator(s) or main researcher(s) on the project.'], + 'New Password': ['New password'], + 'New guidance': ['New guidance'], + 'New section title': ['New section title'], + 'New template': ['New template'], + No: ['No'], + 'No additional comment area will be displayed.': ['No additional comment area will be displayed.'], + 'No funder associated with this plan': ['plan'], + 'No institutions are currently registered.': ['No'], + 'No items available.': ['No'], + None: ['None'], + 'Not Applicable': ['No'], + 'Not answered yet': ['Not answered yet'], + Note: ['Note'], + 'Note removed by': ['Note removed by'], + 'Note removed by you': ['Note removed by you'], + 'Noted by:': ['Noted by:'], + Notes: ['Note'], + 'Notice:': ['No'], + 'Notification Preferences': ['No'], + Ok: ['Ok'], + 'On %{application_name}': ['On %{application_name}'], + 'On data management planning': ['On data management planning'], + 'Optional Subset': ['Optional subset'], + 'Optional subset': ['Optional subset'], + Order: ['Order'], + 'Order of display': ['Order of display'], + Organisation: ['Organisation'], + 'Organisation Name': ['Organisation name'], + 'Organisation details': ['Organisation details'], + 'Organisational (visibile to others within your organisation)': ['Organisational (visibile to others within your organisation)'], + 'Original funder template has changed!': ['Original funder template has changed!'], + 'Own templates': ['Own templates'], + Owner: ['Owner'], + PDF: [''], + 'PDF Formatting': ['PDF Formatting'], + Password: ['Password'], + 'Password Confirmation': ['Password confirmation'], + 'Password and comfirmation must match': ['Password and confirmation must match'], + 'Passwords must have at least 8 characters': ['Your password must contain at least 8 characters.'], + 'Passwords must match': ['Password'], + Permissions: ['Permissions'], + 'Personal Details': ['Details'], + 'Phase details': ['Phase details'], + 'Plan Data Contact': ['Plan Data Contact'], + 'Plan Description': ['Plan Description'], + 'Plan Guidance Configuration': ['Guidance'], + 'Plan ID': ['Plan ID'], + 'Plan Name': ['Plan Name'], + 'Plan Visibility': ['Visibility'], + 'Plan data contact': ['Plan data contact'], + 'Plan details': ['Plan details'], + 'Plan is already shared with %{email}.': [''], + 'Plan name': ['Plan name'], + 'Plan shared with %{email}.': [''], + 'Please choose an institution': [''], + 'Please enter a First name.': ['Please enter your first name.'], + 'Please enter a Last name.': ['Please enter your first name.'], + 'Please enter a password confirmation': [''], + 'Please enter a title for your template.': ['Please enter a title for your template.'], + 'Please enter an email address': ['Please enter an email address'], + 'Please enter an email address.': ['Please enter an email address'], + 'Please enter the name of your organisation.': ['Please enter the name of your organisation.'], + 'Please enter your current password': [''], + 'Please enter your current password below when changing your email address.': [''], + 'Please enter your email below and we will send you instructions on how to reset your password.': [' on '], + 'Please enter your password to change email address.': [''], + "Please fill in the basic project details below and click 'Update' to save": ["Please fill in the basic project details below and click 'Update' to save"], + 'Please note that your email address is used as your username.\\n If you change this, remember to use your new email address on sign in.': ['

Please note that your email address is used as your username. If you change this, remember to use your new email address on sign in.

'], + 'Please only enter up to 165 characters, you have used': ['Please only enter up to 165 characters, you have used'], + 'Please select a valid funding organisation from the list': ['organisation'], + 'Please select a valid research organisation from the list': ['organisation'], + 'Please select an organisation, or select Other.': ['organisation'], + 'Please select one': [''], + 'Please visit the': [''], + Preview: ['Preview'], + 'Principal Investigator': [''], + 'Principal Investigator / Researcher': ['Principal Investigator / Researcher'], + 'Principal Investigator/Researcher': ['Principal Investigator/Researcher'], + 'Principal Investigator/Researcher ID': ['Principal Investigator/Researcher ID'], + Private: ['Private'], + 'Private (owners, co-owners, and administrators only) See our Terms of Use.': ['Private (owners, co-owners, and administrators only) See our Terms of Use.'], + 'Private: restricted to me and people I invite.': ['Private'], + Privileges: ['Privileges'], + 'Project Abstract': [''], + 'Project Details': ['Details'], + 'Project Title': ['Title'], + 'Provides the user with an API token and grants rights to harvest information from the tool': ['API token'], + 'Public (Your DMP will appear on the Public DMPs page of this site)': ['Public (Your DMP will appear on the Public DMPs page of this site)'], + 'Public DMPs': ['Public DMPs'], + 'Public DMPs are plans created using the %{application_name} and shared publicly by their owners. They are not vetted for quality, completeness, or adherence to funder guidelines.': ['Public DMPs are plans created using the DMPTool and shared publicly by their owners. They are not vetted for quality, completeness, or adherence to funder guidelines.'], + 'Public: anyone can view.': ['Public'], + Publish: ['Publish'], + 'Publish changes': ['Publish changes'], + Published: ['Published'], + Question: ['Question'], + 'Question not answered': ['Question not answered.'], + 'Question not answered.': ['Question not answered.'], + 'Question number': ['Question number'], + 'Question text': ['Question text'], + 'Question text is empty, please enter your question.': ['Question text is empty, please enter your question.'], + Questions: ['Questions'], + 'Radio buttons': ['Radio buttons'], + 'Read more on the ': ['Read more on the '], + 'Read only': ['Read only'], + 'Recovery Email': ['Email'], + Releases: ['Releases'], + 'Remember email': ['Remember me'], + Remove: ['Remove'], + 'Remove logo': ['Remove'], + 'Remove the filter': ['Remove'], + 'Remove user access': ['Remove user access'], + 'Removing ...': [''], + Reset: ['Reset'], + Right: ['Right'], + Role: ['role'], + Save: ['Save'], + 'Save Unsuccessful.': ['Save'], + 'Saving ...': ['Saving...'], + 'Saving...': ['Saving...'], + 'Screencast on how to use %{application_name}': ['Screencast on how to use %{application_name}'], + Section: ['Section'], + 'Section details': ['Section'], + Sections: ['Sections'], + 'Security check': [''], + 'See the full list of participating institutions': [''], + 'See the full list of partner institutions': [''], + 'Select a template': ['template'], + 'Select an institution.': [''], + 'Select the primary funding organisation': ['organisation'], + 'Select the primary research organisation': ['organisation'], + 'Select up to 3 organisations to see their guidance.': ['organisation'], + 'Select which group this guidance relates to.': ['Select which group this guidance relates to.'], + 'Select which theme(s) this guidance relates to.': ['Select which theme(s) this guidance relates to.'], + 'Selected option(s)': [''], + Send: [''], + Share: ['Share'], + 'Share note with collaborators': ['Share note with collaborators'], + 'Should this guidance apply:': ['Should this guidance apply:'], + 'Show password': ['New password'], + 'Show passwords': ['New password'], + 'Sign In': ['Sign in'], + 'Sign in': ['Sign in'], + 'Sign in with': ['Sign in'], + 'Sign up': ['Sign out'], + 'Signed in as': ['Signed in as '], + Size: ['Size'], + 'Someone has requested a link to change your ': ['Someone has requested a link to change your '], + Status: [''], + Subject: [''], + 'Successfully signed in': [''], + 'Successfully unlinked your account from %{is}.': [''], + 'Suggested answer': ['Suggested answer'], + 'Suggested answer/ Example': ['Suggested answer/ Example'], + Template: ['Template'], + 'Template History': ['Template History'], + 'Template details': ['Template details'], + Templates: ['Templates'], + 'Terms of use': ['Terms of use'], + Test: ['Text'], + 'Test/Practice (your plan is not visible to other users) See our Terms of Use.': ['Test/Practice (your plan is not visible to other users) See our Terms of Use.'], + Text: ['Text'], + 'Text area': ['Text area'], + 'Text field': ['Text field'], + 'Thank you for registering. Please confirm your email address': ['Thank you for registering. Please confirm your email address'], + 'That email address is already registered.': ['That email address is already registered.'], + 'That template is not currently published.': ['That template is not currently published.'], + 'The ': ['The '], + 'The %{organisation_abbreviation} worked closely with research funders and universities to produce a tool that assists researchers to produce an effective data management plan (DMP) to cater for the whole lifecycle of a project, from bid-preparation stage through to completion.': ['organisation'], + 'The email address you entered is not registered.': ['The '], + 'The following answer cannot be saved': ['The '], + 'The plan is no longer a test.': ['The '], + 'The plan is now a test.': ['The '], + 'The table below lists the plans that you have created, and any that have been shared with you by others.': [' on '], + Themes: ['Themes'], + 'There are a number of templates within the tool that represent the requirements of different funders and institutions. Users are asked three questions at the outset so we can determine the appropriate template to display (e.g. the ESRC template when applying for an ESRC grant). Guidance is provided to help you interpret and answer the questions. This guidance is provided by researcher funders, universities and disciplines.': [' by '], + 'There are currently no public DMPs.': ['There are no public DMPs.'], + 'There seems to be a problem with your logo. Please upload it again.': ['There seems to be a problem with your logo. Please upload it again.'], + 'These can be edited, shared, exported or deleted at anytime.': [' on '], + 'This allows you to order questions within a section.': ['This allows you to order questions within a section.'], + 'This allows you to order sections.': ['This allows you to order sections.'], + 'This allows you to order the phases of your template.': ['This allows you to order the phases of your template.'], + 'This document was generated by %{application_name}': ['This document was generated by %{application_name}'], + 'This email will be used to recover your account if you change institutions': [''], + 'This is a': [''], + 'This page gives you an overview of your plan. It tells what your plan is based on and gives an overview of the questions that you will be asked.': ['This page gives you an overview of your plan. It tells what your plan is based on and gives an overview of the questions that you will be asked.'], + 'This plan is based on the default template.': ['template'], + 'This plan is based on:': ['This plan is based on:'], + 'This template is new and does not yet have any publication history.': ['template'], + "This will remove your organisation's logo": ['organisation'], + "Those you invite will receive an email notification that they have access to this plan, inviting them to register with %{application_name} if they don't already have an account. A notification is also issued when a user's permission level is changed.": ['%{application_name}'], + Title: ['Title'], + 'To help you write your plan, %{application_name} can show you guidance from a variety of organisations.': ['%{application_name}'], + Top: ['Top'], + 'Top banner text': ['Top banner text'], + 'Transfer customisation': [''], + 'Un-published': ['Un-published'], + "Unable to change the plan's Test status": ['plan'], + 'Unable to download the DMP at this time.': [''], + 'Unable to link your account to %{scheme}.': [''], + 'Unable to unlink your account from %{is}.': [''], + Unknown: [''], + 'Unknown column name.': ['Unknown column name.'], + 'Unknown formatting setting': ['Unknown formatting setting'], + "Unknown margin. Can only be 'top', 'bottom', 'left' or 'right'": ["Unknown margin. Can only be 'top', 'bottom', 'left' or 'right'"], + 'Unlink account': ['Unlock my account'], + 'Unlock my account': ['Unlock my account'], + Unpublish: ['Unpublish'], + Unpublished: ['Unpublished'], + 'Unpublished changes': ['Unpublished changes'], + 'Unsaved answers': ['Unsaved answers'], + 'Unsaved changes': ['Unsaved changes'], + Users: ['Users'], + 'Users with \\"read only\\" access can only read the plan.': ['Users'], + 'Using the generic Data Management Plan': [''], + Version: ['Version'], + View: ['View'], + 'View all templates': ['View all templates'], + 'View phase': ['View phase'], + Visibility: ['Visibility'], + 'We are constantly improving the user interface and functionality of %{application_name}. If you would like to contribute with feedback and suggestions, please contact us by emailing': ['%{application_name}'], + 'We found multiple DMP templates corresponding to the funder.': ['template'], + 'We found multiple DMP templates corresponding to the research organisation.': ['organisation'], + 'We found multiple DMP templates corresponding to your funder.': ['template'], + 'We were unable to verify your account. Please use the following form to create a new account. You will be able to link your new account afterward.': [''], + 'We will only use this address to recover your account if you change institutions': [''], + 'Welcome to ': ['Welcome to '], + 'Welcome to %{application_name}': ['Welcome to %{application_name}'], + 'Welcome.': ['Welcome.'], + 'What research project are you planning?': ['plan'], + 'When you create a new phase for your template, a version will automatically be created. Once you complete the form below you will be provided with options to create sections and questions.': ['When you create a new phase for your template, a version will automatically be created. Once you complete the form below you will be provided with options to create sections and questions.'], + 'Which DMP template would you like to use?': ['template'], + 'Would you like to save them now?': ['Would you like to save them now?'], + 'Write Plan': ['plan'], + Yes: ['Yes'], + "You are about to delete '%{guidance_group_name}'. This will affect guidance. Are you sure?": ["You are about to delete '%{guidance_group_name}'. This will affect guidance. Are you sure?"], + "You are about to delete '%{guidance_summary}'. Are you sure?": ["You are about to delete '%{guidance_summary}'. Are you sure?"], + "You are about to delete '%{phase_title}'. This will affect versions, sections and questions linked to this phase. Are you sure?": ["You are about to delete '%{phase_title}'. This will affect versions, sections and questions linked to this phase. Are you sure?"], + "You are about to delete '%{question_text}'. Are you sure?": ["You are about to delete '%{question_text}'. Are you sure?"], + "You are about to delete '%{section_title}'. This will affect questions linked to this section. Are you sure?": ["You are about to delete '%{section_title}'. This will affect questions linked to this section. Are you sure?"], + "You are about to delete a guidance for '%{question_text}'. Are you sure?": ["You are about to delete a suggested answer/ example for '%{question_text}'. Are you sure?"], + "You are about to delete a suggested answer/ example for '%{question_text}'. Are you sure?": ["You are about to delete a suggested answer/ example for '%{question_text}'. Are you sure?"], + "You are about to delete an example answer for '%{question_text}'. Are you sure?": ["You are about to delete a suggested answer/ example for '%{question_text}'. Are you sure?"], + 'You are about to unlink %{application_name} of your institutional credentials, would you like to continue?': ['%{application_name}'], + 'You are not authorized to perform this action.': [''], + 'You are now ready to create your first DMP.': [''], + 'You are viewing a historical version of this template. You will not be able to make changes.': ['You are viewing a historical version of this template. You will not be able to make changes.'], + 'You can add an example answer to help users respond. These will be presented above the answer box and can be copied/ pasted.': ['You can add an example or suggested answer to help users respond. These will be presented above the answer box and can be copied/ pasted.'], + 'You can add an example or suggested answer to help users respond. These will be presented above the answer box and can be copied/ pasted.': ['You can add an example or suggested answer to help users respond. These will be presented above the answer box and can be copied/ pasted.'], + 'You can also report bugs and request new features directly on': [' on '], + 'You can choose from:
  • - text area (large box for paragraphs);
  • - text field (for a short answer);
  • - checkboxes where options are presented in a list and multiple values can be selected;
  • - radio buttons where options are presented in a list but only one can be selected;
  • - dropdown like this box - only one option can be selected;
  • - multiple select box allows users to select several options from a scrollable list, using the CTRL key;
': ['You can choose from:
  • - text area (large box for paragraphs);
  • - text field (for a short answer);
  • - checkboxes where options are presented in a list and multiple values can be selected;
  • - radio buttons where options are presented in a list but only one can be selected;
  • - dropdown like this box - only one option can be selected;
  • - multiple select box allows users to select several options from a scrollable list, using the CTRL key;
'], + 'You can edit any of the details below.': ['You can edit any of the details below.'], + 'You can give other people access to your plan here. There are three permission levels.': [' access to'], + 'You can not continue until you have filled in all of the required information.': ['format'], + 'You can not edit a historical version of this template.': [''], + 'You can not publish a historical version of this template.': [''], + 'You can write pieces of guidance to be displayed by theme (e.g. generic guidance on storage and backup that should present across the board). Writing generic guidance by theme saves you time and effort as your advice will be automatically displayed across all templates rather than having to write guidance to accompany each.': ['guidance on'], + 'You cannot delete historical versions of this template.': [''], + 'You have altered answers but have not saved them:': ['You have altered answers but have not saved them:'], + 'You have been given ': ['You have been given '], + 'You have been granted permission by your organisation to use our API. Your API token and instructions for using the API endpoints can be found ': [''], + 'You have un-published changes': [''], + 'You must accept the terms and conditions to register.': ['You must accept the terms and conditions to register.'], + 'You need to sign in or sign up before continuing.': ['You need to sign in or sign up before continuing.'], + 'You now have ': [''], + Your: ['Your'], + 'Your Institution': ['Institution'], + 'Your ORCID': ['Your ORCID'], + 'Your access to ': ['Your access to '], + 'Your account has been successfully linked to %{scheme}.': ['Your account has been successfully linked to %{scheme}.'], + "Your account won't be created until you access the link above and set your password.": ["Your account won't be created until you access the link above and set your password."], + 'Your browser does not support the video tag.': ['Your browser does not support the video tag.'], + 'Your institution does not seem to be properly configured.': ['Your'], + 'Your permissions relating to ': ['Your permissions relating to '], + 'Your template has been published and is now available to users.': ['Your template has been published and is now available to users.'], + 'Your template is no longer published. Users will not be able to create new DMPs for this template until you re-publish it': ['Your template is no longer published. Users will not be able to create new DMPs for this template until you re-publish it'], + "Your template will be presented to users within your institution when no funder templates apply. If you want to add questions to funder templates use the 'customise template' options below.": ['question'], + 'a day': ['a day'], + 'about %d hours': ['about %d hours'], + 'about a minute': ['about a minute'], + 'about a month': ['about a month'], + 'about a year': ['about a year'], + 'about an hour': ['about an hour'], + 'account has been locked due to an excessive number of unsuccessful sign in attempts.': ['account has been locked due to an excessive number of unsuccessful sign in attempts.'], + 'activerecord.errors.messages.record_invalid': ['unable to save your changes'], + 'activerecord.errors.models.user.attributes.current_password.invalid': ['invalid email and/or password'], + 'activerecord.errors.models.user.attributes.email.blank': ["can't be blank"], + 'activerecord.errors.models.user.attributes.password.blank': ["can't be blank"], + 'activerecord.errors.models.user.attributes.password_confirmation.confirmation': ['passwords must match'], + 'add guidance text': ['add guidance text'], + ago: ['ago'], + 'by ': [' by '], + "can't be blank": [''], + "can't be larger than 500KB": [''], + "can't be less than zero": [''], + comment: ['Comment'], + copied: [''], + created: ['Created'], + deleted: ['Delete'], + 'e.g. School/ Department': ['e.g. School/ Department'], + 'example answer': ['Example of answer'], + 'from now': ['from now'], + guidance: ['guidance'], + 'guidance choices': ['Guidance'], + 'guidance group': ['guidance group'], + 'guidance on': ['guidance on'], + 'height must be less than 165px': [''], + 'helpers.is_test': [''], + 'helpers.links.cancel': [''], + 'helpers.project.is_test_help_text': [''], + information: ['API Information'], + inquiry: [''], + 'into your browser': ['into your browser'], + 'less than a minute': ['less than a minute'], + 'mock project for testing, practice, or educational purposes': [' on '], + 'must be logged in': ['must be logged in'], + 'must be one of the following formats: jpeg, jpg, png, gif, bmp': ['must be one of the following formats: jpeg, jpg, png, gif, bmp'], + 'must be unique': [''], + 'must have access to guidances api': ['must have access to guidances api'], + 'must have access to plans api': ['must have access to guidances api'], + 'no research organisation is associated with this plan': ['organisation'], + note: ['note'], + 'on the homepage.': [''], + or: [''], + 'or copy': ['or copy'], + organisation: ['organisation'], + 'page for guidance.': ['guidance'], + password: ['Password'], + permissions: ['Permissions'], + phase: ['phase'], + plan: ['plan'], + preferences: [''], + profile: [''], + question: ['question'], + 'questions answered': ['questions answered'], + removed: ['Remove'], + role: ['role'], + saved: ['Save'], + section: ['section'], + 'select a guidance group': ['select a guidance group'], + 'select at least one theme': ['select at least one theme'], + 'sharing details': ['Phase details'], + 'since %{name} saved the answer below while you were editing. Please, combine your changes and then save the answer again.': [' on '], + template: ['template'], + 'terms and conditions': [' on '], + 'test plan': ['plan'], + user: ['user'], + 'user must be in your organisation': ['organisation'], + }, + }, +}; diff --git a/app/javascript/locale/en_GB/timeago.js b/app/javascript/locale/en_GB/timeago.js new file mode 100644 index 0000000..b686b8c --- /dev/null +++ b/app/javascript/locale/en_GB/timeago.js @@ -0,0 +1,16 @@ +module.exports = (number, index) => [ + ['just now', 'right now'], + ['less than a minute ago', 'in %s seconds'], + ['1 minute ago', 'in 1 minute'], + ['%s minutes ago', 'in %s minutes'], + ['1 hour ago', 'in 1 hour'], + ['%s hours ago', 'in %s hours'], + ['1 day ago', 'in 1 day'], + ['%s days ago', 'in %s days'], + ['1 week ago', 'in 1 week'], + ['%s weeks ago', 'in %s weeks'], + ['1 month ago', 'in 1 month'], + ['%s months ago', 'in %s months'], + ['1 year ago', 'in 1 year'], + ['%s years ago', 'in %s years'], +][index]; diff --git a/app/javascript/locale/en_US/app.js b/app/javascript/locale/en_US/app.js new file mode 100644 index 0000000..2855142 --- /dev/null +++ b/app/javascript/locale/en_US/app.js @@ -0,0 +1,638 @@ +var locales = locales || {}; locales.en_US = { + domain: 'app', + locale_data: { + app: { + '': { + 'Project-Id-Version': 'app 1.0.0', 'Report-Msgid-Bugs-To': '', 'PO-Revision-Date': '2017-05-02 14:54+0000', 'Last-Translator': 'FULL NAME ', 'Language-Team': 'LANGUAGE ', Language: '', 'MIME-Version': '1.0', 'Content-Type': 'text/plain; charset=UTF-8', 'Content-Transfer-Encoding': '8bit', 'Plural-Forms': 'nplurals=INTEGER; plural=EXPRESSION;', lang: 'en_US', domain: 'app', plural_forms: 'nplurals=INTEGER; plural=EXPRESSION;', + }, + ' Plan': ['plan'], + " Select what format you wish to use and click to 'Export'.": ['Export'], + ' Share note': ['Share note'], + ' access to': [' access to'], + ' access. ': [' access to'], + ' by': [' by'], + ' has been removed by ': [' has been removed by '], + ' have been changed by': [' by'], + ' into your browser)': [' into your browser).'], + ' on ': [' on '], + ' or ': [' on '], + ' password. You can do this through the link below.': [' password. You can do this through the link below.'], + ' team': [' team'], + ' to accept the invitation, (or copy ': [' to accept the invitation, (or copy '], + ' will help you to develop your Data Management Plan. If you have any queries or feedback as you use the tool, please contact us on ': [' will help you to develop your Data Management Plan. If you have any queries or feedback as you use the tool, please contact us on '], + '\\"Are you sure you want to unlink #{scheme.description} ID?\\"': ['\\"Are you sure you want to unlink your #{scheme.description} ID?\\"'], + '\\"The current #{scheme.description} iD has been already linked to a user with email #{identifier.user.email}\\"': ['The '], + '\\"Unlink your account from #{scheme.description}. You can link again at any time.\\"': ['\\"Unlink your account from #{scheme.description}. You can link again at any time.\\"'], + '\\"Your account has been linked to #{scheme.description}.\\"': ['\\"Your account has been linked to #{scheme.description}.\\"'], + '%d days': ['%d days'], + '%d minutes': ['%d minutes'], + '%d months': ['%d months'], + '%d years': ['%d years'], + '%{application_name}': ['%{application_name}'], + "%{application_name} doesn't recognise your institutional credentials - either you haven't created an account with us or you haven't linked these details to your existing account.
* If you do not have an account with %{application_name}, please complete the form below.
* If you have an account with %{application_name}, please Sign in so we can link your account to your institutional credentials.
Once you have created and/or linked your account, you'll be able to sign in with your institutional credentials directly.": ["%{application_name} doesn't recognise your institutional credentials - either you haven't created an account with us or you haven't linked these details to your existing account.
* If you do not have an account with %{application_name}, please complete the form below.
* If you have an account with %{application_name}, please Sign in so we can link your account to your institutional credentials.
Once you have created and/or linked your account, you'll be able to sign in with your institutional credentials directly."], + '%{application_name} is provided by the %{organisation_name}.
You can find out more about us on our website. If you would like to contact us about %{application_name}, please fill out the form below.': ['%{application_name}'], + '%{application_name} stories from the %{organisation_abbreviation} website': ['

%{application_name} stories from the %{organisation_abbreviation} website


'], + '%{format} is not a valid exporting format. Available formats to export are %{available_formats}.': ['%{format} is not a valid exporting format. Available formats to export are %{available_formats}.'], + '%{value} is not a valid format': ['%{value} is not a valid format'], + '(Using custom PDF formatting values)': ['(Using custom PDF formatting values)'], + '(Using template PDF formatting values)': ['(Using template PDF formatting values)'], + '-': [''], + '... (continued)': ['... (continued)'], + "

Questions to consider:

  • - What is the nature of your research project?
  • - What research questions are you addressing?
  • - For what purpose are the data being collected or created?

Guidance:

Briefly summarise the type of study (or studies) to help others understand the purposes for which the data are being collected or created.

": ["

Questions to consider:

  • - What is the nature of your research project?
  • - What research questions are you addressing?
  • - For what purpose are the data being collected or created?

Guidance:

Briefly summarise the type of study (or studies) to help others understand the purposes for which the data are being collected or created.

"], + "

The %{organisation_name} ('%{organisation_abbreviation}') are consortia supported by %{legal_entity}. Our primary constituency is the research community, particularly the higher and further education sector.

%{application_name}

%{application_name} ('the tool', 'the system') is a tool developed by the %{organisation_abbreviation} as a shared resource for the research community. It is hosted by %{legal_entity}.

Your personal details

In order to help identify and administer your account with %{application_name}, we need to store your email address. We may also use it to contact you to obtain feedback on your use of the tool, or to inform you of the latest developments or releases. The information may be transferred between the %{organisation_abbreviation} partner institutions but only for legitimate %{organisation_abbreviation} purposes. We will not sell, rent or trade any personal information you provide to us.

Privacy policy

The information you enter into this system can be seen by you, people you have chosen to share access with, and - solely for the purposes of maintaining the service - system administrators at %{legal_entity}. We compile anonymised, automated and aggregated information from plans, but we will not directly access, make use of, or share your content with anyone else without your permission. Authorised officers of your home institution may access your plans for specific purposes - for example, to track compliance with funder/institutional requirements or to calculate storage requirements.

Freedom of Information

%{legal_entity} holds your plans on your behalf, but they are your property and responsibility. Any FOI applicants will be referred back to your home institution.

Passwords

Your password is stored in encrypted form and cannot be retrieved. If forgotten it has to be reset.

Cookies

Please note that %{application_name} uses Cookies. Further information about Cookies and how we use them is available on the main DCC website.


Use of the tool indicates that you understand and agree to these terms and conditions.

": ["

The %{organisation_name} ('%{organisation_abbreviation}') are consortia supported by %{legal_entity}. Our primary constituency is the research community, particularly the higher and further education sector.

%{application_name}

%{application_name} ('the tool', 'the system') is a tool developed by the %{organisation_abbreviation} as a shared resource for the research community. It is hosted by %{legal_entity}.

Your personal details

In order to help identify and administer your account with %{application_name}, we need to store your email address. We may also use it to contact you to obtain feedback on your use of the tool, or to inform you of the latest developments or releases. The information may be transferred between the %{organisation_abbreviation} partner institutions but only for legitimate %{organisation_abbreviation} purposes. We will not sell, rent or trade any personal information you provide to us.

Privacy policy

The information you enter into this system can be seen by you, people you have chosen to share access with, and - solely for the purposes of maintaining the service - system administrators at %{legal_entity}. We compile anonymised, automated and aggregated information from plans, but we will not directly access, make use of, or share your content with anyone else without your permission. Authorised officers of your home institution may access your plans for specific purposes - for example, to track compliance with funder/institutional requirements or to calculate storage requirements.

Freedom of Information

%{legal_entity} holds your plans on your behalf, but they are your property and responsibility. Any FOI applicants will be referred back to your home institution.

Passwords

Your password is stored in encrypted form and cannot be retrieved. If forgotten it has to be reset.

Cookies

Please note that %{application_name} uses Cookies. Further information about Cookies and how we use them is available on the main DCC website.


Use of the tool indicates that you understand and agree to these terms and conditions.

"], + "

Useful resources on Data Management Planning

Example Data Management Plans

  • Technical plan submitted to the AHRC [PDF, 7 pages]
    A DMP submitted by a researcher from the University of Bristol, also including comments from the reviewers
  • Two social science DMPs [PDF, 7 pages]
    Example plans from researchers at the University of Leeds, shared as part of the Leeds RoaDMaP training materials
  • Health sciences DMP [PDF, 11 pages]
    Example DMP produced by the DATUM for Health RDM training project
  • Psychology DMP [PDF, 11 pages]
    A very detailed, fictional psychology DMP produced by the DMTpsych RDM training project, based on a seminal psychology experiment
  • UCSD Example Data Management Plans [webpage]
    Over 20 example plans submitted to the National Science Foundation (NSF) in the United States by academics at UC San Diego
  • Colorado School of Mines examples [webpage]
    A variety of US example DMPs from Mines and elsewhere
  • NSF data management plans [webpage]
    5 DMPs submitted to the NSF, shared by the DataOne initiative
  • Biology and chemistry DMPs [webpage]
    Three example DMPs from the USA shared by NECDMC, an instructional tool for teaching RDM to undergraduates, graduate students, and researchers in the health sciences, sciences and engineering.

Useful guides on Research Data Management in general

  • Managing and Sharing Data: best practice for researchers [PDF, 36 pages]
    A guide by the UK Data Service covering a range of topics including data formats, documentaion, ethics, copyright and data sharing.
  • How to Cite Datasets and Link to Publications [PDF, 12 pages]
    A guide by the Digital Curation Centre giving practical guidelines on how to cite data and the different tools and infrastructure that can be used to support data citation.
  • How to License Research Data [PDF, 16 pages]
    A guide by the Digital Curation Centre that outlines different types of licenses, the pros and cons of each and how they can be applied.
  • How to Appraise and Select Research Data for Curation [PDF, 8 pages]
    A guide by ANDS and the Digital Curation Centre on how to select which data to keep for long-term preservation, sharing and reuse. The guide puts forward several criteria to aid selection decisions.
  • Research Data MANTRA [online resource]
    An online training course designed for researchers or others planning to manage digital data as part of the research process. The course includes a number of software practicals on using SPSS, R, ArcGIS and NVivo.
": ["

Useful resources on Data Management Planning

Example Data Management Plans

  • Technical plan submitted to the AHRC [PDF, 7 pages]
    A DMP submitted by a researcher from the University of Bristol, also including comments from the reviewers
  • Two social science DMPs [PDF, 7 pages]
    Example plans from researchers at the University of Leeds, shared as part of the Leeds RoaDMaP training materials
  • Health sciences DMP [PDF, 11 pages]
    Example DMP produced by the DATUM for Health RDM training project
  • Psychology DMP [PDF, 11 pages]
    A very detailed, fictional psychology DMP produced by the DMTpsych RDM training project, based on a seminal psychology experiment
  • UCSD Example Data Management Plans [webpage]
    Over 20 example plans submitted to the National Science Foundation (NSF) in the United States by academics at UC San Diego
  • Colorado School of Mines examples [webpage]
    A variety of US example DMPs from Mines and elsewhere
  • NSF data management plans [webpage]
    5 DMPs submitted to the NSF, shared by the DataOne initiative
  • Biology and chemistry DMPs [webpage]
    Three example DMPs from the USA shared by NECDMC, an instructional tool for teaching RDM to undergraduates, graduate students, and researchers in the health sciences, sciences and engineering.

Useful guides on Research Data Management in general

  • Managing and Sharing Data: best practice for researchers [PDF, 36 pages]
    A guide by the UK Data Service covering a range of topics including data formats, documentaion, ethics, copyright and data sharing.
  • How to Cite Datasets and Link to Publications [PDF, 12 pages]
    A guide by the Digital Curation Centre giving practical guidelines on how to cite data and the different tools and infrastructure that can be used to support data citation.
  • How to License Research Data [PDF, 16 pages]
    A guide by the Digital Curation Centre that outlines different types of licenses, the pros and cons of each and how they can be applied.
  • How to Appraise and Select Research Data for Curation [PDF, 8 pages]
    A guide by ANDS and the Digital Curation Centre on how to select which data to keep for long-term preservation, sharing and reuse. The guide puts forward several criteria to aid selection decisions.
  • Research Data MANTRA [online resource]
    An online training course designed for researchers or others planning to manage digital data as part of the research process. The course includes a number of software practicals on using SPSS, R, ArcGIS and NVivo.
"], + '

%{application_name} has been jointly developed by the %{organisation_name} to help you write data management plans.

': ['

%{application_name} has been jointly developed by the %{organisation_name} to help you write data management plans.

'], + "

%{application_name} is developed and maintained by the UK %{organisation_name}. We’re a small team, and are happy to collaborate with others. There are various ways you can get involved:

Join the user group

We run a listserv for the %{application_name} user group that you can request to join. We also host periodic meetings to consult on our plans. Being part of the user group gives you the opportunity to be informed about future developments and to provide feedback to help shape our plans.

Our user group sessions are usually focused around a certain topic (e.g. fleshing out use cases for an API) so invites are sent based on your areas of expertise. It is helpful for us to know your role and interests to invite relevant people to each session. Please introduce yourself on the list and share your ideas.

Notes from previous user group sessions are provided below:

Please let us know your interests and share your ideas for future developments via the mailing list so the community as a whole can feedback on them.

Customise %{application_name}

%{application_name} can be customised by institutions and disciplines. You can add templates for users in your organisation and tailored guidance that explains local support and services. Example answers can also be offered to help users understand what to write in a Data Management Plan. To do this you’ll need to request admin access, so please email us on dmponline@dcc.ac.uk.

Futher guidance on customising %{application_name} is available on the %{application_name} website.

Contribute to the code

%{application_name} is a Ruby on Rails application. The source code is made available under an MIT License. This permits others to reuse the code freely, but obligates you to share the source code for any extensions in the same way. Please inform us if you install an instance of %{application_name} and offer your contributions back to the community.

If you install an instance of %{application_name} we require that you credit the %{organisation_abbreviation} as originators of the tool. We recommend that the acknowledgement takes the form of the %{application_name} logo with a link back to the %{organisation_abbreviation}-hosted version of the tool.

We are willing to work with external developers to add new features to the tool. We are also open to delivering new features on a chargeable basis. If there are extensions you would like to see prioritised and have resource to support additional developer effort, please contact us on dmponline@dcc.ac.uk to negotiate terms.

The code is available on GitHub

Support our work

We are impressed by the uptake of %{application_name} both in the UK and internationally and are really keen to hear how you are using the tool and promoting it in your context. We are aware that others have run training courses, developed guidance materials and advocated use of the tool. Please notify us of this as it helps to show impact.

We are currently investigating options for revenue generation. This will help us serve the increased demand more effectively and safeguard the long-term sustainability of %{application_name}. Plans will be released for consultation soon but we also welcome your suggestions on how best to support our work.

": ["

%{application_name} is developed and maintained by the UK %{organisation_name}. We’re a small team, and are happy to collaborate with others. There are various ways you can get involved:

Join the user group

We run a listserv for the %{application_name} user group that you can request to join. We also host periodic meetings to consult on our plans. Being part of the user group gives you the opportunity to be informed about future developments and to provide feedback to help shape our plans.

Our user group sessions are usually focused around a certain topic (e.g. fleshing out use cases for an API) so invites are sent based on your areas of expertise. It is helpful for us to know your role and interests to invite relevant people to each session. Please introduce yourself on the list and share your ideas.

Notes from previous user group sessions are provided below:

Please let us know your interests and share your ideas for future developments via the mailing list so the community as a whole can feedback on them.


Customise %{application_name}

%{application_name} can be customised by institutions and disciplines. You can add templates for users in your organization and tailored guidance that explains local support and services. Example answers can also be offered to help users understand what to write in a Data Management Plan. To do this you’ll need to request admin access, so please email us on dmponline@dcc.ac.uk.

Futher guidance on customising %{application_name} is available on the %{application_name} website.


Contribute to the code

%{application_name} is a Ruby on Rails application. The source code is made available under an MIT License. This permits others to reuse the code freely, but obligates you to share the source code for any extensions in the same way. Please inform us if you install an instance of %{application_name} and offer your contributions back to the community.

If you install an instance of %{application_name} we require that you credit the %{organisation_abbreviation} as originators of the tool. We recommend that the acknowledgement takes the form of the %{application_name} logo with a link back to the %{organisation_abbreviation}-hosted version of the tool.

We are willing to work with external developers to add new features to the tool. We are also open to delivering new features on a chargeable basis. If there are extensions you would like to see prioritised and have resource to support additional developer effort, please contact us on dmponline@dcc.ac.uk to negotiate terms.

The code is available on GitHub

Support our work

We are impressed by the uptake of %{application_name} both in the UK and internationally and are really keen to hear how you are using the tool and promoting it in your context. We are aware that others have run training courses, developed guidance materials and advocated use of the tool. Please notify us of this as it helps to show impact.

We are currently investigating options for revenue generation. This will help us serve the increased demand more effectively and safeguard the long-term sustainability of %{application_name}. Plans will be released for consultation soon but we also welcome your suggestions on how best to support our work.

"], + "

From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.
Select what format you wish to use and click to 'Export'.

": ["

From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.
Select what format you wish to use and click to 'Export'.

"], + '

Here you set the title that users will see. If you intend to have multiple phases for you DMP, this should be clear in the title and description.

': ['

Here you set the title that users will see. If you intend to have multiple phases for you DMP, this should be clear in the title and description.

'], + '

Select themes that are relevant to this question.

This allows your generic institution-level guidance to be drawn in, as well as that from other sources e.g. the %{organisation_abbreviation} or any Schools/Departments that you provide guidance for.

You can select multiple themes by using the CTRL button.

': ['

Select themes that are relevant to this question.

This allows your generic institution-level guidance to be drawn in, as well as that from other sources e.g. the %{organisation_abbreviation} or any Schools/Departments that you provide guidance for.

You can select multiple themes by using the CTRL button.

'], + "

The %{organisation_abbreviation} are now collaborating to develop a joint codebase for Data Management Planning called DMP Roadmap. Both of our tools will be delivered using this in the future. We've agreed what features need to be included and are planning a few sprints to deliver these. The initial release will include all of the main priorities we already had flagged, including:

  • - APIs to create plans, extract guidance and generate statistics from %{application_name}
  • - Multi-lingual support so foreign language versions can be presented
  • - Locales to provide a refined set of content for particular countries or other contexts
  • - A lifecycle to indicate the status of DMPs and allow institutional access to plans
  • - Support for reviewing Data Management Plans

%{application_name} has an active and growing user base, and we are grateful to the members who suggest ideas for new and improved features. If you would like to help shape our future plans, please join the user group. More information on how you can engage with us is available under the 'Get involved' tab.

Current release

The current version of %{application_name} is %{application_version}.

The code is available on GitHub


": ["

The %{organisation_abbreviation} are now collaborating to develop a joint codebase for Data Management Planning called DMP Roadmap. Both of our tools will be delivered using this in the future. We've agreed what features need to be included and are planning a few sprints to deliver these. The initial release will include all of the main priorities we already had flagged, including:

  • - APIs to create plans, extract guidance and generate statistics from %{application_name}
  • - Multi-lingual support so foreign language versions can be presented
  • - Locales to provide a refined set of content for particular countries or other contexts
  • - A lifecycle to indicate the status of DMPs and allow institutional access to plans
  • - Support for reviewing Data Management Plans

%{application_name} has an active and growing user base, and we are grateful to the members who suggest ideas for new and improved features. If you would like to help shape our future plans, please join the user group. More information on how you can engage with us is available under the 'Get involved' tab.


Current release

The current version of %{application_name} is %{application_version}.

The code is available on GitHub


"], + '

To create a new template, first enter a title and description. Once you have saved this you will be presented with options to add one or more phases.

': ['

To create a new template, first enter a title and description. Once you have saved this you will be presented with options to add one or more phases.

'], + "

When you login to %{application_name} you will be directed to the 'My plans' page. From here you can edit, share, export or delete any of your plans. You will also see plans that have been shared with you by others.

Create a plan

To create a plan, click the 'Create plan' button from the 'My plans' page or the top menu. Select options from the drop-down menus and tickboxes to determine what questions and guidance you should be presented with. Confirm your selection by clicking 'Yes, create plan'

Write your plan

The tabbed interface allows you to navigate through different functions when editing your plan.

  • - 'Plan details' includes basic administrative details, tells you what sets of questions and guidance your plan is based on and gives you an overview to the questions that you will be asked.
  • - The following tab(s) present the questions to answer. There may be more than one tab if your funder or university asks different sets of questions at different stages e.g. at grant application and post-award.
  • - The 'Share' tab allows you to invite others to read or contribute to your plan.
  • - The 'Export' tab allows you to download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.

When viewing any of the question tabs, you will see the different sections of your plan displayed. Click into these in turn to answer the questions. You can format your responses using the text editing buttons.

Guidance is displayed in the right-hand panel. Click the '+' symbol to view this.

Remember to 'save' your responses before moving on.

Share plans

Insert the email address of any collaborators you would like to invite to read or edit your plan. Set the level of permissions you would like to grant them via the drop-down options and click to 'Add collaborator'

Export plans

From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application. Choose what format you would like to view/download your plan in and click to export. When you login to %{application_name} you will be directed to the 'My plans' page. From here you can edit, share, export or delete any of your plans. You will also see plans that have been shared with you by others.

": ["

When you login to %{application_name} you will be directed to the 'My plans' page. From here you can edit, share, export or delete any of your plans. You will also see plans that have been shared with you by others.

Create a plan

To create a plan, click the 'Create plan' button from the 'My plans' page or the top menu. Select options from the drop-down menus and tickboxes to determine what questions and guidance you should be presented with. Confirm your selection by clicking 'Yes, create plan'

Write your plan

The tabbed interface allows you to navigate through different functions when editing your plan.

  • - 'Plan details' includes basic administrative details, tells you what sets of questions and guidance your plan is based on and gives you an overview to the questions that you will be asked.
  • - The following tab(s) present the questions to answer. There may be more than one tab if your funder or university asks different sets of questions at different stages e.g. at grant application and post-award.
  • - The 'Share' tab allows you to invite others to read or contribute to your plan.
  • - The 'Export' tab allows you to download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.

When viewing any of the question tabs, you will see the different sections of your plan displayed. Click into these in turn to answer the questions. You can format your responses using the text editing buttons.

Guidance is displayed in the right-hand panel. Click the '+' symbol to view this.

Remember to 'save' your responses before moving on.

Share plans

Insert the email address of any collaborators you would like to invite to read or edit your plan. Set the level of permissions you would like to grant them via the drop-down options and click to 'Add collaborator'

Export plans

From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application. Choose what format you would like to view/download your plan in and click to export. When you login to %{application_name} you will be directed to the 'My plans' page. From here you can edit, share, export or delete any of your plans. You will also see plans that have been shared with you by others.

"], + "

You can give other people access to your plan here. There are three permission levels.

  • Users with \\\"read only\\\" access can only read the plan.
  • Editors can contribute to the plan.
  • Co-owners can also contribute to the plan, but additionally can edit the plan details and control access to the plan.

Add each collaborator in turn by entering their email address below, choosing a permission level and clicking \\\"Add collaborator\\\".

Those you invite will receive an email notification that they have access to this plan, inviting them to register with %{application_name} if they don't already have an account. A notification is also issued when a user's permission level is changed.

": ["

You can give other people access to your plan here. There are three permission levels.

  • Users with \\\"read only\\\" access can only read the plan.
  • Editors can contribute to the plan.
  • Co-owners can also contribute to the plan, but additionally can edit the plan details and control access to the plan.

Add each collaborator in turn by entering their email address below, choosing a permission level and clicking \\\"Add collaborator\\\".

Those you invite will receive an email notification that they have access to this plan, inviting them to register with %{application_name} if they don't already have an account. A notification is also issued when a user's permission level is changed.

"], + 'A Data Management Plan in %{application_name} has been shared with you': ['%{application_name}'], + 'A colleague has invited you to contribute to their Data Management Plan at ': ['A colleague has invited you to contribute to their Data Management Plan at '], + 'A pertinent ID as determined by the funder and/or institution.': ['A pertinent ID as determined by the funder and/or institution.'], + 'A required setting has not been provided': ['A required setting has not been provided'], + 'API Information': ['API Information'], + 'API rights': [''], + 'API token': ['API token'], + About: ['About'], + 'About %{application_name}': ['About %{application_name}'], + 'Access removed': ['Access removed'], + Actions: ['Actions'], + 'Add Annotations': [''], + 'Add an appropriate name for your guidance group. This name will be used to tell the end user where the guidance has come from. It will be appended to text identifying the theme e.g. \\"[guidance group name]: guidance on data sharing\\" so we suggest you just use the institution or department name.': ['guidance group'], + 'Add collaborator': ['Add collaborator'], + 'Add each collaborator in turn by entering their email address below, choosing a permission level and clicking \\"Add collaborator\\".': ['Add collaborator'], + 'Add new phase': ['Add new phase +'], + 'Add note': ['Add note'], + 'Add option': ['Add option'], + 'Add question': ['Add question'], + 'Add section': ['Add section'], + 'Additional Information': [''], + 'Additional comment area will be displayed.': ['Additional comment area will be displayed.'], + Admin: [''], + 'Admin Details': ['Admin Details'], + 'All the best,': [''], + 'Allows the user to amend the organisation details (name, URL etc) and add basic branding such as the logo': ['organization'], + 'Allows the user to assign permissions to other users within the same organisation. Users can only assign permissions they own themselves': ['organization'], + 'Allows the user to create and edit guidance': ['guidance'], + 'Allows the user to create new institutional templates, edit existing ones and customise funder templates': ['template'], + 'An error has occurred while saving/resetting your export settings.': [''], + Annotations: [''], + Answer: ['Answer'], + 'Answer format': ['Answer format'], + 'Answer questions': ['Answer questions'], + Answered: ['Answered'], + 'Answered at': ['Answered at'], + 'Answered by': ['Answered by'], + Answers: ['Answers'], + 'Anything you enter here will display in the answer box. If you want an answer in a certain format (e.g. tables), you can enter that style here.': ['Anything you enter here will display in the answer box. If you want an answer in a certain format (e.g. tables), you can enter that style here.'], + 'Are you sure you want to remove this note?': ['Are you sure you want to remove this note?'], + 'Are you sure you wish to delete this plan? If the plan is being shared with other users, by deleting it from your list, the plan will be deleted from their plan list as well': ['Are you sure you wish to delete this plan? If the plan is being shared with other users, by deleting it from your list, the plan will be deleted from their plan list as well'], + 'Are you sure?': ['Are you sure?'], + 'Back to edit view': ['Back to edit view'], + Background: ['Background'], + 'Bad Credentials': [''], + 'Bad Parameters': [''], + 'Before submitting, please consider:': ['Before submitting, please consider:'], + 'Before you get started, we need some information about your research project to set you up with the best DMP template for your needs.': ['questions'], + 'Begin typing to see a filtered list': [''], + 'Below is a list of users registered for your organisation. You can sort the data by each field.': ['Below is a list of users registered for your organization. You can sort the data by each field.'], + Bottom: ['Bottom'], + 'By ': ['By '], + Cancel: ['Cancel'], + 'Cannot share plan with %{email} since that email matches with the owner of the plan.': ['plan'], + 'Change my password': ['Change my password'], + 'Change organisation details': ['organization'], + 'Check box': ['Check box'], + "Check this box when you are ready for guidance associated with this group to appear on user's plans.": ['guidance'], + "Check this box when you are ready for this guidance to appear on user's plans.": ["Check this box when you are ready for this guidance to appear on user's plans."], + 'Choose your language': [''], + 'Click here': [''], + 'Click here to accept the invitation': ['Click here to accept the invitation'], + 'Click here to confirm your account': ['Click here to confirm your account'], + "Click the 'Create plan' button below to begin.": ['Create plan'], + 'Click the link below to unlock your account': ['Click the link below to unlock your account'], + Close: [''], + 'Co-owner': ['Co-owner'], + 'Co-owners can also contribute to the plan, but additionally can edit the plan details and control access to the plan.': [' access to'], + Collaborators: ['Collaborators'], + Comment: ['Comment'], + 'Contact Us': ['Contact us'], + 'Contact us': ['Contact us'], + "Copyright information: The above plan creator(s) have agreed that others may use as much of the text of this plan as they would like in their own plans, and customise it as necessary. You do not need to credit the creator(s) as the source of the language used, but using any of the plan's text does not imply that the creator(s) endorse, or have any relationship to, your project or proposal": [' on '], + 'Create Account': ['Create account'], + 'Create a guidance group': ['guidance group'], + 'Create a new plan': ['Create a new plan'], + 'Create a template': ['Create a template'], + 'Create account': ['Create account'], + 'Create an account with any email address': [''], + 'Create guidance': ['guidance'], + 'Create plan': ['Create plan'], + 'Create plans': ['Create plan'], + 'Created at': ['Created at'], + 'Current Password': ['Current password'], + Customise: ['Customise'], + 'Data Contact Person': [''], + Default: ['Default'], + 'Default answer': ['Default answer'], + 'Default value': ['Default value'], + Delete: ['Delete'], + 'Delete Example Answer': ['Example of answer'], + 'Delete question': ['Delete question'], + Description: ['Description'], + Details: ['Details'], + "Didn't receive confirmation instructions?": ["Didn't receive confirmation instructions?"], + "Didn't receive unlock instructions?": ["Didn't receive unlock instructions?"], + Discard: ['Discard'], + 'Display additional comment area.': ['Display additional comment area.'], + Download: [''], + Draft: [''], + Dropdown: ['Dropdown'], + 'E.g ORCID http://orcid.org/.': ['E.g ORCID http://orcid.org/.'], + Edit: ['Edit'], + 'Edit Annotations': ['Edit'], + 'Edit User Privileges': ['Edit User Permissions'], + 'Edit customisation': ['Edit customisation'], + 'Edit phase': ['Edit phase'], + 'Edit plan details': ['Edit plan details'], + 'Edit profile': ['Edit profile'], + 'Edit question': ['Edit question'], + 'Edit template details': ['Edit template details'], + Edited: ['Edit'], + Editor: ['Editor'], + 'Editors can contribute to plans. Co-owners have additional rights to edit plan details and control access.': ['Editors can contribute to plans. Co-owners have additional rights to edit plan details and control access.'], + 'Editors can contribute to the plan.': ['Editor'], + Email: ['Email'], + 'Email address': ['Email address'], + 'Emails must be different': ['Email'], + 'Enter a basic description. This could be a summary of what is covered in the section or instructions on how to answer. This text will be displayed in the coloured banner once a section is opened to edit.': ["
Enter a basic description. This could be a summary of what is covered in the section or instructions on how to answer. This text will be displayed in the coloured banner once a section is opened to edit.
"], + "Enter a basic description. This will be presented to users on the 'Admin Plan' tab, above the summary of the sections and questions which they will be asked to answer.": ["Enter a basic description. This will be presented to users on the 'Admin Plan' tab, above the summary of the sections and questions which they will be asked to answer."], + 'Enter a description that helps you to differentiate between templates e.g. if you have ones for different audiences': ['Enter a description that helps you to differentiate between templates e.g. if you have ones for different audiences'], + 'Enter a title for the phase e.g. intial DMP, full DMP... This is what users will see in the tabs when completing a plan. If you only have one phase, call it something generic e.g. Glasgow DMP': ['Enter a title for the phase e.g. intial DMP, full DMP... This is what users will see in the tabs when completing a plan. If you only have one phase, call it something generic e.g. Glasgow DMP'], + 'Enter a valid email.': [''], + 'Enter all of the information above': [''], + 'Enter all of the required information above': [''], + 'Enter any options that you wish to display. If you want to pre-set one option as selected, check the default box.': ['Enter any options that you wish to display. If you want to pre-set one option as selected, check the default box.'], + "Enter specific guidance to accompany this question. If you have guidance by themes too, this will be pulled in based on your selections below so it's best not to duplicate too much text.": ["Enter specific guidance to accompany this question. If you have guidance by themes too, this will be pulled in based on your selections below so it's best not to duplicate too much text."], + 'Enter your email and password.': [' on '], + 'Enter your guidance here. You can include links where needed.': ['Enter your guidance here. You can include links where needed.'], + 'Error processing registration. Please check that you have entered a valid email address and that your chosen password is at least 8 characters long.': ['Error processing registration. Please check that you have entered a valid email address and that your chosen password is at least 8 characters long.'], + 'Example Answer': ['Example of answer'], + 'Example of answer': ['Example of answer'], + Explore: ['Export'], + Export: ['Export'], + 'Export settings updated successfully.': ['Export settings updated successfully.'], + Face: ['Face'], + 'File Name': ['File Name'], + 'Fill in the required fields': [''], + 'Filter guidance': ['guidance'], + 'Filter plans': ['Filter plans'], + 'Filter users': ['Filter plans'], + 'First Name': ['First name'], + "First create a guidance group. This could be institution wide or a subset e.g. a particular College / School, Institute or department. When you create guidance you'll be asked to assign it to a guidance group.": ["

First create a guidance group. This could be institution wide or a subset e.g. a particular College / School, Institute or department. When you create guidance you'll be asked to assign it to a guidance group.

"], + Font: ['Font'], + 'Forgot password?': ['Forgot your password?'], + 'Forgot your password?': ['Forgot your password?'], + Format: ['format'], + 'From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.': ['plan'], + Funder: ['Funder'], + 'Funders templates': ['Funders templates'], + 'Funding bodies increasingly require their grant-holders to produce Data Management Plans(DMP), both during the bid-preparation stage and after funding has been secured. %{application_name} has been produced by the %{organisation_name} to help research teams respond to this requirement, and any expectations that their institution or others may apply.': ['%{application_name}'], + 'Future plans': ['Future plans'], + 'Get involved': ['Get involved'], + 'Getting Started': [''], + GitHub: [''], + Go: [''], + 'Grant Number': ['Grant Number'], + 'Grant number': ['Grant Number'], + 'Grant permissions': [''], + 'Grant reference number if applicable [POST-AWARD DMPs ONLY]': ['Grant reference number if applicable [POST-AWARD DMPs ONLY]'], + Guidance: ['Guidance'], + 'Guidance group': ['Guidance group'], + 'Guidance group list': ['Guidance group list'], + 'Guidance list': ['Guidance list'], + Hello: ['Hello'], + 'Hello ': ['Hello '], + Help: ['Help'], + 'Here you can view previously published versions of your template. These can no longer be modified.': ['

Here you can view previously published versions of your template. These can no longer be modified.

'], + 'Hide list': [''], + History: ['History'], + Home: ['Home'], + 'How many plans?': ['How many plans?'], + 'How the tool works': [''], + 'How to use the API': ['How to use the API'], + 'I accept the': [''], + ID: ['ID'], + 'If applying for funding, state the name exactly as in the grant proposal.': ['If applying for funding, state the name exactly as in the grant proposal.'], + 'If applying for funding, state the project title exactly as in the proposal.': ['If applying for funding, state the name exactly as in the grant proposal.'], + "If the guidance is only meant for a subset of users e.g. those in a specific college or institute, check this box. Users will be able to select to display this subset guidance when answering questions in the 'create plan' wizard.": ["If the guidance is only meant for a subset of users e.g. those in a specific college or institute, check this box. Users will be able to select to display this subset guidance when answering questions in the 'create plan' wizard."], + 'If you are entering an URL try to use something like http://tinyurl.com/ to make it smaller.': ['If you are entering an URL try to use something like http://tinyurl.com/ to make it smaller.'], + "If you didn't request this, please ignore this email.": [''], + 'If you do have a need to provide guidance for specific funders that would not be useful to a wider audience (e.g. if you have specific instructions for applicants to BBSRC for example), you can do so by adding guidance to a specific question when you edit your template.': ['guidance'], + 'If you do not have a %{application_name} account, click on': ['%{application_name}'], + "If you don't want to accept the invitation, please ignore this email.": [''], + 'If you have an account please sign in and start creating or editing your DMP.': [' on '], + "If you wish to add an institutional template for a Data Management Plan, use the 'create template' button. You can create more than one template if desired e.g. one for researchers and one for PhD students.": ['template'], + 'If you would like to change your password please complete the following fields.': ['If you would like to change your password please complete the following fields.'], + 'Included Elements': ['Included Elements'], + Institution: ['Institution'], + 'Institution not a %{application_name} partner?': ['%{application_name}'], + 'Institution: anyone at my institution can view.': ['Institution'], + 'Invalid Email': ['Email'], + 'Invalid font face': ['Invalid font face'], + 'Invalid font size': ['Invalid font size'], + 'Invalid maximum pages': ['Invalid maximum pages'], + 'Invitation to %{email} issued successfully.': ['Invitation issued successfully.'], + 'It does not look like you have setup an account with us yet. Please fill in the following information to complete your registration.': [''], + Language: ['Language'], + 'Last Name': ['Last name'], + 'Last logged in': ['Last logged in'], + 'Last updated': ['Last updated'], + 'Latest news': ['Latest news'], + Left: ['Left'], + 'Limited to finished plans': ['plan'], + 'List of users': ['List of users'], + Logout: ['Logo'], + 'Look up your institution here': [''], + 'Make a copy': [''], + 'Many thanks,': [''], + Margin: ['Margin'], + 'Margin cannot be negative': ['Margin cannot be negative'], + 'Margin value is invalid': ['Margin value is invalid'], + Message: ['Me'], + 'Modify guidance': ['guidance'], + 'Modify templates': ['template'], + 'More information: Answer format': ['Answer format'], + 'More information: Answer formats': ['Answer format'], + 'More information: Default answer': ['Default answer'], + 'More information: Example answers': [''], + 'More information: Guidance': ['Guidance'], + 'More information: Guidance group names': ['Guidance group'], + 'More information: Optional subsets for guidance groups': ['Optional subset'], + 'More information: Phase descriptions': [''], + 'More information: Question options': ['Question'], + 'More information: Section descriptions': ['Section'], + 'More information: Template descriptions': ['Template'], + 'More information: Themes': ['Themes'], + 'Multi select box': ['Multi select box'], + 'My Dashboard': [''], + 'My Plan': ['My plan'], + "My organisation isn't listed.": ["My organization isn't listed."], + 'My research organisation is not on the list': ['organization'], + Name: ['Name'], + 'Name (if different to above), telephone and email contact details': ['Name (if different to above), telephone and email contact details'], + 'Name and abbreviation are required': [' on '], + 'Name of Principal Investigator(s) or main researcher(s) on the project.': ['Name of Principal Investigator(s) or main researcher(s) on the project.'], + 'New Password': ['New password'], + 'New guidance': ['New guidance'], + 'New section title': ['New section title'], + 'New template': ['New template'], + No: ['No'], + 'No additional comment area will be displayed.': ['No additional comment area will be displayed.'], + 'No funder associated with this plan': ['plan'], + 'No institutions are currently registered.': ['No'], + 'No items available.': ['No'], + None: ['None'], + 'Not Applicable': ['No'], + 'Not answered yet': ['Not answered yet'], + Note: ['Note'], + 'Note removed by': ['Note removed by'], + 'Note removed by you': ['Note removed by you'], + 'Noted by:': ['Noted by:'], + Notes: ['Note'], + 'Notice:': ['No'], + 'Notification Preferences': ['No'], + Ok: ['Ok'], + 'On %{application_name}': ['On %{application_name}'], + 'On data management planning': ['On data management planning'], + 'Optional Subset': ['Optional subset'], + 'Optional subset': ['Optional subset'], + Order: ['Order'], + 'Order of display': ['Order of display'], + Organisation: ['Organization'], + 'Organisation Name': ['Organization name'], + 'Organisation details': ['Organization details'], + 'Organisational (visibile to others within your organisation)': ['Organizational (visibile to others within your organization)'], + 'Original funder template has changed!': ['Original funder template has changed!'], + 'Own templates': ['Own templates'], + Owner: ['Owner'], + PDF: [''], + 'PDF Formatting': ['PDF Formatting'], + Password: ['Password'], + 'Password Confirmation': ['Password confirmation'], + 'Password and comfirmation must match': ['Password and confirmation must match'], + 'Passwords must have at least 8 characters': ['Your password must contain at least 8 characters.'], + 'Passwords must match': ['Password'], + Permissions: ['Permissions'], + 'Personal Details': ['Details'], + 'Phase details': ['Phase details'], + 'Plan Data Contact': ['Plan Data Contact'], + 'Plan Description': ['Plan Description'], + 'Plan Guidance Configuration': ['Guidance'], + 'Plan ID': ['Plan ID'], + 'Plan Name': ['Plan Name'], + 'Plan Visibility': ['Visibility'], + 'Plan data contact': ['Plan data contact'], + 'Plan details': ['Plan details'], + 'Plan is already shared with %{email}.': [''], + 'Plan name': ['Plan name'], + 'Plan shared with %{email}.': [''], + 'Please choose an institution': [''], + 'Please enter a First name.': ['Please enter your first name.'], + 'Please enter a Last name.': ['Please enter your first name.'], + 'Please enter a password confirmation': [''], + 'Please enter a title for your template.': ['Please enter a title for your template.'], + 'Please enter an email address': ['Please enter an email address'], + 'Please enter an email address.': ['Please enter an email address'], + 'Please enter the name of your organisation.': ['Please enter the name of your organization.'], + 'Please enter your current password': [''], + 'Please enter your current password below when changing your email address.': [''], + 'Please enter your email below and we will send you instructions on how to reset your password.': [' on '], + 'Please enter your password to change email address.': [''], + "Please fill in the basic project details below and click 'Update' to save": ["Please fill in the basic project details below and click 'Update' to save"], + 'Please note that your email address is used as your username.\\n If you change this, remember to use your new email address on sign in.': ['

Please note that your email address is used as your username. If you change this, remember to use your new email address on sign in.

'], + 'Please only enter up to 165 characters, you have used': ['Please only enter up to 165 characters, you have used'], + 'Please select a valid funding organisation from the list': ['organization'], + 'Please select a valid research organisation from the list': ['organization'], + 'Please select an organisation, or select Other.': ['organization'], + 'Please select one': [''], + 'Please visit the': [''], + Preview: ['Preview'], + 'Principal Investigator': [''], + 'Principal Investigator / Researcher': ['Principal Investigator / Researcher'], + 'Principal Investigator/Researcher': ['Principal Investigator/Researcher'], + 'Principal Investigator/Researcher ID': ['Principal Investigator/Researcher ID'], + Private: ['Private'], + 'Private (owners, co-owners, and administrators only) See our Terms of Use.': ['Private (owners, co-owners, and administrators only) See our Terms of Use.'], + 'Private: restricted to me and people I invite.': ['Private'], + Privileges: ['Permissions'], + 'Project Abstract': [''], + 'Project Details': ['Details'], + 'Project Title': ['Title'], + 'Provides the user with an API token and grants rights to harvest information from the tool': ['API token'], + 'Public (Your DMP will appear on the Public DMPs page of this site)': ['Public (Your DMP will appear on the Public DMPs page of this site)'], + 'Public DMPs': ['Public DMPs'], + 'Public DMPs are plans created using the %{application_name} and shared publicly by their owners. They are not vetted for quality, completeness, or adherence to funder guidelines.': ['Public DMPs are plans created using the DMPTool and shared publicly by their owners. They are not vetted for quality, completeness, or adherence to funder guidelines.'], + 'Public: anyone can view.': ['Public'], + Publish: ['Publish'], + 'Publish changes': ['Publish changes'], + Published: ['Published'], + Question: ['Question'], + 'Question not answered': ['Question not answered.'], + 'Question not answered.': ['Question not answered.'], + 'Question number': ['Question number'], + 'Question text': ['Question text'], + 'Question text is empty, please enter your question.': ['Question text is empty, please enter your question.'], + Questions: ['Questions'], + 'Radio buttons': ['Radio buttons'], + 'Read more on the ': ['Read more on the '], + 'Read only': ['Read only'], + 'Recovery Email': ['Email'], + Releases: ['Releases'], + 'Remember email': ['Remember me'], + Remove: ['Remove'], + 'Remove logo': ['Remove'], + 'Remove the filter': ['Remove'], + 'Remove user access': ['Remove user access'], + 'Removing ...': [''], + Reset: ['Reset'], + Right: ['Right'], + Role: ['role'], + Save: ['Save'], + 'Save Unsuccessful.': ['Save'], + 'Saving ...': ['Saving...'], + 'Saving...': ['Saving...'], + 'Screencast on how to use %{application_name}': ['Screencast on how to use %{application_name}'], + Section: ['Section'], + 'Section details': ['Section'], + Sections: ['Sections'], + 'Security check': [''], + 'See the full list of participating institutions': [''], + 'See the full list of partner institutions': [''], + 'Select a template': ['template'], + 'Select an institution.': [''], + 'Select the primary funding organisation': ['organization'], + 'Select the primary research organisation': ['organization'], + 'Select up to 3 organisations to see their guidance.': ['organization'], + 'Select which group this guidance relates to.': ['Select which group this guidance relates to.'], + 'Select which theme(s) this guidance relates to.': ['Select which theme(s) this guidance relates to.'], + 'Selected option(s)': [''], + Send: [''], + Share: ['Share'], + 'Share note with collaborators': ['Share note with collaborators'], + 'Should this guidance apply:': ['Should this guidance apply:'], + 'Show password': ['New password'], + 'Show passwords': ['New password'], + 'Sign In': ['Sign in'], + 'Sign in': ['Sign in'], + 'Sign in with': ['Sign in'], + 'Sign up': ['Sign out'], + 'Signed in as': ['Signed in as '], + Size: ['Size'], + 'Someone has requested a link to change your ': ['Someone has requested a link to change your '], + Status: [''], + Subject: [''], + 'Successfully signed in': [''], + 'Successfully unlinked your account from %{is}.': [''], + 'Suggested answer': ['Suggested answer'], + 'Suggested answer/ Example': ['Suggested answer/ Example'], + Template: ['Template'], + 'Template History': ['Template History'], + 'Template details': ['Template details'], + Templates: ['Templates'], + 'Terms of use': ['Terms of use'], + Test: ['Text'], + 'Test/Practice (your plan is not visible to other users) See our Terms of Use.': ['Test/Practice (your plan is not visible to other users) See our Terms of Use.'], + Text: ['Text'], + 'Text area': ['Text area'], + 'Text field': ['Text field'], + 'Thank you for registering. Please confirm your email address': ['Thank you for registering. Please confirm your email address'], + 'That email address is already registered.': ['That email address is already registered.'], + 'That template is not currently published.': ['That template is not currently published.'], + 'The ': ['The '], + 'The %{organisation_abbreviation} worked closely with research funders and universities to produce a tool that assists researchers to produce an effective data management plan (DMP) to cater for the whole lifecycle of a project, from bid-preparation stage through to completion.': ['organization'], + 'The email address you entered is not registered.': ['The '], + 'The following answer cannot be saved': ['The '], + 'The plan is no longer a test.': ['The '], + 'The plan is now a test.': ['The '], + 'The table below lists the plans that you have created, and any that have been shared with you by others.': [' on '], + Themes: ['Themes'], + 'There are a number of templates within the tool that represent the requirements of different funders and institutions. Users are asked three questions at the outset so we can determine the appropriate template to display (e.g. the ESRC template when applying for an ESRC grant). Guidance is provided to help you interpret and answer the questions. This guidance is provided by researcher funders, universities and disciplines.': [' by '], + 'There are currently no public DMPs.': ['There are no public DMPs.'], + 'There seems to be a problem with your logo. Please upload it again.': ['There seems to be a problem with your logo. Please upload it again.'], + 'These can be edited, shared, exported or deleted at anytime.': [' on '], + 'This allows you to order questions within a section.': ['This allows you to order questions within a section.'], + 'This allows you to order sections.': ['This allows you to order sections.'], + 'This allows you to order the phases of your template.': ['This allows you to order the phases of your template.'], + 'This document was generated by %{application_name}': ['This document was generated by %{application_name}'], + 'This email will be used to recover your account if you change institutions': [''], + 'This is a': [''], + 'This page gives you an overview of your plan. It tells what your plan is based on and gives an overview of the questions that you will be asked.': ['This page gives you an overview of your plan. It tells what your plan is based on and gives an overview of the questions that you will be asked.'], + 'This plan is based on the default template.': ['template'], + 'This plan is based on:': ['This plan is based on:'], + 'This template is new and does not yet have any publication history.': ['template'], + "This will remove your organisation's logo": ['organization'], + "Those you invite will receive an email notification that they have access to this plan, inviting them to register with %{application_name} if they don't already have an account. A notification is also issued when a user's permission level is changed.": ['%{application_name}'], + Title: ['Title'], + 'To help you write your plan, %{application_name} can show you guidance from a variety of organisations.': ['%{application_name}'], + Top: ['Top'], + 'Top banner text': ['Top banner text'], + 'Transfer customisation': [''], + 'Un-published': ['Un-published'], + "Unable to change the plan's Test status": ['plan'], + 'Unable to download the DMP at this time.': [''], + 'Unable to link your account to %{scheme}.': [''], + 'Unable to unlink your account from %{is}.': [''], + Unknown: [''], + 'Unknown column name.': ['Unknown column name.'], + 'Unknown formatting setting': ['Unknown formatting setting'], + "Unknown margin. Can only be 'top', 'bottom', 'left' or 'right'": ["Unknown margin. Can only be 'top', 'bottom', 'left' or 'right'"], + 'Unlink account': ['Unlock my account'], + 'Unlock my account': ['Unlock my account'], + Unpublish: ['Unpublish'], + Unpublished: ['Unpublished'], + 'Unpublished changes': ['Unpublished changes'], + 'Unsaved answers': ['Unsaved answers'], + 'Unsaved changes': ['Unsaved changes'], + Users: ['Users'], + 'Users with \\"read only\\" access can only read the plan.': ['Users'], + 'Using the generic Data Management Plan': [''], + Version: ['Version'], + View: ['View'], + 'View all templates': ['View all templates'], + 'View phase': ['View phase'], + Visibility: ['Visibility'], + 'We are constantly improving the user interface and functionality of %{application_name}. If you would like to contribute with feedback and suggestions, please contact us by emailing': ['%{application_name}'], + 'We found multiple DMP templates corresponding to the funder.': ['template'], + 'We found multiple DMP templates corresponding to the research organisation.': ['organization'], + 'We found multiple DMP templates corresponding to your funder.': ['template'], + 'We were unable to verify your account. Please use the following form to create a new account. You will be able to link your new account afterward.': [''], + 'We will only use this address to recover your account if you change institutions': [''], + 'Welcome to ': ['Welcome to '], + 'Welcome to %{application_name}': ['Welcome to %{application_name}'], + 'Welcome.': ['Welcome.'], + 'What research project are you planning?': ['plan'], + 'When you create a new phase for your template, a version will automatically be created. Once you complete the form below you will be provided with options to create sections and questions.': ['When you create a new phase for your template, a version will automatically be created. Once you complete the form below you will be provided with options to create sections and questions.'], + 'Which DMP template would you like to use?': ['template'], + 'Would you like to save them now?': ['Would you like to save them now?'], + 'Write Plan': ['plan'], + Yes: ['Yes'], + "You are about to delete '%{guidance_group_name}'. This will affect guidance. Are you sure?": ["You are about to delete '%{guidance_group_name}'. This will affect guidance. Are you sure?"], + "You are about to delete '%{guidance_summary}'. Are you sure?": ["You are about to delete '%{guidance_summary}'. Are you sure?"], + "You are about to delete '%{phase_title}'. This will affect versions, sections and questions linked to this phase. Are you sure?": ["You are about to delete '%{phase_title}'. This will affect versions, sections and questions linked to this phase. Are you sure?"], + "You are about to delete '%{question_text}'. Are you sure?": ["You are about to delete '%{question_text}'. Are you sure?"], + "You are about to delete '%{section_title}'. This will affect questions linked to this section. Are you sure?": ["You are about to delete '%{section_title}'. This will affect questions linked to this section. Are you sure?"], + "You are about to delete a guidance for '%{question_text}'. Are you sure?": ["You are about to delete a suggested answer/ example for '%{question_text}'. Are you sure?"], + "You are about to delete a suggested answer/ example for '%{question_text}'. Are you sure?": ["You are about to delete a suggested answer/ example for '%{question_text}'. Are you sure?"], + "You are about to delete an example answer for '%{question_text}'. Are you sure?": ["You are about to delete a suggested answer/ example for '%{question_text}'. Are you sure?"], + 'You are about to unlink %{application_name} of your institutional credentials, would you like to continue?': ['%{application_name}'], + 'You are not authorized to perform this action.': [''], + 'You are now ready to create your first DMP.': [''], + 'You are viewing a historical version of this template. You will not be able to make changes.': ['You are viewing a historical version of this template. You will not be able to make changes.'], + 'You can add an example answer to help users respond. These will be presented above the answer box and can be copied/ pasted.': ['You can add an example or suggested answer to help users respond. These will be presented above the answer box and can be copied/ pasted.'], + 'You can add an example or suggested answer to help users respond. These will be presented above the answer box and can be copied/ pasted.': ['You can add an example or suggested answer to help users respond. These will be presented above the answer box and can be copied/ pasted.'], + 'You can also report bugs and request new features directly on': [' on '], + 'You can choose from:
  • - text area (large box for paragraphs);
  • - text field (for a short answer);
  • - checkboxes where options are presented in a list and multiple values can be selected;
  • - radio buttons where options are presented in a list but only one can be selected;
  • - dropdown like this box - only one option can be selected;
  • - multiple select box allows users to select several options from a scrollable list, using the CTRL key;
': ['You can choose from:
  • - text area (large box for paragraphs);
  • - text field (for a short answer);
  • - checkboxes where options are presented in a list and multiple values can be selected;
  • - radio buttons where options are presented in a list but only one can be selected;
  • - dropdown like this box - only one option can be selected;
  • - multiple select box allows users to select several options from a scrollable list, using the CTRL key;
'], + 'You can edit any of the details below.': ['You can edit any of the details below.'], + 'You can give other people access to your plan here. There are three permission levels.': [' access to'], + 'You can not continue until you have filled in all of the required information.': ['format'], + 'You can not edit a historical version of this template.': [''], + 'You can not publish a historical version of this template.': [''], + 'You can write pieces of guidance to be displayed by theme (e.g. generic guidance on storage and backup that should present across the board). Writing generic guidance by theme saves you time and effort as your advice will be automatically displayed across all templates rather than having to write guidance to accompany each.': ['guidance on'], + 'You cannot delete historical versions of this template.': [''], + 'You have altered answers but have not saved them:': ['You have altered answers but have not saved them:'], + 'You have been given ': ['You have been given '], + 'You have been granted permission by your organisation to use our API. Your API token and instructions for using the API endpoints can be found ': ['You have been granted permission by your organization to use our API. Your API token and instructions for using the API endpoints can be found '], + 'You have un-published changes': [''], + 'You must accept the terms and conditions to register.': ['You must accept the terms and conditions to register.'], + 'You need to sign in or sign up before continuing.': ['You need to sign in or sign up before continuing.'], + 'You now have ': [''], + Your: ['Your'], + 'Your Institution': ['Institution'], + 'Your ORCID': ['Your ORCID'], + 'Your access to ': ['Your access to '], + 'Your account has been successfully linked to %{scheme}.': ['Your account has been successfully linked to %{scheme}.'], + "Your account won't be created until you access the link above and set your password.": ["Your account won't be created until you access the link above and set your password."], + 'Your browser does not support the video tag.': ['Your browser does not support the video tag.'], + 'Your institution does not seem to be properly configured.': ['Your'], + 'Your permissions relating to ': ['Your permissions relating to '], + 'Your template has been published and is now available to users.': ['Your template has been published and is now available to users.'], + 'Your template is no longer published. Users will not be able to create new DMPs for this template until you re-publish it': ['Your template is no longer published. Users will not be able to create new DMPs for this template until you re-publish it'], + "Your template will be presented to users within your institution when no funder templates apply. If you want to add questions to funder templates use the 'customise template' options below.": ['question'], + 'a day': ['a day'], + 'about %d hours': ['about %d hours'], + 'about a minute': ['about a minute'], + 'about a month': ['about a month'], + 'about a year': ['about a year'], + 'about an hour': ['about an hour'], + 'account has been locked due to an excessive number of unsuccessful sign in attempts.': ['account has been locked due to an excessive number of unsuccessful sign in attempts.'], + 'activerecord.errors.messages.record_invalid': ['unable to save your changes'], + 'activerecord.errors.models.user.attributes.current_password.invalid': ['invalid email and/or password'], + 'activerecord.errors.models.user.attributes.email.blank': ["can't be blank"], + 'activerecord.errors.models.user.attributes.password.blank': ["can't be blank"], + 'activerecord.errors.models.user.attributes.password_confirmation.confirmation': ['passwords must match'], + 'add guidance text': ['add guidance text'], + ago: ['ago'], + 'by ': [' by '], + "can't be blank": [''], + "can't be larger than 500KB": [''], + "can't be less than zero": [''], + comment: ['Comment'], + copied: [''], + created: ['Created'], + deleted: ['Delete'], + 'e.g. School/ Department': ['e.g. School/ Department'], + 'example answer': ['Example of answer'], + 'from now': ['from now'], + guidance: ['guidance'], + 'guidance choices': ['Guidance'], + 'guidance group': ['guidance group'], + 'guidance on': ['guidance on'], + 'height must be less than 165px': [''], + 'helpers.is_test': [''], + 'helpers.links.cancel': [''], + 'helpers.project.is_test_help_text': [''], + information: ['API Information'], + inquiry: [''], + 'into your browser': ['into your browser'], + 'less than a minute': ['less than a minute'], + 'mock project for testing, practice, or educational purposes': [' on '], + 'must be logged in': ['must be logged in'], + 'must be one of the following formats: jpeg, jpg, png, gif, bmp': ['must be one of the following formats: jpeg, jpg, png, gif, bmp'], + 'must be unique': [''], + 'must have access to guidances api': ['must have access to guidances api'], + 'must have access to plans api': ['must have access to guidances api'], + 'no research organisation is associated with this plan': ['organization'], + note: ['note'], + 'on the homepage.': [''], + or: [''], + 'or copy': ['or copy'], + organisation: ['organization'], + 'page for guidance.': ['guidance'], + password: ['Password'], + permissions: ['Permissions'], + phase: ['phase'], + plan: ['plan'], + preferences: [''], + profile: [''], + question: ['question'], + 'questions answered': ['questions answered'], + removed: ['Remove'], + role: ['role'], + saved: ['Save'], + section: ['section'], + 'select a guidance group': ['select a guidance group'], + 'select at least one theme': ['select at least one theme'], + 'sharing details': ['Phase details'], + 'since %{name} saved the answer below while you were editing. Please, combine your changes and then save the answer again.': [' on '], + template: ['template'], + 'terms and conditions': [' on '], + 'test plan': ['plan'], + user: ['user'], + 'user must be in your organisation': ['organization'], + }, + }, +}; diff --git a/app/javascript/locale/es/app.js b/app/javascript/locale/es/app.js new file mode 100644 index 0000000..62ce11b --- /dev/null +++ b/app/javascript/locale/es/app.js @@ -0,0 +1,638 @@ +var locales = locales || {}; locales.es = { + domain: 'app', + locale_data: { + app: { + '': { + 'Project-Id-Version': 'app 1.0.0', 'Report-Msgid-Bugs-To': '', 'PO-Revision-Date': '2017-05-02 14:54+0000', 'Last-Translator': 'FULL NAME ', 'Language-Team': 'LANGUAGE ', Language: '', 'MIME-Version': '1.0', 'Content-Type': 'text/plain; charset=UTF-8', 'Content-Transfer-Encoding': '8bit', 'Plural-Forms': 'nplurals=INTEGER; plural=EXPRESSION;', lang: 'es', domain: 'app', plural_forms: 'nplurals=INTEGER; plural=EXPRESSION;', + }, + ' Plan': ['plans'], + " Select what format you wish to use and click to 'Export'.": ['Exportar'], + ' Share note': ['Compartir nota'], + ' access to': [''], + ' access. ': [''], + ' by': [' por '], + ' has been removed by ': [' por '], + ' have been changed by': [' por '], + ' into your browser)': [''], + ' on ': [''], + ' or ': [''], + ' password. You can do this through the link below.': [''], + ' team': ['am'], + ' to accept the invitation, (or copy ': [''], + ' will help you to develop your Data Management Plan. If you have any queries or feedback as you use the tool, please contact us on ': [''], + '\\"Are you sure you want to unlink #{scheme.description} ID?\\"': ['ID'], + '\\"The current #{scheme.description} iD has been already linked to a user with email #{identifier.user.email}\\"': ['user'], + '\\"Unlink your account from #{scheme.description}. You can link again at any time.\\"': [''], + '\\"Your account has been linked to #{scheme.description}.\\"': [''], + '%d days': [''], + '%d minutes': [''], + '%d months': [''], + '%d years': [''], + '%{application_name}': ['DMPonline'], + "%{application_name} doesn't recognise your institutional credentials - either you haven't created an account with us or you haven't linked these details to your existing account.
* If you do not have an account with %{application_name}, please complete the form below.
* If you have an account with %{application_name}, please Sign in so we can link your account to your institutional credentials.
Once you have created and/or linked your account, you'll be able to sign in with your institutional credentials directly.": ['DMPonline'], + '%{application_name} is provided by the %{organisation_name}.
You can find out more about us on our website. If you would like to contact us about %{application_name}, please fill out the form below.': ['DMPonline'], + '%{application_name} stories from the %{organisation_abbreviation} website': ['DMPonline'], + '%{format} is not a valid exporting format. Available formats to export are %{available_formats}.': [''], + '%{value} is not a valid format': [''], + '(Using custom PDF formatting values)': ['(Usando valores personalizados para el formato del PDF)'], + '(Using template PDF formatting values)': ['(Usando valores de la plantilla para el formato del template PDF)'], + '-': [''], + '... (continued)': [''], + "

Questions to consider:

  • - What is the nature of your research project?
  • - What research questions are you addressing?
  • - For what purpose are the data being collected or created?

Guidance:

Briefly summarise the type of study (or studies) to help others understand the purposes for which the data are being collected or created.

": ["

Preguntas a considerar:

  • - ¿Cual es la naturaleza de su proyecto de investigación?
  • - ¿Qué temas de investigación está tratando?
  • - ¿Para qué propósito se están recogiendo o creando los datos?

Orientación:

Resuma brevemente el tipo de estudio (o estudios) para ayudar a otros a comprender los propósitos para los cuales se están recogiendo o crendo los datos.

"], + "

The %{organisation_name} ('%{organisation_abbreviation}') are consortia supported by %{legal_entity}. Our primary constituency is the research community, particularly the higher and further education sector.

%{application_name}

%{application_name} ('the tool', 'the system') is a tool developed by the %{organisation_abbreviation} as a shared resource for the research community. It is hosted by %{legal_entity}.

Your personal details

In order to help identify and administer your account with %{application_name}, we need to store your email address. We may also use it to contact you to obtain feedback on your use of the tool, or to inform you of the latest developments or releases. The information may be transferred between the %{organisation_abbreviation} partner institutions but only for legitimate %{organisation_abbreviation} purposes. We will not sell, rent or trade any personal information you provide to us.

Privacy policy

The information you enter into this system can be seen by you, people you have chosen to share access with, and - solely for the purposes of maintaining the service - system administrators at %{legal_entity}. We compile anonymised, automated and aggregated information from plans, but we will not directly access, make use of, or share your content with anyone else without your permission. Authorised officers of your home institution may access your plans for specific purposes - for example, to track compliance with funder/institutional requirements or to calculate storage requirements.

Freedom of Information

%{legal_entity} holds your plans on your behalf, but they are your property and responsibility. Any FOI applicants will be referred back to your home institution.

Passwords

Your password is stored in encrypted form and cannot be retrieved. If forgotten it has to be reset.

Cookies

Please note that %{application_name} uses Cookies. Further information about Cookies and how we use them is available on the main DCC website.


Use of the tool indicates that you understand and agree to these terms and conditions.

": [''], + "

Useful resources on Data Management Planning

Example Data Management Plans

  • Technical plan submitted to the AHRC [PDF, 7 pages]
    A DMP submitted by a researcher from the University of Bristol, also including comments from the reviewers
  • Two social science DMPs [PDF, 7 pages]
    Example plans from researchers at the University of Leeds, shared as part of the Leeds RoaDMaP training materials
  • Health sciences DMP [PDF, 11 pages]
    Example DMP produced by the DATUM for Health RDM training project
  • Psychology DMP [PDF, 11 pages]
    A very detailed, fictional psychology DMP produced by the DMTpsych RDM training project, based on a seminal psychology experiment
  • UCSD Example Data Management Plans [webpage]
    Over 20 example plans submitted to the National Science Foundation (NSF) in the United States by academics at UC San Diego
  • Colorado School of Mines examples [webpage]
    A variety of US example DMPs from Mines and elsewhere
  • NSF data management plans [webpage]
    5 DMPs submitted to the NSF, shared by the DataOne initiative
  • Biology and chemistry DMPs [webpage]
    Three example DMPs from the USA shared by NECDMC, an instructional tool for teaching RDM to undergraduates, graduate students, and researchers in the health sciences, sciences and engineering.

Useful guides on Research Data Management in general

  • Managing and Sharing Data: best practice for researchers [PDF, 36 pages]
    A guide by the UK Data Service covering a range of topics including data formats, documentaion, ethics, copyright and data sharing.
  • How to Cite Datasets and Link to Publications [PDF, 12 pages]
    A guide by the Digital Curation Centre giving practical guidelines on how to cite data and the different tools and infrastructure that can be used to support data citation.
  • How to License Research Data [PDF, 16 pages]
    A guide by the Digital Curation Centre that outlines different types of licenses, the pros and cons of each and how they can be applied.
  • How to Appraise and Select Research Data for Curation [PDF, 8 pages]
    A guide by ANDS and the Digital Curation Centre on how to select which data to keep for long-term preservation, sharing and reuse. The guide puts forward several criteria to aid selection decisions.
  • Research Data MANTRA [online resource]
    An online training course designed for researchers or others planning to manage digital data as part of the research process. The course includes a number of software practicals on using SPSS, R, ArcGIS and NVivo.
": [''], + '

%{application_name} has been jointly developed by the %{organisation_name} to help you write data management plans.

': ["

DMPonline ha sido desarrollado por el Digital Curation Centre como una herramienta para elaborar planes de gestión de datos.

"], + "

%{application_name} is developed and maintained by the UK %{organisation_name}. We’re a small team, and are happy to collaborate with others. There are various ways you can get involved:

Join the user group

We run a listserv for the %{application_name} user group that you can request to join. We also host periodic meetings to consult on our plans. Being part of the user group gives you the opportunity to be informed about future developments and to provide feedback to help shape our plans.

Our user group sessions are usually focused around a certain topic (e.g. fleshing out use cases for an API) so invites are sent based on your areas of expertise. It is helpful for us to know your role and interests to invite relevant people to each session. Please introduce yourself on the list and share your ideas.

Notes from previous user group sessions are provided below:

Please let us know your interests and share your ideas for future developments via the mailing list so the community as a whole can feedback on them.

Customise %{application_name}

%{application_name} can be customised by institutions and disciplines. You can add templates for users in your organisation and tailored guidance that explains local support and services. Example answers can also be offered to help users understand what to write in a Data Management Plan. To do this you’ll need to request admin access, so please email us on dmponline@dcc.ac.uk.

Futher guidance on customising %{application_name} is available on the %{application_name} website.

Contribute to the code

%{application_name} is a Ruby on Rails application. The source code is made available under an MIT License. This permits others to reuse the code freely, but obligates you to share the source code for any extensions in the same way. Please inform us if you install an instance of %{application_name} and offer your contributions back to the community.

If you install an instance of %{application_name} we require that you credit the %{organisation_abbreviation} as originators of the tool. We recommend that the acknowledgement takes the form of the %{application_name} logo with a link back to the %{organisation_abbreviation}-hosted version of the tool.

We are willing to work with external developers to add new features to the tool. We are also open to delivering new features on a chargeable basis. If there are extensions you would like to see prioritised and have resource to support additional developer effort, please contact us on dmponline@dcc.ac.uk to negotiate terms.

The code is available on GitHub

Support our work

We are impressed by the uptake of %{application_name} both in the UK and internationally and are really keen to hear how you are using the tool and promoting it in your context. We are aware that others have run training courses, developed guidance materials and advocated use of the tool. Please notify us of this as it helps to show impact.

We are currently investigating options for revenue generation. This will help us serve the increased demand more effectively and safeguard the long-term sustainability of %{application_name}. Plans will be released for consultation soon but we also welcome your suggestions on how best to support our work.

": ['DMPonline'], + "

From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.
Select what format you wish to use and click to 'Export'.

": ["

Desde aquí puede descargar su plan en varios formatos. Esto puede ser útil si necesita enviar su plan para solicitar una subvención.
Seleccione qué formato quiere usar y haga clic en 'Exportar'.

"], + '

Here you set the title that users will see. If you intend to have multiple phases for you DMP, this should be clear in the title and description.

': ['

Aquí indicará el título mostrado a los usuarios. Si piensa tener varias fases en su PGD, esto debería quedar claro en el título y la descripción.

'], + '

Select themes that are relevant to this question.

This allows your generic institution-level guidance to be drawn in, as well as that from other sources e.g. the %{organisation_abbreviation} or any Schools/Departments that you provide guidance for.

You can select multiple themes by using the CTRL button.

': ['

Seleccione los temas relevantes para esta pregunta.

Le permite crear guías genéricas a nivel de institución o de otras fuentes. Ej. para el DCC o cualquier escuela o departamento a la que se dirija la guía.

Puede seleccionar varios temas usando el botón CTRL.

'], + "

The %{organisation_abbreviation} are now collaborating to develop a joint codebase for Data Management Planning called DMP Roadmap. Both of our tools will be delivered using this in the future. We've agreed what features need to be included and are planning a few sprints to deliver these. The initial release will include all of the main priorities we already had flagged, including:

  • - APIs to create plans, extract guidance and generate statistics from %{application_name}
  • - Multi-lingual support so foreign language versions can be presented
  • - Locales to provide a refined set of content for particular countries or other contexts
  • - A lifecycle to indicate the status of DMPs and allow institutional access to plans
  • - Support for reviewing Data Management Plans

%{application_name} has an active and growing user base, and we are grateful to the members who suggest ideas for new and improved features. If you would like to help shape our future plans, please join the user group. More information on how you can engage with us is available under the 'Get involved' tab.

Current release

The current version of %{application_name} is %{application_version}.

The code is available on GitHub


": ['DMPonline'], + '

To create a new template, first enter a title and description. Once you have saved this you will be presented with options to add one or more phases.

': ['

Para crear una plantilla nueva, en primer lugar introduzca un título y una descripción. Tras grabar se le dará la opción de añadir una o más fases.

'], + "

When you login to %{application_name} you will be directed to the 'My plans' page. From here you can edit, share, export or delete any of your plans. You will also see plans that have been shared with you by others.

Create a plan

To create a plan, click the 'Create plan' button from the 'My plans' page or the top menu. Select options from the drop-down menus and tickboxes to determine what questions and guidance you should be presented with. Confirm your selection by clicking 'Yes, create plan'

Write your plan

The tabbed interface allows you to navigate through different functions when editing your plan.

  • - 'Plan details' includes basic administrative details, tells you what sets of questions and guidance your plan is based on and gives you an overview to the questions that you will be asked.
  • - The following tab(s) present the questions to answer. There may be more than one tab if your funder or university asks different sets of questions at different stages e.g. at grant application and post-award.
  • - The 'Share' tab allows you to invite others to read or contribute to your plan.
  • - The 'Export' tab allows you to download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.

When viewing any of the question tabs, you will see the different sections of your plan displayed. Click into these in turn to answer the questions. You can format your responses using the text editing buttons.

Guidance is displayed in the right-hand panel. Click the '+' symbol to view this.

Remember to 'save' your responses before moving on.

Share plans

Insert the email address of any collaborators you would like to invite to read or edit your plan. Set the level of permissions you would like to grant them via the drop-down options and click to 'Add collaborator'

Export plans

From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application. Choose what format you would like to view/download your plan in and click to export. When you login to %{application_name} you will be directed to the 'My plans' page. From here you can edit, share, export or delete any of your plans. You will also see plans that have been shared with you by others.

": [''], + "

You can give other people access to your plan here. There are three permission levels.

  • Users with \\\"read only\\\" access can only read the plan.
  • Editors can contribute to the plan.
  • Co-owners can also contribute to the plan, but additionally can edit the plan details and control access to the plan.

Add each collaborator in turn by entering their email address below, choosing a permission level and clicking \\\"Add collaborator\\\".

Those you invite will receive an email notification that they have access to this plan, inviting them to register with %{application_name} if they don't already have an account. A notification is also issued when a user's permission level is changed.

": ['

Aquí puede dar a otras personas acceso a su plan. Hay tres niveles de permiso.

  • Los usuarios con acceso de \\"sólo lectura\\" sólo pueden leer el plan.
  • Los Editores pueden contribuir al plan.
  • Los Co-propietarios pueden también contribuir, editar los detalles y controlar el acceso al plan.

Añada cada colaborador individualmente introduciendo su dirección de correo electrónico, seleccionando un nivel de permiso y haciendo clic en \\"Añadir colaborador\\".

Aquellos a quienes invite recibirán un aviso por correo electrónico indicando que tienen acceso al plan e invitándoles a registrarse en DMPonline si no tienen ya una cuenta. También se envia un aviso si se cambia el nivel de permiso de un usuario.

'], + 'A Data Management Plan in %{application_name} has been shared with you': ['DMPonline'], + 'A colleague has invited you to contribute to their Data Management Plan at ': [''], + 'A pertinent ID as determined by the funder and/or institution.': ['El ID tal como lo determinó la institución u organismo financiador.'], + 'A required setting has not been provided': ['No se ha indicado un valor obligatorio'], + 'API Information': [''], + 'API rights': [''], + 'API token': [''], + About: ['Acerca de'], + 'About %{application_name}': [''], + 'Access removed': [''], + Actions: ['Acciones'], + 'Add Annotations': [''], + 'Add an appropriate name for your guidance group. This name will be used to tell the end user where the guidance has come from. It will be appended to text identifying the theme e.g. \\"[guidance group name]: guidance on data sharing\\" so we suggest you just use the institution or department name.': ['Grupo de orientación'], + 'Add collaborator': ['Añadir colaborador'], + 'Add each collaborator in turn by entering their email address below, choosing a permission level and clicking \\"Add collaborator\\".': ['Añadir colaborador'], + 'Add new phase': ['Añadir fase nueva +'], + 'Add note': ['Añadir nota'], + 'Add option': ['Añadir opción'], + 'Add question': ['Añadir pregunta'], + 'Add section': ['Añadir sección'], + 'Additional Information': [''], + 'Additional comment area will be displayed.': ['Se mostrará un área adicional para comentarios.'], + Admin: [''], + 'Admin Details': [''], + 'All the best,': [''], + 'Allows the user to amend the organisation details (name, URL etc) and add basic branding such as the logo': ['Organización'], + 'Allows the user to assign permissions to other users within the same organisation. Users can only assign permissions they own themselves': ['Organización'], + 'Allows the user to create and edit guidance': ['user'], + 'Allows the user to create new institutional templates, edit existing ones and customise funder templates': ['templates'], + 'An error has occurred while saving/resetting your export settings.': [''], + Annotations: [''], + Answer: ['Respuestas'], + 'Answer format': ['Formato de la respuesta'], + 'Answer questions': ['Responder'], + Answered: ['Contestado '], + 'Answered at': ['Contestado '], + 'Answered by': ['Contestado '], + Answers: ['Respuestas'], + 'Anything you enter here will display in the answer box. If you want an answer in a certain format (e.g. tables), you can enter that style here.': ['Cualquier texto que introduzca aquí se mostrará en la caja de respuesta. Si quiere una respuesta en un formato concreto (ej: tablas), puede crear ese estilo aquí.'], + 'Are you sure you want to remove this note?': ['¿Seguro que quiere eliminar esta nota?'], + 'Are you sure you wish to delete this plan? If the plan is being shared with other users, by deleting it from your list, the plan will be deleted from their plan list as well': ['¿Está seguro de que quiere borrar este plan?'], + 'Are you sure?': ['¿Está seguro?'], + 'Back to edit view': ['Volver a editar la vista'], + Background: ['Volver'], + 'Bad Credentials': [''], + 'Bad Parameters': [''], + 'Before submitting, please consider:': [''], + 'Before you get started, we need some information about your research project to set you up with the best DMP template for your needs.': ['Preguntas'], + 'Begin typing to see a filtered list': [''], + 'Below is a list of users registered for your organisation. You can sort the data by each field.': ['Debajo tiene la lista de usuarios registrados en su entidad. Puede ordenar los datos por campo.'], + Bottom: ['Inferior'], + 'By ': [''], + Cancel: ['Cancelar'], + 'Cannot share plan with %{email} since that email matches with the owner of the plan.': ['plans'], + 'Change my password': ['Cambiar su clave'], + 'Change organisation details': ['Organización'], + 'Check box': ['Check box'], + "Check this box when you are ready for guidance associated with this group to appear on user's plans.": ['plans'], + "Check this box when you are ready for this guidance to appear on user's plans.": [''], + 'Choose your language': [''], + 'Click here': [''], + 'Click here to accept the invitation': [''], + 'Click here to confirm your account': [''], + "Click the 'Create plan' button below to begin.": ['Crear un plan'], + 'Click the link below to unlock your account': [''], + Close: [''], + 'Co-owner': ['Co-propietario'], + 'Co-owners can also contribute to the plan, but additionally can edit the plan details and control access to the plan.': ['Co-propietario'], + Collaborators: ['Colaboradores'], + Comment: ['Comentario'], + 'Contact Us': ['Contacto'], + 'Contact us': ['Contacto'], + "Copyright information: The above plan creator(s) have agreed that others may use as much of the text of this plan as they would like in their own plans, and customise it as necessary. You do not need to credit the creator(s) as the source of the language used, but using any of the plan's text does not imply that the creator(s) endorse, or have any relationship to, your project or proposal": ['plans'], + 'Create Account': ['Registrarse'], + 'Create a guidance group': ['Grupo de orientación'], + 'Create a new plan': ['Crear un nuevo plan'], + 'Create a template': ['Crear una plantilla'], + 'Create account': ['Registrarse'], + 'Create an account with any email address': [''], + 'Create guidance': ['Nueva orientación'], + 'Create plan': ['Crear un plan'], + 'Create plans': ['Crear un plan'], + 'Created at': ['Creado el'], + 'Current Password': ['Clave actual'], + Customise: ['Personalizar'], + 'Data Contact Person': [''], + Default: ['Por defecto'], + 'Default answer': ['Respuesta por defecto'], + 'Default value': ['Valor por defecto'], + Delete: ['Borrar'], + 'Delete Example Answer': ['Respuesta de ejemplo'], + 'Delete question': ['Borrar la pregunta'], + Description: [''], + Details: ['Detalles'], + "Didn't receive confirmation instructions?": ['¿No recibió instrucciones de confirmación?'], + "Didn't receive unlock instructions?": ['¿No recibió instrucciones para el desbloqueo?'], + Discard: ['Descartar'], + 'Display additional comment area.': ['Mostrar un área de comentarios adicional.'], + Download: [''], + Draft: [''], + Dropdown: ['Dropdown'], + 'E.g ORCID http://orcid.org/.': ['P.e. ORCID http://orcid.org/.'], + Edit: ['Editar'], + 'Edit Annotations': ['Editar'], + 'Edit User Privileges': [''], + 'Edit customisation': ['Editar la personalización'], + 'Edit phase': ['Editar fase'], + 'Edit plan details': ['Editar los detalles del plan'], + 'Edit profile': ['Editar perfil'], + 'Edit question': ['Editar la pregunta'], + 'Edit template details': ['Editar plantilla'], + Edited: ['Editar'], + Editor: ['Editar'], + 'Editors can contribute to plans. Co-owners have additional rights to edit plan details and control access.': ['Los editores pueden contribuir a los planes. Los co-propietarios tienen derechos adicionales para editar los detalles del plan y controlar el acceso al mismo.'], + 'Editors can contribute to the plan.': ['Editar'], + Email: ['Correo electrónico'], + 'Email address': ['Dirección de correo electrónico'], + 'Emails must be different': ['Correo electrónico'], + 'Enter a basic description. This could be a summary of what is covered in the section or instructions on how to answer. This text will be displayed in the coloured banner once a section is opened to edit.': ["
Teclee una descripción básica. Puede ser un resumen sobre que cubre esta sección o instrucciones sobre como responder las preguntas. Este texto se mostrará en un banner cada vez que se edite esta sección.
"], + "Enter a basic description. This will be presented to users on the 'Admin Plan' tab, above the summary of the sections and questions which they will be asked to answer.": ['Teclee una descripción básica. Se les presentará a los usuarios bajo el resumen de secciones y preguntas solicitadas.'], + 'Enter a description that helps you to differentiate between templates e.g. if you have ones for different audiences': ['Introduzca una descripción que le ayude a diferenciar las plantillas. Ej: Si tiene varias para diferentes audiencias'], + 'Enter a title for the phase e.g. intial DMP, full DMP... This is what users will see in the tabs when completing a plan. If you only have one phase, call it something generic e.g. Glasgow DMP': ['Por favor, introduzca un título para la fase'], + 'Enter a valid email.': [''], + 'Enter all of the information above': [''], + 'Enter all of the required information above': [''], + 'Enter any options that you wish to display. If you want to pre-set one option as selected, check the default box.': ['Introduzca las opciones que quiere mostrar. Si quiere que una opción esté seleccionada por defecto, marque la casilla correspondiente.'], + "Enter specific guidance to accompany this question. If you have guidance by themes too, this will be pulled in based on your selections below so it's best not to duplicate too much text.": ['Introduzca la guía concreta para esta pregunta. Si también tiene guías temáticas, se eligirán en función de su slección, por lo que es preferible no duplicar mucho texto.'], + 'Enter your email and password.': [''], + 'Enter your guidance here. You can include links where needed.': ['Introduzca sus orientaciones aquí. Puede incluir enlaces si lo cree necesario.'], + 'Error processing registration. Please check that you have entered a valid email address and that your chosen password is at least 8 characters long.': [''], + 'Example Answer': ['Respuesta de ejemplo'], + 'Example of answer': ['Respuesta de ejemplo'], + Explore: ['Exportar'], + Export: ['Exportar'], + 'Export settings updated successfully.': ['Exportar'], + Face: ['Estilo'], + 'File Name': ['Título del plan'], + 'Fill in the required fields': [''], + 'Filter guidance': ['Nueva orientación'], + 'Filter plans': ['Filtro de planes'], + 'Filter users': ['Filtro de planes'], + 'First Name': ['Nombre'], + "First create a guidance group. This could be institution wide or a subset e.g. a particular College / School, Institute or department. When you create guidance you'll be asked to assign it to a guidance group.": ['

Primero cree un grupo de guías. Este podrá abarcar toda la institución o un subconjunto de la misma (ej: una escuela, colegio o departamento en particular). Cuando cree una guía, necesitará asignarla a un grupo de guías.

'], + Font: [''], + 'Forgot password?': ['¿Olvidó su clave?'], + 'Forgot your password?': ['¿Olvidó su clave?'], + Format: [''], + 'From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.': ['plans'], + Funder: ['Financiador'], + 'Funders templates': ['Plantillas de financiador'], + 'Funding bodies increasingly require their grant-holders to produce Data Management Plans(DMP), both during the bid-preparation stage and after funding has been secured. %{application_name} has been produced by the %{organisation_name} to help research teams respond to this requirement, and any expectations that their institution or others may apply.': ['DMPonline'], + 'Future plans': ['Hoja de ruta'], + 'Get involved': [''], + 'Getting Started': [''], + GitHub: [''], + Go: [''], + 'Grant Number': ['Título de subvención'], + 'Grant number': ['Título de subvención'], + 'Grant permissions': [''], + 'Grant reference number if applicable [POST-AWARD DMPs ONLY]': ['Número de referencia de la subvención si es aplicable [SÓLO PGDs YA ADJUDICADOS]'], + Guidance: ['Guía'], + 'Guidance group': ['Grupo de orientación'], + 'Guidance group list': ['Listado de grupos de orientación'], + 'Guidance list': ['Listado de orientaciones'], + Hello: [''], + 'Hello ': [''], + Help: ['Ayuda'], + 'Here you can view previously published versions of your template. These can no longer be modified.': ['templates'], + 'Hide list': [''], + History: [''], + Home: ['Inicio'], + 'How many plans?': ['¿Cuántos planes?'], + 'How the tool works': [''], + 'How to use the API': [''], + 'I accept the': [''], + ID: ['ID'], + 'If applying for funding, state the name exactly as in the grant proposal.': ['Si se solicita financiación, indique el nombre exactamente como en la propuesta de subvención.'], + 'If applying for funding, state the project title exactly as in the proposal.': ['Si se solicita financiación, indique el nombre exactamente como en la propuesta de subvención.'], + "If the guidance is only meant for a subset of users e.g. those in a specific college or institute, check this box. Users will be able to select to display this subset guidance when answering questions in the 'create plan' wizard.": ['Si la guía está dirigida a un subconjunto de los usuarios (ej: los pertenecientes a un colegio o instituto), seleccione esta opción. Los usuarios serán capaces de seleccionar esta guía cuando respondan sus preguntas durante la creación del plan.'], + 'If you are entering an URL try to use something like http://tinyurl.com/ to make it smaller.': [''], + "If you didn't request this, please ignore this email.": [''], + 'If you do have a need to provide guidance for specific funders that would not be useful to a wider audience (e.g. if you have specific instructions for applicants to BBSRC for example), you can do so by adding guidance to a specific question when you edit your template.': ['Pregunta'], + 'If you do not have a %{application_name} account, click on': ['DMPonline'], + "If you don't want to accept the invitation, please ignore this email.": [''], + 'If you have an account please sign in and start creating or editing your DMP.': [''], + "If you wish to add an institutional template for a Data Management Plan, use the 'create template' button. You can create more than one template if desired e.g. one for researchers and one for PhD students.": ['templates'], + 'If you would like to change your password please complete the following fields.': ['Si quiere cambiar su clave, por favor, rellene los siguientes campos.'], + 'Included Elements': ['Elementos incluídos'], + Institution: ['Institución'], + 'Institution not a %{application_name} partner?': ['DMPonline'], + 'Institution: anyone at my institution can view.': ['Institución'], + 'Invalid Email': ['Correo electrónico'], + 'Invalid font face': ['Estilo de fuente inválido'], + 'Invalid font size': ['Tamaño de fuente inválido'], + 'Invalid maximum pages': ['Número de páginas inválido'], + 'Invitation to %{email} issued successfully.': [''], + 'It does not look like you have setup an account with us yet. Please fill in the following information to complete your registration.': [''], + Language: [''], + 'Last Name': ['Apellidos'], + 'Last logged in': ['Último acceso'], + 'Last updated': ['Última actualización'], + 'Latest news': [''], + Left: ['Izquierdo'], + 'Limited to finished plans': ['plans'], + 'List of users': ['Listado de usuarios'], + Logout: [''], + 'Look up your institution here': [''], + 'Make a copy': [''], + 'Many thanks,': [''], + Margin: ['Margen'], + 'Margin cannot be negative': ['El margen no puede ser negativo'], + 'Margin value is invalid': ['El valor del margen no es válido'], + Message: ['Yo'], + 'Modify guidance': ['Añadir orientación'], + 'Modify templates': ['templates'], + 'More information: Answer format': ['Formato de la respuesta'], + 'More information: Answer formats': ['Formato de la respuesta'], + 'More information: Default answer': ['Respuesta por defecto'], + 'More information: Example answers': [''], + 'More information: Guidance': ['Guía'], + 'More information: Guidance group names': ['Grupo de orientación'], + 'More information: Optional subsets for guidance groups': ['Subconjunto opcional'], + 'More information: Phase descriptions': [''], + 'More information: Question options': ['Pregunta'], + 'More information: Section descriptions': ['Sección'], + 'More information: Template descriptions': ['Modelo'], + 'More information: Themes': ['Temas'], + 'Multi select box': ['Multi select box'], + 'My Dashboard': [''], + 'My Plan': ['Mi proyecto'], + "My organisation isn't listed.": ['No se muestra mi organización.'], + 'My research organisation is not on the list': ['Organización'], + Name: ['Nombre'], + 'Name (if different to above), telephone and email contact details': ['Nombre (si es diferente del de más arriba), teléfono y dirección de correo electrónico'], + 'Name and abbreviation are required': ['Nombre'], + 'Name of Principal Investigator(s) or main researcher(s) on the project.': ['Nombre del/de los Investigador/es Principal/es o investigador/es principal/es del proyecto.'], + 'New Password': ['Nueva clave'], + 'New guidance': ['Nueva orientación'], + 'New section title': ['Título de la nueva sección'], + 'New template': ['Nueva plantilla'], + No: [''], + 'No additional comment area will be displayed.': ['No se mostrará un área adicional para comentarios.'], + 'No funder associated with this plan': ['plans'], + 'No institutions are currently registered.': [''], + 'No items available.': [''], + None: ['Ninguno/a'], + 'Not Applicable': [''], + 'Not answered yet': ['Aún no respondido/a'], + Note: ['Nota'], + 'Note removed by': ['Nota borrada por'], + 'Note removed by you': ['Nota borrada por usted'], + 'Noted by:': ['Anotado por:'], + Notes: ['Nota'], + 'Notice:': ['Nota'], + 'Notification Preferences': [''], + Ok: [''], + 'On %{application_name}': [''], + 'On data management planning': [''], + 'Optional Subset': ['Subconjunto opcional'], + 'Optional subset': ['Subconjunto opcional'], + Order: ['Orden'], + 'Order of display': ['Orden de presentación'], + Organisation: ['Organización'], + 'Organisation Name': ['Nombre de la entidad'], + 'Organisation details': ['Detalles de la entidad'], + 'Organisational (visibile to others within your organisation)': ['Con otros miembros de su organización'], + 'Original funder template has changed!': ['templates'], + 'Own templates': ['Sus plantillas'], + Owner: ['Propietario'], + PDF: [''], + 'PDF Formatting': ['Dando formato al PDF'], + Password: ['Clave'], + 'Password Confirmation': ['Confirmación de clave'], + 'Password and comfirmation must match': ['Clave'], + 'Passwords must have at least 8 characters': ['Su clave ha de tener al menos 8 caracteres.'], + 'Passwords must match': ['Clave'], + Permissions: ['Permisos'], + 'Personal Details': ['Detalles'], + 'Phase details': ['Detalles de la fase'], + 'Plan Data Contact': ['Datos de contacto del proyecto'], + 'Plan Description': ['Descripción'], + 'Plan Guidance Configuration': ['Guía'], + 'Plan ID': ['Identificador del Proyecto'], + 'Plan Name': ['Nombre del Proyecto'], + 'Plan Visibility': ['Visibilidad'], + 'Plan data contact': ['Datos de contacto del plan'], + 'Plan details': ['Detalles'], + 'Plan is already shared with %{email}.': [''], + 'Plan name': ['Nombre de proyecto'], + 'Plan shared with %{email}.': [''], + 'Please choose an institution': [''], + 'Please enter a First name.': ['Por favor, introduzca su nombre.'], + 'Please enter a Last name.': ['Por favor, introduzca su nombre.'], + 'Please enter a password confirmation': [''], + 'Please enter a title for your template.': ['Por favor, introduzca un título para la plantilla.'], + 'Please enter an email address': [''], + 'Please enter an email address.': ['Por favor, introduzca una dirección web válida.'], + 'Please enter the name of your organisation.': ['Por favor, introduzca el nombre de su entidad.'], + 'Please enter your current password': [''], + 'Please enter your current password below when changing your email address.': [''], + 'Please enter your email below and we will send you instructions on how to reset your password.': [''], + 'Please enter your password to change email address.': [''], + "Please fill in the basic project details below and click 'Update' to save": ["Por favor, rellene los detalles básicos del proyecto y haga clic en 'Actualizar' para guardarlos"], + 'Please note that your email address is used as your username.\\n If you change this, remember to use your new email address on sign in.': ['

Por favor, tenga en cuenta que su dirección de correo electrónico se usa como su nombre de usuario. Si cambia esto, recuerde usar su nueva dirección de correo electrónico al conectar.

'], + 'Please only enter up to 165 characters, you have used': [''], + 'Please select a valid funding organisation from the list': ['Organización'], + 'Please select a valid research organisation from the list': ['Organización'], + 'Please select an organisation, or select Other.': ['Organización'], + 'Please select one': [''], + 'Please visit the': [''], + Preview: ['Previsualización'], + 'Principal Investigator': [''], + 'Principal Investigator / Researcher': ['Principal Investigador / Científico'], + 'Principal Investigator/Researcher': ['Investigador principal'], + 'Principal Investigator/Researcher ID': ['ID del Investigador Principal'], + Private: ['Privado'], + 'Private (owners, co-owners, and administrators only) See our Terms of Use.': ['Privado (propietarios, copropietarios y administradores solamente) Consulte nuestras Condiciones de uso.'], + 'Private: restricted to me and people I invite.': ['Privado'], + Privileges: [''], + 'Project Abstract': [''], + 'Project Details': ['Detalles'], + 'Project Title': ['Título'], + 'Provides the user with an API token and grants rights to harvest information from the tool': ['user'], + 'Public (Your DMP will appear on the Public DMPs page of this site)': ['Publicamente en la web. Su DMP aparecerá en la página Public DMPs de este sitio.'], + 'Public DMPs': ['DMP Públicos'], + 'Public DMPs are plans created using the %{application_name} and shared publicly by their owners. They are not vetted for quality, completeness, or adherence to funder guidelines.': ['DMP Públicos'], + 'Public: anyone can view.': ['Público'], + Publish: [''], + 'Publish changes': [''], + Published: ['Publicado'], + Question: ['Pregunta'], + 'Question not answered': ['Pregunta no respondida.'], + 'Question not answered.': ['Pregunta no respondida.'], + 'Question number': ['Número de la pregunta'], + 'Question text': ['Texto de la pregunta'], + 'Question text is empty, please enter your question.': [''], + Questions: ['Preguntas'], + 'Radio buttons': ['Radio buttons'], + 'Read more on the ': [''], + 'Read only': ['Sólo lectura'], + 'Recovery Email': ['Correo electrónico'], + Releases: [''], + 'Remember email': ['Recordarme'], + Remove: ['Borrar'], + 'Remove logo': ['Borrar'], + 'Remove the filter': ['Borrar'], + 'Remove user access': ['Eliminar acceso de usuario'], + 'Removing ...': [''], + Reset: ['Reiniciar'], + Right: ['Derecho'], + Role: ['Función'], + Save: ['Guardar'], + 'Save Unsuccessful.': ['Guardar'], + 'Saving ...': ['Guardando...'], + 'Saving...': ['Guardando...'], + 'Screencast on how to use %{application_name}': ['Video sobre cómo usar DMPonline'], + Section: ['Sección'], + 'Section details': ['Sección'], + Sections: ['Secciones'], + 'Security check': [''], + 'See the full list of participating institutions': [''], + 'See the full list of partner institutions': [''], + 'Select a template': ['templates'], + 'Select an institution.': [''], + 'Select the primary funding organisation': ['Organización'], + 'Select the primary research organisation': ['Organización'], + 'Select up to 3 organisations to see their guidance.': ['Organización'], + 'Select which group this guidance relates to.': ['Seleccione a que grupo pertenece esta guía.'], + 'Select which theme(s) this guidance relates to.': ['Seleccione a el/los tema(s) relacionados con esta orientación.'], + 'Selected option(s)': [''], + Send: [''], + Share: ['Compartir'], + 'Share note with collaborators': ['Compartir nota con colaboradores'], + 'Should this guidance apply:': ['Esta guía se refiere a:'], + 'Show password': ['Nueva clave'], + 'Show passwords': ['Nueva clave'], + 'Sign In': ['Conectar'], + 'Sign in': ['Conectar'], + 'Sign in with': ['Conectar'], + 'Sign up': ['Desconectar'], + 'Signed in as': ['Registrado como '], + Size: ['Tamaño'], + 'Someone has requested a link to change your ': [''], + Status: [''], + Subject: [''], + 'Successfully signed in': [''], + 'Successfully unlinked your account from %{is}.': [''], + 'Suggested answer': ['Respuesta sugerida'], + 'Suggested answer/ Example': ['Respuesta sugerida / ejemplo'], + Template: ['Modelo'], + 'Template History': [''], + 'Template details': ['Detalles de la plantilla'], + Templates: ['Plantillas'], + 'Terms of use': [''], + Test: ['Texto'], + 'Test/Practice (your plan is not visible to other users) See our Terms of Use.': ['Prueba / Práctica (su plan no es visible para otros usuarios) Vea nuestras Condiciones de uso.'], + Text: ['Texto'], + 'Text area': ['Text area'], + 'Text field': ['Text field'], + 'Thank you for registering. Please confirm your email address': [''], + 'That email address is already registered.': [''], + 'That template is not currently published.': ['templates'], + 'The ': [''], + 'The %{organisation_abbreviation} worked closely with research funders and universities to produce a tool that assists researchers to produce an effective data management plan (DMP) to cater for the whole lifecycle of a project, from bid-preparation stage through to completion.': ['Organización'], + 'The email address you entered is not registered.': [''], + 'The following answer cannot be saved': [''], + 'The plan is no longer a test.': ['plans'], + 'The plan is now a test.': ['plans'], + 'The table below lists the plans that you have created, and any that have been shared with you by others.': ['plans'], + Themes: ['Temas'], + 'There are a number of templates within the tool that represent the requirements of different funders and institutions. Users are asked three questions at the outset so we can determine the appropriate template to display (e.g. the ESRC template when applying for an ESRC grant). Guidance is provided to help you interpret and answer the questions. This guidance is provided by researcher funders, universities and disciplines.': [' por '], + 'There are currently no public DMPs.': [''], + 'There seems to be a problem with your logo. Please upload it again.': [''], + 'These can be edited, shared, exported or deleted at anytime.': [''], + 'This allows you to order questions within a section.': ['Le permite ordenar las preguntas de una sección.'], + 'This allows you to order sections.': ['Le permite ordenar las secciones.'], + 'This allows you to order the phases of your template.': ['Esto le permite ordenar las fases de su plantilla.'], + 'This document was generated by %{application_name}': ['DMPonline'], + 'This email will be used to recover your account if you change institutions': [''], + 'This is a': [''], + 'This page gives you an overview of your plan. It tells what your plan is based on and gives an overview of the questions that you will be asked.': ['Esta página le proporciona una visión general de su plan. Le dice en qué está basado su plan y le da una visión general de las preguntas que se le harán.'], + 'This plan is based on the default template.': ['templates'], + 'This plan is based on:': ['Este plan está basado en:'], + 'This template is new and does not yet have any publication history.': ['templates'], + "This will remove your organisation's logo": ['Organización'], + "Those you invite will receive an email notification that they have access to this plan, inviting them to register with %{application_name} if they don't already have an account. A notification is also issued when a user's permission level is changed.": ['DMPonline'], + Title: ['Título'], + 'To help you write your plan, %{application_name} can show you guidance from a variety of organisations.': ['DMPonline'], + Top: ['Superior'], + 'Top banner text': ['Texto del banner superior'], + 'Transfer customisation': [''], + 'Un-published': ['Publicado'], + "Unable to change the plan's Test status": ['plans'], + 'Unable to download the DMP at this time.': [''], + 'Unable to link your account to %{scheme}.': [''], + 'Unable to unlink your account from %{is}.': [''], + Unknown: [''], + 'Unknown column name.': ['Nombre de columna desconocido.'], + 'Unknown formatting setting': ['Valores de formato desconocidos'], + "Unknown margin. Can only be 'top', 'bottom', 'left' or 'right'": ["Margen desconocido. Sólo puede ser 'superior', 'inferior', 'izquierdo' or 'derecho'"], + 'Unlink account': [''], + 'Unlock my account': [''], + Unpublish: [''], + Unpublished: ['Publicado'], + 'Unpublished changes': [''], + 'Unsaved answers': ['Preguntas sin contestar'], + 'Unsaved changes': ['Deshaciendo cambios'], + Users: ['Usuarios'], + 'Users with \\"read only\\" access can only read the plan.': ['Usuarios'], + 'Using the generic Data Management Plan': [''], + Version: ['Versión'], + View: ['Ver'], + 'View all templates': ['Ver todas las plantillas'], + 'View phase': ['Ver fase'], + Visibility: ['Visibilidad'], + 'We are constantly improving the user interface and functionality of %{application_name}. If you would like to contribute with feedback and suggestions, please contact us by emailing': ['DMPonline'], + 'We found multiple DMP templates corresponding to the funder.': ['templates'], + 'We found multiple DMP templates corresponding to the research organisation.': ['Organización'], + 'We found multiple DMP templates corresponding to your funder.': ['templates'], + 'We were unable to verify your account. Please use the following form to create a new account. You will be able to link your new account afterward.': [''], + 'We will only use this address to recover your account if you change institutions': [''], + 'Welcome to ': ['Bienvenido/a.'], + 'Welcome to %{application_name}': [''], + 'Welcome.': ['Bienvenido/a.'], + 'What research project are you planning?': ['plans'], + 'When you create a new phase for your template, a version will automatically be created. Once you complete the form below you will be provided with options to create sections and questions.': ['Cuando crea una fase nueva para su plantilla, se creará automáticamente una versión. Una vez complete el siguiente formulario se le darán las opciones para crear secciones y preguntas.'], + 'Which DMP template would you like to use?': ['templates'], + 'Would you like to save them now?': ['¿Quere grabar los cambios ahora?'], + 'Write Plan': ['plans'], + Yes: [''], + "You are about to delete '%{guidance_group_name}'. This will affect guidance. Are you sure?": ["Está a punto de borrar el grupo '%{guidance_group_name}'. Esto afectará a la orientación. ¿Está seguro?"], + "You are about to delete '%{guidance_summary}'. Are you sure?": ["Está a punto de borrar '%{guidance_summary}'. ¿Está seguro?"], + "You are about to delete '%{phase_title}'. This will affect versions, sections and questions linked to this phase. Are you sure?": ["Va a eliminar '%{phase_title}'. Esto afectará a versiones, secciones y preguntas enlazadas con esta fase. ¿Está seguro?"], + "You are about to delete '%{question_text}'. Are you sure?": ["Va a eliminar '%{question_text}'. ¿Está seguro?"], + "You are about to delete '%{section_title}'. This will affect questions linked to this section. Are you sure?": ["Va a borrar '%{section_title}'. Esta acción afectará las preguntas enlazadas con esta sección. ¿Está seguro?"], + "You are about to delete a guidance for '%{question_text}'. Are you sure?": ["Va a eliminar una respuesta sugerida / ejemplo de '%{question_text}'. ¿Está seguro?"], + "You are about to delete a suggested answer/ example for '%{question_text}'. Are you sure?": ["Va a eliminar una respuesta sugerida / ejemplo de '%{question_text}'. ¿Está seguro?"], + "You are about to delete an example answer for '%{question_text}'. Are you sure?": ["Va a eliminar una respuesta sugerida / ejemplo de '%{question_text}'. ¿Está seguro?"], + 'You are about to unlink %{application_name} of your institutional credentials, would you like to continue?': ['DMPonline'], + 'You are not authorized to perform this action.': [''], + 'You are now ready to create your first DMP.': [''], + 'You are viewing a historical version of this template. You will not be able to make changes.': ['templates'], + 'You can add an example answer to help users respond. These will be presented above the answer box and can be copied/ pasted.': ['Puede añadir un ejemplo o respuesta sugerida para ayudar a responder a sus usuarios. Se presentará bajo la caja de respuestas y pueden ser copiada y pegada.'], + 'You can add an example or suggested answer to help users respond. These will be presented above the answer box and can be copied/ pasted.': ['Puede añadir un ejemplo o respuesta sugerida para ayudar a responder a sus usuarios. Se presentará bajo la caja de respuestas y pueden ser copiada y pegada.'], + 'You can also report bugs and request new features directly on': [''], + 'You can choose from:
  • - text area (large box for paragraphs);
  • - text field (for a short answer);
  • - checkboxes where options are presented in a list and multiple values can be selected;
  • - radio buttons where options are presented in a list but only one can be selected;
  • - dropdown like this box - only one option can be selected;
  • - multiple select box allows users to select several options from a scrollable list, using the CTRL key;
': ['Puede elegir entre:
  • - área de texto (caja grande para párrafos);
  • - campo de texto (para una respuesta corta);
  • - checkboxes donde las opciones se presentan como una lista y pueden seleccionarse varios valores;
  • - botones de radio, donde se presenta una lista de opciones para elegir sólo una de ellas;
  • - lista despegable - sólo puede seleccionarse una opción;
  • - lista de selección múltiple que permite a los usuarios seleccionar varias opciones de una lista desplazable usando la tecla CTRL;
'], + 'You can edit any of the details below.': ['Puede editar cualquiera de los siguientes datos.'], + 'You can give other people access to your plan here. There are three permission levels.': ['plans'], + 'You can not continue until you have filled in all of the required information.': [''], + 'You can not edit a historical version of this template.': ['templates'], + 'You can not publish a historical version of this template.': ['templates'], + 'You can write pieces of guidance to be displayed by theme (e.g. generic guidance on storage and backup that should present across the board). Writing generic guidance by theme saves you time and effort as your advice will be automatically displayed across all templates rather than having to write guidance to accompany each.': ['templates'], + 'You cannot delete historical versions of this template.': ['templates'], + 'You have altered answers but have not saved them:': ['Ha modificado las respuestas, pero todavía no las ha grabado:'], + 'You have been given ': [''], + 'You have been granted permission by your organisation to use our API. Your API token and instructions for using the API endpoints can be found ': ['Organización'], + 'You have un-published changes': [''], + 'You must accept the terms and conditions to register.': [''], + 'You need to sign in or sign up before continuing.': [''], + 'You now have ': [''], + Your: [''], + 'Your Institution': ['Institución'], + 'Your ORCID': [''], + 'Your access to ': [''], + 'Your account has been successfully linked to %{scheme}.': [''], + "Your account won't be created until you access the link above and set your password.": [''], + 'Your browser does not support the video tag.': ['El navegador no soporta la etiqueta video.'], + 'Your institution does not seem to be properly configured.': [''], + 'Your permissions relating to ': [''], + 'Your template has been published and is now available to users.': ['templates'], + 'Your template is no longer published. Users will not be able to create new DMPs for this template until you re-publish it': ['templates'], + "Your template will be presented to users within your institution when no funder templates apply. If you want to add questions to funder templates use the 'customise template' options below.": ['Pregunta'], + 'a day': [''], + 'about %d hours': [''], + 'about a minute': [''], + 'about a month': [''], + 'about a year': [''], + 'about an hour': [''], + 'account has been locked due to an excessive number of unsuccessful sign in attempts.': [''], + 'activerecord.errors.messages.record_invalid': [''], + 'activerecord.errors.models.user.attributes.current_password.invalid': ['user'], + 'activerecord.errors.models.user.attributes.email.blank': ['user'], + 'activerecord.errors.models.user.attributes.password.blank': ['user'], + 'activerecord.errors.models.user.attributes.password_confirmation.confirmation': ['user'], + 'add guidance text': [''], + ago: [''], + 'by ': [' por '], + "can't be blank": [''], + "can't be larger than 500KB": [''], + "can't be less than zero": [''], + comment: ['Comentario'], + copied: [''], + created: ['Creación'], + deleted: ['Borrar'], + 'e.g. School/ Department': ['ej: Escuela / Departmento'], + 'example answer': ['Respuesta de ejemplo'], + 'from now': [''], + guidance: [''], + 'guidance choices': ['Guía'], + 'guidance group': ['Grupo de orientación'], + 'guidance on': [''], + 'height must be less than 165px': [''], + 'helpers.is_test': [''], + 'helpers.links.cancel': [''], + 'helpers.project.is_test_help_text': [''], + information: [''], + inquiry: [''], + 'into your browser': [''], + 'less than a minute': [''], + 'mock project for testing, practice, or educational purposes': [''], + 'must be logged in': ['Último acceso'], + 'must be one of the following formats: jpeg, jpg, png, gif, bmp': [''], + 'must be unique': [''], + 'must have access to guidances api': ['guidances'], + 'must have access to plans api': ['guidances'], + 'no research organisation is associated with this plan': ['Organización'], + note: ['Nota'], + 'on the homepage.': [''], + or: [''], + 'or copy': [''], + organisation: ['Organización'], + 'page for guidance.': [''], + password: ['Clave'], + permissions: ['Permisos'], + phase: ['Fase'], + plan: ['plans'], + preferences: [''], + profile: [''], + question: ['Pregunta'], + 'questions answered': ['preguntas respondidas'], + removed: ['Borrar'], + role: ['Función'], + saved: ['Guardar'], + section: ['Sección'], + 'select a guidance group': [''], + 'select at least one theme': [''], + 'sharing details': ['Detalles de la fase'], + 'since %{name} saved the answer below while you were editing. Please, combine your changes and then save the answer again.': [''], + template: ['templates'], + 'terms and conditions': [''], + 'test plan': ['plans'], + user: ['user'], + 'user must be in your organisation': ['Organización'], + }, + }, +}; diff --git a/app/javascript/locale/fr/app.js b/app/javascript/locale/fr/app.js new file mode 100644 index 0000000..5ff8bd1 --- /dev/null +++ b/app/javascript/locale/fr/app.js @@ -0,0 +1,638 @@ +var locales = locales || {}; locales.fr = { + domain: 'app', + locale_data: { + app: { + '': { + 'Project-Id-Version': 'app 1.0.0', 'Report-Msgid-Bugs-To': '', 'PO-Revision-Date': '2017-05-02 14:54+0000', 'Last-Translator': 'FULL NAME ', 'Language-Team': 'LANGUAGE ', Language: '', 'MIME-Version': '1.0', 'Content-Type': 'text/plain; charset=UTF-8', 'Content-Transfer-Encoding': '8bit', 'Plural-Forms': 'nplurals=INTEGER; plural=EXPRESSION;', lang: 'fr', domain: 'app', plural_forms: 'nplurals=INTEGER; plural=EXPRESSION;', + }, + ' Plan': ['plans'], + " Select what format you wish to use and click to 'Export'.": ['Exporter'], + ' Share note': ['Partager la note'], + ' access to': [''], + ' access. ': [''], + ' by': [' par '], + ' has been removed by ': [' par '], + ' have been changed by': [' par '], + ' into your browser)': [''], + ' on ': [''], + ' or ': [''], + ' password. You can do this through the link below.': [''], + ' team': ['am'], + ' to accept the invitation, (or copy ': [''], + ' will help you to develop your Data Management Plan. If you have any queries or feedback as you use the tool, please contact us on ': [''], + '\\"Are you sure you want to unlink #{scheme.description} ID?\\"': ['Identifiant'], + '\\"The current #{scheme.description} iD has been already linked to a user with email #{identifier.user.email}\\"': ['user'], + '\\"Unlink your account from #{scheme.description}. You can link again at any time.\\"': [''], + '\\"Your account has been linked to #{scheme.description}.\\"': [''], + '%d days': [''], + '%d minutes': [''], + '%d months': [''], + '%d years': [''], + '%{application_name}': ['DMPonline'], + "%{application_name} doesn't recognise your institutional credentials - either you haven't created an account with us or you haven't linked these details to your existing account.
* If you do not have an account with %{application_name}, please complete the form below.
* If you have an account with %{application_name}, please Sign in so we can link your account to your institutional credentials.
Once you have created and/or linked your account, you'll be able to sign in with your institutional credentials directly.": ['DMPonline'], + '%{application_name} is provided by the %{organisation_name}.
You can find out more about us on our website. If you would like to contact us about %{application_name}, please fill out the form below.': ['DMPonline'], + '%{application_name} stories from the %{organisation_abbreviation} website': ['DMPonline'], + '%{format} is not a valid exporting format. Available formats to export are %{available_formats}.': [''], + '%{value} is not a valid format': [''], + '(Using custom PDF formatting values)': ['(Utilisation de valeurs de mise en forme PDF personnalisées)'], + '(Using template PDF formatting values)': ['(Utilisation des valeurs de mise en forme PDF du modèle)'], + '-': [''], + '... (continued)': [''], + "

Questions to consider:

  • - What is the nature of your research project?
  • - What research questions are you addressing?
  • - For what purpose are the data being collected or created?

Guidance:

Briefly summarise the type of study (or studies) to help others understand the purposes for which the data are being collected or created.

": ['

Questions auxquelles réfléchir :

  • - Quelle est la nature de votre projet de recherche ?
  • - Quelles ont les problématiques de recherche que vous traitez ?
  • - Dans quel but est effectuée la collecte ou la création des données ?

Conseils :

Résumez brièvement le type détude(s) pour permettre à dautres de comprendre dans quel but les données sont collectées ou créées.

'], + "

The %{organisation_name} ('%{organisation_abbreviation}') are consortia supported by %{legal_entity}. Our primary constituency is the research community, particularly the higher and further education sector.

%{application_name}

%{application_name} ('the tool', 'the system') is a tool developed by the %{organisation_abbreviation} as a shared resource for the research community. It is hosted by %{legal_entity}.

Your personal details

In order to help identify and administer your account with %{application_name}, we need to store your email address. We may also use it to contact you to obtain feedback on your use of the tool, or to inform you of the latest developments or releases. The information may be transferred between the %{organisation_abbreviation} partner institutions but only for legitimate %{organisation_abbreviation} purposes. We will not sell, rent or trade any personal information you provide to us.

Privacy policy

The information you enter into this system can be seen by you, people you have chosen to share access with, and - solely for the purposes of maintaining the service - system administrators at %{legal_entity}. We compile anonymised, automated and aggregated information from plans, but we will not directly access, make use of, or share your content with anyone else without your permission. Authorised officers of your home institution may access your plans for specific purposes - for example, to track compliance with funder/institutional requirements or to calculate storage requirements.

Freedom of Information

%{legal_entity} holds your plans on your behalf, but they are your property and responsibility. Any FOI applicants will be referred back to your home institution.

Passwords

Your password is stored in encrypted form and cannot be retrieved. If forgotten it has to be reset.

Cookies

Please note that %{application_name} uses Cookies. Further information about Cookies and how we use them is available on the main DCC website.


Use of the tool indicates that you understand and agree to these terms and conditions.

": ["l'outil\\\",\\\"le système"], + "

Useful resources on Data Management Planning

Example Data Management Plans

  • Technical plan submitted to the AHRC [PDF, 7 pages]
    A DMP submitted by a researcher from the University of Bristol, also including comments from the reviewers
  • Two social science DMPs [PDF, 7 pages]
    Example plans from researchers at the University of Leeds, shared as part of the Leeds RoaDMaP training materials
  • Health sciences DMP [PDF, 11 pages]
    Example DMP produced by the DATUM for Health RDM training project
  • Psychology DMP [PDF, 11 pages]
    A very detailed, fictional psychology DMP produced by the DMTpsych RDM training project, based on a seminal psychology experiment
  • UCSD Example Data Management Plans [webpage]
    Over 20 example plans submitted to the National Science Foundation (NSF) in the United States by academics at UC San Diego
  • Colorado School of Mines examples [webpage]
    A variety of US example DMPs from Mines and elsewhere
  • NSF data management plans [webpage]
    5 DMPs submitted to the NSF, shared by the DataOne initiative
  • Biology and chemistry DMPs [webpage]
    Three example DMPs from the USA shared by NECDMC, an instructional tool for teaching RDM to undergraduates, graduate students, and researchers in the health sciences, sciences and engineering.

Useful guides on Research Data Management in general

  • Managing and Sharing Data: best practice for researchers [PDF, 36 pages]
    A guide by the UK Data Service covering a range of topics including data formats, documentaion, ethics, copyright and data sharing.
  • How to Cite Datasets and Link to Publications [PDF, 12 pages]
    A guide by the Digital Curation Centre giving practical guidelines on how to cite data and the different tools and infrastructure that can be used to support data citation.
  • How to License Research Data [PDF, 16 pages]
    A guide by the Digital Curation Centre that outlines different types of licenses, the pros and cons of each and how they can be applied.
  • How to Appraise and Select Research Data for Curation [PDF, 8 pages]
    A guide by ANDS and the Digital Curation Centre on how to select which data to keep for long-term preservation, sharing and reuse. The guide puts forward several criteria to aid selection decisions.
  • Research Data MANTRA [online resource]
    An online training course designed for researchers or others planning to manage digital data as part of the research process. The course includes a number of software practicals on using SPSS, R, ArcGIS and NVivo.
": ["Si vous avez besoin de plus de directives, communiquez avec nous par courriel à portage@carl-abrc.ca.

"], + '

%{application_name} has been jointly developed by the %{organisation_name} to help you write data management plans.

': ['

DMPonline est un développement du Digital Curation Centre (Centre de curation numérique britannique - DCC) pour vous aider dans la rédaction de plans de gestion de données, ou DMP.

'], + "

%{application_name} is developed and maintained by the UK %{organisation_name}. We’re a small team, and are happy to collaborate with others. There are various ways you can get involved:

Join the user group

We run a listserv for the %{application_name} user group that you can request to join. We also host periodic meetings to consult on our plans. Being part of the user group gives you the opportunity to be informed about future developments and to provide feedback to help shape our plans.

Our user group sessions are usually focused around a certain topic (e.g. fleshing out use cases for an API) so invites are sent based on your areas of expertise. It is helpful for us to know your role and interests to invite relevant people to each session. Please introduce yourself on the list and share your ideas.

Notes from previous user group sessions are provided below:

Please let us know your interests and share your ideas for future developments via the mailing list so the community as a whole can feedback on them.

Customise %{application_name}

%{application_name} can be customised by institutions and disciplines. You can add templates for users in your organisation and tailored guidance that explains local support and services. Example answers can also be offered to help users understand what to write in a Data Management Plan. To do this you’ll need to request admin access, so please email us on dmponline@dcc.ac.uk.

Futher guidance on customising %{application_name} is available on the %{application_name} website.

Contribute to the code

%{application_name} is a Ruby on Rails application. The source code is made available under an MIT License. This permits others to reuse the code freely, but obligates you to share the source code for any extensions in the same way. Please inform us if you install an instance of %{application_name} and offer your contributions back to the community.

If you install an instance of %{application_name} we require that you credit the %{organisation_abbreviation} as originators of the tool. We recommend that the acknowledgement takes the form of the %{application_name} logo with a link back to the %{organisation_abbreviation}-hosted version of the tool.

We are willing to work with external developers to add new features to the tool. We are also open to delivering new features on a chargeable basis. If there are extensions you would like to see prioritised and have resource to support additional developer effort, please contact us on dmponline@dcc.ac.uk to negotiate terms.

The code is available on GitHub

Support our work

We are impressed by the uptake of %{application_name} both in the UK and internationally and are really keen to hear how you are using the tool and promoting it in your context. We are aware that others have run training courses, developed guidance materials and advocated use of the tool. Please notify us of this as it helps to show impact.

We are currently investigating options for revenue generation. This will help us serve the increased demand more effectively and safeguard the long-term sustainability of %{application_name}. Plans will be released for consultation soon but we also welcome your suggestions on how best to support our work.

": ['DMPonline'], + "

From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.
Select what format you wish to use and click to 'Export'.

": ['

À ce niveau, vous pouvez décharger votre plan sous différents formats. Cela peut vous être utile pour soumettre votre plan dans une demande de subvention.
Sélectionnez votre format et cliquez sur Exporter.

'], + '

Here you set the title that users will see. If you intend to have multiple phases for you DMP, this should be clear in the title and description.

': ['

Vous définissez ici le titre que verrons les utilisateurs. Si vous souhaitez que votre DMP comporte plusieurs phases, cela doit apparaître clairement dans le titre et la description.

'], + '

Select themes that are relevant to this question.

This allows your generic institution-level guidance to be drawn in, as well as that from other sources e.g. the %{organisation_abbreviation} or any Schools/Departments that you provide guidance for.

You can select multiple themes by using the CTRL button.

': ['

Sélectionnez les thèmes relatifs à cette question.

Cette fonction permet dintégrer une documentation générale dassistance de votre établissement, comme encore issue dautres sources comme le DCC et des facultés ou départements auxquels vous fournissez des conseils.

Vous pouvez sélectionner plusieurs thèmes avec la touche CTRL.

'], + "

The %{organisation_abbreviation} are now collaborating to develop a joint codebase for Data Management Planning called DMP Roadmap. Both of our tools will be delivered using this in the future. We've agreed what features need to be included and are planning a few sprints to deliver these. The initial release will include all of the main priorities we already had flagged, including:

  • - APIs to create plans, extract guidance and generate statistics from %{application_name}
  • - Multi-lingual support so foreign language versions can be presented
  • - Locales to provide a refined set of content for particular countries or other contexts
  • - A lifecycle to indicate the status of DMPs and allow institutional access to plans
  • - Support for reviewing Data Management Plans

%{application_name} has an active and growing user base, and we are grateful to the members who suggest ideas for new and improved features. If you would like to help shape our future plans, please join the user group. More information on how you can engage with us is available under the 'Get involved' tab.

Current release

The current version of %{application_name} is %{application_version}.

The code is available on GitHub


": ['DMPonline'], + '

To create a new template, first enter a title and description. Once you have saved this you will be presented with options to add one or more phases.

': ['

Pour créer un nouveau modèle, commencez par saisir un titre et une description. Un fois ces éléments enregistrés, le programme vous propose dajouter une phase ou plus.

'], + "

When you login to %{application_name} you will be directed to the 'My plans' page. From here you can edit, share, export or delete any of your plans. You will also see plans that have been shared with you by others.

Create a plan

To create a plan, click the 'Create plan' button from the 'My plans' page or the top menu. Select options from the drop-down menus and tickboxes to determine what questions and guidance you should be presented with. Confirm your selection by clicking 'Yes, create plan'

Write your plan

The tabbed interface allows you to navigate through different functions when editing your plan.

  • - 'Plan details' includes basic administrative details, tells you what sets of questions and guidance your plan is based on and gives you an overview to the questions that you will be asked.
  • - The following tab(s) present the questions to answer. There may be more than one tab if your funder or university asks different sets of questions at different stages e.g. at grant application and post-award.
  • - The 'Share' tab allows you to invite others to read or contribute to your plan.
  • - The 'Export' tab allows you to download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.

When viewing any of the question tabs, you will see the different sections of your plan displayed. Click into these in turn to answer the questions. You can format your responses using the text editing buttons.

Guidance is displayed in the right-hand panel. Click the '+' symbol to view this.

Remember to 'save' your responses before moving on.

Share plans

Insert the email address of any collaborators you would like to invite to read or edit your plan. Set the level of permissions you would like to grant them via the drop-down options and click to 'Add collaborator'

Export plans

From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application. Choose what format you would like to view/download your plan in and click to export. When you login to %{application_name} you will be directed to the 'My plans' page. From here you can edit, share, export or delete any of your plans. You will also see plans that have been shared with you by others.

": ["

Lorsque vous vous connectez à l'Assistant PGD, vous serez dirigé vers la page « Mes plans ». À partir de cette page, vous pouvez modifier, partager, exporter ou supprimer l'un ou l'autre de vos plans. Vous verrez également les plans qui ont été partagés avec vous par d'autres personnes.

Créer un plan

Pour créer un plan, cliquez sur le bouton « Créer un plan » à la page « Mes plans » ou dans le menu du haut. Faites des choix dans les listes déroulantes et les cases à cocher afin de déterminer les questions et les directives qui seront affichées. Confirmez votre choix en cliquant sur « Oui, créer un plan ».

Rédiger votre plan

L'interface à onglets vous permet de naviguer dans diverses fonctions lorsque vous mettez au point votre plan.

  • - L'option « renseignements sur le plan » comprend des renseignements administratifs de base, indique la série de questions et de directives sur laquelle votre plan s'appuie et vous donne un aperçu des questions auxquelles vous devez répondre.
  • - Les onglets suivants contiennent les questions auxquelles il faut répondre. Il peut y avoir plus d'un onglet si votre bailleur de fonds ou votre université pose différentes séries de questions à diverses étapes, par exemple lors d'une demande de subvention et après l'octroi d'une subvention.
  • - L'onglet « Partager » vous permet d'inviter d'autres personnes à lire votre plan ou à y collaborer.
  • - L'onglet « Exporter » vous permet de télécharger votre plan en divers formats, ce qui peut être utile si vous devez joindre votre plan à une demande de subvention.

Lorsque vous consultez l'un ou l'autre des onglets de questions, vous verrez les différentes sections de votre plan affichées. Cliquez sur ces onglets à tour de rôle pour répondre aux questions. Vous pouvez choisir le format de vos réponses à l'aide des boutons de mise en forme.

Les directives sont affichées dans la partie de droite. Cliquez sur le symbole « + » pour les consulter.

N'oubliez pas d'enregistrer vos réponses avant de poursuivre.

Partager les plans

Inscrivez l'adresse électronique de tout collaborateur que vous aimeriez inviter à lire ou à modifier votre plan. Choisissez le niveau d'autorisation que vous souhaitez lui accorder dans les options de la liste déroulante et cliquez sur « Ajouter un collaborateur ».

Exporter les plans

En choisissant cette option, vous pouvez télécharger votre plan en divers formats, ce qui peut être utile si vous devez joindre votre plan à une demande de subvention. Choisissez le format dans lequel vous aimeriez voir ou télécharger votre plan et cliquez pour l'exporter. Lorsque vous vous connectez à l'Assistant PGD, vous êtes dirigé vers la page « Mes plans ». À partir de cette page, vous pouvez modifier, partager, exporter ou supprimer l'un ou l'autre de vos plans. Vous voyez également les plans qui ont été partagés avec vous par d'autres personnes.

"], + "

You can give other people access to your plan here. There are three permission levels.

  • Users with \\\"read only\\\" access can only read the plan.
  • Editors can contribute to the plan.
  • Co-owners can also contribute to the plan, but additionally can edit the plan details and control access to the plan.

Add each collaborator in turn by entering their email address below, choosing a permission level and clicking \\\"Add collaborator\\\".

Those you invite will receive an email notification that they have access to this plan, inviting them to register with %{application_name} if they don't already have an account. A notification is also issued when a user's permission level is changed.

": ['

À ce niveau, vous pouvez donner accès à votre plan à dautres personnes. Trois niveaux dautorisation sont possibles.

  • Les utilisateurs avec un droit en \\"lecture seule\\" ne pourront que consulter le plan.
  • Les utilisateurs avec un droit de mofification pourront y contribuer.
  • Les copropriétaires le peuvent aussi, mais peuvent aussi en modifier les détails et en contrôler laccès.

Ajoutez chacun des collaborateurs en saisissant leurs courriels lun après lautre, en choisissant un niveau dautorisation et en cliquant sur \\"Ajouter le collaborateur\\".

Ceux qui sont invités recevront un avis par courriel leur indiquant quils ont accès à ce plan, invitant ceux qui nont pas de compte dans DMPonline à senregistrer. Lutilisateur reçoit aussi un avis quand ces droits sont changés.

'], + 'A Data Management Plan in %{application_name} has been shared with you': ['DMPonline'], + 'A colleague has invited you to contribute to their Data Management Plan at ': [''], + 'A pertinent ID as determined by the funder and/or institution.': ['Un identifiant approprié conforme aux prescriptions de lorganisme financeur ou de létablissement.'], + 'A required setting has not been provided': ['Vous navez pas précisé un réglage obligatoire'], + 'API Information': [''], + 'API rights': [''], + 'API token': [''], + About: ['À propos...'], + 'About %{application_name}': ["À propos de l'Assistant PGD"], + 'Access removed': [''], + Actions: ['Actions'], + 'Add Annotations': [''], + 'Add an appropriate name for your guidance group. This name will be used to tell the end user where the guidance has come from. It will be appended to text identifying the theme e.g. \\"[guidance group name]: guidance on data sharing\\" so we suggest you just use the institution or department name.': ['Groupe de conseils'], + 'Add collaborator': ['Ajouter le collaborateur'], + 'Add each collaborator in turn by entering their email address below, choosing a permission level and clicking \\"Add collaborator\\".': ['Ajouter le collaborateur'], + 'Add new phase': ['Ajouter une nouvelle phase +'], + 'Add note': ['Ajouter une note'], + 'Add option': ['Ajoutez une option'], + 'Add question': ['Ajouter une question'], + 'Add section': ['Ajouter une section'], + 'Additional Information': [''], + 'Additional comment area will be displayed.': [''], + Admin: [''], + 'Admin Details': [''], + 'All the best,': [''], + 'Allows the user to amend the organisation details (name, URL etc) and add basic branding such as the logo': ['Organisation'], + 'Allows the user to assign permissions to other users within the same organisation. Users can only assign permissions they own themselves': ['Organisation'], + 'Allows the user to create and edit guidance': ['user'], + 'Allows the user to create new institutional templates, edit existing ones and customise funder templates': ['templates'], + 'An error has occurred while saving/resetting your export settings.': [''], + Annotations: [''], + Answer: ['Réponses'], + 'Answer format': ['Format de réponse'], + 'Answer questions': ['Répondez aux questions'], + Answered: ['Réponse '], + 'Answered at': ['Réponse '], + 'Answered by': ['Réponse '], + Answers: ['Réponses'], + 'Anything you enter here will display in the answer box. If you want an answer in a certain format (e.g. tables), you can enter that style here.': ['Tout ce que vous écrivez saffiche dans la boîte de réponse. Si vous souhaitez une réponse ayant une certaine forme (par ex. : des tableaux), cest ici que vous pouvez entrer ce style.'], + 'Are you sure you want to remove this note?': ['Êtes-vous sûr de vouloir retirer cette note?'], + 'Are you sure you wish to delete this plan? If the plan is being shared with other users, by deleting it from your list, the plan will be deleted from their plan list as well': ["Voulez-vous vraiment effacer ce plan ? S'il est partagé avec d'autres utilisateurs, le fait de l'effacer de votre liste, l'effacera aussi de leur liste de plans."], + 'Are you sure?': ['Êtes-vous sûr ?'], + 'Back to edit view': ['Retour à la vue à modifier'], + Background: ['Assistant PGD'], + 'Bad Credentials': [''], + 'Bad Parameters': [''], + 'Before submitting, please consider:': [''], + 'Before you get started, we need some information about your research project to set you up with the best DMP template for your needs.': ['Questions'], + 'Begin typing to see a filtered list': [''], + 'Below is a list of users registered for your organisation. You can sort the data by each field.': ['La liste ci-dessous indique les utilisateurs de votre organisme. Ces informations peuvent être triées par champ.'], + Bottom: ['Bas'], + 'By ': [''], + Cancel: ['Annuler'], + 'Cannot share plan with %{email} since that email matches with the owner of the plan.': ['plans'], + 'Change my password': [''], + 'Change organisation details': ['Organisation'], + 'Check box': ['Case à cocher'], + "Check this box when you are ready for guidance associated with this group to appear on user's plans.": ['plans'], + "Check this box when you are ready for this guidance to appear on user's plans.": [''], + 'Choose your language': [''], + 'Click here': [''], + 'Click here to accept the invitation': [''], + 'Click here to confirm your account': [''], + "Click the 'Create plan' button below to begin.": ['Create plan'], + 'Click the link below to unlock your account': [''], + Close: [''], + 'Co-owner': ['Copropriétaire'], + 'Co-owners can also contribute to the plan, but additionally can edit the plan details and control access to the plan.': ['Copropriétaire'], + Collaborators: ['Collaborateurs'], + Comment: ['Commentaire'], + 'Contact Us': ['Communiquez avec nous'], + 'Contact us': ['Communiquez avec nous'], + "Copyright information: The above plan creator(s) have agreed that others may use as much of the text of this plan as they would like in their own plans, and customise it as necessary. You do not need to credit the creator(s) as the source of the language used, but using any of the plan's text does not imply that the creator(s) endorse, or have any relationship to, your project or proposal": ['plans'], + 'Create Account': ['Sinscrire'], + 'Create a guidance group': ['Groupe de conseils'], + 'Create a new plan': ['Créer un nouveau plan'], + 'Create a template': ['Créer un modèle'], + 'Create account': ['Sinscrire'], + 'Create an account with any email address': [''], + 'Create guidance': ['Nouveaux conseils'], + 'Create plan': ['Create plan'], + 'Create plans': ['Create plan'], + 'Created at': ['Créée à'], + 'Current Password': [''], + Customise: ['Personnaliser'], + 'Data Contact Person': [''], + Default: ['Par défaut'], + 'Default answer': ['Réponse par défaut'], + 'Default value': ['Valeur par défaut'], + Delete: ['Effacer'], + 'Delete Example Answer': ['Exemple de réponse'], + 'Delete question': ['Supprimer la question'], + Description: [''], + Details: ['Détails'], + "Didn't receive confirmation instructions?": ['Instructions de confirmation non reçues ?'], + "Didn't receive unlock instructions?": ['Instructions de déverrouillage non reçues ?'], + Discard: ['Rejeter'], + 'Display additional comment area.': [''], + Download: [''], + Draft: [''], + Dropdown: ['Liste déroulante'], + 'E.g ORCID http://orcid.org/.': ['par ex. : ORCID http://orcid.org/.'], + Edit: ['Modifier'], + 'Edit Annotations': ['Modifier'], + 'Edit User Privileges': [''], + 'Edit customisation': ['Modifier la personnalisation'], + 'Edit phase': ['Modifier la phase'], + 'Edit plan details': ['Modifier des détails du plan'], + 'Edit profile': ['Modifier le profil'], + 'Edit question': ['Modifier la question'], + 'Edit template details': ['Modifier les détails du modèle'], + Edited: ['Modifier'], + Editor: ['Modifier'], + 'Editors can contribute to plans. Co-owners have additional rights to edit plan details and control access.': ['Les collaborateurs avec des droits de modification peuvent contribuer aux plans. Les copropriétaires ont en plus le droit de modifier les détails du plan et en contrôler laccès. '], + 'Editors can contribute to the plan.': ['Modifier'], + Email: ['Courriel'], + 'Email address': ['Adresse courriel'], + 'Emails must be different': ['Courriel'], + 'Enter a basic description. This could be a summary of what is covered in the section or instructions on how to answer. This text will be displayed in the coloured banner once a section is opened to edit.': ['
Saisissez une courte description. Celle-ci peut résumer lobjet de la section ou donner des indications sur comment y répondre. Ce texte saffichera dans la bannière de couleur quand une section sera ouverte pour modification.
'], + "Enter a basic description. This will be presented to users on the 'Admin Plan' tab, above the summary of the sections and questions which they will be asked to answer.": ['Entrez une courte description. Les utilisateurs la verront au-dessus du récapitulaif des parties et des questions auxquels ils devront répondre.'], + 'Enter a description that helps you to differentiate between templates e.g. if you have ones for different audiences': ['Saisissez une description qui vous permet de distinguer un modèle de lautre, par ex. : si vous visez différents'], + 'Enter a title for the phase e.g. intial DMP, full DMP... This is what users will see in the tabs when completing a plan. If you only have one phase, call it something generic e.g. Glasgow DMP': ['Saisissez une titre pour cette phase, par ex. : DMP initial, DMP complet... Ce sont ces mentions que verrons les utilisateurs dans les onglets pendant la rédaction dun plan. Si le vôtre ne comporte quune phase, donnez-lui un nom général, par ex. : DMP de Glasgow'], + 'Enter a valid email.': [''], + 'Enter all of the information above': [''], + 'Enter all of the required information above': [''], + 'Enter any options that you wish to display. If you want to pre-set one option as selected, check the default box.': ['Saisissez toutes les options que vous voulez afficher. Si vous voulez paramétrer la sélection par défaut dun élément, cochez la case correspondante.'], + "Enter specific guidance to accompany this question. If you have guidance by themes too, this will be pulled in based on your selections below so it's best not to duplicate too much text.": ['Saisissez des instructions spécifiques pour accompagner cette question. Si vous avez des conseils par thèmes aussi : ceux-ci vont être aiguillés ici selon ce que sélectionnez ci-dessous, aussi mieux vaut éviter de dupliquer trop dextraits.'], + 'Enter your email and password.': [''], + 'Enter your guidance here. You can include links where needed.': ['Entrez ici vos conseils. Vous pouvez ajouter des liens là où il faut.'], + 'Error processing registration. Please check that you have entered a valid email address and that your chosen password is at least 8 characters long.': [''], + 'Example Answer': ['Exemple de réponse'], + 'Example of answer': ['Exemple de réponse'], + Explore: ['Exporter'], + Export: ['Exporter'], + 'Export settings updated successfully.': ['Exporter'], + Face: ['Police'], + 'File Name': ['Titre du plan'], + 'Fill in the required fields': [''], + 'Filter guidance': ['Nouveaux conseils'], + 'Filter plans': ['Filtrer les plans'], + 'Filter users': ['Filtrer les plans'], + 'First Name': ['Prénom'], + "First create a guidance group. This could be institution wide or a subset e.g. a particular College / School, Institute or department. When you create guidance you'll be asked to assign it to a guidance group.": ['

Commencez par créer un groupe de conseils. Celui-ci peut désigner un établissement dans son ensemble, ou un sous-ensemble : une faculté, un institut, un département. Quand vous créerez des conseils, on vous demandera de les affecter à un groupe de conseils.

'], + Font: [''], + 'Forgot password?': [''], + 'Forgot your password?': [''], + Format: [''], + 'From here you can download your plan in various formats. This may be useful if you need to submit your plan as part of a grant application.': ['plans'], + Funder: ['Funder'], + 'Funders templates': ['Modèles des bailleurs de subventions'], + 'Funding bodies increasingly require their grant-holders to produce Data Management Plans(DMP), both during the bid-preparation stage and after funding has been secured. %{application_name} has been produced by the %{organisation_name} to help research teams respond to this requirement, and any expectations that their institution or others may apply.': ['DMPonline'], + 'Future plans': [''], + 'Get involved': [''], + 'Getting Started': [''], + GitHub: [''], + Go: [''], + 'Grant Number': ['Titre de la subvention'], + 'Grant number': ['Titre de la subvention'], + 'Grant permissions': [''], + 'Grant reference number if applicable [POST-AWARD DMPs ONLY]': ['N° de réféence de la subvention, le cas échéant (UNIQUEMENT POUR LES DMP CRÉÉS APRÈS OCTROI DUNE SUBVENTION)'], + Guidance: ['Conseils'], + 'Guidance group': ['Groupe de conseils'], + 'Guidance group list': ['Liste des groupes de conseils'], + 'Guidance list': ['Liste de conseils'], + Hello: [''], + 'Hello ': [''], + Help: ['Aide'], + 'Here you can view previously published versions of your template. These can no longer be modified.': ['templates'], + 'Hide list': [''], + History: [''], + Home: ['Accueil'], + 'How many plans?': ['Nombre de plans?'], + 'How the tool works': [''], + 'How to use the API': [''], + 'I accept the': [''], + ID: ['Identifiant'], + 'If applying for funding, state the name exactly as in the grant proposal.': ['En cas de demande de financement, indiquer le nom exactement comme dans la demande de subvention.'], + 'If applying for funding, state the project title exactly as in the proposal.': ['En cas de demande de financement, indiquer le nom exactement comme dans la demande de subvention.'], + "If the guidance is only meant for a subset of users e.g. those in a specific college or institute, check this box. Users will be able to select to display this subset guidance when answering questions in the 'create plan' wizard.": ['Si les conseils ne sont destinés quà un sous-ensemble dutilisateurs (par ex. : faisant partie dune faculté ou dun institut), cochez cette case. Les utilisateurs pourront sélectionner ce sous-groupe de conseils lorquils répondront aux questions dans lassistant de création de plan.'], + 'If you are entering an URL try to use something like http://tinyurl.com/ to make it smaller.': [''], + "If you didn't request this, please ignore this email.": [''], + 'If you do have a need to provide guidance for specific funders that would not be useful to a wider audience (e.g. if you have specific instructions for applicants to BBSRC for example), you can do so by adding guidance to a specific question when you edit your template.': ['Question'], + 'If you do not have a %{application_name} account, click on': ['DMPonline'], + "If you don't want to accept the invitation, please ignore this email.": [''], + 'If you have an account please sign in and start creating or editing your DMP.': [''], + "If you wish to add an institutional template for a Data Management Plan, use the 'create template' button. You can create more than one template if desired e.g. one for researchers and one for PhD students.": ['templates'], + 'If you would like to change your password please complete the following fields.': [''], + 'Included Elements': ['Éléments inclus'], + Institution: ['Institution'], + 'Institution not a %{application_name} partner?': ['DMPonline'], + 'Institution: anyone at my institution can view.': ['Institution'], + 'Invalid Email': ['Courriel'], + 'Invalid font face': ['Police non valide'], + 'Invalid font size': ['Taille de police non valide'], + 'Invalid maximum pages': ['Nombre de pages maxi non valide'], + 'Invitation to %{email} issued successfully.': [''], + 'It does not look like you have setup an account with us yet. Please fill in the following information to complete your registration.': [''], + Language: [''], + 'Last Name': ['Nom'], + 'Last logged in': ['Dernière connexion'], + 'Last updated': ['Dernière m.à j.'], + 'Latest news': ['Modèle de plan de gestion des données Portage'], + Left: ['Gauche'], + 'Limited to finished plans': ['plans'], + 'List of users': ['Liste des utilisateurs'], + Logout: [''], + 'Look up your institution here': [''], + 'Make a copy': [''], + 'Many thanks,': [''], + Margin: ['Marge'], + 'Margin cannot be negative': ['Une marge ne peut être négative'], + 'Margin value is invalid': ['Valeur de marge non valide'], + Message: ['Moi'], + 'Modify guidance': ['Ajoutez des conseils'], + 'Modify templates': ['templates'], + 'More information: Answer format': ['Format de réponse'], + 'More information: Answer formats': ['Format de réponse'], + 'More information: Default answer': ['Réponse par défaut'], + 'More information: Example answers': [''], + 'More information: Guidance': ['Conseils'], + 'More information: Guidance group names': ['Groupe de conseils'], + 'More information: Optional subsets for guidance groups': ['Sous-ensemble facultatif'], + 'More information: Phase descriptions': [''], + 'More information: Question options': ['Question'], + 'More information: Section descriptions': ['Section'], + 'More information: Template descriptions': ['Template'], + 'More information: Themes': ['Thèmes'], + 'Multi select box': ['Boîte de sélections multiples'], + 'My Dashboard': [''], + 'My Plan': ['Mon plan'], + "My organisation isn't listed.": ['Mon établissement nest pas listé.'], + 'My research organisation is not on the list': ['Organisation'], + Name: ['Prénom'], + 'Name (if different to above), telephone and email contact details': ['Nom (sil diffère du précédent), coordonnées courriel et téléphone'], + 'Name and abbreviation are required': ['Prénom'], + 'Name of Principal Investigator(s) or main researcher(s) on the project.': ['Nom du ou des directeurs de recherche ou du ou des principaux chercheurs du projet.'], + 'New Password': [''], + 'New guidance': ['Nouveaux conseils'], + 'New section title': ['Le nouveau titre de section'], + 'New template': ['Nouveau modèle'], + No: [''], + 'No additional comment area will be displayed.': [''], + 'No funder associated with this plan': ['plans'], + 'No institutions are currently registered.': [''], + 'No items available.': [''], + None: ['Aucun'], + 'Not Applicable': [''], + 'Not answered yet': ['Pas encore de réponse'], + Note: ['Note'], + 'Note removed by': ['Note retirée par'], + 'Note removed by you': ['Note retirée par vous'], + 'Noted by:': ['Note par :'], + Notes: ['Note'], + 'Notice:': ['Note'], + 'Notification Preferences': [''], + Ok: [''], + 'On %{application_name}': ["Concernant l'Assistant PGD"], + 'On data management planning': ['Concernant la planification de la gestion des données'], + 'Optional Subset': ['Sous-ensemble facultatif'], + 'Optional subset': ['Sous-ensemble facultatif'], + Order: ['Ordre'], + 'Order of display': ['Ordre daffichage'], + Organisation: ['Organisation'], + 'Organisation Name': ['Nom de lorganisme'], + 'Organisation details': ['Détails sur lorganisme'], + 'Organisational (visibile to others within your organisation)': ["Avec d'autres membres de votre organisation"], + 'Original funder template has changed!': ['templates'], + 'Own templates': ['Modèles propres'], + Owner: ['Propriétaire'], + PDF: [''], + 'PDF Formatting': ['Mise en forme PDF'], + Password: [''], + 'Password Confirmation': [''], + 'Password and comfirmation must match': [''], + 'Passwords must have at least 8 characters': [''], + 'Passwords must match': [''], + Permissions: ['Permissions'], + 'Personal Details': ['Détails'], + 'Phase details': ['Détails de la phase'], + 'Plan Data Contact': ['Interlocuteur pour les données du plan'], + 'Plan Description': ['Description'], + 'Plan Guidance Configuration': ['Conseils'], + 'Plan ID': ['Identifiant du projet'], + 'Plan Name': ['Nom du projet'], + 'Plan Visibility': ['Visibilité'], + 'Plan data contact': ['Interlocuteur pour les données du plan'], + 'Plan details': ['Détails du plan'], + 'Plan is already shared with %{email}.': [''], + 'Plan name': ['Nom du plan'], + 'Plan shared with %{email}.': [''], + 'Please choose an institution': [''], + 'Please enter a First name.': ['Entrez votre prénom, svp.'], + 'Please enter a Last name.': ['Entrez votre prénom, svp.'], + 'Please enter a password confirmation': [''], + 'Please enter a title for your template.': ['Merci de saisir un titre pour votre modèle.'], + 'Please enter an email address': [''], + 'Please enter an email address.': ['Formation à la rédaction de documents scientifiques en anglais une adresse web valide.'], + 'Please enter the name of your organisation.': ['Veuillez saisir le nom de votre organisme..'], + 'Please enter your current password': [''], + 'Please enter your current password below when changing your email address.': [''], + 'Please enter your email below and we will send you instructions on how to reset your password.': [''], + 'Please enter your password to change email address.': [''], + "Please fill in the basic project details below and click 'Update' to save": ["Veuillez renseigner les premiers détails ci-après et cliquez sur 'Mettre à jour' pour enregistrer"], + 'Please note that your email address is used as your username.\\n If you change this, remember to use your new email address on sign in.': ['

À noter que votre courriel est à utiliser comme nom dutilisateur. Si vous modifiez ces informations, rappelez-vous dutiliser votre courriel en vous connectant.

'], + 'Please only enter up to 165 characters, you have used': [''], + 'Please select a valid funding organisation from the list': ['Organisation'], + 'Please select a valid research organisation from the list': ['Organisation'], + 'Please select an organisation, or select Other.': ['Organisation'], + 'Please select one': [''], + 'Please visit the': [''], + Preview: ['Aperçu'], + 'Principal Investigator': [''], + 'Principal Investigator / Researcher': ['Directeur de recherche / chercheur'], + 'Principal Investigator/Researcher': ['Directeur de recherche/Chercheur'], + 'Principal Investigator/Researcher ID': ['Identifiant du directeur de recherche/chercheur'], + Private: ['Privé'], + 'Private (owners, co-owners, and administrators only) See our Terms of Use.': ["Privé (propriétaires, copropriétaires et administrateurs uniquement) Consultez nos Conditions d'utilisation."], + 'Private: restricted to me and people I invite.': ['Privé'], + Privileges: [''], + 'Project Abstract': [''], + 'Project Details': ['Détails'], + 'Project Title': ['Titre'], + 'Provides the user with an API token and grants rights to harvest information from the tool': ['user'], + 'Public (Your DMP will appear on the Public DMPs page of this site)': ['Publiquement sur le web. Votre DMP apparaîtra sur la page Public DMPs de ce site.'], + 'Public DMPs': ['DMP publics'], + 'Public DMPs are plans created using the %{application_name} and shared publicly by their owners. They are not vetted for quality, completeness, or adherence to funder guidelines.': ["Les DMP publics sont des plans créés à l'aide de DMPTool et partagés publiquement par leurs propriétaires. Ils ne sont pas vérifiés pour la qualité, l'exhaustivité ou l'adhésion aux lignes directrices des bailleurs de fonds."], + 'Public: anyone can view.': ['Public'], + Publish: [''], + 'Publish changes': [''], + Published: ['Publiée'], + Question: ['Question'], + 'Question not answered': ['Question sans réponse.'], + 'Question not answered.': ['Question sans réponse.'], + 'Question number': ['Numéro de la question'], + 'Question text': ['Texte de la question'], + 'Question text is empty, please enter your question.': [''], + Questions: ['Questions'], + 'Radio buttons': ['Boutons radio'], + 'Read more on the ': [''], + 'Read only': ['Lecture seule'], + 'Recovery Email': ['Courriel'], + Releases: [''], + 'Remember email': ['Se souvenir de moi'], + Remove: ['Retirer'], + 'Remove logo': ['Retirer'], + 'Remove the filter': ['Retirer'], + 'Remove user access': ['Retirer laccès utilisateur'], + 'Removing ...': [''], + Reset: ['Réinitialiser'], + Right: ['Droite'], + Role: ['Rôle'], + Save: ['Enregistrer'], + 'Save Unsuccessful.': ['Enregistrer'], + 'Saving ...': ['Enregistrement en cours...'], + 'Saving...': ['Enregistrement en cours...'], + 'Screencast on how to use %{application_name}': ['Vidéo en ligne sur lutilisation de DMPonline'], + Section: ['Section'], + 'Section details': ['Section'], + Sections: ['Sections'], + 'Security check': [''], + 'See the full list of participating institutions': [''], + 'See the full list of partner institutions': [''], + 'Select a template': ['templates'], + 'Select an institution.': [''], + 'Select the primary funding organisation': ['Organisation'], + 'Select the primary research organisation': ['Organisation'], + 'Select up to 3 organisations to see their guidance.': ['Organisation'], + 'Select which group this guidance relates to.': ['Sélectionnez le groupe auxquel ces conseils sont liés.'], + 'Select which theme(s) this guidance relates to.': ['Sélectionnez le ou les thèmes liés à ces conseils.'], + 'Selected option(s)': [''], + Send: [''], + Share: ['Partager'], + 'Share note with collaborators': ['Partager la note avec des collaborateurs'], + 'Should this guidance apply:': ['Si ces conseils sappliquent :'], + 'Show password': [''], + 'Show passwords': [''], + 'Sign In': ['Connexion'], + 'Sign in': ['Connexion'], + 'Sign in with': ['Connexion'], + 'Sign up': ['Déconnexion'], + 'Signed in as': ['Connecté en tant que '], + Size: ['Taille'], + 'Someone has requested a link to change your ': [''], + Status: [''], + Subject: [''], + 'Successfully signed in': [''], + 'Successfully unlinked your account from %{is}.': [''], + 'Suggested answer': ['Suggestion de réponse'], + 'Suggested answer/ Example': ['Suggestion/exemple de réponse'], + Template: ['Template'], + 'Template History': [''], + 'Template details': ['Détails du modèle'], + Templates: ['Modèles'], + 'Terms of use': ["Exploitation sous licence et conditions d'utilisation"], + Test: ['Texte'], + 'Test/Practice (your plan is not visible to other users) See our Terms of Use.': ["Test / Practice (votre plan n'est pas visible aux autres utilisateurs) Voir nos Conditions d'utilisation."], + Text: ['Texte'], + 'Text area': ['Zone de texte'], + 'Text field': ['Champ textuel'], + 'Thank you for registering. Please confirm your email address': [''], + 'That email address is already registered.': [''], + 'That template is not currently published.': ['templates'], + 'The ': [''], + 'The %{organisation_abbreviation} worked closely with research funders and universities to produce a tool that assists researchers to produce an effective data management plan (DMP) to cater for the whole lifecycle of a project, from bid-preparation stage through to completion.': ['Organisation'], + 'The email address you entered is not registered.': [''], + 'The following answer cannot be saved': [''], + 'The plan is no longer a test.': ['plans'], + 'The plan is now a test.': ['plans'], + 'The table below lists the plans that you have created, and any that have been shared with you by others.': ['plans'], + Themes: ['Thèmes'], + 'There are a number of templates within the tool that represent the requirements of different funders and institutions. Users are asked three questions at the outset so we can determine the appropriate template to display (e.g. the ESRC template when applying for an ESRC grant). Guidance is provided to help you interpret and answer the questions. This guidance is provided by researcher funders, universities and disciplines.': [' par '], + 'There are currently no public DMPs.': ["Aucun DMP n'a été rendu public."], + 'There seems to be a problem with your logo. Please upload it again.': [''], + 'These can be edited, shared, exported or deleted at anytime.': [''], + 'This allows you to order questions within a section.': ['Cette fonction vous permet de classer les questions dans une section.'], + 'This allows you to order sections.': ['Cette fonction vous permet de classer des sections.'], + 'This allows you to order the phases of your template.': ['Cette fonction vous permet de classer les phases de votre modèle.'], + 'This document was generated by %{application_name}': ['%{application_name}'], + 'This email will be used to recover your account if you change institutions': [''], + 'This is a': [''], + 'This page gives you an overview of your plan. It tells what your plan is based on and gives an overview of the questions that you will be asked.': ["Cette page vous donne un aperçu de votre plan. Elle indique de quoi il s'inspire et donne une idée générale des questions auxquelles vous devrez répondre."], + 'This plan is based on the default template.': ['templates'], + 'This plan is based on:': ['Ce plan sinspire de :'], + 'This template is new and does not yet have any publication history.': ['templates'], + "This will remove your organisation's logo": ['Organisation'], + "Those you invite will receive an email notification that they have access to this plan, inviting them to register with %{application_name} if they don't already have an account. A notification is also issued when a user's permission level is changed.": ['DMPonline'], + Title: ['Titre'], + 'To help you write your plan, %{application_name} can show you guidance from a variety of organisations.': ['DMPonline'], + Top: ['Haut'], + 'Top banner text': ['Texte de la bannière en haut décran'], + 'Transfer customisation': [''], + 'Un-published': ['Publiée'], + "Unable to change the plan's Test status": ['plans'], + 'Unable to download the DMP at this time.': [''], + 'Unable to link your account to %{scheme}.': [''], + 'Unable to unlink your account from %{is}.': [''], + Unknown: [''], + 'Unknown column name.': ['Nom de colonne inconnu.'], + 'Unknown formatting setting': ['Réglage de mise en forme'], + "Unknown margin. Can only be 'top', 'bottom', 'left' or 'right'": ['Marge inconnue. Seules marges possibles : Haut, Bas, Gauche et Droite'], + 'Unlink account': [''], + 'Unlock my account': [''], + Unpublish: [''], + Unpublished: ['Publiée'], + 'Unpublished changes': [''], + 'Unsaved answers': ['réponses non sauvegardées'], + 'Unsaved changes': ['Modification non enregistrée'], + Users: ['Utilisateurs'], + 'Users with \\"read only\\" access can only read the plan.': ['Utilisateurs'], + 'Using the generic Data Management Plan': [''], + Version: ['Version'], + View: ['Visualiser'], + 'View all templates': ['Voir tous les modèles'], + 'View phase': ['Voir la phase'], + Visibility: ['Visibilité'], + 'We are constantly improving the user interface and functionality of %{application_name}. If you would like to contribute with feedback and suggestions, please contact us by emailing': ['DMPonline'], + 'We found multiple DMP templates corresponding to the funder.': ['templates'], + 'We found multiple DMP templates corresponding to the research organisation.': ['Organisation'], + 'We found multiple DMP templates corresponding to your funder.': ['templates'], + 'We were unable to verify your account. Please use the following form to create a new account. You will be able to link your new account afterward.': [''], + 'We will only use this address to recover your account if you change institutions': [''], + 'Welcome to ': ['Bienvenue !'], + 'Welcome to %{application_name}': [''], + 'Welcome.': ['Bienvenue !'], + 'What research project are you planning?': ['plans'], + 'When you create a new phase for your template, a version will automatically be created. Once you complete the form below you will be provided with options to create sections and questions.': ['Quand vous créez une nouvelle phase dans votre modèle, une version sera créée automatiquement. Quand vous remplirez la grille ci-dessous, le système affichera des options pour créer des sections et des questions.'], + 'Which DMP template would you like to use?': ['templates'], + 'Would you like to save them now?': ['Voulez-vous faire la sauvegarde maintenant?'], + 'Write Plan': ['plans'], + Yes: [''], + "You are about to delete '%{guidance_group_name}'. This will affect guidance. Are you sure?": ['You are about to delete %{guidance_group_name}. This will affect guidance. Are you sure?'], + "You are about to delete '%{guidance_summary}'. Are you sure?": ['Vous allez effacer %{guidance_summary}. En êtes-vous sûr?'], + "You are about to delete '%{phase_title}'. This will affect versions, sections and questions linked to this phase. Are you sure?": ['Vous allez supprimer %{phase_title}. Cette opération affectera les versions, sections et questions liées à cette phase. En êtes-vous sûr?'], + "You are about to delete '%{question_text}'. Are you sure?": ['Vous allez supprimer la question : %{question_text}. En êtes-vous sûr?'], + "You are about to delete '%{section_title}'. This will affect questions linked to this section. Are you sure?": ['Vous allez supprimer %{section_title}. Cette opération affectera les questions liées à cette phase. En êtes-vous sûr?'], + "You are about to delete a guidance for '%{question_text}'. Are you sure?": ['Vous allez supprimer la suggestion/lexemple de réponse à la questioo : %{question_text}. En êtes-vous sûr ?'], + "You are about to delete a suggested answer/ example for '%{question_text}'. Are you sure?": ['Vous allez supprimer la suggestion/lexemple de réponse à la questioo : %{question_text}. En êtes-vous sûr ?'], + "You are about to delete an example answer for '%{question_text}'. Are you sure?": ['Vous allez supprimer la suggestion/lexemple de réponse à la questioo : %{question_text}. En êtes-vous sûr ?'], + 'You are about to unlink %{application_name} of your institutional credentials, would you like to continue?': ['DMPonline'], + 'You are not authorized to perform this action.': [''], + 'You are now ready to create your first DMP.': [''], + 'You are viewing a historical version of this template. You will not be able to make changes.': ['templates'], + 'You can add an example answer to help users respond. These will be presented above the answer box and can be copied/ pasted.': ['Vous pouvez ajouter un exemple ou une suggestion de réponse pour aider les utilisateurs. Ils safficheront au-dessus de la grille de réponse et on peut les copier/coller.'], + 'You can add an example or suggested answer to help users respond. These will be presented above the answer box and can be copied/ pasted.': ['Vous pouvez ajouter un exemple ou une suggestion de réponse pour aider les utilisateurs. Ils safficheront au-dessus de la grille de réponse et on peut les copier/coller.'], + 'You can also report bugs and request new features directly on': [''], + 'You can choose from:
  • - text area (large box for paragraphs);
  • - text field (for a short answer);
  • - checkboxes where options are presented in a list and multiple values can be selected;
  • - radio buttons where options are presented in a list but only one can be selected;
  • - dropdown like this box - only one option can be selected;
  • - multiple select box allows users to select several options from a scrollable list, using the CTRL key;
': ['Vos choix possibles :
  • - une zone de texte (un grand cadre pour les paragraphes);
  • - un champ de texte (pour une réponse courte);
  • - les cases à cocher se présentent en une liste où plusieurs choix peuvent être sélectionnés;
  • - les boutons radio buttons se présentent en une liste où un seul choix est possible;
  • - la liste déroulante comme cet encadré, où une seule sélection est possible;
  • - un cadre à choix multiples permet à lutilisateur de faire plusieurs sélections dans une liste, avec la touche CTRL;
'], + 'You can edit any of the details below.': ['Vous pouvez modifiez les informations ci-dessous.'], + 'You can give other people access to your plan here. There are three permission levels.': ['plans'], + 'You can not continue until you have filled in all of the required information.': [''], + 'You can not edit a historical version of this template.': ['templates'], + 'You can not publish a historical version of this template.': ['templates'], + 'You can write pieces of guidance to be displayed by theme (e.g. generic guidance on storage and backup that should present across the board). Writing generic guidance by theme saves you time and effort as your advice will be automatically displayed across all templates rather than having to write guidance to accompany each.': ['templates'], + 'You cannot delete historical versions of this template.': ['templates'], + 'You have altered answers but have not saved them:': ['Vous avez changé des réponses sans les sauvegarder:'], + 'You have been given ': [''], + 'You have been granted permission by your organisation to use our API. Your API token and instructions for using the API endpoints can be found ': ['Organisation'], + 'You have un-published changes': [''], + 'You must accept the terms and conditions to register.': [''], + 'You need to sign in or sign up before continuing.': [''], + 'You now have ': [''], + Your: [''], + 'Your Institution': ['Institution'], + 'Your ORCID': ['Votre ORCID'], + 'Your access to ': [''], + 'Your account has been successfully linked to %{scheme}.': [''], + "Your account won't be created until you access the link above and set your password.": [''], + 'Your browser does not support the video tag.': ['La balise