-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #158 from jadeynryan/dev-2024
Update keynote title and description.
- Loading branch information
Showing
5 changed files
with
136 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,133 @@ | ||
<div class="row"> | ||
<div class="speakerContainer container"> | ||
<div class="row"> | ||
<div class="row speaker-title"> | ||
<h3 id="ID"> Deepsha Menghani </h3> | ||
<h4> Harnessing the power of Gen AI with RAGs </h4> | ||
</div> | ||
<div class="row"> | ||
<div class="portrait col-md-3"> | ||
<img src="img/speakers/speakers_2024/deepsha_menghani.jpg" /> | ||
</div> | ||
<div class="details col-md-9"> | ||
<div class="biography"> | ||
<br><br> | ||
<p>Deepsha Menghani is a Data Science and AI Manager at Microsoft, where she harnesses the transformative power of Data Science in partnership with marketing and customer support. She applies her deep expertise to shape campaign strategies and enhance customer engagement. Beyond her technical acumen, Deepsha champions a culture of diversity, equity, and inclusion, mentoring a team of talented data scientists to achieve strategic objectives and foster innovation.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="speakerContainer container"> | ||
<div class="row"> | ||
<div class="row speaker-title"> | ||
<h3>Why is everybody talking about Generative AI?</h3> | ||
<p> | ||
Join me on an exciting journey into the world of Generative AI, where | ||
creativity meets innovation. Through various practical scenarios, | ||
we'll explore how applications built on GenAI have been a game-changer | ||
across industries. Let's imagine where you can use GenAI applications | ||
all around you, from summarizing patient history in healthcare to | ||
creating dynamic FAQ sections on your Shiny website. But do these | ||
applications always provide relevant answers? | ||
</p> | ||
</div> | ||
<div class="row"> | ||
<div class="portrait col-md-3"> | ||
<img src="img/speakers/speakers_2024/deepsha_menghani.jpg" /> | ||
</div> | ||
<div class="details col-md-9"> | ||
<div class="biography"> | ||
<h4 id="ID">Deepsha Menghani</h4> | ||
<p> | ||
Deepsha Menghani is a Data Science and AI Manager at Microsoft, | ||
where she harnesses the transformative power of Data Science in | ||
partnership with marketing and customer support. She applies her | ||
deep expertise to shape campaign strategies and enhance customer | ||
engagement. Beyond her technical acumen, Deepsha champions a | ||
culture of diversity, equity, and inclusion, mentoring a team of | ||
talented data scientists to achieve strategic objectives and | ||
foster innovation. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Second keynote if using | ||
<div class="speakerContainer container"> | ||
<div class="row"> | ||
<div class="row speaker-title"> | ||
<h3 id="ID">Retrospective of Cascadia R</h3> | ||
<h4>Scott Chamberlain, Jessica Minnier, Chester Ismay</h4> | ||
</div> | ||
<div class="row"> | ||
<div class="portrait col-md-3"> | ||
<img src="../img/speakers/speakers_2023/og_cascadiar.png" /> | ||
</div> | ||
<div class="details col-md-9"> | ||
<div class="biography"> | ||
<br><br><br> | ||
<p>Join Jessica Minnier and Ted Laderas, a selection from the original organizing team of the first ever Cascadia R Conf! They will discuss how the conference has changed and grown since it began in 2017, as well as hopes for the future. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
--> | ||
<!-- Second keynote if using | ||
<div class="speakerContainer container"> | ||
<div class="row"> | ||
<div class="row speaker-title"> | ||
<h3 id="ID">Retrospective of Cascadia R</h3> | ||
<h4>Scott Chamberlain, Jessica Minnier, Chester Ismay</h4> | ||
</div> | ||
<div class="row"> | ||
<div class="portrait col-md-3"> | ||
<img src="../img/speakers/speakers_2023/og_cascadiar.png" /> | ||
</div> | ||
<div class="details col-md-9"> | ||
<div class="biography"> | ||
<br><br><br> | ||
<p>Join Jessica Minnier and Ted Laderas, a selection from the original organizing team of the first ever Cascadia R Conf! They will discuss how the conference has changed and grown since it began in 2017, as well as hopes for the future. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
--> | ||
</div> | ||
|
||
<style> | ||
|
||
.portrait {display: inline-block;top:0px; margin:10px;padding:10px;width:165px} | ||
.portrait img {max-height:200px; width:auto; max-width:100%; height:auto;} | ||
.portrait p {max-height:200px; width:auto; margin: 20px 0 0 0;} | ||
.details {display:inline-block; margin:10px ;padding:10px} | ||
.portraitContainer {width: 200px;} | ||
.detailsContainer {width:100%;} | ||
.speakerContainer { | ||
transition: all .2s ease-in-out; | ||
padding: 15px; | ||
padding-left: 50px; } | ||
.speakerContainer:hover { transform: scale(1.01); } | ||
.speaker-title {margin-left: 0;} | ||
.portrait { | ||
display: inline-block; | ||
top: 0px; | ||
margin: 10px; | ||
padding: 10px; | ||
width: 165px; | ||
} | ||
.portrait img { | ||
max-height: 200px; | ||
width: auto; | ||
max-width: 100%; | ||
height: auto; | ||
} | ||
.portrait p { | ||
max-height: 200px; | ||
width: auto; | ||
margin: 20px 0 0 0; | ||
} | ||
.details { | ||
display: inline-block; | ||
margin: 10px; | ||
padding: 10px; | ||
} | ||
.portraitContainer { | ||
width: 200px; | ||
} | ||
.detailsContainer { | ||
width: 100%; | ||
} | ||
.speakerContainer { | ||
transition: all 0.2s ease-in-out; | ||
padding: 15px; | ||
padding-left: 50px; | ||
} | ||
.speakerContainer:hover { | ||
transform: scale(1.01); | ||
} | ||
.speaker-title { | ||
margin-left: 0; | ||
} | ||
|
||
@media all and (max-width: 740px) { | ||
.agenda { | ||
width: 100%; | ||
} | ||
|
||
.speakers tr { | ||
display: table; | ||
width: 100%; | ||
} | ||
.speakers td { | ||
display: table-row; | ||
width: 100%; | ||
} | ||
|
||
.portraitContainer { | ||
width: 100%; | ||
} | ||
.detailsContainer { | ||
width: 100%; | ||
} | ||
|
||
@media all and (max-width:740px) { | ||
.agenda {width:100%;} | ||
|
||
.speakers tr {display: table;width:100%;} | ||
.speakers td {display: table-row; width:100%} | ||
|
||
.portraitContainer {width:100%;} | ||
.detailsContainer {width:100%;} | ||
|
||
.portraitContainer {width:100%;} | ||
.detailsContainer {width:100%;} | ||
} | ||
.portraitContainer { | ||
width: 100%; | ||
} | ||
.detailsContainer { | ||
width: 100%; | ||
} | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters