jrrade commited on
Commit
8834675
·
verified ·
1 Parent(s): 9b8b5a0

Upload index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. index.html +32 -38
index.html CHANGED
@@ -82,32 +82,35 @@
82
  }
83
 
84
  .authors {
85
- display: grid;
86
- grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
87
- gap: 1rem;
88
- margin: 2rem 0;
89
- text-align: left;
 
 
90
  }
91
 
92
- .author-section {
93
- background: var(--glass-bg);
94
- backdrop-filter: var(--blur);
95
- border: 1px solid rgba(255, 255, 255, 0.1);
96
- border-radius: 1rem;
97
- padding: 1.5rem;
98
  }
99
 
100
- .author-section h3 {
101
- color: var(--accent-color);
102
- margin-bottom: 0.5rem;
103
- display: flex;
104
- align-items: center;
105
- gap: 0.5rem;
 
 
 
 
 
106
  }
107
 
108
- .author-section p {
109
- font-size: 0.9rem;
110
- color: var(--text-secondary);
111
  }
112
 
113
  .abstract {
@@ -381,26 +384,17 @@
381
  <p>Revolutionizing nanoscale imaging through AI-powered defect detection and real-time guidance</p>
382
 
383
  <div class="authors">
384
- <div class="author-section">
385
- <h3><i class="fas fa-university"></i> Department of Electrical and Computer Engineering</h3>
386
- <p>Angona Biswas, Jaydeep Rade, Nabila Masud, MD Hasibul Hasan Hasib, Adarsh Krishnamurthy, Anwesha Sarkar</p>
387
- <p><i class="fas fa-map-marker-alt"></i> Iowa State University, 2520 Osborn Dr., Ames, 50011, IA, USA</p>
388
- </div>
389
-
390
- <div class="author-section">
391
- <h3><i class="fas fa-cogs"></i> Department of Mechanical Engineering</h3>
392
- <p>Juntao Zhang, Soumik Sarkar, Adarsh Krishnamurthy, Juan Ren</p>
393
- <p><i class="fas fa-map-marker-alt"></i> Iowa State University, 2025 Black Engineering, Ames, IA 50011, USA</p>
394
- </div>
395
-
396
- <div class="author-section">
397
- <h3><i class="fas fa-brain"></i> Translational AI Center</h3>
398
- <p>Aditya Balu</p>
399
- <p><i class="fas fa-map-marker-alt"></i> Black Engineering, 2529 Union Dr Suite 2024, Ames, IA 50011, USA</p>
400
  </div>
 
 
 
401
  </div>
402
-
403
- <p><i class="fas fa-envelope"></i> Corresponding Author: [email protected]</p>
404
  </div>
405
 
406
  <div class="scroll-indicator">
 
82
  }
83
 
84
  .authors {
85
+ display: block;
86
+ max-width: 900px;
87
+ margin: 2rem auto;
88
+ text-align: center;
89
+ font-size: 1.1rem;
90
+ line-height: 1.5;
91
+ color: #ffffff;
92
  }
93
 
94
+ .authors strong {
95
+ color: #ffffff;
 
 
 
 
96
  }
97
 
98
+ .authors sup {
99
+ color: #a0c4ff;
100
+ font-size: 0.8em;
101
+ vertical-align: super;
102
+ }
103
+
104
+ .affiliations {
105
+ margin-top: 1.5rem;
106
+ font-size: 0.95rem;
107
+ color: #d1d5db;
108
+ line-height: 1.6;
109
  }
110
 
111
+ .affiliations span {
112
+ display: block;
113
+ margin-bottom: 0.5rem;
114
  }
115
 
116
  .abstract {
 
384
  <p>Revolutionizing nanoscale imaging through AI-powered defect detection and real-time guidance</p>
385
 
386
  <div class="authors">
387
+ <strong>ANGONA BISWAS<sup>1§</sup>, JAYDEEP RADE<sup>1§</sup>, NABILA MASUD<sup>1</sup>, MD HASIBUL HASAN HASIB<sup>1</sup>, ADITYA BALU<sup>3</sup>, JUNTAO ZHANG<sup>2</sup>, SOUMIK SARKAR<sup>2</sup>, ADARSH KRISHNAMURTHY<sup>1,2</sup>, JUAN REN<sup>2</sup>, and ANWESHA SARKAR<sup>1</sup></strong>
388
+ <div class="affiliations">
389
+ <span><sup>1</sup>Department of Electrical and Computer Engineering, Iowa State University, 2520 Osborn Dr., Ames, 50011, IA, USA</span>
390
+ <span><sup>2</sup>Department of Mechanical Engineering, Iowa State University, 2025 Black Engineering, Ames, IA 50011, USA</span>
391
+ <span><sup>3</sup>Translational AI Center, Black Engineering, 2529 Union Dr Suite 2024, Ames, IA 50011, USA</span>
392
+ <span><sup>§</sup>Equal Contribution</span>
 
 
 
 
 
 
 
 
 
 
393
  </div>
394
+ <p style="margin-top:1rem;font-size:1rem;">
395
+ <i class="fas fa-envelope"></i> <strong>CORRESPONDING AUTHOR:</strong> Anwesha Sarkar (e-mail: [email protected])
396
+ </p>
397
  </div>
 
 
398
  </div>
399
 
400
  <div class="scroll-indicator">