Skip to content

Commit b16665d

Browse files
committed
feat: add Software Engineering in the AI Era event and registration page
1 parent 31f5bcb commit b16665d

3 files changed

Lines changed: 182 additions & 67 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: event
3+
title: "Software Engineering in the AI Era | Data & AI Forum"
4+
date: 2026-04-04
5+
time: 10:00am - 01:00pm
6+
location: 43 Workspace, Bengaluru
7+
address: 232 - 1st floor, 9th Main, 1st Block, Kalyana Nagar, Bangalore 560043.
8+
category: meetup
9+
type: free
10+
partners: Data + AI Academy & 43 Workspace
11+
mode: In-Person
12+
description: Join us for an exclusive deep dive into the architectural backbone of modern AI. We're moving past the hype to discuss how real-world systems from streaming data platforms to production AI actually run.
13+
event_space_link: /events/2026-04-software-engineering-ai-era/confirmation/
14+
link: https://docs.google.com/forms/d/e/1FAIpQLSfVWCt-VcxMgb2hDpbf6yDSDyrp-LR6x0-8k57fhVf-mDaGdg/viewform?usp=sharing&ouid=103431118362948721308
15+
map_link: https://share.google/3lsGJWPJbFgyz6G0u
16+
---
17+
18+
<div class="about">
19+
Join us for an exclusive deep dive into the architectural backbone of modern AI. We’re moving past the hype to discuss how real-world systems from streaming data platforms to production AI actually run.
20+
21+
<br><br>
22+
<b>What to expect:</b> Technical discussions on Data Foundations, ML Engineering, and Platform Systems. A great chance to network with practitioners and students building in the field.
23+
</div>
24+
25+
### Schedule
26+
27+
| Name | Speaker | Start Time | End Time | Presentation | Recording |
28+
| ---- | ------- | ---------- | -------- | ------------ | --------- |
29+
| Software Engineering in the AI Era | Pavan Keshavamurthy | 10:00 AM | 01:00 PM | | |
30+
31+
### Agenda
32+
33+
- Technical discussions on Data Foundations, ML Engineering, and Platform Systems.
34+
- A great chance to network with practitioners and students building in the field.
35+
36+
### Speakers
37+
38+
- {:.speaker-name} Pavan Keshavamurthy <br> <span class="speaker-description"> Co-founder & CTO, Platformatory</span>

_layouts/event.html

