-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (109 loc) · 11.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.5.2/cerulean/bootstrap.min.css" integrity="sha384-3fdgwJw17Bi87e1QQ4fsLn4rUFqWw//KU0g8TvV6quvahISRewev6/EocKNuJmEw" crossorigin="anonymous">
<link rel="stylesheet" href="css/custom.css" type="text/css">
<title>ModelUM - Home</title>
</head>
<body>
<div class="container">
<div class="row" id="header"></div><br>
<div class="row">
<div class="col-md-9">
<h1>About our group</h1>
<p class="lead">The Modelum Group has been working on Model-Driven Software Engineering (MDE) since 2005. In the first ten years, our work focused on MDE foundations and model-driven software modernization, some of the main results of this period are listed <a href="https://dblp.org/pid/78/4516.html" target="_blank">here</a>. Since 2014 our main research line is model-driven NoSQL data engineering. We tried to take advantage of our experience in MDE to build tools that support NoSQL developers in tasks of schema visualization, code generation, reverse engineering, and design, among others.</p>
</div>
<div class="col-md-3">
<img class="img-rounded img-responsive img-fluid mx-auto d-block img-logo" src="img/logo_modelum.png">
</div>
</div>
<div class="row section-separator col-md-12">
<h1>Latest news</h1>
<dl class="row">
<dt class="col-sm-3">03.05.2023<br>CodeQL extension released</dt>
<dd class="col-sm-9">The Java project related to the Orion extension, in charge of the code update by generating CodeQL queries, has been released and is now hosted on a public GitHub repository. You can now check it out in our <a href="tools.html">Tools</a> section.</dd>
<dt class="col-sm-3">02.05.2023<br>SkiQL source code released</dt>
<dd class="col-sm-9">The Java projects containing SkiQL have now been released and is now hosted on a public GitHub repository. You can now check it out in our <a href="tools.html">Tools</a> section.</dd>
<dt class="col-sm-3">24.04.2023<br>Orion source code released</dt>
<dd class="col-sm-9">The Java projects related to the Orion language, the Orion engine and the Alloy validation have been released and are now hosted on a public GitHub repository. You can now check them out in our <a href="tools.html">Tools</a> section.</dd>
<dt class="col-sm-3">02.03.2023<br>Eirene source code released</dt>
<dd class="col-sm-9">The Java projects used to discover entity inheritance relationships in a U-Schema model have been released and are now hosted on a public GitHub repository. You can now check them out in our <a href="tools.html">Tools</a> section.</dd>
<dt class="col-sm-3">02.03.2023<br>Athena source code released</dt>
<dd class="col-sm-9">The Eclipse projects containing the Athena language, along with the Athena engine have been released and are now hosted on a public GitHub repository. You can now check them out in our <a href="tools.html">Tools</a> section.</dd>
<dt class="col-sm-3">21.02.2023<br>Inference source code released</dt>
<dd class="col-sm-9">The Java projects involved in inferring U-Schema models from running databases have been released and are now hosted on a public GitHub repository. You can now check them out in our <a href="tools.html">Tools</a> section.</dd>
<dt class="col-sm-3">14.02.2023<br>New paper at CoMoNoS 2023</dt>
<dd class="col-sm-9">Paper <i>"Propagating Schema Changes to Code: An Approach Based on a Unified Data Model"</i> has been accepted at the <a href="https://sites.google.com/view/comonos2023">CoMoNoS 2023</a> workshop, co-located with the EDBT/ICDT 2023 conference, held in Greece next March. When available, the paper link may be checked <a href="publications.html">here</a>.</dd>
<dt class="col-sm-3">24.01.2023<br>U-Schema source code released</dt>
<dd class="col-sm-9">The U-Schema source code has been finally released and is hosted on a public GitHub repository. You can get additional information of it, as well as a link to the repository in our <a href="tools.html">Tools</a> section.</dd>
<dt class="col-sm-3">27.07.2022<br>Alberto receives his PhD degree</dt>
<dd class="col-sm-9"> ModelUM member Alberto Hernández Chillón received his PhD after defending the thesis titled <i>"Multi-Model Database Engineering based on a Unified Data Model"</i> at the University of Murcia. Congratulations Alberto!</dd>
<dt class="col-sm-3">30.06.2022<br>Carlos receives his PhD degree</dt>
<dd class="col-sm-9"> ModelUM member Carlos Javier Fernández Candel received his PhD after defending the thesis titled <i>"A Unified Data Metamodel for Relational and NoSQL databases: Schema Extraction and Query"</i> at the University of Murcia. Congratulations Carlos!</dd>
<dt class="col-sm-3">24.08.2021<br>New paper published on IS</dt>
<dd class="col-sm-9"> Paper <i>"A unified metamodel for NoSQL and relational databases"</i> has been published on the <i>Information Systems</i> journal with <i>open access</i> and is already available. You can now find it on the following <a href="https://www.sciencedirect.com/science/article/pii/S0306437921001149">link</a>.</dd>
<dt class="col-sm-3">24.08.2021<br>New paper published on KnoSyS</dt>
<dd class="col-sm-9"> Paper <i>"Discovering Entity Inheritance Relationships in Document Stores"</i> has been published on the <i>Knowledge-Based Systems</i> journal and is already available. You can now find it on the following <a href="https://www.sciencedirect.com/science/article/abs/pii/S0950705121006560">link</a>, and find additional information about the tool on our <a href="tools.html">Tools</a> section.</dd>
<dt class="col-sm-3">23.08.2021<br>New paper at CoMoNoS 2021</dt>
<dd class="col-sm-9">Paper <i>"Athena: A Database-Independent Schema Definition Language"</i> has been accepted at the <a href="https://sites.google.com/view/comonos21/">CoMoNoS 2021</a> workshop, held in Canada next October. When available, the paper link may be checked <a href="publications.html">here</a>.</dd>
<dt class="col-sm-3">26.07.2021<br>New paper at ER 2021</dt>
<dd class="col-sm-9">Paper <i>"Towards a Taxonomy of Schema Changes for NoSQL Databases: The Orion Language"</i> has been accepted as a short paper at the <a href="https://er2021.org/">ER 2021</a> conference, which will be held in Canada next October. When available, the paper link may be checked <a href="publications.html">here</a>.</dd>
<dt class="col-sm-3">06.04.2021<br>CoMoNoS 2021 - Call for papers</dt>
<dd class="col-sm-9">The 2nd edition of the Workshop on Conceptual Modeling for NoSQL Data Stores will be co-located with <a href="https://www.er2021.org/index.html">ER 2021</a>, and Diego Sevilla and Jesús García Molina will be part of the Program Committee. The call for papers deadline is June 16, 2021. For additional info please check the official <a href="https://sites.google.com/view/comonos21">website</a>.</dd>
<dt class="col-sm-3">05.03.2021<br>CoMoNoS 2020 papers available</dt>
<dd class="col-sm-9">CoMoNoS papers <i>"Deimos: A Model-based NoSQL Data Generation Language"</i> and <i>"Managing Physical Schemas in MongoDB Stores"</i> are now available on the Springer webpage. We have also added them to the publications page with a link to the download page. You can check them <a href="publications.html">here</a>.</dd>
<dt class="col-sm-3">19.10.2020<br>We have a new webpage!</dt>
<dd class="col-sm-9">Slowly but surely we are migrating the content from the old domain to this one. Updates, new projects and publications will be shown here. We will keep this frontpage updated with the last news regarding the group!</dd>
<dt class="col-sm-3">15.09.2020<br>Two papers at CoMoNoS 2020</dt>
<dd class="col-sm-9">Papers <i>"Deimos: A Model-based NoSQL Data Generation Language"</i> and <i>"Managing Physical Schemas in MongoDB Stores"</i> were accepted at <a href="https://sites.google.com/view/comonos20">CoMoNoS 2020</a>. The event will be held online on 3-6 November 2020 with free registrations for non-authors <a href="https://er2020.big.tuwien.ac.at/registration/">here</a>.</dd>
<dt class="col-sm-3">15.06.2020<br>CoMoNoS 2020 - Call for papers</dt>
<dd class="col-sm-9">The 1st Workshop on Conceptual Modeling for NoSQL Data Stores will be co-located with <a href="https://er2020.big.tuwien.ac.at/">ER 2020</a>, and two members of ModelUM will be part of the Program Committee. The call for papers period has been extended until July 27, 2020. For additional info please check the official <a href="https://sites.google.com/view/comonos20">website</a>.</dd>
<dt class="col-sm-3">17.02.2020<br>NoSQL workshop in Hamburg</dt>
<dd class="col-sm-9">ModelUM was invited to take part to a NoSQL Workshop held in Hamburg, Germany. Jesús García Molina, Diego Sevilla Ruiz and Alberto Hernández Chillón took part in it showing the group last advancements on NoSQL schema applications, current path of work and future developments.</dd>
</dl>
</div>
<div class="row section-separator">
<div class="col-md-12" id="contact"><h1>Contact</h1>
</div>
<div class="col-md-5">
<h4>Address</h4>
Department of Computer Science and Systems,<br>
Faculty of Computer Science, University of Murcia,<br>
30100 Campus de Espinardo,<br>
Murcia, Spain<br><br>
<p>
You may also check our <a href="members.html">Members</a> section, or send a message directly to our head researcher:
<ul style="list-style-type: none;">
<li><b>Jesús J. García Molina</b>
(<a href="mailto:[email protected]">[email protected]</a>)</li>
</ul>
</p>
<hr>
<p>
Keep track of our work by following our public GitHub profile:
<a href="https://github.com/modelum/" target="_blank"><i class="fa fa-github fa-2x" style="color:#000000;"></i></a>
</p>
<hr>
<p>
</p>
</div>
<div class="col-md-1">
</div>
<div class="col-md-6">
<h4>Location</h4>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d6051511.184346316!2d-12.034995923238672!3d42.217876011390786!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xd63821a4755b385%3A0xb720b60150e3c3a3!2sFacultad%20de%20Inform%C3%A1tica!5e0!3m2!1ses!2ses!4v1602810633443!5m2!1ses!2ses" width="100%" height="350"></iframe>
</div>
</div>
<div id="footer"></div>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
<script>$(document).ready(function(){$('#header').load("html/common/header.html");});</script>
<script>$(document).ready(function(){$('#footer').load("html/common/footer.html");});</script>
</body>
</html>