-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (88 loc) · 5.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Artificial Intelligence Innovations</title>
<!-- CSS -->
<link rel="stylesheet" href="style.css">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<!-- Javascript -->
<script defer src="script.js"></script>
</head>
<body>
<span class="logo">
<img src="images/logo.png">
</span>
<header>
<h1>Innovations in Artificial Intelligence</h1>
<p>
In this website you will learn about the history, ethics and industry uses of Artificial Intelligence.
Below is our bot MAIL (Mohawk Artificial Intelligence Learner) - who will be happy to answer any questions you may have!
</p>
<div class="buttonContainer">
<button><a href="https://github.com/FrostyOnyx/Artificial-Intelligence"><i class="fa-brands fa-github"></i>Check out our Github</a></button>
<button><a href="https://botsonic.com/">Create your own AI!</a></button>
</div>
</header>
<div class="aiContainer">
<iframe class="aiChatBox" frameBorder="0" src="https://widget.botsonic.com/CDN/index.html?service-base-url=https%3A%2F%2Fapi-azure.botsonic.ai&token=128d9fc3-9a15-4d44-804a-672bbc9420ef&base-origin=https%3A%2F%2Fbot.writesonic.com&instance-name=Botsonic&standalone=true&page-url=https%3A%2F%2Fbot.writesonic.com%2Fbots%2Ffadff66c-359a-4b0c-8ee6-25b568b0e1e4%2Fintegrations"></iframe>
</div>
<main>
<h2>Topics to Ask About</h2>
<div class="threeCards">
<div class="card">
<h3>Ethics</h3>
<p>
Ask MAIL about different ethical guidelines that are set in place by companies producing Artificial Intelligence
naturally as with most things we may not understand, many are fearful of the potential repercussions that may come from
integration and implementation of different types of Artificial Intelligence within industries.
</p>
</div>
<div class="card">
<h3>History & Innovations</h3>
<p>
Ask MAIL questions about the historical development of Artificial Intelligence, such as where it may have originated.
MAIL is capable of answering questions about different developments throughout time in the field, providing insight as to
what exactly it may be capable of, and the innovations that helped to push the field forward!
</p>
</div>
<div class="card">
<h3>Practical Uses</h3>
<p>
Ask MAIL about different industry uses and implementations that Artificial Intelligence have taken part in!
Multiple industries have been using Artificial Intelligence to interact with users, day-to-day, whether throughout
a Chatbot like MAIL, or a Recommender algorithm system like those used by Youtube, Facebook and Amazon, ask more!
</p>
</div>
</div> <!-- threeCards end -->
<div class="centerArticle">
<div class="centerArticleText">
<img alt="Microsoft's Ethics for Artificial Intelligence" src="https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/innovate/best-practices/media/responsible-ai-principles.png">
</div>
<div><img alt="Ai Development" src="images/ai-life-cycle.png"></div>
</div> <!-- centerArticle end-->
</main>
<footer>
<div>
<h1>
Check out our Resources
</h1>
<div class="buttonContainer">
<button><a href="https://github.com/FrostyOnyx/Artificial-Intelligence"><i class="fa-brands fa-github"></i>Check out our Github</a></button>
<button><a href="https://botsonic.com/">Create your own AI!</a></button>
</div>
</div>
<hr>
<div class="referencesContainer">
<p class="references">Anderson, J. (2018, December 10). Artificial Intelligence and the future of humans. Pew Research Center. https://www.pewresearch.org/internet/2018/12/10/artificial-intelligence-and-the-future-of-humans/ </p>
<p class="references">Jack Karsten, D. M. W., Henry-Nickie, M., Sunil Johal, D. A., Wheeler, T., & Villasenor, J. (2023, June 27). How artificial intelligence is transforming the world. Brookings. https://www.brookings.edu/articles/how-artificial-intelligence-is-transforming-the-world/ </p>
<p class="references">Rajkumar, R. (2024, June 5). What is ai? everything to know about artificial intelligence. ZDNET. https://www.zdnet.com/article/what-is-ai-heres-everything-you-need-to-know-about-artificial-intelligence/ </p>
<p class="references">Demirdag, P. S., Kennedy, A., Brazzi, N., Dhar, V., & Rose, D. (2024). Career Essentials in Generative AI by Microsoft and linkedin learning path: Linkedin learning, formerly Lynda.com. Career Essentials in Generative AI by Microsoft and LinkedIn. https://www.linkedin.com/learning/paths/career-essentials-in-generative-ai-by-microsoft-and-linkedin?u=56972321</p>
<p class="references">IBM Data and AI Team. (2024, July 2). Understanding the different types of artificial intelligence. Types of Artificial Intelligence | IBM. https://www.ibm.com/think/topics/artificial-intelligence-types </p>
<p class="references">IBM Data and AI Team. (2023, August 25). What is Artificial Intelligence (AI)?. What is Artificial Intelligence (AI)? | IBM. https://www.ibm.com/topics/artificial-intelligence/</p>
</div>
</footer>
</body>
</html>