Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.
Draft
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
4 changes: 2 additions & 2 deletions content/project/brain_iot.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ twitter: "https://twitter.com/Brain_IoT"
youtube: "https://www.youtube.com/channel/UCuft33LBDs54oOcR06tDBxw"
funding_bodies: ["horizon2020"]
eclipse_projects: []
project_type: running
project_type: success
summary: "Model-basd framework for dependable sensing and actuation in intelligent decentralized IoT systems"
---
BRAIN-IoT focuses on complex scenarios where actuation and control are cooperatively supported by populations of IoT systems. The breakthrough targeted by BRAIN-IoT is to establish a framework and methodology supporting smart cooperative behaviour in fully de-centralized, composable and dynamic federations of heterogeneous IoT platforms.
Expand All @@ -22,7 +22,7 @@ The viability of the proposed approaches is demonstrated in two futuristic usage

[BRAIN-IoT flyer](http://www.brain-iot.eu/wp-content/uploads/2018/11/BrainIOT-Flyer-Version-1.0_10_2018.pdf)

This project is running from January 2018 - December 2020.
This project was running from January 2018 to March 2021.

# Consortium

Expand Down
4 changes: 2 additions & 2 deletions content/project/pdp4e.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ twitter: "https://twitter.com/pdp4e"
youtube: "https://youtu.be/WdwGo2zgqzg"
funding_bodies: ["horizon2020"]
eclipse_projects: ["polarsys.opencert", "modeling.mdt.papyrus"]
project_type: running
project_type: success
summary: "Methods and Tools for GDPR Compliance through Privacy and Data Protection Engineering"
---
PDP4E is an innovation action that will provide software and system engineers with methods and software tools to systematically apply data protection principles in the projects they carry out, so that the products they create comply with the General Data Protection Regulation (GDPR), thus bringing the principles of Privacy and Data Protection by Design to practice.
Expand All @@ -21,7 +21,7 @@ PDP4E will integrate privacy and data protection engineering functionalities int
[PDP4E flyer](https://upload.trialog.com/jirafeau/f.php?h=2z8WTfzf&d=1)
[Additional Video](https://youtu.be/pji6_ZMKQ1w)

This project is running from May 2018 - April 2021.
This project was running from May 2018 to April 2021.

# Consortium
* TRIALOG - France
Expand Down
4 changes: 2 additions & 2 deletions content/project/robmosys.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ twitter: "https://twitter.com/RobMoSys/"
youtube: "https://www.youtube.com/channel/UCURqFtHgAPsXl9mB_QgbB0w"
funding_bodies: ["horizon2020"]
eclipse_projects: ["modeling.smartmdsd"]
project_type: running
project_type: success
summary: "An integrated approach built on top of the current code-centric robotic platforms."
---
RobMoSys envisions an integrated approach built on top of the current code-centric robotic platforms, by applying model-driven methods and tools.
Expand All @@ -22,7 +22,7 @@ RobMoSys will enable the management of the interfaces between different robotics

The [**RobMoSys Academy**](https://robmosys.eu/academy_/) provides a comprehensive set of online training material and tutorials to get familar with the RobMoSys methodology and tools!

RobMoSys runs from January 2017 - December 2020 and is coordinated by CEA.
RobMoSys was running from January 2017 to December 2020.

## Eclipse Papyrus4Robotics
[Papyrus4Robotics](https://www.eclipse.org/papyrus/components/robotics/) is a graphical editing tool for robotic applications that complies with the RobMoSys approach. It manages complexity of robotics development by supporting composition-oriented engineering of robotics systems and separating the task into multiple tiers executed by different roles. It is based on [Eclipse Papyrus](https://www.eclipse.org/papyrus/), an industrial-grade open source Model-Based Engineering tool. Eclipse Papyrus has notably been used successfuly in industrial projects and is the base platform for several industrial modeling tools.
Expand Down
4 changes: 2 additions & 2 deletions layouts/project/summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<div class="padding-20 text-center background-white flex-grow">
<h2 class="h4">
<a href="{{ .Permalink }}">
<span class="vertical-align flex-column margin-bottom-20" style="height:75px">
<span class="vertical-align flex-column margin-bottom-20" style="max-height:150px">
{{ if .Params.logo }}
<img class="img img-responsive margin-auto padding-15" src="{{ .Params.logo | relURL }}" alt="{{ .Title }} logo" height="75"/>
<img class="img img-responsive margin-auto padding-15" src="{{ .Params.logo | relURL }}" alt="{{ .Title }} logo" height="150"/>
{{ else }}
<i style="width:95px;height:95px;" class="center-block" data-feather="file-text" stroke-width="1"></i>
{{ end }}
Expand Down
12 changes: 8 additions & 4 deletions layouts/shortcodes/home-section-organizations.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,20 @@ <h2>Funding organizations</h2>
<div class="row">
<ul class="list-inline list-org text-center center-block">
<li>
<img src="images/funding/horizon-2020.png" class="img-responsive" alt="Horizon 2020 logo"/>
<img src="images/funding/h2020.png" class="img-responsive"/>
</li>
<li >
<img src="images/research/itea3.png" class="img-responsive"/>
<img src="images/funding/itea3.png" class="img-responsive"/>
</li>
<li >
<img src="images/research/ecsel.png" class="img-responsive"/>
<img src="images/funding/ecsel.png" class="img-responsive"/>
</li>
<li >
<img src="images/research/bundes.png" class="img-responsive"/>
<img src="images/funding/bmbf.png" class="img-responsive"/>
</li>
</li>
<li >
<img src="images/funding/bmwi.png" class="img-responsive"/>
</li>
</ul>
</div>
Expand Down
4 changes: 2 additions & 2 deletions less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ main {
margin-right: 40px;
}
.list-org img {
max-height: 125px;
padding: 10px 25px;
max-height: 200px;
padding: 5px 5px;
}
.section {
h1 {
Expand Down
Binary file modified static/images/funding/artemis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/funding/bmbf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/funding/bmwi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/funding/ecsel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/funding/h2020.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/images/funding/horizon-2020.png
Binary file not shown.
Binary file modified static/images/funding/itea3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/research/agail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/research/agile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/research/amalthea4public.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/research/amass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/research/app4mc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/research/appstacle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/research/arrowheadtools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/research/basys4_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/research/basys4_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/research/basyx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/research/brain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/images/research/bundes.png
Binary file not shown.
Binary file modified static/images/research/crossminer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/images/research/ecsel.png
Binary file not shown.
Binary file modified static/images/research/fabos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/research/gemoc_studio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/images/research/h2020.png
Binary file not shown.
Binary file removed static/images/research/itea3.png
Binary file not shown.
Binary file modified static/images/research/kuksa.png
Binary file modified static/images/research/opees.jpg
Binary file modified static/images/research/panorama.png
Binary file modified static/images/research/pdp4e.png
Binary file modified static/images/research/polarsys.png
Binary file modified static/images/research/robmosys.png
Binary file modified static/images/research/smartclide.png
Binary file modified static/images/research/sparta.png
Binary file modified static/images/research/transact.png