diff --git a/assets/src/pages/About.js b/assets/src/pages/About.js index ffe0c1ce..d8834853 100644 --- a/assets/src/pages/About.js +++ b/assets/src/pages/About.js @@ -1,62 +1,62 @@ /* This is the Open Access Compliance Check Tool (OACCT). The publication of scientific articles as Open Access (OA), usually in the variants "Green OA" and "Gold OA", allows free access to scientific research results and their largely unhindered dissemination. Often, however, the multitude of available publication conditions makes the decision in favor of a particular journal difficult: requirements of the funding agencies and publication guidelines of the universities and colleges must be carefully compared with the offers of the publishing houses, and separately concluded publication agreements can also offer additional benefits. The "OA Compliance Check Tool" provides a comprehensive overview of the possible publication conditions for a large number of journals, especially for the Swiss university landscape, and thus supports the decision-making process. © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, Scientific Information and Libraries, 2022 See LICENSE.TXT for more details. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ import React from "react" import "./about.css" /** * About Page Information. * * @version 0.0.1 * @author [George brune](https://github.com/sapegin) * @author [Andy Krings-Stern](https://github.com/ankri) * @see http://github.com */ export default function About() { return (

About

-
+
The OACCT (Open Access Compliance Check Tool) is an online resource, tailored to the Swiss academic community's needs, that gathers the most important information concerning Open-Access publishing. Its principal goal is to guide Swiss researchers in deciding where and how to publish their works in compliance with funders’ and institutional Open Access policies. OACCT provides a list of journals with information aggregated from several sources on a regular basis:

Data reuse

Please see our terms of use to learn how the data provided by our service may be reused.

Financing

The OACCT project was co-financed by swissuniversities within the P5 Program “Scientific information: Access, processing and safeguarding” and developed by the university libraries of EPFL and Université de Genève with the support of  Universitätsbibliothek Bern.
) } \ No newline at end of file diff --git a/assets/src/pages/Help.js b/assets/src/pages/Help.js index 39ada6bd..45b6b5fc 100644 --- a/assets/src/pages/Help.js +++ b/assets/src/pages/Help.js @@ -1,104 +1,103 @@ /* This is the Open Access Compliance Check Tool (OACCT). The publication of scientific articles as Open Access (OA), usually in the variants "Green OA" and "Gold OA", allows free access to scientific research results and their largely unhindered dissemination. Often, however, the multitude of available publication conditions makes the decision in favor of a particular journal difficult: requirements of the funding agencies and publication guidelines of the universities and colleges must be carefully compared with the offers of the publishing houses, and separately concluded publication agreements can also offer additional benefits. The "OA Compliance Check Tool" provides a comprehensive overview of the possible publication conditions for a large number of journals, especially for the Swiss university landscape, and thus supports the decision-making process. © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE, Switzerland, Scientific Information and Libraries, 2022 See LICENSE.TXT for more details. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ import React from "react" import "./help.css" export default function Help() { return (
- -

Help

+

How to use the tool

A database search can be performed by using three search boxes (Institution, funder and journal). Once you click on "Check", the results are displayed below the search fields.

Selected options

This field contains a brief summary of your selected options (institution, funder and/or journal) in the form of cards.
  • Swiss institution
    • Name
    • Founding year
    • Website
    • Link to the institutional repository (if available)
    • < /ul>
    • Funder
      • Name
      • Country
      • Website
    • Journal
      • Title
      • ISSN
      • Link to the journal or publisher's website
      • Open Access status
      • Language(s)
      • DOAJ/LOCKSS/PORTICO information
      • QOAM score

    Search results

    The search results provide an overview over the costs and most benefits from publishing in a given journal or by making use of a publishing agreement. They come in the form of institutions’ OA policies, journals’ publishing policies and publishing agreements and are grouped by the version of a publication they concern (submitted/preprint, accepted/postprint or published/final). The type and amount of search results depend on the choice of the search fields: Choosing both an institution and a journal will show the institution’s OA policy alongside the journal’s publishing policy condition (and possibly existing publishing agreements), which facilitates comparing them. Visually, the condition sets are represented by cards as well and contain the following information:
    • Type of condition set (institutions’ OA policies, journals' publishing policies and publishing agreements)
    • A set of four conditions, consisting of
      • Cost factors: Absolute publishing cost (APC), APC discount or refund
      • The licence under which the publication appears
      • Indicator whether it is allowed to archive the publication in the authors' institutional repositories
      • Embargo period
    • Additional conditions defined by a publisher, funder or institution (free text)
    • The term card reference number (Cxxxx/Tyyyy)
    • A "Modification request" button that allows notifying the platform's administrators of errors in the corresponding term card.

API access

Please see the back-end documentation and the API schema for further information.

Data reuse and licence

Please see our terms of use to obtain information about how the data provided by this service may be reused.
) } diff --git a/assets/src/pages/about.css b/assets/src/pages/about.css index 3ef60b46..4c41ad7a 100644 --- a/assets/src/pages/about.css +++ b/assets/src/pages/about.css @@ -1,12 +1,17 @@ .main { margin: 3rem !important; } +.div { + margin: 5rem; + text-align: left; + } + h1 h2 { margin-bottom: 3rem; + align: center; } - li { text-align: left; } diff --git a/assets/src/pages/help.css b/assets/src/pages/help.css index 5421bcbb..da0a46a6 100644 --- a/assets/src/pages/help.css +++ b/assets/src/pages/help.css @@ -1,12 +1,19 @@ - - .div{ +.div { margin: 5rem; + text-align: left; } - .list { + +.list { margin-left: 3rem; margin-top: 3rem; } - .list-center { + +.list-center { text-align: center; margin-top: 3rem; - } \ No newline at end of file + } + +h1 h2 { + margin-bottom: 3rem; + align: center; +} \ No newline at end of file