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 the research outputs section #401

Open
wants to merge 1 commit into
base: content
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
38 changes: 22 additions & 16 deletions data/home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ search-placeholder: Search {{totalArticlesCount}} papers around the world
features:
title: CORE features # the text is hidden, used for SEO and screen readers
children:
- title: Worldwide data
description: |
We aggregate and enrich open access research papers from around the world
- title: Worldwide data
description: |
We aggregate and enrich open access research papers from around the world

[Read about our data](~data)
picture: /images/globe.svg
- title: Unique APIs
description: |
We provide seamless access to content and data, through our
unique [APIs](~services#access-to-raw-data)
[Read about our data](~data)
picture: /images/globe.svg
- title: Unique APIs
description: |
We provide seamless access to content and data, through our
unique [APIs](~services#access-to-raw-data)

**Perfect for [text mining](~about/endorsements#enterprise-companies)!**
picture: /images/api.svg
- title: Powerful Services
description: |
We create powerful [services](~services) for researchers, universities,
and industry
picture: /images/hall.svg
**Perfect for [text mining](~about/endorsements#enterprise-companies)!**
picture: /images/api.svg
- title: Powerful Services
description: |
We create powerful [services](~services) for researchers, universities,
and industry
picture: /images/hall.svg
join:
title: Join CORE
lead: |
Expand Down Expand Up @@ -69,6 +69,12 @@ partner-projects:
- Advocating for and supporting the open access movement.
- Developing artifical intelligence powered tools for researchers.
- Contributing to standards and improving interoperability
research-outputs:
title: Research
description: |
CORE is developed and supported by [Big Scientific Data and Text Analytics group](#) from KMi, The Open University.

We do a lot of research and other project which you can find on our website.

covid-19-notice: |
Stay up to date with the latest Open Access research
Expand Down
16 changes: 16 additions & 0 deletions pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,22 @@ const IndexPage = () => (
items={extractTestimonials(pageSections.partners.organizations.items)}
/>
</Section>

<Section id="research" className={styles['research-section']}>
<h2 className="text-center">{page.researchOutputs.title}</h2>
<div className={styles['research-columns']}>
<Markdown className={styles['research-column']}>
{page.researchOutputs.description}
</Markdown>
<div className={styles['research-column']}>
<img
alt="BSDTAg logo"
src="/images/logo/bsdtag.svg"
className={styles['bsdtag-logo']}
/>
</div>
</div>
</Section>
</Page>
)

Expand Down
13 changes: 13 additions & 0 deletions pages/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,16 @@
.home-academic-institutions-section {
background: $gray-100;
}

.research-section {
background: $gray-100;
}
.research-columns {
display: flex;
}
.research-column {
flex-basis: 50%;
}
.research-column:last-child {
text-align: right;
}
11 changes: 11 additions & 0 deletions public/images/logo/bsdtag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.