Skip to content

Commit 0e596f9

Browse files
committed
Add: for mobile is ok as well
1 parent 99b05f7 commit 0e596f9

File tree

5 files changed

+39
-37
lines changed

5 files changed

+39
-37
lines changed

content/_index.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Welcome to our website with recent work in building the AgenticDB.
1212
## Principle Investigators
1313

1414
<style>
15-
1615
.info-card {
17-
width: 300px;
18-
height: 575px;
16+
width: 100%;
17+
max-width: 300px;
18+
height: auto;
1919
border: 1px solid #ccc;
2020
border-radius: 8px;
2121
overflow: hidden;
@@ -27,8 +27,6 @@ Welcome to our website with recent work in building the AgenticDB.
2727
width: 100%;
2828
height: 400px;
2929
object-fit: cover;
30-
31-
3230
}
3331
.info-card .content {
3432
padding: 16px;
@@ -42,23 +40,26 @@ Welcome to our website with recent work in building the AgenticDB.
4240
color: #555;
4341
}
4442
.card-container {
45-
justify-content: center;
4643
display: grid;
47-
grid-template-columns: repeat(3, 1fr);
48-
gap: 80px;
49-
padding:50px;
50-
width: 80%;
51-
max-width: 1200px;
44+
grid-template-columns: repeat(auto-fill, minmax(280px, 10fr));
45+
gap: 20px;
46+
padding: 20px;
47+
min-width: 600px;
48+
max-width: 1400px;
49+
padding: 0px;
5250
margin-left: auto;
5351
margin-right: auto;
54-
transform: translateX(20px); /* Adjust the value to move right */
5552

5653
}
57-
58-
</style>
54+
@media (max-width: 600px) {
55+
.info-card img {
56+
height: 250px;
57+
}
58+
}
59+
</style>
60+
5961

6062

61-
6263
<div class="card-container">
6364

6465
<div class="info-card">
@@ -96,10 +97,10 @@ Welcome to our website with recent work in building the AgenticDB.
9697
<div class="title">HKUST</div>
9798
</div>
9899
</div>
100+
</div>
99101

100102

101103

102-
</div>
103104

104105

105106

public/index.html

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ <h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
100100
<p>Welcome to our website with recent work in building the AgenticDB.</p>
101101
<h2 id="principle-investigators">Principle Investigators</h2>
102102
<style>
103-
104103
.info-card {
105-
width: 300px;
106-
height: 575px;
104+
width: 100%;
105+
max-width: 300px;
106+
height: auto;
107107
border: 1px solid #ccc;
108108
border-radius: 8px;
109109
overflow: hidden;
@@ -115,8 +115,6 @@ <h2 id="principle-investigators">Principle Investigators</h2>
115115
width: 100%;
116116
height: 400px;
117117
object-fit: cover;
118-
119-
120118
}
121119
.info-card .content {
122120
padding: 16px;
@@ -130,20 +128,23 @@ <h2 id="principle-investigators">Principle Investigators</h2>
130128
color: #555;
131129
}
132130
.card-container {
133-
justify-content: center;
134131
display: grid;
135-
grid-template-columns: repeat(3, 1fr);
136-
gap: 80px;
137-
padding:50px;
138-
width: 80%;
139-
max-width: 1200px;
132+
grid-template-columns: repeat(auto-fill, minmax(280px, 10fr));
133+
gap: 20px;
134+
padding: 20px;
135+
min-width: 600px;
136+
max-width: 1400px;
137+
padding: 0px;
140138
margin-left: auto;
141139
margin-right: auto;
142-
transform: translateX(20px); /* Adjust the value to move right */
143140

144141
}
145-
146-
</style>
142+
@media (max-width: 600px) {
143+
.info-card img {
144+
height: 250px;
145+
}
146+
}
147+
</style>
147148
<div class="card-container">
148149
<div class="info-card">
149150
<img src="images/yangqiusong.jpg" alt="Profile Photo">

