-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
294 lines (288 loc) · 13.2 KB
/
Copy pathindex.html
File metadata and controls
294 lines (288 loc) · 13.2 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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TruGanic | Home</title>
<meta
name="description"
content="Production-ready organic food traceability platform with AI, blockchain, AR, and Zero Trust security architecture."
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<header class="site-header">
<nav class="navbar container" aria-label="Main navigation">
<a href="#" class="brand">TruGanic</a>
<button
class="nav-toggle"
type="button"
aria-expanded="false"
aria-controls="primary-menu"
>
Menu
</button>
<ul class="nav-links" id="primary-menu">
<li><a href="#">Home</a></li>
<li><a href="./domain.html">Domain</a></li>
<li><a href="./milestones.html">Milestones</a></li>
<li><a href="./documents.html">Documents</a></li>
<li><a href="./presentations.html">Presentations</a></li>
<li><a href="./about.html">About Us</a></li>
<li><a href="./contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<section class="hero section-spacing">
<div class="hero-inner container">
<div class="hero-content">
<p class="eyebrow">AI-Enhanced Organic Food Traceability</p>
<h1>Building Trust in Organic Food with AI, Blockchain, and AR</h1>
<p class="hero-text">
This research introduces an AI-enhanced blockchain framework for
organic food traceability. The system validates farming-stage
data using soil anomaly detection, preserves logistics records
with offline-first transport monitoring, and presents verified
provenance through an AR-based consumer view. It is production
ready with a Zero Trust Security Architecture, so organic claims
are not blindly trusted if any system component is compromised.
</p>
<a href="#table-of-content" class="btn-primary">Explore Research</a>
</div>
<div class="hero-visual" aria-label="Gardener illustration">
<div class="blob">
<div class="blob-bottom-clip" aria-hidden="true">
<img
class="hero-person hero-person-base"
src="./assets/images/smiling-young-female-gardener-uniform-wearing-gardening-hat-holds-vegetable-basket-pumpkin-isolated-green-wall-with-copy-space.webp"
alt=""
/>
</div>
<img
class="hero-person hero-person-pop"
src="./assets/images/smiling-young-female-gardener-uniform-wearing-gardening-hat-holds-vegetable-basket-pumpkin-isolated-green-wall-with-copy-space.webp"
alt="Smiling gardener holding fresh organic produce"
/>
</div>
</div>
</div>
</section>
<section id="table-of-content" class="toc section-spacing">
<div class="container">
<p class="eyebrow">Table of Content</p>
<h2 class="toc-title">Research Sections</h2>
<p class="toc-text">
Click each card to expand and explore the available section
details, links, and project information.
</p>
<div class="toc-grid">
<details id="domain-card" class="toc-card">
<summary>Domain</summary>
<div class="toc-card-body">
<p>
This section presents the domain details of the project and
summarizes the key findings gathered through the literature
survey.
</p>
<ul class="toc-list">
<li>Literature survey</li>
<li>Research gap</li>
<li>Research problem</li>
<li>Research objectives</li>
<li>Methodology</li>
<li>Technologies used</li>
</ul>
<a href="./domain.html" class="toc-more-btn">Go to Section</a>
</div>
</details>
<details id="milestones-card" class="toc-card">
<summary>Milestones</summary>
<div class="toc-card-body">
<p>
This section covers all project assessments with assessment
details, scheduled date, and allocated marks.
</p>
<p class="toc-select-label">
Choose an assessment
</p>
<div class="modern-select" id="milestone-select">
<button
type="button"
class="modern-select-trigger"
aria-expanded="false"
>
<span class="modern-select-value">Project Proposal</span>
<span class="modern-select-chevron" aria-hidden="true"></span>
</button>
<ul class="modern-select-menu">
<li>
<button type="button" class="modern-select-option is-active" data-value="proposal">
Project Proposal
</button>
</li>
<li>
<button type="button" class="modern-select-option" data-value="progress-1">
Progress Presentation - 1
</button>
</li>
<li>
<button type="button" class="modern-select-option" data-value="progress-2">
Progress Presentation - 2
</button>
</li>
<li>
<button type="button" class="modern-select-option" data-value="research-paper">
Research Paper
</button>
</li>
<li>
<button type="button" class="modern-select-option" data-value="final-report">
Final Report & Presentation
</button>
</li>
<li>
<button type="button" class="modern-select-option" data-value="checklist">
CheckList Documents
</button>
</li>
<li>
<button type="button" class="modern-select-option" data-value="website">
Website
</button>
</li>
<li>
<button type="button" class="modern-select-option" data-value="log-book">
Log Book
</button>
</li>
</ul>
</div>
<div class="milestone-panel">
<div class="milestone-item is-active" data-milestone="proposal">
<p><strong>Assessment:</strong> Project Proposal</p>
<p><strong>Date:</strong> TBA</p>
<p><strong>Marks:</strong> TBA</p>
</div>
<div class="milestone-item" data-milestone="progress-1">
<p><strong>Assessment:</strong> Progress Presentation - 1</p>
<p><strong>Date:</strong> TBA</p>
<p><strong>Marks:</strong> TBA</p>
</div>
<div class="milestone-item" data-milestone="progress-2">
<p><strong>Assessment:</strong> Progress Presentation - 2</p>
<p><strong>Date:</strong> TBA</p>
<p><strong>Marks:</strong> TBA</p>
</div>
<div class="milestone-item" data-milestone="research-paper">
<p><strong>Assessment:</strong> Research Paper</p>
<p><strong>Date:</strong> TBA</p>
<p><strong>Marks:</strong> TBA</p>
</div>
<div class="milestone-item" data-milestone="final-report">
<p><strong>Assessment:</strong> Final Report & Presentation</p>
<p><strong>Date:</strong> TBA</p>
<p><strong>Marks:</strong> TBA</p>
</div>
<div class="milestone-item" data-milestone="checklist">
<p><strong>Assessment:</strong> CheckList Documents</p>
<p><strong>Date:</strong> TBA</p>
<p><strong>Marks:</strong> TBA</p>
</div>
<div class="milestone-item" data-milestone="website">
<p><strong>Assessment:</strong> Website</p>
<p><strong>Date:</strong> TBA</p>
<p><strong>Marks:</strong> TBA</p>
</div>
<div class="milestone-item" data-milestone="log-book">
<p><strong>Assessment:</strong> Log Book</p>
<p><strong>Date:</strong> TBA</p>
<p><strong>Marks:</strong> TBA</p>
</div>
</div>
<a href="./milestones.html" class="toc-more-btn">Go to Section</a>
</div>
</details>
<details id="documents-card" class="toc-card">
<summary>Documents</summary>
<div class="toc-card-body">
<p>
This section lists produced and pending project documents.
Links are provided for users to view each item.
</p>
<ul class="toc-list">
<li><a href="./documents.html#project-charter">Project Charter</a></li>
<li><a href="./documents.html#project-taf">Project TAF</a></li>
<li><a href="./documents.html#project-proposals">Project Proposals</a></li>
<li><a href="./documents.html#final-reports">Final Reports</a></li>
<li><a href="./documents.html#log-books">Log Books</a></li>
<li><a href="./documents.html#research-paper">Research Paper</a></li>
</ul>
<a href="./documents.html" class="toc-more-btn">Go to Section</a>
</div>
</details>
<details id="presentations-card" class="toc-card">
<summary>Presentations</summary>
<div class="toc-card-body">
<p>
This section provides slides used in past presentations and
keeps provision for future presentation uploads.
</p>
<ul class="toc-list">
<li><a href="./presentations.html#proposal-presentation">Proposal Presentation</a></li>
<li><a href="./presentations.html#progress-presentation-1">Progress Presentation - 1</a></li>
<li><a href="./presentations.html#progress-presentation-2">Progress Presentation - 2</a></li>
<li><a href="./presentations.html#final-presentation">Final Presentation</a></li>
</ul>
<a href="./presentations.html" class="toc-more-btn">Go to Section</a>
</div>
</details>
<details id="about-card" class="toc-card">
<summary>About Us</summary>
<div class="toc-card-body">
<p>
This section introduces the team and key background
information related to the project members.
</p>
<ul class="toc-list">
<li>Group members</li>
<li>Identification photograph</li>
<li>Contact details</li>
<li>Relevant information</li>
</ul>
<a href="./about.html" class="toc-more-btn">Go to Section</a>
</div>
</details>
<details id="contact-card" class="toc-card">
<summary>Contact Us</summary>
<div class="toc-card-body">
<p>
This section provides general communication channels for
project inquiries and stakeholder coordination.
</p>
<ul class="toc-list">
<li>General contact phone numbers</li>
<li>General contact e-mail addresses</li>
<li>General e-mail template</li>
</ul>
<a href="./contact.html" class="toc-more-btn">Go to Section</a>
</div>
</details>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<p>© 2026 TruGanic. All rights reserved.</p>
</div>
</footer>
<script src="./js/main.js"></script>
</body>
</html>