Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
REU-FATE-AI/index.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
47 lines (35 sloc)
1.77 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset='utf-8'> | |
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | |
<meta name="description" content="Reu-fate-ai : REU Website"> | |
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css"> | |
<title>Reu-fate-ai</title> | |
</head> | |
<body> | |
<!-- HEADER --> | |
<div id="header_wrap" class="outer"> | |
<header class="inner"> | |
<a id="forkme_banner" href="https://github.uconn.edu/HealthInfoLab/REU-FATE-AI">View on GitHub</a> | |
<h1 id="project_title">Reu-fate-ai</h1> | |
<h2 id="project_tagline">REU Website</h2> | |
</header> | |
</div> | |
<!-- MAIN CONTENT --> | |
<div id="main_content_wrap" class="outer"> | |
<section id="main_content" class="inner"> | |
<h3> | |
<a id="reu-site-fate-ai-research-and-education-on-fair-accountable-trustworthy-and-explainable-ai" class="anchor" href="#reu-site-fate-ai-research-and-education-on-fair-accountable-trustworthy-and-explainable-ai" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>REU Site: FATE-AI: Research and Education on Fair, Accountable, Trustworthy, and Explainable AI</h3> | |
<p>The National Science Foundation has funded a 10-week summer program opportunity for undergraduates to work on cutting-edge research in Artificial Intelligence, Machine Learning, and Data Science at the University of Connecticut.</p> | |
</section> | |
</div> | |
<!-- FOOTER --> | |
<div id="footer_wrap" class="outer"> | |
<footer class="inner"> | |
<p class="copyright">Reu-fate-ai maintained by <a href="https://github.uconn.edu/HealthInfoLab">HealthInfoLab</a></p> | |
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p> | |
</footer> | |
</div> | |
</body> | |
</html> |