Skip to content

Commit

Permalink
add title and authors in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-Raj-M committed Jan 28, 2025
1 parent 450269a commit 5abb454
Showing 1 changed file with 50 additions and 2 deletions.
52 changes: 50 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,57 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>X2Sim: Rapid digital twin creation from text and videos for natural hazard modeling</title>
<link rel="icon" type="image/x-icon" href="static/images/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">

<link rel="stylesheet" href="static/css/bulma.min.css">
<link rel="stylesheet" href="static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="static/css/bulma-slider.min.css">
<link rel="stylesheet" href="static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="static/css/index.css">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script>
<script defer src="static/js/fontawesome.all.min.js"></script>
<script src="static/js/bulma-carousel.min.js"></script>
<script src="static/js/bulma-slider.min.js"></script>
<script src="static/js/index.js"></script>
</head>
<body>
<h1>Welcome to our page</h1>
<p>This website is under construction</p>


<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">X2Sim: Rapid digital twin creation from text and videos for natural hazard modeling</h1>
<div class="is-size-5 publication-authors">
<!-- Paper authors -->
<span class="author-block">
Jonathan Gaucin</a><sup>1</sup>,</span>
<span class="author-block">
Cristian Moran</a><sup>2</sup>,</span>
<span class="author-block">
Cheng-Hsi Hsiao</a><sup>3</sup>,</span>
<span class="author-block">
Justin Bonus</a><sup>4</sup>, and</span>
<span class="author-block">
Krishna Kumar</a><sup>3</sup></span>
</span>
</div>

<div class="is-size-5 publication-authors">
<span class="author-block">
<small>
<sup>1</sup> University of Houston,
<sup>2</sup> Texas A&M University,
<sup>3</sup> University of Texas at Austin,
<sup>4</sup> University of California, Berkeley
</small>
</div>
</body>
</html>

0 comments on commit 5abb454

Please sign in to comment.