forked from UKSOURCE/ipv6
Merge pull request 'feat: agenda, filter, event location' (#22) from feat/toan-04082026-agenda into main
Reviewed-on: UKSOURCE/ipv6#22
This commit is contained in:
@@ -25,3 +25,4 @@
|
|||||||
| 3168 | — | Task | Home | Agenda Section | Cập nhật thông tin agenda, speaker | Cập nhật đúng thời gian biểu, bổ sung các bài phát biểu mới và hình ảnh đại diện của diễn giả (cả Anh/Việt) | 18/7/2026 | `[x]` | — | Toàn |
|
| 3168 | — | Task | Home | Agenda Section | Cập nhật thông tin agenda, speaker | Cập nhật đúng thời gian biểu, bổ sung các bài phát biểu mới và hình ảnh đại diện của diễn giả (cả Anh/Việt) | 18/7/2026 | `[x]` | — | Toàn |
|
||||||
| 3168 | — | Task | Home | Agenda Section | Khôi phục cấu trúc Agenda cũ (loại bỏ IEAS) | Gỡ bỏ các bài phát biểu của đối tác IEAS và đưa khung giờ sự kiện về 8:30 AM | 18/7/2026 | `[x]` | — | Toàn |
|
| 3168 | — | Task | Home | Agenda Section | Khôi phục cấu trúc Agenda cũ (loại bỏ IEAS) | Gỡ bỏ các bài phát biểu của đối tác IEAS và đưa khung giờ sự kiện về 8:30 AM | 18/7/2026 | `[x]` | — | Toàn |
|
||||||
| 3168 | — | Task | Home | Partners Carousel | Tạm ẩn logo đối tác IEAS khỏi carousel | Comment out logo IEAS, không hiển thị trên trang chủ | 18/7/2026 | `[x]` | — | Toàn |
|
| 3168 | — | Task | Home | Partners Carousel | Tạm ẩn logo đối tác IEAS khỏi carousel | Comment out logo IEAS, không hiển thị trên trang chủ | 18/7/2026 | `[x]` | — | Toàn |
|
||||||
|
| 3210 | — | Task | Home | Agenda Section | Nâng cấp Agenda 21 phiên, Timeline gốc, Table View rút gọn kèm Modal, Múi giờ & Maps Direct | Hiển thị 21 phiên chuẩn, Timeline gốc so le, Table View rút gọn line-clamp kèm Modal chi tiết, Timezone ICT/UTC/Local, Print PDF, Google Maps | 04/8/2026 | `[x]` | Hoàn thành | Toàn |
|
||||||
|
|||||||
@@ -0,0 +1,310 @@
|
|||||||
|
# IPv6 Enhanced for AI & Cloud Summit 2026 - Website Requirements & Agenda Data
|
||||||
|
|
||||||
|
Tài liệu này tổng hợp toàn bộ cấu trúc Filter/UI và danh sách chi tiết các phiên (Agenda) trích xuất từ tài liệu PDF để làm dữ liệu đầu vào cho việc cập nhật/phát triển Website và tích hợp AI.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 1. Cấu Trúc Bộ Lọc & Giao Diện (Filter & UI Features)
|
||||||
|
|
||||||
|
### 1.1. Thanh Tìm Kiếm (Search Bar)
|
||||||
|
* **Placeholder:** `Search sessions, speaker`
|
||||||
|
* **Chức năng:** Cho phép người dùng tìm kiếm theo từ khóa trong tên phiên (Session Title), nội dung mô tả (Description), hoặc tên diễn giả (Speaker/Presenter).
|
||||||
|
|
||||||
|
### 1.2. Thẻ Lọc Theo Chủ Đề (Filter Tracks / Categories)
|
||||||
|
Các Tag filter hỗ trợ chọn theo từng danh mục:
|
||||||
|
* **All Sessions** (Tất cả các phiên)
|
||||||
|
* **Ceremonies** (Lễ / Khai mạc - Bế mạc)
|
||||||
|
* **Keynotes & Address** (Bài phát biểu chính & Toạ đàm)
|
||||||
|
* **Technical & Infrastructure** (Kỹ thuật & Hạ tầng)
|
||||||
|
* **Forums & Panels** (Diễn đàn & Thảo luận bàn tròn)
|
||||||
|
* **Breaks & Networking** (Nghỉ giải lao & Kết nối)
|
||||||
|
|
||||||
|
### 1.3. Chế Độ Hiển Thị (View Modes)
|
||||||
|
* **Table View:** Hiển thị danh sách Agenda dưới dạng bảng chi tiết.
|
||||||
|
* **Card View:** Hiển thị danh sách Agenda dưới dạng thẻ (Card UI).
|
||||||
|
|
||||||
|
### 1.4. Quản Lý Lịch Cá Nhân (My Schedule)
|
||||||
|
* **Nút bấm My Schedule:** Hiển thị số lượng phiên đã chọn, ví dụ: `My Schedule (0)`.
|
||||||
|
* **Hành động Lưu (Action Save):** Mỗi phiên trong danh sách có biểu tượng `Star` (☆ / ★) ở cột Action để người dùng click thêm/xóa phiên vào lịch trình cá nhân (`My Schedule`).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 2. Cấu Trúc Bảng Agenda (Agenda Table Structure)
|
||||||
|
|
||||||
|
Bảng dữ liệu Agenda bao gồm các thuộc tính chính:
|
||||||
|
1. **Time (ICT / UTC):** Thời gian diễn ra theo giờ ICT và giờ UTC.
|
||||||
|
2. **Category:** Phân loại chủ đề của phiên.
|
||||||
|
3. **Session Title & Description:** Tên phiên chủ đề và nội dung chi tiết.
|
||||||
|
4. **Speaker / Presenter:** Tên, chức danh và đơn vị công tác của diễn giả/người trình bày.
|
||||||
|
5. **Location:** Địa điểm diễn ra (VD: Main Stage).
|
||||||
|
6. **Action:** Biểu tượng đánh dấu lưu vào lịch cá nhân (Bookmark / Star).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 3. Danh Sách Chi Tiết Toàn Bộ Agenda (Full Event Schedule)
|
||||||
|
|
||||||
|
| Time (ICT / UTC) | Category | Session Title & Description | Speaker / Presenter | Location | Action |
|
||||||
|
| :--- | :--- | :--- | :--- | :--- | :---: |
|
||||||
|
| **9.00 am - 9.15 am ICT**<br>2.00 am - 2.15 am UTC | NETWORKING & BREAK | **Registration & Networking**<br>Welcome to APAC IPv6, AI & Cloud Summit 2026. Collect your badge. | *(N/A)* | Main Stage | ☆ |
|
||||||
|
| **9.15 am - 9.30 am ICT**<br>2.15 am - 2.30 am UTC | CEREMONIES | **Arrival of VIPs**<br>Reception of government dignitaries, international delegates, and VIPs. | *(N/A)* | Main Stage | ☆ |
|
||||||
|
| **9.30 am - 9.50 am ICT**<br>2.30 am - 2.50 am UTC | KEYNOTE | **Welcome Address & Keynote Address: National Sovereign Cloud in the Intelligent Era: Shaping Independent and Resilient Digital Infrastructure**<br>Opening greeting and keynote address detailing national sovereign cloud... | **Prof Emeritus Dr Sureswaran Ramadass**<br>Chairman, APAC IPv6 Council | Main Stage | ☆ |
|
||||||
|
| **9.50 am - 10.00 am ICT**<br>2.50 am - 3.00 am UTC | KEYNOTE | **Keynote Address: Viet Nam's IPv6 Journey: Bridging the Gaps, Accelerating IPv6-Only, and Driving Robust and Intelligent Network Evolution**<br>Keynote detailing Viet Nam's strategic progress, bridging technical gaps, accelerating IPv6-Only... | **Mr. Nguyen Truong Giang**<br>Acting Director General, VNNIC | Main Stage | ☆ |
|
||||||
|
| **10.00 am - 10.10 am ICT**<br>3.00 am - 3.10 am UTC | KEYNOTE | **Keynote Address: Navigating the Global Digital Landscape: European-American Practices and Strategic Insights for Viet Nam in Intelligent Era**<br>Keynote insights comparing European and American digital infrastructure practices... | **Nguyen Chien Thang**<br>Director General, Institute for European and American Studies | Main Stage | ☆ |
|
||||||
|
| **10.10 am - 10.20 am ICT**<br>3.10 am - 3.20 am UTC | CEREMONIES | **Launch Ceremony "IPv6-First & IPv6 Enhanced National Implementation Strategy Guideline"**<br>Inaugural launch ceremony of the National Implementation Strategy Guidelines. | *(N/A)* | Main Stage | ☆ |
|
||||||
|
| **10.20 am - 10.40 am ICT**<br>3.20 am - 3.40 am UTC | KEYNOTE | **Keynote Address: AI WAN: Empowering Carriers into the New Era of Token Monetization**<br>Keynote presentation detailing AI WAN architectures, network transformation, and tokenization. | **Mr. Jun Cai**<br>Vice President, Data Communication Product Line | Main Stage | ☆ |
|
||||||
|
| **10.40 am - 11.00 am ICT**<br>3.40 am - 4.00 am UTC | NETWORKING & BREAK | **Morning Coffee Break / Press Conference + Photos**<br>Morning refreshment break. VIPs and media gather for press briefings and photo opportunities. | *(N/A)* | Main Stage | ☆ |
|
||||||
|
| **11.00 am - 11.20 am ICT**<br>4.00 am - 4.20 am UTC | TECHNICAL | **Carrier Perspectives: IPv6-Driven Robust Infrastructure Fueling Enterprise Cloud and Computing Networks**<br>Carrier presentation analyzing how IPv6-driven robust infrastructure fuels enterprise cloud... | **Speaker from Vietnam ISP / Data Centre Operator**<br>Technical Representative | Main Stage | ☆ |
|
||||||
|
| **11.20 am - 11.40 am ICT**<br>4.20 am - 4.40 am UTC | TECHNICAL | **Pioneering the AI Era: Building Secure and Smart Digital Ecosystems with IPv6 and AI**<br>Technical presentation on cybersecurity vulnerabilities, digital readiness, and smart ecosystems. | **Dr. Navaneethan C Arjuman**<br>Chair of IPv6 and SG Working Group | Main Stage | ☆ |
|
||||||
|
| **11.40 am - 12.00 pm ICT**<br>4.40 am - 5.00 am UTC | TECHNICAL | **Building AI-Ready Network Infrastructure**<br>Case studies and structural designs for building AI-ready network infrastructure. | **Mr. Bayu Hanantasena**<br>Strategic Advisor to CEO, Indosat | Main Stage | ☆ |
|
||||||
|
| **12.00 pm - 12.20 pm ICT**<br>5.00 am - 5.20 am UTC | TECHNICAL | **Navigating ASEAN's Digital Future: Aligning Next-Gen Networking, AI, and Cloud Strategy**<br>Strategic sharing on policy frameworks, digital economy, and cloud strategy alignment. | **Mr. Sivaram Superamanian**<br>Assistant Director, Digital Economy | Main Stage | ☆ |
|
||||||
|
| **12.20 pm - 12.40 pm ICT**<br>5.20 am - 5.40 am UTC | TECHNICAL | **Insights and Operational Perspectives from Local Network Operators**<br>Operational perspectives and network deployment insights from local network operators. | **Speaker from Vietnam ISP / Network Operator**<br>Network Operator Representative | Main Stage | ☆ |
|
||||||
|
| **12.40 pm - 1.30 pm ICT**<br>5.40 am - 6.30 am UTC | NETWORKING & BREAK | **Lunch**<br>Lunch and networking recess for all registered delegates and speakers. | *(N/A)* | Main Stage | ☆ |
|
||||||
|
| **1.30 pm - 2.30 pm ICT**<br>6.30 am - 7.30 am UTC | FORUM & PANEL | **Forum: AI Regulation & Data Sovereignty**<br>A high-level panel discussion on policy frameworks governing data sovereignty and AI regulation. | **Moderator from Council / Panellists from Gov Officials or ISPs** | Main Stage | ☆ |
|
||||||
|
| **2.30 pm - 2.50 pm ICT**<br>7.30 am - 7.50 am UTC | TECHNICAL | **AI & Cloud (IPv6) - Developments in China**<br>A technical overview of global IPv6 adoption patterns, protocol implementations, and AI-cloud integration. | **Mr. Liu Shuai**<br>Vice President, MII, China | Main Stage | ☆ |
|
||||||
|
| **2.50 pm - 3.10 pm ICT**<br>7.50 am - 8.10 am UTC | TECHNICAL | **Technical Presentation (TBD)**<br>Technical presentation session slot. Specific presentation topic and details to be announced. | **TBD**<br>Speaker To Be Announced | Main Stage | ☆ |
|
||||||
|
| **3.10 pm - 3.30 pm ICT**<br>8.10 am - 8.30 am UTC | NETWORKING & BREAK | **Afternoon Coffee Break**<br>Afternoon tea and coffee, networking with cloud partners, and exhibition viewing. | *(N/A)* | Main Stage | ☆ |
|
||||||
|
| **3.30 pm - 4.00 pm ICT**<br>8.30 am - 9.00 am UTC | TECHNICAL | **IEC Standards Between Powermeter and Distributed Energy Resource**<br>Technical presentation on IEC standards between powermeters and distributed energy resources. | **Dr. Masaki Umejima**<br>Convener of Energy Resource Aggregation | Main Stage | ☆ |
|
||||||
|
| **4.00 pm - 5.30 pm ICT**<br>9.00 am - 10.30 am UTC | TECHNICAL | **Technical Sharing & Demo (TBD by Local Partner - SIMS)**<br>Hands-on lab showcase and technical integration demo led by local partner SIMS. | **TBD by Local Partner (SIMS)**<br>Technical Lead Specialists | Main Stage | ☆ |
|
||||||
|
| **5.30 pm - 6.00 pm ICT**<br>10.30 am - 11.00 am UTC | CEREMONIES | **Conference Adjourns**<br>Final wrap-up, thanks to hosts and sponsors, and distribution of event closing remarks. | *(N/A)* | Main Stage | ☆ |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## 4. Dữ Liệu JSON Thô (JSON Data Format)
|
||||||
|
|
||||||
|
Dành cho AI/Developer dễ dàng import trực tiếp vào database hoặc làm Mock Data:
|
||||||
|
|
||||||
|
```json
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"id": 1,
|
||||||
|
"time_ict": "9.00 am - 9.15 am",
|
||||||
|
"time_utc": "2.00 am - 2.15 am",
|
||||||
|
"category": "Breaks & Networking",
|
||||||
|
"title": "Registration & Networking",
|
||||||
|
"description": "Welcome to APAC IPv6, AI & Cloud Summit 2026. Collect your badge.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 2,
|
||||||
|
"time_ict": "9.15 am - 9.30 am",
|
||||||
|
"time_utc": "2.15 am - 2.30 am",
|
||||||
|
"category": "Ceremonies",
|
||||||
|
"title": "Arrival of VIPs",
|
||||||
|
"description": "Reception of government dignitaries, international delegates, and VIPs.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 3,
|
||||||
|
"time_ict": "9.30 am - 9.50 am",
|
||||||
|
"time_utc": "2.30 am - 2.50 am",
|
||||||
|
"category": "Keynotes & Address",
|
||||||
|
"title": "Welcome Address & Keynote Address: National Sovereign Cloud in the Intelligent Era: Shaping Independent and Resilient Digital Infrastructure",
|
||||||
|
"description": "Opening greeting and keynote address detailing national sovereign cloud in the intelligent era.",
|
||||||
|
"speaker": "Prof Emeritus Dr Sureswaran Ramadass",
|
||||||
|
"speaker_title": "Chairman, APAC IPv6 Council",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 4,
|
||||||
|
"time_ict": "9.50 am - 10.00 am",
|
||||||
|
"time_utc": "2.50 am - 3.00 am",
|
||||||
|
"category": "Keynotes & Address",
|
||||||
|
"title": "Keynote Address: Viet Nam's IPv6 Journey: Bridging the Gaps, Accelerating IPv6-Only, and Driving Robust and Intelligent Network Evolution",
|
||||||
|
"description": "Keynote detailing Viet Nam's strategic progress, bridging technical gaps, accelerating IPv6-Only...",
|
||||||
|
"speaker": "Mr. Nguyen Truong Giang",
|
||||||
|
"speaker_title": "Acting Director General, VNNIC",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 5,
|
||||||
|
"time_ict": "10.00 am - 10.10 am",
|
||||||
|
"time_utc": "3.00 am - 3.10 am",
|
||||||
|
"category": "Keynotes & Address",
|
||||||
|
"title": "Keynote Address: Navigating the Global Digital Landscape: European-American Practices and Strategic Insights for Viet Nam in Intelligent Era",
|
||||||
|
"description": "Keynote insights comparing European and American digital infrastructure practices...",
|
||||||
|
"speaker": "Nguyen Chien Thang",
|
||||||
|
"speaker_title": "Director General, Institute for European and American Studies",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 6,
|
||||||
|
"time_ict": "10.10 am - 10.20 am",
|
||||||
|
"time_utc": "3.10 am - 3.20 am",
|
||||||
|
"category": "Ceremonies",
|
||||||
|
"title": "Launch Ceremony "IPv6-First & IPv6 Enhanced National Implementation Strategy Guideline"",
|
||||||
|
"description": "Inaugural launch ceremony of the National Implementation Strategy Guidelines.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 7,
|
||||||
|
"time_ict": "10.20 am - 10.40 am",
|
||||||
|
"time_utc": "3.20 am - 3.40 am",
|
||||||
|
"category": "Keynotes & Address",
|
||||||
|
"title": "Keynote Address: AI WAN: Empowering Carriers into the New Era of Token Monetization",
|
||||||
|
"description": "Keynote presentation detailing AI WAN architectures, network transformation, and tokenization.",
|
||||||
|
"speaker": "Mr. Jun Cai",
|
||||||
|
"speaker_title": "Vice President, Data Communication Product Line",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 8,
|
||||||
|
"time_ict": "10.40 am - 11.00 am",
|
||||||
|
"time_utc": "3.40 am - 4.00 am",
|
||||||
|
"category": "Breaks & Networking",
|
||||||
|
"title": "Morning Coffee Break / Press Conference + Photos",
|
||||||
|
"description": "Morning refreshment break. VIPs and media gather for press briefings and photo opportunities.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 9,
|
||||||
|
"time_ict": "11.00 am - 11.20 am",
|
||||||
|
"time_utc": "4.00 am - 4.20 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Carrier Perspectives: IPv6-Driven Robust Infrastructure Fueling Enterprise Cloud and Computing Networks",
|
||||||
|
"description": "Carrier presentation analyzing how IPv6-driven robust infrastructure fuels enterprise cloud...",
|
||||||
|
"speaker": "Speaker from Vietnam ISP / Data Centre Operator",
|
||||||
|
"speaker_title": "Technical Representative",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 10,
|
||||||
|
"time_ict": "11.20 am - 11.40 am",
|
||||||
|
"time_utc": "4.20 am - 4.40 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Pioneering the AI Era: Building Secure and Smart Digital Ecosystems with IPv6 and AI",
|
||||||
|
"description": "Technical presentation on cybersecurity vulnerabilities, digital readiness, and smart ecosystems.",
|
||||||
|
"speaker": "Dr. Navaneethan C Arjuman",
|
||||||
|
"speaker_title": "Chair of IPv6 and SG Working Group",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 11,
|
||||||
|
"time_ict": "11.40 am - 12.00 pm",
|
||||||
|
"time_utc": "4.40 am - 5.00 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Building AI-Ready Network Infrastructure",
|
||||||
|
"description": "Case studies and structural designs for building AI-ready network infrastructure.",
|
||||||
|
"speaker": "Mr. Bayu Hanantasena",
|
||||||
|
"speaker_title": "Strategic Advisor to CEO, Indosat",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 12,
|
||||||
|
"time_ict": "12.00 pm - 12.20 pm",
|
||||||
|
"time_utc": "5.00 am - 5.20 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Navigating ASEAN's Digital Future: Aligning Next-Gen Networking, AI, and Cloud Strategy",
|
||||||
|
"description": "Strategic sharing on policy frameworks, digital economy, and cloud strategy alignment.",
|
||||||
|
"speaker": "Mr. Sivaram Superamanian",
|
||||||
|
"speaker_title": "Assistant Director, Digital Economy",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 13,
|
||||||
|
"time_ict": "12.20 pm - 12.40 pm",
|
||||||
|
"time_utc": "5.20 am - 5.40 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Insights and Operational Perspectives from Local Network Operators",
|
||||||
|
"description": "Operational perspectives and network deployment insights from local network operators.",
|
||||||
|
"speaker": "Speaker from Vietnam ISP / Network Operator",
|
||||||
|
"speaker_title": "Network Operator Representative",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 14,
|
||||||
|
"time_ict": "12.40 pm - 1.30 pm",
|
||||||
|
"time_utc": "5.40 am - 6.30 am",
|
||||||
|
"category": "Breaks & Networking",
|
||||||
|
"title": "Lunch",
|
||||||
|
"description": "Lunch and networking recess for all registered delegates and speakers.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 15,
|
||||||
|
"time_ict": "1.30 pm - 2.30 pm",
|
||||||
|
"time_utc": "6.30 am - 7.30 am",
|
||||||
|
"category": "Forums & Panels",
|
||||||
|
"title": "Forum: AI Regulation & Data Sovereignty",
|
||||||
|
"description": "A high-level panel discussion on policy frameworks governing data sovereignty and AI regulation.",
|
||||||
|
"speaker": "Moderator from Council / Panellists from Gov Officials or ISPs",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 16,
|
||||||
|
"time_ict": "2.30 pm - 2.50 pm",
|
||||||
|
"time_utc": "7.30 am - 7.50 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "AI & Cloud (IPv6) - Developments in China",
|
||||||
|
"description": "A technical overview of global IPv6 adoption patterns, protocol implementations, and AI-cloud integration.",
|
||||||
|
"speaker": "Mr. Liu Shuai",
|
||||||
|
"speaker_title": "Vice President, MII, China",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 17,
|
||||||
|
"time_ict": "2.50 pm - 3.10 pm",
|
||||||
|
"time_utc": "7.50 am - 8.10 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Technical Presentation (TBD)",
|
||||||
|
"description": "Technical presentation session slot. Specific presentation topic and details to be announced.",
|
||||||
|
"speaker": "TBD",
|
||||||
|
"speaker_title": "Speaker To Be Announced",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 18,
|
||||||
|
"time_ict": "3.10 pm - 3.30 pm",
|
||||||
|
"time_utc": "8.10 am - 8.30 am",
|
||||||
|
"category": "Breaks & Networking",
|
||||||
|
"title": "Afternoon Coffee Break",
|
||||||
|
"description": "Afternoon tea and coffee, networking with cloud partners, and exhibition viewing.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 19,
|
||||||
|
"time_ict": "3.30 pm - 4.00 pm",
|
||||||
|
"time_utc": "8.30 am - 9.00 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "IEC Standards Between Powermeter and Distributed Energy Resource",
|
||||||
|
"description": "Technical presentation on IEC standards between powermeters and distributed energy resources.",
|
||||||
|
"speaker": "Dr. Masaki Umejima",
|
||||||
|
"speaker_title": "Convener of Energy Resource Aggregation",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 20,
|
||||||
|
"time_ict": "4.00 pm - 5.30 pm",
|
||||||
|
"time_utc": "9.00 am - 10.30 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Technical Sharing & Demo (TBD by Local Partner - SIMS)",
|
||||||
|
"description": "Hands-on lab showcase and technical integration demo led by local partner SIMS.",
|
||||||
|
"speaker": "TBD by Local Partner (SIMS)",
|
||||||
|
"speaker_title": "Technical Lead Specialists",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 21,
|
||||||
|
"time_ict": "5.30 pm - 6.00 pm",
|
||||||
|
"time_utc": "10.30 am - 11.00 am",
|
||||||
|
"category": "Ceremonies",
|
||||||
|
"title": "Conference Adjourns",
|
||||||
|
"description": "Final wrap-up, thanks to hosts and sponsors, and distribution of event closing remarks.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
```
|
||||||
File diff suppressed because it is too large
Load Diff
@@ -16,13 +16,25 @@ export default function HeroSection({
|
|||||||
<section className="relative min-h-[80vh] lg:min-h-[90vh] flex items-center overflow-hidden bg-background hero-glow px-[var(--spacing-gutter)]">
|
<section className="relative min-h-[80vh] lg:min-h-[90vh] flex items-center overflow-hidden bg-background hero-glow px-[var(--spacing-gutter)]">
|
||||||
<div className="relative z-10 max-w-hd mx-auto w-full">
|
<div className="relative z-10 max-w-hd mx-auto w-full">
|
||||||
<div className="max-w-7xl">
|
<div className="max-w-7xl">
|
||||||
<div className="inline-flex items-center gap-3 lg:gap-4 px-4 lg:px-8 py-2 lg:py-3 rounded-full bg-surface-container-high border border-primary/30 mb-8 lg:mb-16">
|
<div className="inline-flex flex-wrap items-center gap-3 lg:gap-4 px-4 lg:px-8 py-2.5 lg:py-3.5 rounded-full bg-surface-container-high border border-primary/30 mb-8 lg:mb-16">
|
||||||
<span className="material-symbols-outlined text-primary text-[20px] lg:text-[26px]">
|
<span className="material-symbols-outlined text-primary text-[20px] lg:text-[26px]">
|
||||||
{data.badgeIcon}
|
{data.badgeIcon}
|
||||||
</span>
|
</span>
|
||||||
<span className="font-[var(--font-label-caps)] text-xs lg:text-[14px] text-on-surface">
|
<span className="font-[var(--font-label-caps)] text-xs lg:text-[14px] text-on-surface">
|
||||||
{data.badgeText}
|
{data.badgeText}
|
||||||
</span>
|
</span>
|
||||||
|
<a
|
||||||
|
href="https://www.google.com/maps?q=InterContinental+Hanoi+Landmark72"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="ml-1 lg:ml-2 px-3 py-1 rounded-full bg-primary/20 text-primary hover:bg-primary hover:text-background text-xs font-semibold uppercase tracking-wider transition-colors inline-flex items-center gap-1.5 border border-primary/40"
|
||||||
|
title="Open Google Maps"
|
||||||
|
>
|
||||||
|
<span>📍 Google Maps</span>
|
||||||
|
<svg className="w-3 h-3" fill="none" stroke="currentColor" viewBox="0 0 24 24" strokeWidth={2}>
|
||||||
|
<path strokeLinecap="round" strokeLinejoin="round" d="M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25" />
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<h1 className="font-[var(--font-display-lg)] text-on-surface mb-6 lg:mb-8 leading-[1.1] text-[clamp(1.75rem,3.5vw+1rem,4.25rem)]">
|
<h1 className="font-[var(--font-display-lg)] text-on-surface mb-6 lg:mb-8 leading-[1.1] text-[clamp(1.75rem,3.5vw+1rem,4.25rem)]">
|
||||||
{data.title.includes(" AI") ? (
|
{data.title.includes(" AI") ? (
|
||||||
@@ -57,4 +69,3 @@ export default function HeroSection({
|
|||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+198
-57
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"hero": {
|
"hero": {
|
||||||
"badgeIcon": "calendar_today",
|
"badgeIcon": "calendar_today",
|
||||||
"badgeText": "27 August 2026 | Hanoi, Vietnam",
|
"badgeText": "27 August 2026 | Keangnam Landmark Tower, Hanoi, Vietnam",
|
||||||
"title": "IPv6 - Enhanced for AI & Data Centre Summit 2026",
|
"title": "IPv6 - Enhanced for AI & Data Centre Summit 2026",
|
||||||
"subtitle": "Unlocking the Potential of Next-Gen Infrastructure. Join global leaders in redefining ASEAN's digital connectivity for the age of AI.",
|
"subtitle": "Unlocking the Potential of Next-Gen Infrastructure. Join global leaders in redefining ASEAN's digital connectivity for the age of AI.",
|
||||||
"primaryCta": { "label": "Register", "href": "/registration" },
|
"primaryCta": { "label": "Register", "href": "/registration" },
|
||||||
@@ -138,98 +138,239 @@
|
|||||||
"description": "A strategic overview of the technical and strategic sessions.",
|
"description": "A strategic overview of the technical and strategic sessions.",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"order": "01",
|
"id": 1,
|
||||||
"time": "8.30 am – 9.00 am",
|
"time_ict": "9.00 am - 9.15 am",
|
||||||
|
"time_utc": "2.00 am - 2.15 am",
|
||||||
|
"category": "Breaks & Networking",
|
||||||
"title": "Registration & Networking",
|
"title": "Registration & Networking",
|
||||||
"description": ""
|
"description": "Welcome to APAC IPv6, AI & Cloud Summit 2026. Collect your badge.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "02",
|
"id": 2,
|
||||||
"time": "9.00 am – 9.15 am",
|
"time_ict": "9.15 am - 9.30 am",
|
||||||
|
"time_utc": "2.15 am - 2.30 am",
|
||||||
|
"category": "Ceremonies",
|
||||||
"title": "Arrival of VIPs",
|
"title": "Arrival of VIPs",
|
||||||
"description": ""
|
"description": "Reception of government dignitaries, international delegates, and VIPs.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "03",
|
"id": 3,
|
||||||
"time": "9.15 am – 9.25 am",
|
"time_ict": "9.30 am - 9.50 am",
|
||||||
"title": "Welcome Address by **Prof Emeritus Dr Sureswaran Ramadass**",
|
"time_utc": "2.30 am - 2.50 am",
|
||||||
"description": "*Chairman, IPv6 Forum Malaysia*\n*Chairman, APAC IPv6 Council*",
|
"category": "Keynotes & Address",
|
||||||
|
"title": "Welcome Address & Keynote Address: National Sovereign Cloud in the Intelligent Era: Shaping Independent and Resilient Digital Infrastructure",
|
||||||
|
"description": "Opening greeting and keynote address detailing national sovereign cloud in the intelligent era.",
|
||||||
|
"speaker": "Prof Emeritus Dr Sureswaran Ramadass",
|
||||||
|
"speaker_title": "Chairman, APAC IPv6 Council",
|
||||||
|
"location": "Main Stage",
|
||||||
"avatar": "/assets/img/speakers/speaker.png"
|
"avatar": "/assets/img/speakers/speaker.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "04",
|
"id": 4,
|
||||||
"time": "9.25 am – 9.35 am",
|
"time_ict": "9.50 am - 10.00 am",
|
||||||
"title": "Officiating Address by **Vietnam Government Official**",
|
"time_utc": "2.50 am - 3.00 am",
|
||||||
"description": "Opening Ceremony"
|
"category": "Keynotes & Address",
|
||||||
|
"title": "Keynote Address: Viet Nam's IPv6 Journey: Bridging the Gaps, Accelerating IPv6-Only, and Driving Robust and Intelligent Network Evolution",
|
||||||
|
"description": "Keynote detailing Viet Nam's strategic progress, bridging technical gaps, accelerating IPv6-Only...",
|
||||||
|
"speaker": "Mr. Nguyen Truong Giang",
|
||||||
|
"speaker_title": "Acting Director General, VNNIC",
|
||||||
|
"location": "Main Stage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "05",
|
"id": 5,
|
||||||
"time": "9.35 am – 9.45 am",
|
"time_ict": "10.00 am - 10.10 am",
|
||||||
"title": "Launch Ceremony **\"ASEAN IPv6-First & IPv6 Enhanced National Implementation Guideline\"**",
|
"time_utc": "3.00 am - 3.10 am",
|
||||||
"description": ""
|
"category": "Keynotes & Address",
|
||||||
|
"title": "Keynote Address: Navigating the Global Digital Landscape: European-American Practices and Strategic Insights for Viet Nam in Intelligent Era",
|
||||||
|
"description": "Keynote insights comparing European and American digital infrastructure practices...",
|
||||||
|
"speaker": "Nguyen Chien Thang",
|
||||||
|
"speaker_title": "Director General, Institute for European and American Studies",
|
||||||
|
"location": "Main Stage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "06",
|
"id": 6,
|
||||||
"time": "9.45 am – 10.00 am",
|
"time_ict": "10.10 am - 10.20 am",
|
||||||
"title": "Morning Coffee Break",
|
"time_utc": "3.10 am - 3.20 am",
|
||||||
"description": "Press Conference + Photos"
|
"category": "Ceremonies",
|
||||||
|
"title": "Launch Ceremony \"IPv6-First & IPv6 Enhanced National Implementation Strategy Guideline\"",
|
||||||
|
"description": "Inaugural launch ceremony of the National Implementation Strategy Guidelines.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "07",
|
"id": 7,
|
||||||
"time": "10.00 am – 10.40 am",
|
"time_ict": "10.20 am - 10.40 am",
|
||||||
"title": "Keynote Address: **\"IPv6 Enhanced, SRv6 & Net5.5G for AI-Native Data Centres\"**",
|
"time_utc": "3.20 am - 3.40 am",
|
||||||
"description": "Speaker: Dr. Will Liu, Huawei, China",
|
"category": "Keynotes & Address",
|
||||||
|
"title": "Keynote Address: AI WAN: Empowering Carriers into the New Era of Token Monetization",
|
||||||
|
"description": "Keynote presentation detailing AI WAN architectures, network transformation, and tokenization.",
|
||||||
|
"speaker": "Mr. Jun Cai",
|
||||||
|
"speaker_title": "Vice President, Data Communication Product Line",
|
||||||
|
"location": "Main Stage",
|
||||||
"avatar": "/assets/img/speakers/dr.liushucheng.jpg"
|
"avatar": "/assets/img/speakers/dr.liushucheng.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "08",
|
"id": 8,
|
||||||
"time": "10.40 am – 11.10 am",
|
"time_ict": "10.40 am - 11.00 am",
|
||||||
"title": "**AI, Cybersecurity & Smart Digital Ecosystems**",
|
"time_utc": "3.40 am - 4.00 am",
|
||||||
"description": "Speaker: Prof. Sureswaran Ramadass, Malaysia\nChairman, IPv6 Forum Malaysia",
|
"category": "Breaks & Networking",
|
||||||
"avatar": "/assets/img/speakers/speaker.png"
|
"title": "Morning Coffee Break / Press Conference + Photos",
|
||||||
|
"description": "Morning refreshment break. VIPs and media gather for press briefings and photo opportunities.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "09",
|
"id": 9,
|
||||||
"time": "11.10 am – 11.50 am",
|
"time_ict": "11.00 am - 11.20 am",
|
||||||
"title": "**Building AI-Ready Data Centre Infrastructure in ASEAN**",
|
"time_utc": "4.00 am - 4.20 am",
|
||||||
"description": "Speaker: Mr. Bayu Hanantasena, Strategic Advisor to CEO, Indosat, Indonesia",
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Carrier Perspectives: IPv6-Driven Robust Infrastructure Fueling Enterprise Cloud and Computing Networks",
|
||||||
|
"description": "Carrier presentation analyzing how IPv6-driven robust infrastructure fuels enterprise cloud...",
|
||||||
|
"speaker": "Speaker from Vietnam ISP / Data Centre Operator",
|
||||||
|
"speaker_title": "Technical Representative",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 10,
|
||||||
|
"time_ict": "11.20 am - 11.40 am",
|
||||||
|
"time_utc": "4.20 am - 4.40 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Pioneering the AI Era: Building Secure and Smart Digital Ecosystems with IPv6 and AI",
|
||||||
|
"description": "Technical presentation on cybersecurity vulnerabilities, digital readiness, and smart ecosystems.",
|
||||||
|
"speaker": "Dr. Navaneethan C Arjuman",
|
||||||
|
"speaker_title": "Chair of IPv6 and SG Working Group",
|
||||||
|
"location": "Main Stage",
|
||||||
|
"avatar": "/assets/img/speakers/dr.navaneethan-c-arjuman.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 11,
|
||||||
|
"time_ict": "11.40 am - 12.00 pm",
|
||||||
|
"time_utc": "4.40 am - 5.00 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Building AI-Ready Network Infrastructure",
|
||||||
|
"description": "Case studies and structural designs for building AI-ready network infrastructure.",
|
||||||
|
"speaker": "Mr. Bayu Hanantasena",
|
||||||
|
"speaker_title": "Strategic Advisor to CEO, Indosat",
|
||||||
|
"location": "Main Stage",
|
||||||
"avatar": "/assets/img/speakers/bayu-hanatasena.jpg"
|
"avatar": "/assets/img/speakers/bayu-hanatasena.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "10",
|
"id": 12,
|
||||||
"time": "11.50 am – 12.30 pm",
|
"time_ict": "12.00 pm - 12.20 pm",
|
||||||
"title": "Cybersecurity in AI & Cloud Environments: Safeguarding the Digital Future",
|
"time_utc": "5.00 am - 5.20 am",
|
||||||
"description": "**Speaker from Vietnam ISP/Regulators**"
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Navigating ASEAN's Digital Future: Aligning Next-Gen Networking, AI, and Cloud Strategy",
|
||||||
|
"description": "Strategic sharing on policy frameworks, digital economy, and cloud strategy alignment.",
|
||||||
|
"speaker": "Mr. Sivaram Superamanian",
|
||||||
|
"speaker_title": "Assistant Director, Digital Economy",
|
||||||
|
"location": "Main Stage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "11",
|
"id": 13,
|
||||||
"time": "12.30 pm – 2.00 pm",
|
"time_ict": "12.20 pm - 12.40 pm",
|
||||||
|
"time_utc": "5.20 am - 5.40 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Insights and Operational Perspectives from Local Network Operators",
|
||||||
|
"description": "Operational perspectives and network deployment insights from local network operators.",
|
||||||
|
"speaker": "Speaker from Vietnam ISP / Network Operator",
|
||||||
|
"speaker_title": "Network Operator Representative",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 14,
|
||||||
|
"time_ict": "12.40 pm - 1.30 pm",
|
||||||
|
"time_utc": "5.40 am - 6.30 am",
|
||||||
|
"category": "Breaks & Networking",
|
||||||
"title": "Lunch",
|
"title": "Lunch",
|
||||||
"description": ""
|
"description": "Lunch and networking recess for all registered delegates and speakers.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "12",
|
"id": 15,
|
||||||
"time": "2.00 pm – 3.00 pm",
|
"time_ict": "1.30 pm - 2.30 pm",
|
||||||
"title": "**Forum**\nAI Regulation & Data Sovereignty",
|
"time_utc": "6.30 am - 7.30 am",
|
||||||
"description": "**Moderator from Council**\n**Panellists from Gov Officials or ISPs of Indonesia, Malaysia, Vietnam**"
|
"category": "Forums & Panels",
|
||||||
|
"title": "Forum: AI Regulation & Data Sovereignty",
|
||||||
|
"description": "A high-level panel discussion on policy frameworks governing data sovereignty and AI regulation.",
|
||||||
|
"speaker": "Moderator from Council / Panellists from Gov Officials or ISPs",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "13",
|
"id": 16,
|
||||||
"time": "3.00 pm – 3.15 pm",
|
"time_ict": "2.30 pm - 2.50 pm",
|
||||||
|
"time_utc": "7.30 am - 7.50 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "AI & Cloud (IPv6) - Developments in China",
|
||||||
|
"description": "A technical overview of global IPv6 adoption patterns, protocol implementations, and AI-cloud integration.",
|
||||||
|
"speaker": "Mr. Liu Shuai",
|
||||||
|
"speaker_title": "Vice President, MII, China",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 17,
|
||||||
|
"time_ict": "2.50 pm - 3.10 pm",
|
||||||
|
"time_utc": "7.50 am - 8.10 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Technical Presentation (TBD)",
|
||||||
|
"description": "Technical presentation session slot. Specific presentation topic and details to be announced.",
|
||||||
|
"speaker": "TBD",
|
||||||
|
"speaker_title": "Speaker To Be Announced",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 18,
|
||||||
|
"time_ict": "3.10 pm - 3.30 pm",
|
||||||
|
"time_utc": "8.10 am - 8.30 am",
|
||||||
|
"category": "Breaks & Networking",
|
||||||
"title": "Afternoon Coffee Break",
|
"title": "Afternoon Coffee Break",
|
||||||
"description": ""
|
"description": "Afternoon tea and coffee, networking with cloud partners, and exhibition viewing.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "14",
|
"id": 19,
|
||||||
"time": "3.15 pm – 5.30 pm",
|
"time_ict": "3.30 pm - 4.00 pm",
|
||||||
"title": "**TBD by Local partner(SIMS)**",
|
"time_utc": "8.30 am - 9.00 am",
|
||||||
"description": ""
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "IEC Standards Between Powermeter and Distributed Energy Resource",
|
||||||
|
"description": "Technical presentation on IEC standards between powermeters and distributed energy resources.",
|
||||||
|
"speaker": "Dr. Masaki Umejima",
|
||||||
|
"speaker_title": "Convener of Energy Resource Aggregation",
|
||||||
|
"location": "Main Stage"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "15",
|
"id": 20,
|
||||||
"time": "5.30 pm",
|
"time_ict": "4.00 pm - 5.30 pm",
|
||||||
|
"time_utc": "9.00 am - 10.30 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Technical Sharing & Demo (TBD by Local Partner - SIMS)",
|
||||||
|
"description": "Hands-on lab showcase and technical integration demo led by local partner SIMS.",
|
||||||
|
"speaker": "TBD by Local Partner (SIMS)",
|
||||||
|
"speaker_title": "Technical Lead Specialists",
|
||||||
|
"location": "Main Stage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 21,
|
||||||
|
"time_ict": "5.30 pm - 6.00 pm",
|
||||||
|
"time_utc": "10.30 am - 11.00 am",
|
||||||
|
"category": "Ceremonies",
|
||||||
"title": "Conference Adjourns",
|
"title": "Conference Adjourns",
|
||||||
"description": ""
|
"description": "Final wrap-up, thanks to hosts and sponsors, and distribution of event closing remarks.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Main Stage"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
+202
-61
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"hero": {
|
"hero": {
|
||||||
"badgeIcon": "calendar_today",
|
"badgeIcon": "calendar_today",
|
||||||
"badgeText": "27 Tháng 8/2026 | Hà Nội, Việt Nam",
|
"badgeText": "27 Tháng 8 2026 | Keangnam Landmark Tower, Hà Nội, Việt Nam",
|
||||||
"title": "IPv6 - Enhanced for AI & Data Centre Summit 2026",
|
"title": "IPv6 - Enhanced for AI & Data Centre Summit 2026",
|
||||||
"subtitle": "Khám phá tiềm năng Hạ tầng thế hệ mới. Chung sức định hình kỷ nguyên kết nối số tại ASEAN cùng doanh nghiệp hàng đầu quốc tế.",
|
"subtitle": "Khám phá tiềm năng Hạ tầng thế hệ mới. Chung sức định hình kỷ nguyên kết nối số tại ASEAN cùng doanh nghiệp hàng đầu quốc tế.",
|
||||||
"primaryCta": { "label": "Đăng Ký", "href": "/registration" },
|
"primaryCta": { "label": "Đăng Ký", "href": "/registration" },
|
||||||
@@ -138,98 +138,239 @@
|
|||||||
"description": "Tổng quan chiến lược về các phiên kỹ thuật và chiến lược.",
|
"description": "Tổng quan chiến lược về các phiên kỹ thuật và chiến lược.",
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"order": "01",
|
"id": 1,
|
||||||
"time": "8.30 am – 9.00 am",
|
"time_ict": "9.00 am - 9.15 am",
|
||||||
|
"time_utc": "2.00 am - 2.15 am",
|
||||||
|
"category": "Breaks & Networking",
|
||||||
"title": "Đăng ký & Kết nối",
|
"title": "Đăng ký & Kết nối",
|
||||||
"description": ""
|
"description": "Chào mừng quý đại biểu đến với APAC IPv6, AI & Cloud Summit 2026. Nhận thẻ tham dự.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "02",
|
"id": 2,
|
||||||
"time": "9.00 am – 9.15 am",
|
"time_ict": "9.15 am - 9.30 am",
|
||||||
"title": "Đón tiếp đại biểu VIP",
|
"time_utc": "2.15 am - 2.30 am",
|
||||||
"description": ""
|
"category": "Ceremonies",
|
||||||
|
"title": "Đón tiếp VIP & Đại biểu",
|
||||||
|
"description": "Đón tiếp các quan chức chính phủ, đại biểu quốc tế và khách mời VIP.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "03",
|
"id": 3,
|
||||||
"time": "9.15 am – 9.25 am",
|
"time_ict": "9.30 am - 9.50 am",
|
||||||
"title": "Phát biểu chào mừng bởi **Prof Emeritus Dr Sureswaran Ramadass**",
|
"time_utc": "2.30 am - 2.50 am",
|
||||||
"description": "*Chairman, IPv6 Forum Malaysia*\n*Chairman, APAC IPv6 Council*",
|
"category": "Keynotes & Address",
|
||||||
|
"title": "Bài phát biểu Khai mạc & Keynote: Điện toán Đám mây Chủ quyền Quốc gia trong Kỷ nguyên Thông minh: Định hình Hạ tầng Số Độc lập & Tự cường",
|
||||||
|
"description": "Bài phát biểu chào mừng và báo cáo chính về chiến lược đám mây chủ quyền quốc gia...",
|
||||||
|
"speaker": "Prof Emeritus Dr Sureswaran Ramadass",
|
||||||
|
"speaker_title": "Chủ tịch Hội đồng APAC IPv6",
|
||||||
|
"location": "Sân khấu chính",
|
||||||
"avatar": "/assets/img/speakers/speaker.png"
|
"avatar": "/assets/img/speakers/speaker.png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "04",
|
"id": 4,
|
||||||
"time": "9.25 am – 9.35 am",
|
"time_ict": "9.50 am - 10.00 am",
|
||||||
"title": "Phát biểu khai mạc bởi **Vietnam Government Official**",
|
"time_utc": "2.50 am - 3.00 am",
|
||||||
"description": "Opening Ceremony"
|
"category": "Keynotes & Address",
|
||||||
|
"title": "Bài phát biểu Keynote: Hành trình IPv6 của Việt Nam: Thu hẹp Khoảng cách, Thúc đẩy IPv6-Only và Phát triển Mạng lưới Thông minh",
|
||||||
|
"description": "Báo cáo chiến lược của Việt Nam về tiến trình chuyển đổi IPv6, IPv6-Only...",
|
||||||
|
"speaker": "Mr. Nguyễn Trường Giang",
|
||||||
|
"speaker_title": "Quyền Giám đốc VNNIC",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "05",
|
"id": 5,
|
||||||
"time": "9.35 am – 9.45 am",
|
"time_ict": "10.00 am - 10.10 am",
|
||||||
"title": "Lễ công bố **\"ASEAN IPv6-First & IPv6 Enhanced National Implementation Guideline\"**",
|
"time_utc": "3.00 am - 3.10 am",
|
||||||
"description": ""
|
"category": "Keynotes & Address",
|
||||||
|
"title": "Bài phát biểu Keynote: Định hướng Bối cảnh Số Toàn cầu: Thực tiễn Âu - Mỹ & Bài học Chiến lược cho Việt Nam",
|
||||||
|
"description": "Kinh nghiệm quốc tế từ Âu - Mỹ và góc nhìn chiến lược cho hạ tầng số Việt Nam...",
|
||||||
|
"speaker": "Nguyễn Chiến Thắng",
|
||||||
|
"speaker_title": "Viện trưởng Viện Nghiên cứu Châu Âu và Châu Mỹ",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "06",
|
"id": 6,
|
||||||
"time": "9.45 am – 10.00 am",
|
"time_ict": "10.10 am - 10.20 am",
|
||||||
"title": "Nghỉ giải lao sáng",
|
"time_utc": "3.10 am - 3.20 am",
|
||||||
"description": "Họp báo + Chụp ảnh lưu niệm"
|
"category": "Ceremonies",
|
||||||
|
"title": "Lễ công bố \"Khung Chiến lược Quốc gia về Triển khai IPv6-First & IPv6 Nâng cao\"",
|
||||||
|
"description": "Lễ ra mắt chính thức Khung hướng dẫn chiến lược triển khai IPv6 quốc gia.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "07",
|
"id": 7,
|
||||||
"time": "10.00 am – 10.40 am",
|
"time_ict": "10.20 am - 10.40 am",
|
||||||
"title": "Bài phát biểu Keynote: **\"Tối ưu hóa IPv6, SRv6 & Net5.5G cho Trung tâm Dữ liệu tích hợp AI\"**",
|
"time_utc": "3.20 am - 3.40 am",
|
||||||
"description": "Speaker: Dr. Will Liu, Huawei, China",
|
"category": "Keynotes & Address",
|
||||||
|
"title": "Bài phát biểu Keynote: AI WAN: Mở ra Kỷ nguyên Mới về Thương mại hóa Token cho các Nhà mạng",
|
||||||
|
"description": "Kiến trúc AI WAN, chuyển đổi hạ tầng mạng và mô hình monetizing mới.",
|
||||||
|
"speaker": "Mr. Jun Cai",
|
||||||
|
"speaker_title": "Phó Chủ tịch, Dòng sản phẩm Truyền thông Dữ liệu",
|
||||||
|
"location": "Sân khấu chính",
|
||||||
"avatar": "/assets/img/speakers/dr.liushucheng.jpg"
|
"avatar": "/assets/img/speakers/dr.liushucheng.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "08",
|
"id": 8,
|
||||||
"time": "10.40 am – 11.10 am",
|
"time_ict": "10.40 am - 11.00 am",
|
||||||
"title": "**AI, An ninh mạng & Hệ sinh thái số thông minh**",
|
"time_utc": "3.40 am - 4.00 am",
|
||||||
"description": "Speaker: Prof. Sureswaran Ramadass, Malaysia\nChairman, IPv6 Forum Malaysia",
|
"category": "Breaks & Networking",
|
||||||
"avatar": "/assets/img/speakers/speaker.png"
|
"title": "Nghỉ giải lao sáng / Họp báo & Chụp ảnh lưu niệm",
|
||||||
|
"description": "Nghỉ giải lao, dùng trà chiều. Đại biểu VIP và báo chí chụp ảnh lưu niệm.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "09",
|
"id": 9,
|
||||||
"time": "11.10 am – 11.50 am",
|
"time_ict": "11.00 am - 11.20 am",
|
||||||
"title": "**Xây dựng hạ tầng Trung tâm dữ liệu sẵn sàng cho AI tại ASEAN**",
|
"time_utc": "4.00 am - 4.20 am",
|
||||||
"description": "Speaker: Mr. Bayu Hanantasena, Strategic Advisor to CEO, Indosat, Indonesia",
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Góc nhìn Nhà mạng: Hạ tầng IPv6 Nâng cao Thúc đẩy Điện toán Đám mây Doanh nghiệp",
|
||||||
|
"description": "Phân tích vai trò của IPv6 nâng cao trong việc tiếp sức cho điện toán doanh nghiệp...",
|
||||||
|
"speaker": "Đại diện Kỹ thuật",
|
||||||
|
"speaker_title": "Nhà mạng / Trung tâm Dữ liệu Việt Nam",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 10,
|
||||||
|
"time_ict": "11.20 am - 11.40 am",
|
||||||
|
"time_utc": "4.20 am - 4.40 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Tiên phong Kỷ nguyên AI: Xây dựng Hệ sinh thái Số An toàn & Thông minh với IPv6 & AI",
|
||||||
|
"description": "Giải pháp an ninh mạng, sẵn sàng hạ tầng và hệ sinh thái số thông minh.",
|
||||||
|
"speaker": "Dr. Navaneethan C Arjuman",
|
||||||
|
"speaker_title": "Chủ tịch Nhóm làm việc IPv6 & SG",
|
||||||
|
"location": "Sân khấu chính",
|
||||||
|
"avatar": "/assets/img/speakers/dr.navaneethan-c-arjuman.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 11,
|
||||||
|
"time_ict": "11.40 am - 12.00 pm",
|
||||||
|
"time_utc": "4.40 am - 5.00 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Xây dựng Hạ tầng Mạng Sẵn sàng cho Kỷ nguyên AI",
|
||||||
|
"description": "Case study thực tế và thiết kế kiến trúc mạng sẵn sàng đáp ứng AI.",
|
||||||
|
"speaker": "Mr. Bayu Hanantasena",
|
||||||
|
"speaker_title": "Cố vấn Chiến lược CEO, Indosat",
|
||||||
|
"location": "Sân khấu chính",
|
||||||
"avatar": "/assets/img/speakers/bayu-hanatasena.jpg"
|
"avatar": "/assets/img/speakers/bayu-hanatasena.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "10",
|
"id": 12,
|
||||||
"time": "11.50 am – 12.30 pm",
|
"time_ict": "12.00 pm - 12.20 pm",
|
||||||
"title": "An ninh mạng trong môi trường AI & Điện toán đám mây: Bảo vệ tương lai số",
|
"time_utc": "5.00 am - 5.20 am",
|
||||||
"description": "**Speaker from Vietnam ISP/Regulators**"
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Định hình Tương lai Số ASEAN: Đồng bộ Hạ tầng Mạng Thế hệ mới, AI & Chiến lược Cloud",
|
||||||
|
"description": "Khung chính sách, kinh tế số và chiến lược phát triển mạng đám mây tại ASEAN.",
|
||||||
|
"speaker": "Mr. Sivaram Superamanian",
|
||||||
|
"speaker_title": "Phó Giám đốc, Kinh tế Số",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "11",
|
"id": 13,
|
||||||
"time": "12.30 pm – 2.00 pm",
|
"time_ict": "12.20 pm - 12.40 pm",
|
||||||
"title": "Nghỉ trưa",
|
"time_utc": "5.20 am - 5.40 am",
|
||||||
"description": ""
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Góc nhìn Vận hành và Thực tiễn từ các Nhà mạng Trong nước",
|
||||||
|
"description": "Kinh nghiệm thực tiễn triển khai hạ tầng từ các doanh nghiệp viễn thông Việt Nam.",
|
||||||
|
"speaker": "Đại diện Nhà mạng",
|
||||||
|
"speaker_title": "Doanh nghiệp Viễn thông Việt Nam",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "12",
|
"id": 14,
|
||||||
"time": "2.00 pm – 3.00 pm",
|
"time_ict": "12.40 pm - 1.30 pm",
|
||||||
"title": "**Tọa đàm**\nQuản lý AI & Chủ quyền dữ liệu",
|
"time_utc": "5.40 am - 6.30 am",
|
||||||
"description": "**Moderator from Council**\n**Panellists from Gov Officials or ISPs of Indonesia, Malaysia, Vietnam**"
|
"category": "Breaks & Networking",
|
||||||
|
"title": "Tiệc Trưa & Kết Nối",
|
||||||
|
"description": "Tiệc trưa và giao lưu kết nối dành cho toàn thể đại biểu và diễn giả.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "13",
|
"id": 15,
|
||||||
"time": "3.00 pm – 3.15 pm",
|
"time_ict": "1.30 pm - 2.30 pm",
|
||||||
"title": "Nghỉ giải lao chiều",
|
"time_utc": "6.30 am - 7.30 am",
|
||||||
"description": ""
|
"category": "Forums & Panels",
|
||||||
|
"title": "Tọa đàm: Quản trị AI & Chủ quyền Dữ liệu",
|
||||||
|
"description": "Thảo luận bàn tròn cấp cao về chính sách quản trị dữ liệu và quy định pháp lý cho AI.",
|
||||||
|
"speaker": "Chủ tọa & Diễn giả Tọa đàm",
|
||||||
|
"speaker_title": "Đại diện Cơ quan Quản lý & Nhà mạng",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "14",
|
"id": 16,
|
||||||
"time": "3.15 pm – 5.30 pm",
|
"time_ict": "2.30 pm - 2.50 pm",
|
||||||
"title": "**Nội dung do đối tác địa phương quyết định (SIMS)**",
|
"time_utc": "7.30 am - 7.50 am",
|
||||||
"description": ""
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "AI & Cloud (IPv6) - Xu hướng và Phát triển tại Trung Quốc",
|
||||||
|
"description": "Tổng quan kỹ thuật về mô hình triển khai IPv6, giao thức mới và tích hợp AI-Cloud.",
|
||||||
|
"speaker": "Mr. Liu Shuai",
|
||||||
|
"speaker_title": "Phó Chủ tịch, MII Trung Quốc",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"order": "15",
|
"id": 17,
|
||||||
"time": "5.30 pm",
|
"time_ict": "2.50 pm - 3.10 pm",
|
||||||
"title": "Bế mạc hội thảo",
|
"time_utc": "7.50 am - 8.10 am",
|
||||||
"description": ""
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Báo cáo Kỹ thuật Chuyên đề",
|
||||||
|
"description": "Phiên trình bày báo cáo chuyên sâu. Thông tin chi tiết sẽ được công bố sớm.",
|
||||||
|
"speaker": "Diễn giả Chuyên đề",
|
||||||
|
"speaker_title": "Chuyên gia Kỹ thuật",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 18,
|
||||||
|
"time_ict": "3.10 pm - 3.30 pm",
|
||||||
|
"time_utc": "8.10 am - 8.30 am",
|
||||||
|
"category": "Breaks & Networking",
|
||||||
|
"title": "Nghỉ giải lao chiều & Thăm quan Triển lãm",
|
||||||
|
"description": "Dùng trà chiều, kết nối cùng các đối tác đám mây và tham quan triển lãm công nghệ.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 19,
|
||||||
|
"time_ict": "3.30 pm - 4.00 pm",
|
||||||
|
"time_utc": "8.30 am - 9.00 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Tiêu chuẩn IEC giữa Thiết bị Đo đạc và Nguồn Năng lượng Phân tán",
|
||||||
|
"description": "Báo cáo kỹ thuật về chuẩn IEC áp dụng trong đo đạc và tích hợp năng lượng phân tán.",
|
||||||
|
"speaker": "Dr. Masaki Umejima",
|
||||||
|
"speaker_title": "Trưởng nhóm Tích hợp Nguồn Năng lượng",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 20,
|
||||||
|
"time_ict": "4.00 pm - 5.30 pm",
|
||||||
|
"time_utc": "9.00 am - 10.30 am",
|
||||||
|
"category": "Technical & Infrastructure",
|
||||||
|
"title": "Chia sẻ Kỹ thuật & Demo Trực tiếp (Đối tác SIMS)",
|
||||||
|
"description": "Trình diễn giải pháp kỹ thuật và thử nghiệm thực tế do đối tác SIMS chủ trì.",
|
||||||
|
"speaker": "Đội ngũ Chuyên gia Kỹ thuật",
|
||||||
|
"speaker_title": "Đối tác Địa phương (SIMS)",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 21,
|
||||||
|
"time_ict": "5.30 pm - 6.00 pm",
|
||||||
|
"time_utc": "10.30 am - 11.00 am",
|
||||||
|
"category": "Ceremonies",
|
||||||
|
"title": "Bế mạc Hội thảo",
|
||||||
|
"description": "Tổng kết hội thảo, tri ân đơn vị đồng hành & tài trợ, phát biểu bế mạc.",
|
||||||
|
"speaker": "",
|
||||||
|
"speaker_title": "",
|
||||||
|
"location": "Sân khấu chính"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user