Lines changed: 81 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -7,83 +7,97 @@
77
<br>
88
<br> -->
99
<section class="event-container">
10-
<div class=" pb-md-6">
11-
<div class="event-detail-container">
12-
<div class="intro-container">
13-
<div class="container">
14-
<h1 class="event-detail-title">{{page.title}}</h1>
15-
16-
<div class="d-flex align-items-center justify-content-between">
17-
<h3 class="event-date">{{ page.date | date: "%A" }} {{ page.date | date_to_string }} {{page.time}}</h3>
18-
{% if page.interest_link %}
19-
<div class="d-flex"><a class="rsvp-link" href="{{page.interest_link}}" target="_blank">Interested</a></div>
20-
{% endif %}
21-
{% assign event_date_str = page.date | date: "%Y-%m-%d" %}
22-
{% assign current_date_str = site.time | date: "%Y-%m-%d" %}
23-
{% if page.link and event_date_str >= current_date_str %}
24-
<div class="d-flex"><a class="rsvp-link" href="{{page.link}}" target="_blank">RSVP</a></div>
25-
{% endif %}
26-
</div>
27-
<hr>
28-
<div>{{page.detailed_description}}</div>
29-
30-
<h2 class="event-venue-title">Discover Our Venue</h2>
31-
<div class="row m-0 mb-2 event-detail-items">
32-
<div class="col-md-6" >
33-
<h5 class="venue-title">Find Us Here: Our Event Address</h5>
34-
<p style="width: 250px; ">{{ page.address}}</p>
35-
</div>
36-
<div class="col-md-6" >
37-
<h5 class="venue-title">Where We Are: Navigate to Our Event Hub</h5>
38-
<p>{{page.location}}</p>
39-
{% if page.map_link %}
40-
<a class="direction" href="{{page.map_link}}" target="_blank" rel="noopener noreferrer">Map <img src="/images/event/traffic-sign.png" alt="direciton image"></a>
10+
<div class=" pb-md-6">
11+
<div class="event-detail-container">
12+
<div class="intro-container">
13+
<div class="container">
14+
<h1 class="event-detail-title">{{page.title}}</h1>
15+
16+
<div class="d-flex align-items-center justify-content-between">
17+
<h3 class="event-date">{{ page.date | date: "%A" }} {{ page.date | date_to_string }}
18+
{{page.time}}</h3>
19+
{% if page.interest_link %}
20+
<div class="d-flex"><a class="rsvp-link" href="{{page.interest_link}}"
21+
target="_blank">Interested</a></div>
4122
{% endif %}
23+
{% assign event_date_str = page.date | date: "%Y-%m-%d" %}
24+
{% assign current_date_str = site.time | date: "%Y-%m-%d" %}
25+
<div class="d-flex align-items-center">
26+
{% if page.event_space_link %}
27+
<a class="rsvp-link mr-3" style="margin-right:15px;" href="{{page.event_space_link}}"
28+
target="_blank">Register</a>
29+
{% endif %}
30+
{% if page.link and event_date_str >= current_date_str %}
31+
<a class="rsvp-link" href="{{page.link}}" target="_blank">RSVP</a>
32+
{% endif %}
33+
</div>
34+
</div>
35+
<hr>
36+
<div>{{page.detailed_description}}</div>
37+
38+
<h2 class="event-venue-title">Discover Our Venue</h2>
39+
<div class="row m-0 mb-2 event-detail-items">
40+
<div class="col-md-6">
41+
<h5 class="venue-title">Find Us Here: Our Event Address</h5>
42+
<p style="width: 250px; ">{{ page.address}}</p>
43+
</div>
44+
<div class="col-md-6">
45+
<h5 class="venue-title">Where We Are: Navigate to Our Event Hub</h5>
46+
<p>{{page.location}}</p>
47+
{% if page.map_link %}
48+
<a class="direction" href="{{page.map_link}}" target="_blank" rel="noopener noreferrer">Map
49+
<img src="/images/event/traffic-sign.png" alt="direciton image"></a>
50+
{% endif %}
51+
</div>
4252
</div>
4353
</div>
4454
</div>
45-
</div>
46-
{% if page.talks %}
47-
<!-- <hr> -->
48-
<div class="talks-container container">
49-
<div class="talks-title-section">
55+
{% if page.talks %}
56+
<!-- <hr> -->
57+
<div class="talks-container container">
58+
<div class="talks-title-section">
5059
<h2 class="talks-section-title">On-Demand Talks: Access Our Recorded Talks</h2>
5160
</div>
52-
<div class="talks-grid border-md-bottom ">
53-
{% for talk in page.talks%}
54-
<div class="talk-card">
55-
<div class=" mx-0 talk-top-position">
56-
<iframe class="talk-video" width="364" height="315" src="https://www.youtube.com/embed/{{talk.video}}?color=white" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
57-
</div>
58-
<div class="talk-item">
59-
<div class="talk-item-list">
60-
<div class="talk-speaker">
61-
<h6 class="speaker">{{talk.speaker}}</h6>
61+
<div class="talks-grid border-md-bottom ">
62+
{% for talk in page.talks%}
63+
<div class="talk-card">
64+
<div class=" mx-0 talk-top-position">
65+
<iframe class="talk-video" width="364" height="315"
66+
src="https://www.youtube.com/embed/{{talk.video}}?color=white"
67+
title="YouTube video player" frameborder="0"
68+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
69+
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
70+
</div>
71+
<div class="talk-item">
72+
<div class="talk-item-list">
73+
<div class="talk-speaker">
74+
<h6 class="speaker">{{talk.speaker}}</h6>
75+
</div>
76+
<div class=" d-flex p-0 align-items-center">
77+
<h5 class="m-0 py-1 talk-card-title ">{{talk.title}}</h5>
78+
</div>
79+
80+
<!-- <p class="talk-summary">{{talk.summary}}</p> -->
6281
</div>
63-
<div class=" d-flex p-0 align-items-center">
64-
<h5 class="m-0 py-1 talk-card-title ">{{talk.title}}</h5>
82+
<!-- <hr> -->
83+
<div class="talk-slide">
84+
{% if talk.slide %}
85+
<a target="_blank" {%if talk.slide%} href="{{talk.slide}}" {% endif %}
86+
class="talk-slide-btn">Download Slides</a>
87+
{% endif %}
88+
<!-- <a href="{{event.url}}" class="talk-view-more">View More</a> -->
6589
</div>
66-
67-
<!-- <p class="talk-summary">{{talk.summary}}</p> -->
68-
</div>
69-
<!-- <hr> -->
70-
<div class="talk-slide">
71-
{% if talk.slide %}
72-
<a target="_blank" {%if talk.slide%} href="{{talk.slide}}" {% endif %} class="talk-slide-btn">Download Slides</a>
73-
{% endif %}
74-
<!-- <a href="{{event.url}}" class="talk-view-more">View More</a> -->
7590
</div>
7691
</div>
92+
{% endfor %}
7793
</div>
78-
{% endfor %}
79-
</div>
80-
94+
95+
</div>
96+
<hr>
97+
{% endif %}
98+
99+
<div class="event-content container">{{content}}</div>
100+
<hr>
81101
</div>
82-
<hr>
83-
{% endif %}
84-
85-
<div class="event-content container">{{content}}</div>
86-
<hr>
87102
</div>
88-
</div>
89-
</section>
103+
</section>
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: "Software Engineering in the AI Era | Data & AI Forum"
3+
layout: page
4+
permalink: /events/2026-04-software-engineering-ai-era/confirmation/
5+
---
6+
7+
<style>
8+
/* Center the layout column */
9+
.row.justify-content-start {
10+
justify-content: center !important;
11+
}
12+
13+
/* Give the content box a dark background and center the text */
14+
.service-single {
15+
background-color: #121212 !important;
16+
text-align: center;
17+
border-radius: 8px;
18+
padding: 2rem;
19+
}
20+
21+
/* Ensure title and paragraph are a readable light color */
22+
.service-single .title {
23+
color: #ffffff !important;
24+
font-size: 6rem !important;
25+
margin-bottom: 3rem !important;
26+
}
27+
.service-single .content p {
28+
color: #e0e0e0 !important;
29+
font-size: 2rem !important;
30+
font-weight: 400 !important;
31+
max-width: 900px;
32+
margin: 0 auto;
33+
line-height: 1.6;
34+
}
35+
36+
/* Make the container slightly wider to prevent text cramping */
37+
@media (min-width: 768px) {
38+
.container .row .col-md-8 {
39+
flex: 0 0 90%;
40+
max-width: 90%;
41+
}
42+
}
43+
44+
/* Mobile font sizes */
45+
@media (max-width: 767px) {
46+
.service-single .title {
47+
font-size: 2.5rem !important;
48+
margin-bottom: 1.5rem !important;
49+
}
50+
.service-single .content p {
51+
font-size: 1.2rem !important;
52+
}
53+
.service-single {
54+
padding: 1rem;
55+
}
56+
}
57+
</style>
58+
59+
Join us for an exclusive deep dive into the architectural backbone of modern AI. We're moving past the hype to discuss how real-world systems from streaming data platforms to production AI actually run.
60+
61+
<br>
62+
63+
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfVWCt-VcxMgb2hDpbf6yDSDyrp-LR6x0-8k57fhVf-mDaGdg/viewform?embedded=true" style="width: 100%; max-width: 100%; height: 1500px; border: none; overflow: hidden;" frameborder="0" marginheight="0" marginwidth="0">Software Engineering in the AI Era | Data & AI Forum</iframe>

0 commit comments

Comments
 (0)