|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
| 6 | + <meta name="description" content="" /> |
| 7 | + <meta name="author" content="" /> |
| 8 | + <title>INESData</title> |
| 9 | + <!-- Favicon--> |
| 10 | + <link rel="icon" type="image/x-icon" href="../../assets/favicon.ico" /> |
| 11 | + <!-- Core theme CSS (includes Bootstrap)--> |
| 12 | + <link href="../../css/styles.css" rel="stylesheet" /> |
| 13 | + <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 14 | + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 15 | + <link href="https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet"> |
| 16 | + <link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet"> |
| 17 | + </head> |
| 18 | + <body> |
| 19 | + <!-- Responsive navbar--> |
| 20 | + <nav class="navbar navbar-expand-lg navbar-dark bg-dark"> |
| 21 | + <div class="container px-5"> |
| 22 | + <h1 class="logo navbar-brand text-center"> |
| 23 | + <a href="index.html"> |
| 24 | + Incubadora INESData |
| 25 | + |
| 26 | + <img src="../../assets/logos/inesdata-logo.png" alt="Logo INESData" style="position: relative; left: -50px;"> |
| 27 | + |
| 28 | + </a> |
| 29 | + </h1> |
| 30 | + <!-- <div class="collapse navbar-collapse" id="navbarSupportedContent"> --> |
| 31 | + <ul class="navbar-nav ms-auto mb-2 mb-lg-0"> |
| 32 | + <!-- <li class="nav-item"><a class="nav-link active" aria-current="page" href="index.html">Principal</a></li> --> |
| 33 | + <!--<li class="nav-item"><a class="nav-link " href="proyecto.html">Sobre...</a></li>--> |
| 34 | + <li class="nav-item"><a class="nav-link " href="repositorios.html">Repositorios</a></li> |
| 35 | + <li class="nav-item"><a class="nav-link " href="noticias.html">Noticias</a></li> |
| 36 | + <li class="nav-item"><a class="nav-link" href="documentos.html">Documentos</a></li> |
| 37 | + <div class="dropdown"> |
| 38 | + <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
| 39 | + <i class="bi bi-gear"></i> Espacios de Datos |
| 40 | + </a> |
| 41 | + <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown"> |
| 42 | + <a class="dropdown-item" href="https://mobility.ds.inesdata-project.eu/home">Movilidad</a> |
| 43 | + <a class="dropdown-item" href="https://labdemos.expertcustomers.ai/edl">Lingüístico</a> |
| 44 | + <a class="dropdown-item" href="https://legal.ds.inesdata-project.eu/home">Jurídico</a> |
| 45 | + <a class="dropdown-item" href="../es/index.html">Medios digitales</a> |
| 46 | + </div> |
| 47 | + </div> |
| 48 | + <li class="nav-item"><a class="nav-link" href="catalogo_recursos.html">Catálogo</a></li> |
| 49 | + <li class="nav-item"><a class="nav-link" href="contacto.html">Contacto</a></li> |
| 50 | + <div class="dropdown"> |
| 51 | + <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">🌐 Idioma</a> |
| 52 | + <div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown"> |
| 53 | + <a class="dropdown-item" href="../es/index.html">Español</a> |
| 54 | + <a class="dropdown-item" href="../en/index.html">Inglés</a> |
| 55 | + </div> |
| 56 | + </div> |
| 57 | + |
| 58 | + |
| 59 | + </ul> |
| 60 | + |
| 61 | + <!-- </div> --> |
| 62 | + </div> |
| 63 | + </nav> |
| 64 | + |
| 65 | + <!-- Page Content--> |
| 66 | + <div class="container px-4 px-lg-5"> |
| 67 | + <!-- Filter by Type --> |
| 68 | + <div class="mb-3"> |
| 69 | + <!-- </div> --> |
| 70 | + </div> |
| 71 | + </nav> |
| 72 | + |
| 73 | + <!-- Page Content--> |
| 74 | + <div class="container px-4 px-lg-5"> |
| 75 | + <!-- Filtro por Tipo --> |
| 76 | + <div class="mb-3"> |
| 77 | + <label for="filterType" class="form-label">Filtrar por Tipo:</label> |
| 78 | + <select id="filterType" class="form-select"> |
| 79 | + <option value="all">Todos</option> |
| 80 | + <option value="Publicación científica">Publicación científica</option> |
| 81 | + <option value="Conjunto de datos">Conjunto de datos</option> |
| 82 | + <option value="Servicio">Servicio</option> |
| 83 | + <option value="Librería">Librería</option> |
| 84 | + <option value="Componente de Espacio de Datos">Componente de Espacio de Datos</option> |
| 85 | + <option value="Documentación">Documentación</option> |
| 86 | + <option value="Otro">Otro</option> |
| 87 | + </select> |
| 88 | + </div> |
| 89 | + <!-- Tabla --> |
| 90 | + <table class="table table-striped mt-4 text-start" id="resourceTable"> |
| 91 | + <thead> |
| 92 | + <tr> |
| 93 | + <th scope="col">Recurso</th> |
| 94 | + <th scope="col">Tipo</th> |
| 95 | + <th scope="col">Descripción</th> |
| 96 | + <th scope="col">Espacio de Datos</th> |
| 97 | + <th scope="col">Público</th> |
| 98 | + <th scope="col">Enlace</th> |
| 99 | + </tr> |
| 100 | + </thead> |
| 101 | + <tbody> |
| 102 | + <tr> |
| 103 | + <td>mderanklib</td> |
| 104 | + <td>Librería</td> |
| 105 | + <td>Librería para extracción de términos</td> |
| 106 | + <td>Lingüístico</td> |
| 107 | + <td>Sí</td> |
| 108 | + <td><a href="https://github.com/oeg-upm/mderanklib">Ver más</a></td> |
| 109 | + </tr> |
| 110 | + <tr> |
| 111 | + <td>AttentionRankLib</td> |
| 112 | + <td>Librería</td> |
| 113 | + <td>Librería para extracción de términos</td> |
| 114 | + <td>Lingüístico</td> |
| 115 | + <td>Sí</td> |
| 116 | + <td><a href="https://github.com/oeg-upm/AttentionRankLib">Ver más</a></td> |
| 117 | + </tr> |
| 118 | + <tr> |
| 119 | + <td>Challenge: K-Flares: A K-Adapter Based Approach for the FLARES Challenge</td> |
| 120 | + <td>Otro</td> |
| 121 | + <td>Implementación oficial del artículo "K-Adapter: Infusing Knowledge into Pre-Trained Models with Adapters", publicado en Findings of ACL-IJCNLP 2021.</td> |
| 122 | + <td>Lingüístico</td> |
| 123 | + <td>Sí</td> |
| 124 | + <td><a href="https://github.com/oeg-upm/k-flares">Ver más</a></td> |
| 125 | + </tr> |
| 126 | + <tr> |
| 127 | + <td>MEL: Legal Spanish Language Model</td> |
| 128 | + <td>Publicación científica</td> |
| 129 | + <td>Modelo del español legal</td> |
| 130 | + <td>Jurídico</td> |
| 131 | + <td>Sí</td> |
| 132 | + <td><a href="https://arxiv.org/abs/2501.16011">Ver más</a></td> |
| 133 | + </tr> |
| 134 | + <tr> |
| 135 | + <td>3CEL: A corpus of legal Spanish contract clauses</td> |
| 136 | + <td>Publicación científica</td> |
| 137 | + <td>Corpus de detección de cláusulas en contratos</td> |
| 138 | + <td>Jurídico</td> |
| 139 | + <td>Sí</td> |
| 140 | + <td><a href="https://arxiv.org/abs/2501.15990">Ver más</a></td> |
| 141 | + </tr> |
| 142 | + <tr> |
| 143 | + <td>3CEL: A corpus of legal Spanish contract clauses</td> |
| 144 | + <td>Conjunto de datos</td> |
| 145 | + <td>Corpus de detección de cláusulas en contratos</td> |
| 146 | + <td>Jurídico</td> |
| 147 | + <td>Sí (acceso restringido)</td> |
| 148 | + <td><a href="">Próximamente</a></td> |
| 149 | + </tr> |
| 150 | + <tr> |
| 151 | + <td>Servicio de detección de cláusulas en contratos</td> |
| 152 | + <td>Servicio</td> |
| 153 | + <td>Servicio API detección de cláusulas en contratos</td> |
| 154 | + <td>Jurídico</td> |
| 155 | + <td>Sí</td> |
| 156 | + <td><a href="#">Próximamente</a></td> |
| 157 | + </tr> |
| 158 | + <tr> |
| 159 | + <td>Corpus LegalAct</td> |
| 160 | + <td>Conjunto de datos</td> |
| 161 | + <td>Corpus de calidad normativa</td> |
| 162 | + <td>Jurídico</td> |
| 163 | + <td>Sí (acceso restringido)</td> |
| 164 | + <td><a href="#">Próximamente</a></td> |
| 165 | + </tr> |
| 166 | + <tr> |
| 167 | + <td>Servicio detección de cláusulas en contratos</td> |
| 168 | + <td>Servicio</td> |
| 169 | + <td>Servicio API detección de calidad normativa</td> |
| 170 | + <td>Jurídico</td> |
| 171 | + <td>Sí</td> |
| 172 | + <td><a href="#">Próximamente</a></td> |
| 173 | + </tr> |
| 174 | + <tr> |
| 175 | + <td>Modelo de predicción de llegada de autobuses a una parada concreta (Madrid)</td> |
| 176 | + <td>Servicio</td> |
| 177 | + <td>Modelo que predice cuánto tiempo le queda a un autobús para llegar a una parada cuestionada en el territorio de Madrid.</td> |
| 178 | + <td>Movilidad</td> |
| 179 | + <td>Sí</td> |
| 180 | + <td><a href="#">Próximamente</a></td> |
| 181 | + </tr> |
| 182 | + <tr> |
| 183 | + <td>Portal público ED Movilidad</td> |
| 184 | + <td>Servicio</td> |
| 185 | + <td>Portal público en el que se presentan de una manera visual el caso de uso, el catálogo de assets disponible y la gobernanza del ED de Movilidad</td> |
| 186 | + <td>Movilidad</td> |
| 187 | + <td>Sí</td> |
| 188 | + <td><a href="https://mobility.ds.inesdata-project.eu/ ">Ver más</a></td> |
| 189 | + </tr> |
| 190 | + <tr> |
| 191 | + <td>Datasets con información diaria de la AEMET</td> |
| 192 | + <td>Conjunto de datos</td> |
| 193 | + <td>Datasets con información diaria de la AEMET</td> |
| 194 | + <td>Movilidad</td> |
| 195 | + <td>TBD</td> |
| 196 | + <td><a href="#">Próximamente</a></td> |
| 197 | + </tr> |
| 198 | + <tr> |
| 199 | + <td>Datasets con información diaria de INFORMO</td> |
| 200 | + <td>Conjunto de datos</td> |
| 201 | + <td>Dataset con información diaria relevante de INFORMO. Este dataset tiene su inicio a marzo de 2024 y sigue ampliándose.</td> |
| 202 | + <td>Movilidad</td> |
| 203 | + <td>TBD</td> |
| 204 | + <td><a href="#">Próximamente</a></td> |
| 205 | + </tr> |
| 206 | + <tr> |
| 207 | + <td>Datasets con información diaria de la EMT</td> |
| 208 | + <td>Conjunto de datos</td> |
| 209 | + <td>Dataset con información diaria relevante de la EMT. Este dataset tiene su inicio a marzo de 2024 y sigue ampliándose.</td> |
| 210 | + <td>Movilidad</td> |
| 211 | + <td>TBD</td> |
| 212 | + <td><a href="#">Próximamente</a></td> |
| 213 | + </tr> |
| 214 | + <tr> |
| 215 | + <td>Servicio web para uso de la API (Predicción de autobuses)</td> |
| 216 | + <td>Servicio</td> |
| 217 | + <td>Servicio web que permite acceder, de forma segura, a una API para predecir la llegada de autobuses a una parada específica, integrada en el conector del espacio de datos.</td> |
| 218 | + <td>Movilidad</td> |
| 219 | + <td>TBD</td> |
| 220 | + <td><a href="#">Próximamente</a></td> |
| 221 | + </tr> |
| 222 | + |
| 223 | + |
| 224 | + </tbody> |
| 225 | + </table> |
| 226 | + </div> |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + <!-- Footer--> |
| 231 | + <footer class="page-footer clearfix"> |
| 232 | + |
| 233 | + <div class="footer-wrapper"> |
| 234 | + <nav class="footer-menu clearfix"> |
| 235 | + <!-- <img src="../static/images/logopal.png" class="logo2"> !--> |
| 236 | + <img src="../../assets/logos/nextgeneration-logo.png" class="logo1"> |
| 237 | + <img src="../../assets/logos/ministerio-logo.png" class="logo2"> |
| 238 | + <img src="../../assets/logos/unico-logo.png" class="logo3"> |
| 239 | + <img src="../../assets/logos/upm.png" class="logo4"> |
| 240 | + <img src="../../assets/logos/oeg-logo.gif" class="logo5"> |
| 241 | + |
| 242 | + |
| 243 | + </nav> |
| 244 | + <div class="container px-4 px-lg-5 text-center"> |
| 245 | + <p class="m-0 text-white footer_text">INESData (Infraestructura para la INvestigación de ESpacios de DAtos distribuidos en UPM) © 2023</p> |
| 246 | + </div> |
| 247 | + </div> |
| 248 | + |
| 249 | +</footer> |
| 250 | +<!-- |
| 251 | + <footer class="py-5 bg-dark"> |
| 252 | + |
| 253 | + </footer> --> |
| 254 | + |
| 255 | + |
| 256 | + <!-- Bootstrap core JS--> |
| 257 | + <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script> |
| 258 | + |
| 259 | + |
| 260 | + <!-- Core theme JS--> |
| 261 | + <script src="../../js/scripts.js"></script> |
| 262 | + <script> |
| 263 | + document.addEventListener('DOMContentLoaded', function () { |
| 264 | + const filterType = document.getElementById('filterType'); |
| 265 | + const table = document.getElementById('resourceTable'); |
| 266 | + const rows = table.querySelectorAll('tbody tr'); |
| 267 | + |
| 268 | + filterType.addEventListener('change', function () { |
| 269 | + const selectedType = this.value; |
| 270 | + |
| 271 | + rows.forEach(row => { |
| 272 | + const typeCell = row.cells[1].textContent.trim(); |
| 273 | + if (selectedType === 'all' || typeCell === selectedType) { |
| 274 | + row.style.display = ''; |
| 275 | + } else { |
| 276 | + row.style.display = 'none'; |
| 277 | + } |
| 278 | + }); |
| 279 | + }); |
| 280 | + }); |
| 281 | + </script> |
| 282 | + </body> |
| 283 | +</html> |
| 284 | + |
0 commit comments