-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1cfdbe0
commit cd53d97
Showing
3 changed files
with
60 additions
and
23 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,5 +1,5 @@ | ||
- text: about | ||
url: / | ||
url: /about | ||
|
||
- text: members | ||
url: /members | ||
|
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
</head> | ||
|
||
<div style="display: flex;flex-direction: row; margin-top: -50px; margin-bottom: -50px"> | ||
<div style="flex: fit-content;align-content: center;"> | ||
<a href="https://www.ls2n.fr/equipe/naomod/"> | ||
<img class="logo" src="img/logo-ls2n.svg" style="height: 9rem; margin-left: -30px;" alt="LS2N logo"> | ||
</a> | ||
</div> | ||
|
||
|
||
<div style="flex: fit-content;align-content: center;"> | ||
<a href="https://www.imt-atlantique.fr/"> | ||
<img class="logo" src="img/logo-imta.svg" alt="IMT Atlantique logo"> | ||
</a> | ||
</div> | ||
<div style="flex: fit-content;align-content: center;"> | ||
<a href="https://www.univ-nantes.fr/"> | ||
<img class="logo" src="img/logo-univnantes.png" alt="Nantes University logo" style="height: 3rem;"> | ||
</a> | ||
</div> | ||
</div> | ||
|
||
<p> | ||
NaoMod, the Nantes Software Modeling Group (formerly known | ||
as AtlanMod), | ||
is a <a href="https://www.ls2n.fr/equipe/naomod/?lang=en">LS2N</a> research team (with members from <a href="https://www.imt-atlantique.fr/fr/l-ecole/departements-d-enseignement-recherche/dapi/recherche">IMT Atlantique</a> and <a href="https://www.univ-nantes.fr/">Nantes Université</a>) resulting from a long-time | ||
research expertise on MDE (Model-Driven Engineering) in the | ||
area of Nantes-France since 1990 (e.g., leading to the creation of the MODELS | ||
and ICMT conference series). | ||
</p> | ||
|
||
<p> | ||
We have been working intensively on improving and promoting the base | ||
techniques, best practices and actual usages of MDE by paying equally | ||
attention to both the academic & industrial problems, and notably | ||
investigating on the benefits that can be brought by a rigorous use of | ||
models in a software engineering context. | ||
</p> | ||
|
||
<p> | ||
From this research effort, an open source model-based toolbox is being | ||
developed and proposed (notably via the worldwide Eclipse Community) | ||
to software engineers & architects with the objective of improving | ||
their productivity as well as increasing the quality of the | ||
applications they design and build. | ||
</p> | ||
|
||
<br/> | ||
<br/> | ||
|
||
<img src="img/team_winterseminar_cropped.jpg" alt="Team seminar at Saint Nazaire", width="75%"> |
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