irie 0.0.23__py3-none-any.whl → 0.0.25__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of irie might be problematic. Click here for more details.

@@ -2,15 +2,16 @@
2
2
  <div class="row">
3
3
  <div class="col-10 col-md-8 col-xl-8 mb-0 mb-md-0">
4
4
  <p class="mb-0 text-left">
5
- &copy; BRACE<sup class="superscript">2</sup>
6
- - A project by PEER.
5
+ &copy; <em>BRACE</em><sup class="superscript">2</sup>
6
+ - A project by <a target="_blank" href="https://peer.berkeley.edu">PEER</a>.
7
7
  </p>
8
8
  </div>
9
9
  <div class="col-10 col-md-4 col-xl-4 text-end">
10
10
  <ul class="list-inline list-group-flush list-group-borderless text-end mb-0">
11
11
  <li class="list-inline-item px-0 px-sm-2">
12
- <a target="_blank"
13
- href="https://peer.berkeley.edu">Berkeley, CA</a>
12
+ Powered by
13
+ <a target="_blank" href="https://stairlab.berkeley.edu/software/irie">
14
+ IRiE</a>
14
15
  </li>
15
16
  </ul>
16
17
  </div>
@@ -191,7 +191,7 @@
191
191
  </div>
192
192
  <div class="card-footer">
193
193
  <span class="small">
194
- Source: <a href="https://www.strongmotioncenter.org/cgi-bin/CESMD/stationhtml.pl?stationID={{asset.cesmd}}&network=CGS">CGS</a></span>
194
+ Source: <a rel="nofollow noreferrer" href="https://www.strongmotioncenter.org/cgi-bin/CESMD/stationhtml.pl?stationID={{asset.cesmd}}&network=CGS">CGS</a></span>
195
195
  </div>
196
196
  </div>
197
197
  </div>
@@ -220,6 +220,9 @@
220
220
  <div class="card-body d-flex align-items-center justify-content-center">
221
221
  {% include "prediction/hazus/history.html" with hazus=hazus %}
222
222
  </div>
223
+ <div class="card-footer">
224
+ <span class="small">Source: <a rel="nofollow noreferrer" href="https://www.fema.gov/flood-maps/tools-resources/flood-map-products/hazus/user-technical-manuals">FEMA</a></span>
225
+ </div>
223
226
  </div>
224
227
  </div>
225
228
  </div>
@@ -240,9 +243,7 @@
240
243
  <div class="card-body shadow table-wrapper table-responsive">
241
244
  <table class="table table-hover" style="display: block;">
242
245
  <caption>{{asset.calid}} Table {{forloop.counter}}</caption>
