Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion css/style.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -1575,4 +1575,28 @@ body.custom-page {
gap: 1rem;
padding: 0 1rem;
}
}
}

.page_container {
text-align: center;
}

.register_button {
display: inline-block;
padding: 10px 20px;
background-color: #e5a84d;
color: #000;
border-radius: 30px;
text-decoration: none;
font-weight: bold;
transition: background-color 0.3s ease, transform 0.3s ease;
text-align: center;
}



.reg_instructions {
margin-top: 10px;
text-align: center;
font-weight: 600;
}
Binary file added img/keynote-speakers/Jason Mars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 52 additions & 13 deletions keynote-speakers.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,48 @@ <h2 class="text">Keynote Speakers</h2>
</div>


<br>

<div class="keynote-card">
<div class="flex-wrap">
<div class="member-card">
<div class="image-container">
<img src="./img/keynote-speakers/Jason Mars.png" alt="Keynote Speaker" class="profile-image">
</div>
<div class="parent-container" style="border: none; width: 300px;">
<p class="name">Prof. Jason Mars</p>
</div>
</div>
</div>

<button style="display: block; margin: 0 auto; font-family: 'Encode Sans Semi Expanded', sans-serif;">Read
More</button>
<div class="keynote-details" style="align-items:center;">
<!-- Speaker details here -->
<p
style="font-family: 'Encode Sans Semi Expanded', sans-serif; text-align: justify; text-align-last: center;">
</p>
Professor Jason Mars is a Professor of Computer Science at the University of Michigan, a former faculty member
at the University of California, San Diego, and a distinguished entrepreneur in the field of artificial intelligence.
He holds a Ph.D. in Computer Science from the University of Virginia and has conducted research at both Google and Intel.
He currently serves as President of Jaseci Labs and Co-founder of Myca.ai, and is widely recognized for
his contributions to AI and large-scale computing systems.
At the University of Michigan, Prof. Mars leads Clarity Lab, one of the most active and productive research groups in
artificial intelligence, cloud computing, and programming languages. He is the creator of Jaseci and Jac, an open-source
AI framework and programming language designed to streamline the development of complex generative AI applications.
These technologies have already been adopted by platforms such as Myca.ai, Tobu Life, and ZeroShotBot.
Beyond academia, Prof. Mars is a successful entrepreneur whose ventures have provided AI-driven solutions to over 20 million users
across sectors, including banking, healthcare, automotive, and food services. He has raised over $62 million in venture capital funding,
with his companies reaching valuations exceeding $200 million. His achievements have earned him numerous awards, including being named
the #2 Most Innovative CEO in Banking (2017), #4 in the Top 11 Technologists in Voice AI (2019), Crain’s Detroit Business 40
Under 40 (2019), and recipient of the prestigious CARAH Award.
He is also the bestselling author of Breaking Bots, a book that offers critical insights into the evolution of AI while sharing his
personal journey as a researcher, innovator, and entrepreneur.

</p>
</div>
</div>

<br>

<div class="keynote-card">
Expand All @@ -137,22 +179,19 @@ <h2 class="text">Keynote Speakers</h2>
<p
style="font-family: 'Encode Sans Semi Expanded', sans-serif; text-align: justify; text-align-last: center;">
</p>
Prof. Sarath Perera is currently an Honorary Professor at the Faculty of Engineering and Information
Sciences,
University of Wollongong, and a member of the Australian Power Quality Research Centre (APQRC).
He was formerly the Technical Director of the APQRC and has played a key role in shaping industry relevant
power quality research activities.
He received his BSc (Eng) specialising in Power Systems from the University of Moratuwa,
followed by an MEngSc from the University of New South Wales and a PhD from the University of Wollongong.
Since 1988, he has been an academic at the University of Wollongong and has actively contributed to CIGRE,
the International Council on Large Electric Systems, furthering advancements in power system security and
in particular power quality.
His research interests include voltage fluctuations and flicker, voltage unbalance, harmonics, power
system modeling and simulation, and power quality standards development.
Prof. Sarath Perera is currently an Honorary Professor at the Faculty of Engineering and Information Sciences,
University of Wollongong, and a member of the Australian Power Quality Research Centre (APQRC). He was formerly
the Technical Director of the APQRC and has played a key role in shaping industry-relevant power quality research
activities.
He received his BSc (Eng) specialising in Power Systems from the University of Moratuwa, followed by an MEngSc from the
University of New South Wales and a Ph.D. from the University of Wollongong. Since 1988, he has been an academic at the
University of Wollongong and has actively contributed to CIGRE, the International Council on Large Electric Systems, furthering
advancements in power system security and, in particular, power quality. His research interests include voltage fluctuations and
flicker, voltage unbalance, harmonics, power system modeling and simulation, and power quality standards development.
</p>
</div>
</div>


</div>
</section>
Expand Down
12 changes: 10 additions & 2 deletions registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,17 @@ <h3 class="margin-20" style="text-align: center">Payment Method

</div>
</span>
<br>
<div>
<div class="reg_instructions">
Please click the button below to register.
</div>
<br>
<div class="page_container">
<a href="https://forms.gle/bnYtSPhywcDxGE5D6" class="register_button">Register Here</a>
</div>



</div>



Expand Down