Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Privacy policy #194

Merged
merged 5 commits into from
May 22, 2018
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions NOTICE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CWL Viewer
https://github.com/common-workflow-language/cwlviewer/

* Copyright (c) 2016-2017 Mark Robinson http://orcid.org/0000-0002-8184-7507
* Copyright (c) 2016-2017 The University of Manchester
* Copyright (c) 2016-2017 Mark Robinson https://orcid.org/0000-0002-8184-7507
* Copyright (c) 2016-2018 The University of Manchester

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -32,8 +32,7 @@ This logo may be used only for attribution within the CWL Viewer project.
img/BioExcel_logo_cropped.svg
http://bioexcel.eu/

Distributed under a Creative Commons Attribution 4.0 license.
https://creativecommons.org/licenses/by/4.0/
Distributed under a [Creative Commons Attribution 4.0 license](https://creativecommons.org/licenses/by/4.0/)

-----------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,13 @@ polygon.hover {
#format-json {
display: none;
}

/**
* Light email-obfuscation
*/
.obf-hide {
display: none;
}
.obf-at::before {
content: "@"
}
129 changes: 107 additions & 22 deletions src/main/resources/templates/about.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/templates/apidocs.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<title>API Documentation - Common Workflow Language Viewer</title>
<link rel="stylesheet" th:href="@{/bower_components/bootstrap/dist/css/bootstrap.min.css}" href="../static/bower_components/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" th:href="@{/bower_components/highlightjs/styles/github.css}" href="../static/bower_components/highlightjs/styles/default.css" />
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20170616.css}" href="../static/css/main-20170616.css" />
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20180518.css}" href="../static/css/main-20180518.css" />
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Common Workflow Language Viewer</title>
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20170616.css}" href="../static/css/main-20170616.css" />
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20180518.css}" href="../static/css/main-20180518.css" />
<link rel="stylesheet" th:href="@{/bower_components/bootstrap/dist/css/bootstrap.min.css}" href="../static/bower_components/bootstrap/dist/css/bootstrap.min.css" />
</head>
<body>
Expand Down
15 changes: 8 additions & 7 deletions src/main/resources/templates/fragments/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<html xmlns:th="http://www.thymeleaf.org">
<head>
<link rel="stylesheet" type="text/css" href="../../static/css/main-20170616.css" />
<link rel="stylesheet" type="text/css" href="../../static/css/main-20180518.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
</head>
<body>
Expand All @@ -29,10 +29,11 @@
<hr />
<div class="col-lg-12 muted text-center">
<a href="https://github.com/common-workflow-language/cwlviewer" rel="noopener" target="_blank">CWL Viewer</a>
&copy; 2016-2017 <a href="https://github.com/common-workflow-language/" rel="noopener" target="_blank">Common Workflow Language Project</a>
&copy; 2016-2018 <a href="https://www.commonwl.org/" rel="noopener" target="_blank">Common Workflow Language Project</a>
and <a href="https://github.com/orgs/common-workflow-language/people" rel="noopener" target="_blank">contributors</a>.
Distributed under <a href="https://www.apache.org/licenses/LICENSE-2.0" rel="noopener" target="_blank">Apache License, version 2.0</a>
(required <a href="https://github.com/common-workflow-language/cwlviewer/blob/master/NOTICE.md" rel="noopener" target="_blank">attribution notices</a>)
(required <a href="https://github.com/common-workflow-language/cwlviewer/blob/master/NOTICE.md" rel="noopener" target="_blank">attribution notices</a>).

<br />
<span th:if="${workflow != null}">
<a th:href="@{${workflow.retrievedFrom.getUrl(workflow.lastCommit)}}" href="#" rel="noopener" target="_blank">Shown workflow</a> has separate copyright and license.
Expand All @@ -41,14 +42,14 @@
</div>
<div class="row logos">
<div class="col-lg-12 muted text-center">
<a href="http://www.commonwl.org/" rel="noopener" target="_blank"><img src="/img/CWL-Logo-nofonts.svg"
<a href="https://www.commonwl.org/" rel="noopener" target="_blank"><img src="/img/CWL-Logo-nofonts.svg"
alt="Common Workflow Language"/></a>
<a href="http://www.esciencelab.org.uk/" rel="noopener" target="_blank"><img src="/img/manchester.svg"
<a href="https://www.esciencelab.org.uk/" rel="noopener" target="_blank"><img src="/img/manchester.svg"
alt="The University of Manchester"
title="eScienceLab, School of Computer Science, The University of Manchester" /></a>
<a href="http://bioexcel.eu/" rel="noopener" target="_blank"><img src="/img/BioExcel_logo_cropped.svg"
<a href="https://bioexcel.eu/" rel="noopener" target="_blank"><img src="/img/BioExcel_logo_cropped.svg"
alt="BioExcel" title="BioExcel Center of Excellence for Computational Biomolecular Research" /></a>
<a href="http://cordis.europa.eu/projects/675728" rel="noopener" target="_blank"><img src="/img/Flag_of_Europe.svg"
<a href="https://cordis.europa.eu/projects/675728" rel="noopener" target="_blank"><img src="/img/Flag_of_Europe.svg"
alt="EU" title="European Commision grant 675728" /></a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<html xmlns:th="http://www.thymeleaf.org">
<head>
<link rel="stylesheet" type="text/css" href="../../static/css/main-20170616.css" />
<link rel="stylesheet" type="text/css" href="../../static/css/main-20180518.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/pagination.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head>
<link rel="stylesheet" type="text/css" href="../../static/css/main-20170616.css" />
<link rel="stylesheet" type="text/css" href="../../static/css/main-20180518.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Common Workflow Language Viewer</title>
<link rel="stylesheet" th:href="@{/bower_components/bootstrap/dist/css/bootstrap.min.css}" href="../static/bower_components/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20170616.css}" href="../static/css/main-20170616.css" />
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20180518.css}" href="../static/css/main-20180518.css" />
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/loading.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<meta name="twitter:image" th:content="${appURL + '/workflows/' + queued.tempRepresentation.id + '/graph/png'}" />
<title>Common Workflow Language Viewer</title>
<link rel="stylesheet" th:href="@{/bower_components/bootstrap/dist/css/bootstrap.min.css}" href="../static/bower_components/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20170616.css}" href="../static/css/main-20170616.css" />
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20180518.css}" href="../static/css/main-20180518.css" />
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/selectworkflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Common Workflow Language Viewer</title>
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20170616.css}" href="../static/css/main-20170616.css" />
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20180518.css}" href="../static/css/main-20180518.css" />
<link rel="stylesheet" th:href="@{/bower_components/bootstrap/dist/css/bootstrap.min.css}" href="../static/bower_components/bootstrap/dist/css/bootstrap.min.css" />
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<meta name="twitter:image" th:content="@{${workflow.getVisualisationPng()}}" />
<title th:text="${workflow.label + ' - Common Workflow Language Viewer'}">Common Workflow Language Viewer</title>
<link rel="stylesheet" th:href="@{/bower_components/bootstrap/dist/css/bootstrap.min.css}" href="../static/bower_components/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20170616.css}" href="../static/css/main-20170616.css" />
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20180518.css}" href="../static/css/main-20180518.css" />
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/workflows.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Common Workflow Language Viewer</title>
<link rel="stylesheet" th:href="@{/bower_components/bootstrap/dist/css/bootstrap.min.css}" href="../static/bower_components/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20170616.css}" href="../static/css/main-20170616.css" />
<link rel="stylesheet" type="text/css" th:href="@{/css/main-20180518.css}" href="../static/css/main-20180518.css" />
</head>
<body>

Expand Down