Page MenuHomec4science

welcome.js
No OneTemporary

File Metadata

Created
Mon, Jul 22, 16:58

welcome.js

import React from "react"
import "./welcome.css"
import Button from '@material-ui/core/Button';
export default function Welcome () {
return (
<div>
<container class="flex-container">
<div class="flex-item">
<h2>Welcome!</h2>
<p>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.</p>
</div>
<div class="flex-item">
<h2>Mission</h2>
<p>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</p>
</div>
<div class="flex-item">
<h2>Where do our data come from?</h2>
<p>OACCT provides a list of journals with information aggregated from several sources on a regular basis:
<ul >
<li>Journal ISSNs (source: ISSN International centre)</li>
<li>Publication conditions (source: Sherpa/Romeo)</li>
<li>Swiss institutions from swissuniversities</li>
</ul>
</p>
</div>
</container>
</div>
)
}

Event Timeline