PASS is an application which provides a unified user interface that allow its users to deposit their manuscripts into multiple repositories as required by applicable funding agency's public access policies.
This repository holds most of the static assets used by the dynamic application (pass-ui
found here). There are some important HTML pages that the Ember app links to. Also importantly, a configuration is defined here that can inform the Ember app about where various assets can be loaded.
pass-ui-static
|- assets/
|- fonts/
|- img/
|
|- 404.html
|- about.html
|- contact.html
|- faq.html
|- index.html
|- logout.html
|
|- favicon.ico
|- config.json
{
"assetsUri": "/",
"branding": {
"homepage": "https://www.harvard.edu/",
"logo": "img/logo-final.svg",
"stylesheet": "assets/branding.css",
"favicon": "favicon.ico",
"pages": {
"aboutUrl": "", // optional
"contactUrl": "", // optional
"faqUrl": "" // optional
}
}
}
URLs in this file are relative to the project root
branding.homepage
: the logo will link herebranding.logo
: the image to use as the logostylesheet
: url where the branding stylesheet is located- 'favicon': where Ember can find the favicon