-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathactive_projects.html
128 lines (113 loc) · 5.66 KB
/
active_projects.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
127
128
<!DOCTYPE HTML>
<!--
Overflow by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>UMass Dartmouth Big Data Club</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<header style="background: black; padding:40px 10px; opacity:0.85">
<h1><b>Active Projects</b></h1>
<p>UMassD Big Data Club</p>
</header>
<!--<footer>
<a href="#banner" class="button style2 scrolly-middle">Proceed as anticipated</a>
</footer>-->
</section>
<section id="navbar">
<nav class="crumbs">
<ul>
<li class="home"><a href="index.html">Home</a></li>
<li class="officers"><a href="officers.html">Officers</a></li>
<li class="previous_projects"><a href="previous_projects.html">Previous Projects</a></li>
<li class="training_materials"><a href="training_materials.html">Training Materials</a></li>
<li class="contact"><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</section>
<section id="banner">
<div>
<p>Below you can find a list of the projects that our members are currently <br>working on. We offer free data science consulting, so
if you have a data science<br> problem that you want solved, feel free to contact us!
</p>
</div>
</section>
<article id="first" class="container box style1 right">
<a class="image fit" href = "masscec.html"><img src="images/wind.jpg" alt="Wind Farm" /></a>
<div class="inner">
<header>
<h2>MassCEC Consulting</h2>
</header>
<p>In this project, we have prepared a dashboard of Offshore Wind Employment data for the MassCEC. Click <a href "masscec.html"> here </a> to view our current in-progress dashboard!</p>
</div>
</article>
<article id="first" class="container box style1 right">
<a class="image fit" href = "https://www.allard.org/"><img src="images/valve.jpg" alt="Gas Valve" /></a>
<div class="inner">
<header>
<h2>Allard Engineering</h2>
</header>
<p>Allard Engineering is developing a smart gas valve which automatically detects anomalous flow rates to promote home safety. In this project, students are currently developing a machine learning algorithm for detecting gas flow anomalies.</p>
</div>
</article>
<article id="first" class="container box style1 left">
<a class="image fit" href="https://github.com/UMDBigDataClub/BDC-Discord-Bot"><img src="images/Logo3.png" alt="Discord Bot"/></a>
<div class="inner">
<header>
<h2>Discord Bot</h2>
</header>
<p>This Python program, which is deployed in the cloud using Amazon Web Services, can track participation and perform automatic role assignment in the Big Data Club Discord Server. Currently, we are working on incorporating natural language processing capability so the bot can recognize and answer data science questions.</p>
</div>
</article>
<article id="first" class="container box style1 right">
<a class="image fit" href = "https://arxiv.org/"><img src="images/arxiv.png" alt="Arxiv Project Picture" /></a>
<div class="inner">
<header>
<h2>Arxiv Project</h2>
</header>
<p>The purpose of this project is to give more recognition to scholars that have had their work used. The project scrapes <a href="https://arxiv.org/"><u>arxiv.org</u> </a>for all papers and downloads them, then it searches for names of people or projects using NLP, and finally it presents what each person/project contributed to academic papers.</p>
</div>
</article>
<article id="first" class="container box style1 left">
<a class="image fit" href = "https://github.com/UMDBigDataClub/Challenges-Diamond"><img src="images/diamond.png" alt="Diamond Challenge" /></a>
<div class="inner">
<header>
<h2>Diamond Challenge</h2>
</header>
<p>In the BDC Diamond Challenge, participants must use data visualize and machine learning algorithms to answer questions about the diamond market and determine which wholesale price they should bid to turn a profit.</p>
</div>
</article>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="https://github.com/UMDBigDataClub" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<div class="copyright">
<ul class="menu">
<li>© University of Massachusetts Dartmouth Big Data Club. All rights reserved.</li>
<li></a></li>
</ul>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.poptrox.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>