|
15 | 15 | {% endif %}
|
16 | 16 | <!-- Open Graph / Facebook -->
|
17 | 17 | <meta property="og:type" content="website">
|
18 |
| - <meta property="og:url" content="https://federatedlearning.inf.um.es"> |
| 18 | + <meta property="og:url" content="https://nebula-dfl.com"> |
19 | 19 | <meta property="og:title" content="NEBULA: A Platform for Decentralized Federated Learning">
|
20 | 20 | <meta property="og:description"
|
21 | 21 | content="A cutting-edge platform designed to facilitate the training of federated models within both centralized and decentralized architectures">
|
22 | 22 | <meta property="og:image" content="{{ url_for('static', path='images/nebula-logo.jpg') }}">
|
23 | 23 |
|
24 | 24 | <!-- Twitter -->
|
25 | 25 | <meta property="twitter:card" content="summary_large_image">
|
26 |
| - <meta property="twitter:url" content="https://federatedlearning.inf.um.es"> |
| 26 | + <meta property="twitter:url" content="https://nebula-dfl.com"> |
27 | 27 | <meta property="twitter:title" content="NEBULA: A Platform for Decentralized Federated Learning">
|
28 | 28 | <meta property="twitter:description"
|
29 | 29 | content="A cutting-edge platform designed to facilitate the training of federated models within both centralized and decentralized architectures">
|
|
97 | 97 | gtag('js', new Date());
|
98 | 98 | gtag('config', 'G-CJMRTGSHND', {
|
99 | 99 | 'linker': {
|
100 |
| - 'domains': ['federatedlearning.inf.um.es'], |
| 100 | + 'domains': ['federatedlearning.inf.um.es', 'nebula-dfl.com', 'nebula-dfl.eu'] |
101 | 101 | }
|
102 | 102 | });
|
103 | 103 | </script>
|
@@ -143,7 +143,7 @@ <h1 class="logo">
|
143 | 143 | <li><a class="nav-link scrollto" href="https://nebula.enriquetomasmb.com/developerguide">Developer Guide</a></li>
|
144 | 144 | </ul>
|
145 | 145 | </li>
|
146 |
| - <li><a class="nav-link scrollto" href="https://federatedlearning.inf.um.es">Website</a></li> |
| 146 | + <li><a class="nav-link scrollto" href="https://nebula-dfl.com">Website</a></li> |
147 | 147 | {% if not request.session.get("user", None) %}
|
148 | 148 | <li class="nav-item dropdown">
|
149 | 149 | <a class="nav-link dropdown-toggle" href="#" id="navbarLoginDropdown">Login</a>
|
|
0 commit comments