-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
191 lines (183 loc) · 9.87 KB
/
index.html
File metadata and controls
191 lines (183 loc) · 9.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="LLMNetOps - Strengthening Network Operations Knowledge-Base through Locally-Hosted Generative AI. An ISIF Asia 2025 project by Universitas Brawijaya.">
<meta name="keywords" content="LLM, network operations, AI, privacy, IDREN, Indonesia, locally-hosted AI, generative AI, network management">
<meta name="author" content="Universitas Brawijaya">
<meta property="og:title" content="LLMNetOps - Privacy-First AI for Network Operations">
<meta property="og:description" content="Building foundational AI knowledge through locally-hosted open-source LLMs for IDREN member institutions.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://llmnetops.github.io">
<title>LLMNetOps - Privacy-First AI for Network Operations</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/components.css">
</head>
<body>
<!-- Navigation -->
<nav>
<div class="nav-container">
<a href="index.html" class="logo">
<img src="images/llmnetops-logo-formal.png" alt="LLMNetOps Logo">
</a>
<button class="mobile-menu-btn" aria-label="Toggle navigation menu">
<span></span>
<span></span>
<span></span>
</button>
<ul class="nav-links">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="activities.html">Activities</a></li>
<li><a href="workshops.html">Workshops</a></li>
<li><a href="news.html">News</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<h1>Strengthening Network Operations with Privacy-First AI</h1>
<p>Building foundational AI knowledge through locally-hosted open-source LLMs, fostering peer collaboration, and empowering IDREN member institutions with privacy-aware solutions for network operations.</p>
<div class="btn-group">
<a href="about.html" class="btn btn-primary">Learn More</a>
<a href="activities.html" class="btn btn-secondary">Project Activities</a>
</div>
</div>
</section>
<!-- About Preview Section -->
<section id="about-preview" class="about">
<h2 class="section-title">About LLMNetOps</h2>
<p class="section-subtitle">Bridging the AI Literacy Gap in Network Operations</p>
<div class="about-content">
<p>Many IDREN member institutions struggle to adopt AI-supported network management due to limited staff, uneven expertise, and reliance on undocumented knowledge. Generative AI offers potential for improving documentation and troubleshooting, but most administrators lack training, confidence, and tools that respect data privacy—creating an AI-literacy gap.</p>
<br>
<p>LLMNetOps aims to address this gap by building foundational AI knowledge, fostering peer collaboration, and promoting locally-hosted open-source LLM models as privacy-aware solutions tailored to institutional needs in network operations.</p>
<br>
<a href="about.html" class="btn btn-outline">Read More About Our Mission</a>
</div>
<!-- SDG Alignment -->
<div class="sdg-section">
<h3 class="sdg-title">Aligned with UN Sustainable Development Goals</h3>
<p class="sdg-subtitle">Our project supports global sustainable development initiatives</p>
<div class="sdg-grid">
<div class="sdg-item">
<img src="images/E_SDG_PRINT-04.jpg" alt="SDG 4: Quality Education">
<h4>Quality Education</h4>
<p>We provide comprehensive training and capacity building programs to empower network operations professionals with essential AI literacy and technical skills, ensuring equitable access to quality education in emerging technologies.</p>
</div>
<div class="sdg-item">
<img src="images/E_SDG_PRINT-09.jpg" alt="SDG 9: Industry, Innovation and Infrastructure">
<h4>Industry, Innovation & Infrastructure</h4>
<p>By promoting locally-hosted open-source LLM solutions, we foster technological innovation and build resilient infrastructure that supports sustainable digital transformation in the Asia-Pacific region.</p>
</div>
<div class="sdg-item">
<img src="images/E_SDG_PRINT-10.jpg" alt="SDG 10: Reduced Inequalities">
<h4>Reduced Inequalities</h4>
<p>Our project bridges the digital divide by empowering underserved institutions with privacy-first AI tools and knowledge, promoting equal opportunities for access to advanced technologies across diverse communities.</p>
</div>
</div>
</div>
</section>
<!-- Statistics Section -->
<section class="stats">
<div class="container">
<div class="stats-grid">
<div class="stat-item">
<span class="stat-number" data-target="20">20</span>
<span class="stat-label">Target Participants</span>
</div>
<div class="stat-item">
<span class="stat-number" data-target="2">2</span>
<span class="stat-label">Workshop Sessions</span>
</div>
<div class="stat-item">
<span class="stat-number" data-target="5">5</span>
<span class="stat-label">Training Modules</span>
</div>
<div class="stat-item">
<span class="stat-number" data-target="8">8</span>
<span class="stat-label">IDREN Institutions</span>
</div>
</div>
</div>
</section>
<!-- Project Goals Section -->
<section id="goals">
<h2 class="section-title">Project Goals</h2>
<p class="section-subtitle">Empowering institutions with privacy-first AI solutions</p>
<div class="card-grid">
<div class="card">
<h3>Privacy-First AI Adoption</h3>
<p>Promote locally-hosted open-source LLM models as a practical solution for institutions concerned about data privacy and institutional autonomy.</p>
</div>
<div class="card">
<h3>Contextual AI for Infrastructure</h3>
<p>Introduce the use of generative AI specifically to support technical teams in managing, understanding, and documenting their own infrastructure.</p>
</div>
<div class="card">
<h3>Bridging the AI Literacy Gap</h3>
<p>Empower network and IT staff with the knowledge and confidence to use AI in their daily tasks.</p>
</div>
<div class="card">
<h3>Knowledge-Sharing Community</h3>
<p>Build a culture of learning and shared problem-solving through workshops and peer collaboration.</p>
</div>
<div class="card">
<h3>Secure LLM Integration</h3>
<p>Investigate how locally-hosted LLMs can be safely integrated into network operations while ensuring data security.</p>
</div>
<div class="card">
<h3>Tailored Solutions</h3>
<p>Empower IDREN members to confidently assess and adopt AI solutions that align with their specific requirements.</p>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="footer-content">
<div class="footer-section">
<h4>LLMNetOps</h4>
<p>Strengthening Network Operations Knowledge-Base through Locally-Hosted Generative AI</p>
<p><a href="https://apnic.foundation/projects/llmnetops/" target="_blank">View Project on APNIC Foundation</a></p>
</div>
<div class="footer-section">
<h4>Quick Links</h4>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="activities.html">Activities</a></li>
<li><a href="workshops.html">Workshops</a></li>
<li><a href="news.html">News</a></li>
<li><a href="resources.html">Resources</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Funded By</h4>
<div class="partner-logos">
<img src="images/APNIC-Foundation-and-ISIF-Logo-white-stacked-01.svg" alt="APNIC Foundation and ISIF Asia">
</div>
</div>
<div class="footer-section">
<h4>Implemented By</h4>
<div class="partner-logos">
<img src="images/Logo_Universitas_Brawijaya.png" alt="Universitas Brawijaya">
<img src="images/logo-idren.png" alt="IDREN">
</div>
</div>
</div>
<div class="footer-bottom">
<p>© <span class="current-year">2024</span> LLMNetOps. All rights reserved.</p>
</div>
</footer>
<!-- Back to Top Button -->
<button class="back-to-top" aria-label="Back to top">↑</button>
<!-- Scripts -->
<script src="js/navigation.js"></script>
<script src="js/animations.js"></script>
<script src="js/main.js"></script>
</body>
</html>