Newer
Older
dmpopidor / config / branding_example.yml
@briley briley on 22 Nov 2017 2 KB Org Admin provide feedback
defaults: &defaults
  legal_entity: 'the University of Edinburgh, University of Glasgow and the University of California'

  # Warning: The abbreviation here should match the org.abbreviation value registered in your database!
  organisation:
    name: 'Curation Center'
    abbreviation: 'CC'
    url: 'https://github.com/DMPRoadmap/roadmap/wiki'
    copywrite_name: 'Curation Centre (CC)'
    email: 'tester@cc_curation_centre.org'
    helpdesk_email: 'someone@somewhere.com'
    welcome_links:
      - link1:
        title: 'Digital Curation Centre'
        url: 'https://dcc.ac.uk/'
      - link2:
        title: 'UC3: University of California Curation Center'
        url: 'https://www.cdlib.org/uc3/'
      - link3:
        title: 'UK funder requirements for Data Management Plans'
        url: 'http://www.dcc.ac.uk/resources/data-management-plans/funders-requirements'
      - link4:
        title: 'US funder requirements for Data Management Plans'
        url: 'https://dmptool.org/guidance'
      - link5:
        title: 'DCC Checklist for a Data Management Plan'
        url: 'https://dmponline.dcc.ac.uk/files/DMP_Checklist_2013.pdf'

    # Warning: this value will be used to override the URl of the application's built-in contact form. It will
    #          replace the link in all email communications as well as the contact link in the page footer!
    #
    #          Comment this line out if you want to use DMPRoadmap's built-in contact form.
    contact_us_url: 'https://somewhere.com/contact-us'

  application:
    name: 'DMPRoadmap'
    url: 'https://github.com/DMPRoadmap/roadmap'
    version: '0.1.0'
    release_notes_url: 'https://github.com/DMPRoadmap/roadmap/wiki/Releases'
    issue_list_url: 'https://github.com/DMPRoadmap/roadmap/issues'
    user_group_subscription_url: 'http://listserv.ucop.edu/cgi-bin/wa.exe?SUBED1=ROADMAP-L&A=1'
    api_documentation_url: 'https://github.com/DMPRoadmap/roadmap/wiki/API-Documentation'

  preferences:
    email:
      users:
        new_comment: true
        admin_privileges: true
        added_as_coowner: true
        feedback_requested: true
        feedback_provided: true 
      owners_and_coowners:
        visibility_changed: true
      admins:
        template_published: true
        template_unpublished: true
        feedback_requested: true


development:
  <<: *defaults

test:
  <<: *defaults

stage:
  <<: *defaults

production:
  <<: *defaults