generated from techfolios/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit feee4b8
Showing
74 changed files
with
3,787 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="title" content="Arianna Bunnell | Professional Portfolio"> | ||
<meta name="description" content=""> | ||
<meta name="image" content="images/headshotab.jpg"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:site_name" content="Arianna Bunnell | Professional Portfolio"> | ||
<meta property="og:url" content="https://AriBunnell.github.io/404.html"> | ||
<meta property="og:title" content="Arianna Bunnell | Professional Portfolio"> | ||
<meta property="og:description" content=""> | ||
<meta property="og:image" content="images/headshotab.jpg"> | ||
<link rel="shortcut icon" href="/favicon.ico"> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="/css/techfolio-theme/rubik.css"> | ||
<link rel="stylesheet" type="text/css" href="/css/rouge/github.css"> | ||
<!-- Load MathJax if 'mathjax: true' is found in your _config.yml. --> | ||
|
||
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-MML-AM_CHTML"> | ||
</script> | ||
|
||
|
||
<title>Arianna Bunnell | Professional Portfolio</title> | ||
</head> | ||
<body> | ||
<header class="navbar navbar-expand-md navbar-light bg-gradient border-bottom"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="/">Arianna Bunnell</a> | ||
<div class="ms-auto"> | ||
<ul class="navbar-nav mb-2 mb-lg-0"> | ||
<a class="nav-link" href="/#papers">Papers</a> | ||
<a class="nav-link" href="/#projects">Presentations</a> | ||
<a class="nav-link" href="/about-me.html">About</a> | ||
<a class="nav-link" href="/resources/bunnell-arianna.pdf">CV</a> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
|
||
<div class="py-3 py-md-4 py-lg-5"> | ||
<div class="container"> | ||
<h1 class="display-4">Page Not Found</h1> | ||
<p>Perhaps you were looking for one of the following:</p> | ||
|
||
<h3>Projects</h3> | ||
<ul> | ||
|
||
|
||
<li><a href="/projects/sure_symp.html"> Annotation Parsing in Clinical, Real-World Breast Ultrasound Imaging Data</a></li> | ||
|
||
<li><a href="/projects/sabcs.html">Artificial Intelligence Detects, Classifies, and Describes Lesions in Clinical Breast Ultrasound Images</a></li> | ||
|
||
<li><a href="/projects/ibdw_2.html">Artificial Intelligence Predicts Mammographic Breast Density from Clinical Breast Ultrasound Images</a></li> | ||
|
||
<li><a href="/projects/aimahead.html">Breast Cancer Stage Classification from Whole Slide Histology Images using a Pre-trained Framework</a></li> | ||
|
||
<li><a href="/projects/biosymp.html">Data Standardization of Clinical, Real-World Breast Ultrasound Imaging Data</a></li> | ||
|
||
<li><a href="/projects/ibdw_1.html">Image-Based Models for Predicting Advanced Breast Cancer Risk</a></li> | ||
|
||
<li><a href="/projects/psb.html">The Effect of AI-Enhanced Breast Imaging on the Caring Radiologist-Patient Relationship</a></li> | ||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
<footer class="navbar navbar-expand navbar-light bg-light bg-gradient border-top"> | ||
<div class="container-fluid"> | ||
<div class="ms-auto"> | ||
<ul class="navbar-nav mb-2 mb-lg-0"> | ||
<small><a class="nav-link" href="https://techfolios.github.io">Made with Techfolios</a></small> | ||
</ul> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script> | ||
|
||
<!-- Load Tableau visualization code for the beach contamination page --> | ||
<script src="https://public.tableau.com/javascripts/api/tableau-2.2.1.js"></script> | ||
|
||
<script> | ||
function initializeViz(element, url) { | ||
// JS object that points at empty div in the html | ||
var placeholderDiv = document.getElementById(element); | ||
if (placeholderDiv) { | ||
var options = { | ||
hideTabs: true, | ||
hideToolbar: true, | ||
}; | ||
viz = new tableau.Viz(placeholderDiv, url, options); | ||
} | ||
} | ||
initializeViz("tableauViz", "https://public.tableau.com/views/waterqualitymap4/Dashboard1?:embed=y&:display_count=yes&publish=yes"); | ||
initializeViz("tableauViz2", "https://public.tableau.com/views/waterqualityline/Dashboard2?:embed=y&:display_count=yes"); | ||
</script> | ||
|
||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"basics": { | ||
"name": "Arianna Bunnell", | ||
"label": "Computer Science PhD Student", | ||
"picture": "images/headshotab.jpg", | ||
"website": "https://AriBunnell.github.io", | ||
"summary": "I am studying for a Ph.D. in Computer Science in the Department of Information and Computer Sciences at the University of Hawaii at Manoa. My research interests are in deep learning for breast imaging, specifically in breast ultrasound. I'm also passionate about the study of healthcare AI ethics, particularly under feminist and intersectional frameworks. ", | ||
"location": { "address": "", "postalCode": "96822", "city": "Honolulu", "countryCode": "USA", "region": "Hawaii" }, | ||
"profiles": [ | ||
{ "network": "github", "username": "aribunnell", "url": "http://github.com/AriBunnell" }, | ||
{ "network": "linkedin", "username": "arianna-bunnell", "url": "http://linkedin.com/in/arianna-bunnell" }, | ||
{"network" : "scholar", "username" : "arianna-bunnell", "url" : "https://scholar.google.com/citations?hl=en&user=Hm4FEQYAAAAJ&view_op=list_works&gmla=AHoSzlVbobbObKcfNouDhKWKrtTf7-nxLItjkJ3BDO7oAtZ-NoD4iqLXbhypVkptgLUmyloyYDQgIcJ4qNd7ntk7"} | ||
] | ||
}, | ||
"interests": [ | ||
{ "name": "deep learning" }, | ||
{ "name": "medical ethics" }, | ||
{ "name": "explainable AI" } | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="title" content="About me | Arianna Bunnell | Professional Portfolio"> | ||
<meta name="description" content=""> | ||
<meta name="image" content="images/headshotab.jpg"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:site_name" content="Arianna Bunnell | Professional Portfolio"> | ||
<meta property="og:url" content="https://AriBunnell.github.io/about-me.html"> | ||
<meta property="og:title" content="About me | Arianna Bunnell | Professional Portfolio"> | ||
<meta property="og:description" content=""> | ||
<meta property="og:image" content="images/headshotab.jpg"> | ||
<link rel="shortcut icon" href="/favicon.ico"> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="/css/techfolio-theme/rubik.css"> | ||
<link rel="stylesheet" type="text/css" href="/css/rouge/github.css"> | ||
<!-- Load MathJax if 'mathjax: true' is found in your _config.yml. --> | ||
|
||
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-MML-AM_CHTML"> | ||
</script> | ||
|
||
|
||
<title>About me | Arianna Bunnell | Professional Portfolio</title> | ||
</head> | ||
<body> | ||
<header class="navbar navbar-expand-md navbar-light bg-gradient border-bottom"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="/">Arianna Bunnell</a> | ||
<div class="ms-auto"> | ||
<ul class="navbar-nav mb-2 mb-lg-0"> | ||
<a class="nav-link" href="/#papers">Papers</a> | ||
<a class="nav-link" href="/#projects">Presentations</a> | ||
<a class="nav-link" href="/about-me.html">About</a> | ||
<a class="nav-link" href="/resources/bunnell-arianna.pdf">CV</a> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
<div style="background-color: var(--tf-page-bg-color)" class="bg-gradient py-3"> | ||
<div class="container"> | ||
|
||
<h1 class="display-4">About me</h1> | ||
|
||
<p>I am studying for my Ph.D. in Computer Science in the Department of Information and Computer Sciences at the University of Hawaii at Manoa. I'm co-advised by <a href="https://peterjsadowski.github.io/">Dr. Peter Sadowski</a> in the Information and Computer Sciences Department and <a href="https://www.uhcancercenter.org/shepherd-john">Dr. John Shepherd</a> in the Population Sciences in the Pacific (Cancer Epidemiology) Program at the University of Hawaii Cancer Center</p> | ||
|
||
<p>Much of my current research is focused on developing portable, accessible, AI-empowered breast cancer screening and risk assessment solutions for the outer Pacific Islands, where breast cancer screening programs are small or nonexistent. With AI integrated into portable breast ultrasound, we can enable local healthcare workers to image women in their community and provide breast cancer diagnoses and risk information to outlying commnunities. The development of this project is housed under the <a href = "https://shepherdresearchlab.org/makawalu-study-breast-cancer-screening/">Makawalu Project</a> in the <a href = "https://shepherdresearchlab.org/">Shepherd Research Lab. </a></p> | ||
|
||
<p>I'm also privileged to work in a variety of problems applying AI to other medical imaging modalities (including DXA, mammography, and histology imaging) as a member of the <a href="https://aiphi.shepherdresearchlab.org/">Artificial Intelligence Precision Health Institute</a> at the University of Hawaii and as a member of the <a href = "https://peterjsadowski.github.io/group/">Sadowski Machine Learning Lab.</a></p> | ||
</div> | ||
<div class="row justify-content-center"> | ||
<div class="col-md-4 m-4" style="border:1px solid black;"> | ||
<img class="img-fluid" src="/images/arianna/IMG_2588.jpg" alt="" /> | ||
<p class="p-3">The Sadowski Machine Learning Lab</p> | ||
</div> | ||
<div class="col-md-4 m-4" style="border:1px solid black;"> | ||
<img class="img-fluid" src="/images/arianna/DSC09608.jpg" alt="" /> | ||
<p class="p-3">The Shepherd Research Lab</p> | ||
</div> | ||
</div> | ||
</div> | ||
<p> Turtle icons created by Freepik - Flaticon</p> | ||
|
||
<footer class="navbar navbar-expand navbar-light bg-light bg-gradient border-top"> | ||
<div class="container-fluid"> | ||
<div class="ms-auto"> | ||
<ul class="navbar-nav mb-2 mb-lg-0"> | ||
<small><a class="nav-link" href="https://techfolios.github.io">Made with Techfolios</a></small> | ||
</ul> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
|
||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script> | ||
|
||
<!-- Load Tableau visualization code for the beach contamination page --> | ||
<script src="https://public.tableau.com/javascripts/api/tableau-2.2.1.js"></script> | ||
|
||
<script> | ||
function initializeViz(element, url) { | ||
// JS object that points at empty div in the html | ||
var placeholderDiv = document.getElementById(element); | ||
if (placeholderDiv) { | ||
var options = { | ||
hideTabs: true, | ||
hideToolbar: true, | ||
}; | ||
viz = new tableau.Viz(placeholderDiv, url, options); | ||
} | ||
} | ||
initializeViz("tableauViz", "https://public.tableau.com/views/waterqualitymap4/Dashboard1?:embed=y&:display_count=yes&publish=yes"); | ||
initializeViz("tableauViz2", "https://public.tableau.com/views/waterqualityline/Dashboard2?:embed=y&:display_count=yes"); | ||
</script> | ||
|
||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
.highlight table td { padding: 5px; } | ||
.highlight table pre { margin: 0; } | ||
.highlight, .highlight .w { | ||
color: #303030; | ||
} | ||
.highlight .err { | ||
color: #151515; | ||
background-color: #ac4142; | ||
} | ||
.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs { | ||
color: #505050; | ||
} | ||
.highlight .cp { | ||
color: #f4bf75; | ||
} | ||
.highlight .nt { | ||
color: #f4bf75; | ||
} | ||
.highlight .o, .highlight .ow { | ||
color: #d0d0d0; | ||
} | ||
.highlight .p, .highlight .pi { | ||
color: #d0d0d0; | ||
} | ||
.highlight .gi { | ||
color: #90a959; | ||
} | ||
.highlight .gd { | ||
color: #ac4142; | ||
} | ||
.highlight .gh { | ||
color: #6a9fb5; | ||
background-color: #151515; | ||
font-weight: bold; | ||
} | ||
.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv { | ||
color: #aa759f; | ||
} | ||
.highlight .kc { | ||
color: #d28445; | ||
} | ||
.highlight .kt { | ||
color: #d28445; | ||
} | ||
.highlight .kd { | ||
color: #d28445; | ||
} | ||
.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 { | ||
color: #90a959; | ||
} | ||
.highlight .sr { | ||
color: #75b5aa; | ||
} | ||
.highlight .si { | ||
color: #8f5536; | ||
} | ||
.highlight .se { | ||
color: #8f5536; | ||
} | ||
.highlight .nn { | ||
color: #f4bf75; | ||
} | ||
.highlight .nc { | ||
color: #f4bf75; | ||
} | ||
.highlight .no { | ||
color: #f4bf75; | ||
} | ||
.highlight .na { | ||
color: #6a9fb5; | ||
} | ||
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx { | ||
color: #90a959; | ||
} | ||
.highlight .ss { | ||
color: #90a959; | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
.highlight table td { padding: 5px; } | ||
.highlight table pre { margin: 0; } | ||
.highlight, .highlight .w { | ||
color: #d0d0d0; | ||
background-color: #151515; | ||
} | ||
.highlight .err { | ||
color: #151515; | ||
background-color: #ac4142; | ||
} | ||
.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs { | ||
color: #505050; | ||
} | ||
.highlight .cp { | ||
color: #f4bf75; | ||
} | ||
.highlight .nt { | ||
color: #f4bf75; | ||
} | ||
.highlight .o, .highlight .ow { | ||
color: #d0d0d0; | ||
} | ||
.highlight .p, .highlight .pi { | ||
color: #d0d0d0; | ||
} | ||
.highlight .gi { | ||
color: #90a959; | ||
} | ||
.highlight .gd { | ||
color: #ac4142; | ||
} | ||
.highlight .gh { | ||
color: #6a9fb5; | ||
background-color: #151515; | ||
font-weight: bold; | ||
} | ||
.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv { | ||
color: #aa759f; | ||
} | ||
.highlight .kc { | ||
color: #d28445; | ||
} | ||
.highlight .kt { | ||
color: #d28445; | ||
} | ||
.highlight .kd { | ||
color: #d28445; | ||
} | ||
.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 { | ||
color: #90a959; | ||
} | ||
.highlight .sr { | ||
color: #75b5aa; | ||
} | ||
.highlight .si { | ||
color: #8f5536; | ||
} | ||
.highlight .se { | ||
color: #8f5536; | ||
} | ||
.highlight .nn { | ||
color: #f4bf75; | ||
} | ||
.highlight .nc { | ||
color: #f4bf75; | ||
} | ||
.highlight .no { | ||
color: #f4bf75; | ||
} | ||
.highlight .na { | ||
color: #6a9fb5; | ||
} | ||
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx { | ||
color: #90a959; | ||
} | ||
.highlight .ss { | ||
color: #90a959; | ||
} |
Oops, something went wrong.