-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor remaining pages * fix react-bootstrap imports * Remove variables from content (#417) * remove doi vars * remove organization vars * remove people vars * remove unused vars * remove unnecessary import
- Loading branch information
Showing
41 changed files
with
180 additions
and
206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,80 @@ | ||
import React from 'react' | ||
import About from 'src/components/About/About' | ||
import { Container } from 'react-bootstrap' | ||
import Container from 'react-bootstrap/Container' | ||
import Col from 'react-bootstrap/Col' | ||
import Row from 'react-bootstrap/Row' | ||
|
||
export default function AboutPage() { | ||
return ( | ||
<Container fluid> | ||
<About title={'About'} /> | ||
<Row> | ||
<Col md={{ span: 9, offset: 3 }}> | ||
<div className="panel panel-transparent"> | ||
<div className="panel-body"> | ||
<h3 className="member">About</h3> | ||
<p> | ||
DataCite Commons is a web search interface for the{' '} | ||
<a | ||
href="https://doi.org/10.5438/jwvf-8a66" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
PID Graph | ||
</a> | ||
, the graph formed by the collection of scholarly resources such | ||
as publications, datasets, people and research organizations, and | ||
their connections. The PID Graph uses persistent identifiers and{' '} | ||
<a href="https://graphql.org/" target="_blank" rel="noreferrer"> | ||
GraphQL | ||
</a> | ||
, with PIDs and metadata provided by DataCite, Crossref, ORCID, | ||
and others. | ||
</p> | ||
<p> | ||
DataCite Commons was officially launched in October 2020 by the{' '} | ||
<a | ||
href="https://www.project-freya.eu/en/about/mission" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
FREYA project | ||
</a> | ||
, funded by the European Union’s Horizon 2020 research and | ||
innovation programme under grant agreement No 777523. | ||
</p> | ||
<p> | ||
DataCite Commons is partially supported by the{' '} | ||
<a | ||
href="https://parsecproject.org" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
PARSEC project | ||
</a>{' '} | ||
funded by the Belmont Forum (Collaborative Research Action on | ||
Science-Driven e-Infrastructures Innovation) managed through the | ||
National Science Foundation (Grant ID 1929464). | ||
</p> | ||
<p> | ||
<a | ||
href="https://portal.productboard.com/71qotggkmbccdwzokuudjcsb/c/35-common-doi-search" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
Provide input to the DataCite Roadmap | ||
</a>{' '} | ||
|{' '} | ||
<a | ||
href="https://support.datacite.org/docs/datacite-commons" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
Information in DataCite Support | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
</Col> | ||
</Row> | ||
</Container> | ||
) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.