243
- {# <thead><tr><th>Key</th> <th>Value</th></tr></thead> #}
244
246
  <tbody>
245
- {# <tr><td><b>CESMD</b></td><td>{{ asset_data.cesmd }}</td></tr> #}
246
247
  {% for key,val in table.items %}
247
248
  {% if val %}
248
249
  <tr>
@@ -256,6 +257,9 @@
256
257
  </tbody>
257
258
  </table>
258
259
  </div>
260
+ <div class="card-footer">
261
+ <span class="small">Source: <a rel="nofollow noreferrer" href="https://infobridge.fhwa.dot.gov/">InfoBridge</a></span>
262
+ </div>
259
263
  </div>
260
264
  </div>
261
265
  <br>
@@ -7,7 +7,17 @@
7
7
  -->
8
8
  <head>
9
9
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
+ <!-- Google tag (gtag.js) -->
11
+ {% comment %}
12
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-TFW5X9DYND"></script>
13
+ <script>
14
+ window.dataLayer = window.dataLayer || [];
15
+ function gtag(){dataLayer.push(arguments);}
16
+ gtag('js', new Date());
10
17
 
18
+ gtag('config', 'G-TFW5X9DYND');
19
+ </script>
20
+ {% endcomment %}
11
21
  <title>{% block title %}{% endblock %} | BRACE2</title>
12
22
 
13
23
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
@@ -15,7 +25,7 @@
15
25
  <meta name="author" content="PEER">
16
26
  <meta name="description" content="BRACE2 is a platform for real-time structural health monitoring.">
17
27
  <meta name="keywords" content="dashboard, shm, bridge, fem, fea, health-monitoring, real-time, datatable, peer, brace2, pacific earthquake engineering research center, mechanics" />
18
- <link rel="canonical" href="https://peer.berkeley.edu">
28
+ <link rel="canonical" href="https://structures.live{{ request.path }}">
19
29
 
20
30
  <!-- Favicon -->
21
31
  <link rel="apple-touch-icon" sizes="120x120" href="{{ ASSETS_ROOT }}/img/favicon/apple-touch-icon.png">
@@ -203,6 +203,7 @@ td.left-text{vertical-align:middle}
203
203
  <div class="row justify-content-between align-items-center">
204
204
  <div class="col-lg-5 order-lg-2 mb-5 mb-lg-0">
205
205
  <h2 class="h1">Health Diagnosis</h2>
206
+ <p>Heath metrics are generated in the wake of natural hazard events using leading-edge data-driven methods.</p>
206
207
  </div>
207
208
  <div class="col-lg-6 order-lg-1"><img src="{{ ASSETS_ROOT }}/img/metric.png"
208
209
  alt="Front pages overview"></div>
@@ -218,15 +219,8 @@ td.left-text{vertical-align:middle}
218
219
  <div class="row justify-content-between align-items-center">
219
220
  <div class="col-lg-5 order-lg-2 mb-5 mb-lg-0">
220
221
  <h2 class="h1">Digital Twins</h2>
221
- <p class="mb-4">Integrated state of the art modeling software</p>
222
- <a
223
- href="" target="_blank"
224
- class="btn btn-outline-gray-600 d-inline-flex align-items-center"><svg class="icon icon-xs me-2"
225
- fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
226
- <path
227
- d="M9 4.804A7.968 7.968 0 005.5 4c-1.255 0-2.443.29-3.5.804v10A7.969 7.969 0 015.5 14c1.669 0 3.218.51 4.5 1.385A7.962 7.962 0 0114.5 14c1.255 0 2.443.29 3.5.804v-10A7.968 7.968 0 0014.5 4c-1.255 0-2.443.29-3.5.804V12a1 1 0 11-2 0V4.804z">
228
- </path>
229
- </svg> Getting started</a>
222
+ <p class="mb-4">The <em>IRiE</em> engine is used to realize high-fidelity digital twins that are backed by
223
+ state-of-the-art analysis platforms like <a href="pypi.org/project/opensees">OpenSees</a> for nonlinear finite element analysis and <em><a href="chrystalchern.github.io/mdof">mdof</a></em> for system identification.</p>
230
224
  </div>
231
225
  <div class="col-lg-4 order-lg-1 card shadow"><img src="{{ ASSETS_ROOT }}/img/metric.png"
232
226
  alt="Digital twins"></div>
@@ -235,7 +229,7 @@ td.left-text{vertical-align:middle}
235
229
  <div class="col-lg-5 order-lg-2 mb-5 mb-lg-0">
236
230
  <h2 class="h1 d-flex align-items-center"> Corridors<span
237
231
  class="badge-md mb-0 fs-6 badge ms-3 rounded-pill text-dark bg-secondary">New</span></h2>
238
- <p class="mb-4">Corridor-level health analysis and recovery planning</p>
232
+ <p class="mb-4">Corridor-level health analysis and recovery planning has been implemented through collaborations at UC Berkeley and the California department of transportation.</p>
239
233
  <a href="https://dot.ca.gov/-/media/dot-media/programs/research-innovation-system-information/documents/research-notes/task3798-rns-05-24-a11y.pdf"
240
234
  target="_blank" class="btn btn-outline-gray-600 d-inline-flex align-items-center"><svg
241
235
  class="icon icon-xs me-2" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
@@ -257,15 +251,8 @@ td.left-text{vertical-align:middle}
257
251
  <div class="container align-items-center">
258
252
  <h1 class=tabs-title>Ecosystem</h1>
259
253
  <div class=uikit-tab-wrapper>
260
- <p>The <em>BRACE</em><sup>2</sup> Ecosystem</p>
254
+ <p>The <em>IRiE</em> Ecosystem</p>
261
255
  <table>
262
- {% if False %}
263
- <tr class=highlight-th>
264
- <td class="bold-text"></td>
265
- <td class="bold-text">Package</td>
266
- <td class="bold-text">Description</td>
267
- </tr>
268
- {% endif %}
269
256
  <tr>
270
257
  <td style=text-align:center>
271
258
  <a href="https://github.com/claudioperez/opensees">
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: irie
3
- Version: 0.0.23
3
+ Version: 0.0.25
4
4
  Summary: An infrastructure resilience engine
5
5
  Author-email: "Claudio M. Perez" <50180406+claudioperez@users.noreply.github.com>
6
6
  Project-URL: Repository, https://github.com/STAIRLab
@@ -365,7 +365,7 @@ irie/apps/templates/events/login.html,sha256=00rGrQsHXwQXbh2qF7WzEgIA4LjcbvcefAL
365
365
  irie/apps/templates/events/react_and_bootstrap.html,sha256=mwxjUMD5OMEI1JMNcWYxz7Ju5rq5R2spf6y_G7mYAUs,802
366
366
  irie/apps/templates/home/asset.html,sha256=nqzMy59L2yDalJbbK4j-MCFcBtXTUSMTkqkGwmlSriU,22323
367
367
  irie/apps/templates/includes/asset-event-table.html,sha256=ovAsKYVHKXRkS7znaDd9QzuaFG6M_2CY7yanYnC8k2w,4243
368
- irie/apps/templates/includes/footer.html,sha256=uCZVHypr9ZXgU3SsQvOn3U_SuzCGubm6E1cIISvKlX0,617
368
+ irie/apps/templates/includes/footer.html,sha256=kUbuQQOemUlz5JiKnF6hw5dVs1GWbxzORn1_KRu8fFA,713
369
369
  irie/apps/templates/includes/modal-report.html,sha256=iqD6g9R4R7G426wLVL46H5fufWYAA3K8Acav9b0DQoU,3592
370
370
  irie/apps/templates/includes/navigation.html,sha256=6iGTqLbmbUqJb37VOWoSQvw_2LeiMIINI2v4Fm_GGZM,13658
371
371
  irie/apps/templates/includes/paginate.js,sha256=dAaL4uFQzEIbm61c_USEHlQLFkKc2ndJdR3bGzELtNc,3991
@@ -374,7 +374,7 @@ irie/apps/templates/includes/settings-box.html,sha256=wexsLS4SMRyKci-r4L_LQ6QM27
374
374
  irie/apps/templates/includes/sidebar.html,sha256=uJnzXtcV7UvXscvEHe5z0wpLsFZk8B9mj1_Ye08NRbY,10972
375
375
  irie/apps/templates/inventory/asset-evals.html,sha256=WpuIN9CdDGX66HxbZ5kSXSkPa2CZuKH-uuSrPmGgstw,2479
376
376
  irie/apps/templates/inventory/asset-event-summary.html,sha256=NKEjPjy26W4PNePpfCskqc59RnYdMcg9vqxnWGiFTVY,50768
377
- irie/apps/templates/inventory/asset-profile.html,sha256=uS0sN2VPcgBkeT1PWY--QibkOjZuo-EJSaeUAoI9nI0,11291
377
+ irie/apps/templates/inventory/asset-profile.html,sha256=0L6eXUmYqErZqreDtLyQUIeXOD5-uJ8-Dv-K9ZTGi00,11594
378
378
  irie/apps/templates/inventory/asset-table.html,sha256=hiPrumCigE_m1H6vSr8l-AoRosV8WnFuRg89cuzavvY,12129
379
379
  irie/apps/templates/inventory/bridge-dashboard.html,sha256=67zrDlih3LOi9xFVwPVZZkgRT3DO-lE_qRL7q8Uz9GY,45472
380
380
  irie/apps/templates/inventory/bridge.html,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
@@ -382,7 +382,7 @@ irie/apps/templates/inventory/dashboard.html,sha256=yKEqsdSQpLIxv-E2sytN3yPNN9Li
382
382
  irie/apps/templates/inventory/preamble.tex,sha256=TmRhIWg2-Pxj_e2OBctANRZPwU8RWMT3EZJFSa3R8HY,3547
383
383
  irie/apps/templates/inventory/report.tex,sha256=A1XKpwknlBrAZjFzzxVIDwypjXteqzoCQiuo1tQANfw,45228
384
384
  irie/apps/templates/layouts/base-fullscreen.html,sha256=14X-eubwjujt4jGMJGvbYqaWsqTSZwTX7q1BWFNDSbw,2660
385
- irie/apps/templates/layouts/base.html,sha256=1fJ-YCAQMd-Lf83B4Lf1sMPkS6oGAzrmD5_h1xs-SKI,2313
385
+ irie/apps/templates/layouts/base.html,sha256=uEC8GV1A2rG6iWONzqYiue1LNR9HVCD12AJRAbIL-8A,2647
386
386
  irie/apps/templates/layouts/json-form.html,sha256=cT6Pd2168Z3p8RODS7SulUC79LnuzSs0EVLVxkGOXAo,1333
387
387
  irie/apps/templates/networks/corridor_table.html,sha256=SW6WMmxGsw2li1BXqvCRj1CFJ3IPUulfk-KHJBIMFx0,876
388
388
  irie/apps/templates/networks/networks.html,sha256=XMBwHhBqkG4ty2zgozlzeJNgyyXAzdbD95iyNJi4gJE,5745
@@ -399,7 +399,7 @@ irie/apps/templates/prediction/hazus/history.js,sha256=blHRXzlEfMBCezPE-2dZCpt2r
399
399
  irie/apps/templates/site/about.html,sha256=5hS5taj3XF-F8z-uIn53ZFXVHVS4apLRMg39OyvMvRs,610
400
400
  irie/apps/templates/site/asset_map.html,sha256=rnTjeYMc8NESIo6Uuq8fgZ_xcKNuKdt4zcqoUTDI8Xg,387
401
401
  irie/apps/templates/site/components-forms.html,sha256=FKOiR-3e9iw-xOHeaP2RB3O2gP10R-Mt8wdXfb1rDBQ,13865
402
- irie/apps/templates/site/index.html,sha256=KZiKpqwWyZ11RZSPZ4oqJ42Z-kECES6YsIfL7MCZGN8,15767
402
+ irie/apps/templates/site/index.html,sha256=pq3KCNa-aeHvyNeJZ_bGHhYeOiP-etvM5ge-b-AIy2w,15384
403
403
  irie/apps/templates/site/json-form.html,sha256=ZrRWy5xnGBOqG51b6mdVGI0Io5X1z47DTFB9wW6ZQYA,1785
404
404
  irie/apps/templates/site/page-403.html,sha256=caU6t3fsCJiAIuZvRQekK2UemdZSNxc3l80ceSz0mp0,1289
405
405
  irie/apps/templates/site/page-404-sidebar.html,sha256=krMA-iYHaJNfXSwY7H_epZycWLiIb_bBbuWTmqC4ca4,1581
@@ -440,8 +440,8 @@ irie/init/management/commands/init_corridors.py,sha256=EzLk0HUiFxlco-2u0rypewOc9
440
440
  irie/init/management/commands/init_predictors.py,sha256=jdD7rd8l2qxuUuR5GOYuHXp-ZQkAK477TefksBMdlOw,2362
441
441
  irie/rest/__main__.py,sha256=6Nf_-Rr9zGmMyp_wqCFDO7ls9QPnPd9UyUgN17rIGYw,3680
442
442
  irie/usgs/__main__.py,sha256=HiSvPn5IW5IqRiCk1qRRq5dCy3-7iISw7v1P_w2rLrk,5049
443
- irie-0.0.23.dist-info/METADATA,sha256=XGIANtFUPcKzxB-th2-73V1ECwww1T-83V7Vg-Jtguc,3242
444
- irie-0.0.23.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
445
- irie-0.0.23.dist-info/entry_points.txt,sha256=A_3h9wPBGfxGQ78_MGa-nO6Z0foxOYeAnIE47jxEztg,44
446
- irie-0.0.23.dist-info/top_level.txt,sha256=zVCxi5E2nkISZPzKq8VEhWe_dGuPcefLYV1tYqQdwlY,5
447
- irie-0.0.23.dist-info/RECORD,,
443
+ irie-0.0.25.dist-info/METADATA,sha256=2XeoSt5bsFzi5E6_7ATzBM2-zsf8OkhDWHd_MT1ehDg,3242
444
+ irie-0.0.25.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
445
+ irie-0.0.25.dist-info/entry_points.txt,sha256=A_3h9wPBGfxGQ78_MGa-nO6Z0foxOYeAnIE47jxEztg,44
446
+ irie-0.0.25.dist-info/top_level.txt,sha256=zVCxi5E2nkISZPzKq8VEhWe_dGuPcefLYV1tYqQdwlY,5
447
+ irie-0.0.25.dist-info/RECORD,,
File without changes