public/tags/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,20 +110,20 @@ <h1 class="f3 near-black">
110110
</a>
111111
</h1>
112112
<div class="nested-links f5 lh-copy nested-copy-line-height">
113-
<p>The core concept of AgenticDB would involve transforming traditional databases into intelligent agents capable of autonomously managing and optimizing data processes. Here&rsquo;s how it could innovate compared to Agentic AI:</p>
113+
<p>The core concept of AgenticDB would involve transforming traditional databases into intelligent agents capable of autonomously managing and optimizing data processes, here are the goals that we want to achieve in the AgenticDB:</p>
114114
<ul>
115115
<li><strong>Autonomous Data Management</strong>: AgenticDB would autonomously handle data queries, indexing, and optimization without human intervention.</li>
116116
<li><strong>Intelligent Query Optimization</strong>: Use AI to understand and predict query patterns, optimizing performance and resource allocation dynamically.</li>
117117
<li><strong>Real-Time Adaptation</strong>: Continuously learn from interactions, adapting structures and schemas to better serve emerging data trends.</li>
118118
<li><strong>Enhanced Security</strong>: Implement intelligent monitoring and threat detection to safeguard data integrity and privacy.</li>
119119
</ul>
120-
<h2 id="why-special">Why Special?</h2>
120+
<h4 id="why-special">Why Special?</h4>
121121
<ul>
122122
<li><strong>Database-Specific Intelligence</strong>: While Agentic AI focuses on solving multi-step problems across industries, AgenticDB would specialize in data-centric tasks, enhancing database efficiency and reliability.</li>
123123
<li><strong>Integration with AI Models</strong>: Directly integrate with machine learning models to provide insights and analytics within the database environment, reducing data transfer overhead.</li>
124124
<li><strong>Automated Maintenance and Tuning</strong>: Automatically perform maintenance tasks like indexing, backup, and scaling, minimizing downtime and manual labor.</li>
125125
</ul>
126-
<h2 id="potential-applications">Potential Applications:</h2>
126+
<h4 id="potential-applications">Potential Applications:</h4>
127127
<ul>
128128
<li><strong>Data-Driven Decision Making</strong>: Provide actionable insights directly from the database, empowering real-time strategic decisions.</li>
129129
<li><strong>Optimized Resource Utilization</strong>: Efficiently allocate resources based on data usage patterns, improving performance and cost-effectiveness.</li>

public/tags/scene/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,20 +104,20 @@ <h1 class="f3 near-black">
104104
</a>
105105
</h1>
106106
<div class="nested-links f5 lh-copy nested-copy-line-height">
107-
<p>The core concept of AgenticDB would involve transforming traditional databases into intelligent agents capable of autonomously managing and optimizing data processes. Here&rsquo;s how it could innovate compared to Agentic AI:</p>
107+
<p>The core concept of AgenticDB would involve transforming traditional databases into intelligent agents capable of autonomously managing and optimizing data processes, here are the goals that we want to achieve in the AgenticDB:</p>
108108
<ul>
109109
<li><strong>Autonomous Data Management</strong>: AgenticDB would autonomously handle data queries, indexing, and optimization without human intervention.</li>
110110
<li><strong>Intelligent Query Optimization</strong>: Use AI to understand and predict query patterns, optimizing performance and resource allocation dynamically.</li>
111111
<li><strong>Real-Time Adaptation</strong>: Continuously learn from interactions, adapting structures and schemas to better serve emerging data trends.</li>
112112
<li><strong>Enhanced Security</strong>: Implement intelligent monitoring and threat detection to safeguard data integrity and privacy.</li>
113113
</ul>
114-
<h2 id="why-special">Why Special?</h2>
114+
<h4 id="why-special">Why Special?</h4>
115115
<ul>
116116
<li><strong>Database-Specific Intelligence</strong>: While Agentic AI focuses on solving multi-step problems across industries, AgenticDB would specialize in data-centric tasks, enhancing database efficiency and reliability.</li>
117117
<li><strong>Integration with AI Models</strong>: Directly integrate with machine learning models to provide insights and analytics within the database environment, reducing data transfer overhead.</li>
118118
<li><strong>Automated Maintenance and Tuning</strong>: Automatically perform maintenance tasks like indexing, backup, and scaling, minimizing downtime and manual labor.</li>
119119
</ul>
120-
<h2 id="potential-applications">Potential Applications:</h2>
120+
<h4 id="potential-applications">Potential Applications:</h4>
121121
<ul>
122122
<li><strong>Data-Driven Decision Making</strong>: Provide actionable insights directly from the database, empowering real-time strategic decisions.</li>
123123
<li><strong>Optimized Resource Utilization</strong>: Efficiently allocate resources based on data usage patterns, improving performance and cost-effectiveness.</li>

public/tags/scene/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<link>http://localhost:1313/NGDB/posts/chapter-1/</link>
1414
<pubDate>Wed, 06 Nov 2024 10:54:56 +0800</pubDate>
1515
<guid>http://localhost:1313/NGDB/posts/chapter-1/</guid>
16-
<description>&lt;p&gt;The core concept of AgenticDB would involve transforming traditional databases into intelligent agents capable of autonomously managing and optimizing data processes. Here&amp;rsquo;s how it could innovate compared to Agentic AI:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Autonomous Data Management&lt;/strong&gt;: AgenticDB would autonomously handle data queries, indexing, and optimization without human intervention.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Intelligent Query Optimization&lt;/strong&gt;: Use AI to understand and predict query patterns, optimizing performance and resource allocation dynamically.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Real-Time Adaptation&lt;/strong&gt;: Continuously learn from interactions, adapting structures and schemas to better serve emerging data trends.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Enhanced Security&lt;/strong&gt;: Implement intelligent monitoring and threat detection to safeguard data integrity and privacy.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;why-special&#34;&gt;Why Special?&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Database-Specific Intelligence&lt;/strong&gt;: While Agentic AI focuses on solving multi-step problems across industries, AgenticDB would specialize in data-centric tasks, enhancing database efficiency and reliability.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Integration with AI Models&lt;/strong&gt;: Directly integrate with machine learning models to provide insights and analytics within the database environment, reducing data transfer overhead.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Automated Maintenance and Tuning&lt;/strong&gt;: Automatically perform maintenance tasks like indexing, backup, and scaling, minimizing downtime and manual labor.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;potential-applications&#34;&gt;Potential Applications:&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Data-Driven Decision Making&lt;/strong&gt;: Provide actionable insights directly from the database, empowering real-time strategic decisions.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Optimized Resource Utilization&lt;/strong&gt;: Efficiently allocate resources based on data usage patterns, improving performance and cost-effectiveness.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
16+
<description>&lt;p&gt;The core concept of AgenticDB would involve transforming traditional databases into intelligent agents capable of autonomously managing and optimizing data processes, here are the goals that we want to achieve in the AgenticDB:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Autonomous Data Management&lt;/strong&gt;: AgenticDB would autonomously handle data queries, indexing, and optimization without human intervention.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Intelligent Query Optimization&lt;/strong&gt;: Use AI to understand and predict query patterns, optimizing performance and resource allocation dynamically.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Real-Time Adaptation&lt;/strong&gt;: Continuously learn from interactions, adapting structures and schemas to better serve emerging data trends.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Enhanced Security&lt;/strong&gt;: Implement intelligent monitoring and threat detection to safeguard data integrity and privacy.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;why-special&#34;&gt;Why Special?&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Database-Specific Intelligence&lt;/strong&gt;: While Agentic AI focuses on solving multi-step problems across industries, AgenticDB would specialize in data-centric tasks, enhancing database efficiency and reliability.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Integration with AI Models&lt;/strong&gt;: Directly integrate with machine learning models to provide insights and analytics within the database environment, reducing data transfer overhead.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Automated Maintenance and Tuning&lt;/strong&gt;: Automatically perform maintenance tasks like indexing, backup, and scaling, minimizing downtime and manual labor.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h4 id=&#34;potential-applications&#34;&gt;Potential Applications:&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Data-Driven Decision Making&lt;/strong&gt;: Provide actionable insights directly from the database, empowering real-time strategic decisions.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Optimized Resource Utilization&lt;/strong&gt;: Efficiently allocate resources based on data usage patterns, improving performance and cost-effectiveness.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
1717
</item>
1818
</channel>
1919
</rss>

0 commit comments

Comments
 (0)