Skip to content

Commit

Permalink
Merge pull request #158 from jadeynryan/dev-2024
Browse files Browse the repository at this point in the history
Update keynote title and description.
  • Loading branch information
lgibson7 authored Apr 30, 2024
2 parents d2c9bb0 + 7db70cb commit 96932c2
Show file tree
Hide file tree
Showing 5 changed files with 136 additions and 76 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ googleAnalytics = ""
enable = true
icon = "fas fa-lightbulb"
title = "KEYNOTES"
subtitle = "We are proud to announce this year's Keynote Speakers!"
subtitle = "We are proud to announce this year's Keynote Speaker!"

[params.clients]
enable = false
Expand Down
2 changes: 1 addition & 1 deletion content/pages/agenda.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ border-color:black;

#### 9:10-9:40 Keynote

* [Deepsha Menghani](/2024/keynote/deepsha_menghani): Harnessing the power of Gen AI with RAGs
* [Deepsha Menghani](/2024/keynote/deepsha_menghani): Why is everybody talking about Generative AI?

#### 9:40-9:55 Break

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ title: "Deepsha Menghani"
url: "2024/keynote/deepsha_menghani"
---

### Harnessing the power of Gen AI with RAGs
### Why is everybody talking about Generative AI?

In the rapidly evolving field of AI, it’s pivotal to stay at the forefront of the latest advancements. Let’s uncover how Gen AI and Retrieval-Augmented Generation techniques enhance the quality and relevance of AI-generated content, making it more accurate and contextually aware of the business needs.
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?
<br><br>

<table>
Expand Down
192 changes: 126 additions & 66 deletions layouts/partials/keynotes.html
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>
12 changes: 6 additions & 6 deletions scripts/HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ _UNDER DEVELOPMENT_
To add:

1. Navigate to the appropriate session directory in `content/speakers/speaker_info_YEAR/` i.e. one of `keynote/`, `lightning/`, `regular/`, or `workshop/`
0. Copy the the template directory and rename as `firstname_lastname` for the speaker or a short name for workshops
0. Fill out the `index.md` including
2. Copy the the template directory and rename as `firstname_lastname` for the speaker or a short name for workshops
3. Fill out the `index.md` including
- title
- url (make sure the format is the speaker's `firstname_lastname` all lowercase, underscore separators)
- Talk title, session time, and location
Expand All @@ -186,11 +186,11 @@ To add:
- Pronouns
- Location (i.e. where they live)
- Biography
0. [Optional] Add a speaker photo in `../../../../img/speakers/speakers_YEAR/` named `firstname_lastname.png` (`.jpg` also okay)
4. [Optional] Add a speaker photo in `../../../../img/speakers/speakers_YEAR/` named `firstname_lastname.png` (`.jpg` also okay)
- If no photo provided, it will render the conference logo instead
0. Add/update URL link in `content/pages/agenda.md`
0. If keynote speaker, add name, title, biography, and image to `layouts/partials/keynotes.html`
0. Repeat for all speakers
5. Add/update URL link in `content/pages/agenda.md`
6. If keynote speaker, add name, title, biography, and image to `layouts/partials/keynotes.html`. If there are multiple keynotes, update `config.toml` to correct the pluralization in "We are proud to announce this year's Keynote Speaker!".
7. Repeat for all speakers

Once the keynote speakers are added, update the `speakers` parameter in [Step 2.8](#update) to highlight them on the homepage.

Expand Down

0 comments on commit 96932c2

Please sign in to comment.