-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (118 loc) · 4.14 KB
/
index.html
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
<html><head><base href="http://www.aikm.ai" />
<title>Machine Learning Institute for Enterprise Knowledge Management</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
header {
background-color: #0066cc;
color: white;
text-align: center;
padding: 1em;
}
nav {
background-color: #f4f4f4;
padding: 1em;
}
nav ul {
list-style-type: none;
padding: 0;
}
nav ul li {
display: inline;
margin-right: 10px;
}
nav ul li a {
text-decoration: none;
color: #333;
}
main {
padding: 20px 0;
}
.cta-button {
display: inline-block;
background-color: #0066cc;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 1em;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<header>
<h1>Machine Learning Institute for Enterprise Knowledge Management, AIKm </h1>
<p>Empowering Enterprises through Advanced Machine Learning Solutions</p>
</header>
<nav>
<ul>
<li><a href="">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#research">Research</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<main>
<section id="group">
<h2>Join Our Facebook Group</h2>
<h2> AI知識管理學會</h2>
<p><a href="https://www.facebook.com/groups/808758318128642" target="_blank">https://www.facebook.com/groups/808758318128642</a></p>
</section>
<section id="about">
<h2>About AIKm</h2>
<p>The Machine Learning Institute for Enterprise Knowledge Management, AIKm, is a non-profit association dedicated to bridging the gap between academia and industry in the field of machine learning for enterprise knowledge management. We serve as a pivotal hub for facilitating the application of ML technologies in society, with a focus on optimizing knowledge management processes in enterprises.</p>
</section>
<section id="mission">
<h2>Our Mission</h2>
<p>At AIKm, our mission is to advance the understanding and application of machine learning, ML, technologies to optimize knowledge management processes in enterprises. Through research, education, collaboration, and solution offerings, we aim to empower organizations to harness the power of ML for improved decision-making, innovation, and competitiveness.</p>
</section>
<section id="services">
<h2>Our Services</h2>
<ul>
<li>Collaborative Research Projects</li>
<li>AIKm Certification Programs</li>
<li>Enterprise Consulting</li>
<li>Workshops and Webinars</li>
<li>Industry-Academia Partnerships</li>
</ul>
<a href="http://www.aikm.ai/services" class="cta-button">Learn More About Our Services</a>
</section>
<section id="research">
<h2>Current Research Focus</h2>
<ul>
<li>Natural Language Processing for Knowledge Extraction</li>
<li>Automated Knowledge Graph Construction</li>
<li>Intelligent Information Retrieval Systems</li>
<li>ML-Powered Decision Support Systems</li>
<li>Ethical AI in Enterprise Knowledge Management</li>
</ul>
<a href="http://www.aikm.ai/research" class="cta-button">Explore Our Research</a>
</section>
<section id="contact">
<h2>Get in Touch</h2>
<p>Interested in collaborating or learning more about AIKm? We'd love to hear from you!</p>
<a href="https://www.facebook.com/groups/808758318128642" class="cta-button">Contact Us</a>
</section>
</main>
<footer>
<p>© 2024 Machine Learning Institute for Enterprise Knowledge Management, AIKm. All rights reserved. Email: [email protected] </p>
</footer>
</body>
</html>