Skip to content
Snippets Groups Projects
Commit 12471689 authored by Olivier Goulet's avatar Olivier Goulet
Browse files

Display collaborations on research page

parent f4de51b1
No related branches found
No related tags found
1 merge request!64Display collaborations on research page
......@@ -41,13 +41,15 @@ custom_jumbotron: |
{{< pages/research/home-section-organizations >}}
{{< grid/section-container class="row-gray padding-top-40 padding-bottom-40 margin-bottom-40" isMarkdown="false" >}}
{{< grid/section-container class="row-gray padding-top-40 padding-bottom-40" isMarkdown="false" >}}
<h2 class="text-center margin-bottom-40">The Eclipse Foundation is a Partner in these Projects</h2>
{{< eclipsefdn_projects is_static_source="true" url="/research/projects/index.json" templateId="tpl-projects-item-research" display_view_more="false" >}}
{{</ grid/section-container >}}
{{< pages/research/collaboration-section >}}
{{< pages/research/newsroom-section working_group="research" class="margin-bottom-30" resource_class="col-md-5 newsroom-resource-card newsroom-resource-card-match-height match-height-item" >}}
{{< pages/research/home-section-contact >}}
{{< mustache_js template-id="tpl-projects-item-research" path="/js/src/templates/research/tpl-projects-item-research.mustache" >}}
\ No newline at end of file
{{< mustache_js template-id="tpl-projects-item-research" path="/js/src/templates/research/tpl-projects-item-research.mustache" >}}
items:
- name: GEMOC Research Consortium
summary: >-
GEMOC is an open and international initiative that aims to coordinate and
disseminate the research results regarding the support of the coordinated
use of various modeling languages that will lead to the concept of the
globalization of modeling languages.
logo: /images/research/gemoc-research-consortium.png
url: https://gemoc.org/
- name: Software Defined Vehicle
summary: >-
An open technology platform for the software defined vehicle of the
future; focused on accelerating innovation of automotive-grade in-car
software stacks using open source and open specifications developed by a
vibrant community.
logo: https://www.eclipse.org/org/workinggroups/assets/images/wg-sdv.svg
url: https://sdv.eclipse.org/
{{ $collaborations := .Site.Data.research.collaborations }}
<section class="row row-gray padding-bottom-40 margin-bottom-20" id="collaborations">
<div class="container">
<h2 class="text-center margin-bottom-60">The Research team is supporting these groups</h2>
<div class="container">
<div class="row">
<div class="col-md-24">
<ul class="list-inline list">
{{ range $collaborations.items }}
<li class="col-md-6 col-sm-12">
<div class="featured-projects-item tpl-projects-research match-height-item-by-row" data-mh="m-header">
<div class="featured-projects-item-category category labels">{{ .name }}</div>
<div class="featured-projects-item-content">
<a href="{{ .url }}" class="link">
<img class="featured-projects-item-img img-responsive logo logo_alt" alt="{{ .name }}" src="{{ .logo }}" height="40">
</a>
<div class="featured-projects-item-text">
<p class="description">{{ .summary }}</p>
</div>
</div>
<div class="details">
<div class="featured-projects-website-url">
<a href="{{ .url }}">Visit Website</a>
<span class="featured-projects-website-url-bar"></span>
</div>
</div>
</div>
</li>
{{ end }}
</ul>
</div>
</div>
</div>
</div>
</section>
static/images/research/gemoc-research-consortium.png

21.3 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment