-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
92 lines (90 loc) · 5.75 KB
/
portfolio.html
File metadata and controls
92 lines (90 loc) · 5.75 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Suzanne's website</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- modernizr enables HTML5 elements and feature detects -->
<script type="text/javascript" src="js/modernizr-1.5.min.js"></script>
</head>
<body>
<div id="main">
<header>
<div id="logo"><h1>S.Thornton</h1></div>
<nav>
<ul class="lavaLampWithImage" id="lava_menu">
<li><a href="index.html">home</a></li>
<li><a href="about.html">about me</a></li>
<li class="current"><a href="portfolio.html">my portfolio</a></li>
<li><a href="fun.html">just for fun</a></li>
<!-- <li><a href="contact.php">contact</a></li> -->
</ul>
</nav>
</header>
<div id="site_content">
<div id="sidebar_container">
<div> <!-- id="gallery"> -->
<ul class="images">
<!-- <li class="show"><img width="450" height="450" src="images/1.jpg" alt="photo_one" /></li>
<li><img width="450" height="450" src="images/2.jpg" alt="photo_two" /></li>
<li><img width="450" height="450" src="images/3.jpg" alt="photo_three" /></li>
<li><img width="450" height="450" src="images/4.jpg" alt="photo_four" /></li> -->
<li><img width="450" src="images/5.jpg" alt="photo_five" /></li>
</ul>
</div>
</div>
<div id="content">
<p>
<ul>
<li><a href="https://github.com/dr-suz/SThorntonCV/blob/main/Thornton_Vita.pdf">Curriculum Vitae</a></li>
<li><a href="https://github.com/dr-suz/SThorntonCV/blob/main/Thornton_Resume.pdf">Resume</a></li>
<li><a href="https://independent.academia.edu/SuzanneThornton">Academia.edu page</a></li>
<li><a href="https://orcid.org/0000-0002-8221-3792">Orcid ID: 0000-0002-8221-3792</a></li>
<li><a href="https://public.tableau.com/app/profile/suzanne.thornton/vizzes">Tableau Visualizations</a></li>
</ul>
</p>
<p></p>
<h2>Selected Publications</h2>
<p>
<ul>
<li>Thornton S and Xie M. (2024) <a href="https://www.academia.edu/81301013/Bridging_Bayesian_frequentist_and_fiducial_BFF_inferences_using_confidence_distribution">Bridging Bayesian, frequentist and fiducial inferences using confidence distribution</a>. In Handbook on Bayesian, Fiducial and Frequentist (BFF) Inferences. (co-editors: Berger JO, Meng XL, Reid N, & Xie M) Chapman & Hall, New York. (In press)</li>
<li>Thornton S. and Xie M. (2024) <a href="https://www.academia.edu/100542843/Exploration_of_parameter_duality">An exploration of parameter duality in statistical inference</a>. In the Proceedings of the 2022 Philosophy of Science Association Symposium. doi:10.1017/psa.2023.174.</li>
<li>Thornton S, Li W, Xie M. (2023) <a href="https://www.academia.edu/100542843/Exploration_of_parameter_duality">Approximate confidence distribution computing</a>. The New England Journal of Statistics in Data Science. 2023 Jul;1(2):270-282. doi: 10.51387/23-NEJSDS38</li>
<li>Thornton S, Roy D, Parry S, LaLonde D, Martinez W, Ellis R, Corliss D. (2022, Jan). <a href="https://www.academia.edu/81301017/Towards_statistical_best_practices_for_gender_and_sex_data">Towards best practices for collecting gender and sex data</a>. Significance, 19(1), 40–45. https://doi.org/10.1111/1740-9713.01614</li>
<li>Choi H, Detyniecki K, Bazil C, Thornton S, Crosta P, Tolba H, Muneeb M, Hirsch LJ, Heinzen EL, Sen A, Depondt C, Perucca P, Heiman GA; EPIGEN Consortium. <a href="https://pubmed.ncbi.nlm.nih.gov/32759205/">Development and validation of a predictive model of drug-resistant genetic generalized epilepsy.</a> Neurology. 2020 Oct 13;95(15):e2150-e2160. doi: 10.1212/WNL.0000000000010597.</li>
<li>Michael H, Thornton S, Xie M, Tian L. <a href="https://www.academia.edu/81301012/Exact_Inference_on_the_Random_Effects_Model_for_Meta_Analyses_with_Few_Studies">Exact inference on the random-effects model for meta-analyses with few studies</a>. Biometrics. 2019 Jun;75(2):485-493. doi: 10.1111/biom.12998.</li>
</ul></p>
<p></p>
<h2>Teaching material</h2>
<p>Here you can find my class material for several undergraduate statistics courses.
<ul>
<li><a href="https://dr-suz.github.io/Stat11/">Stat 1/Introduction to Statistics</a></li>
<li><a href="https://dr-suz.github.io/Stat21/">Stat 2/Introduction to Statistical Modeling</a></li>
<li><a href="https://dr-suz.github.io/Stat61/">Mathematical Statistics</a></li>
</ul></p>
<p></p>
<h2>(last updated Feb 2025)</h2>
</div>
</div>
<footer>
<p><a href="index.html">home</a> | <a href="about.html">about me</a> | <a href="portfolio.html">my portfolio</a> | <a href="fun.html">just for fun</a> | <!-- <a href="contact.php">contact</a> --> </p>
<p>© 2023 Suzanne Thornton. All Rights Reserved. | <a href="http://www.css3templates.co.uk">design from css3templates.co.uk</a></p>
</footer>
</div>
<!-- javascript at the bottom for fast page loading -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.min.js"></script>
<script type="text/javascript" src="js/jquery.lavalamp.min.js"></script>
<!-- <script type="text/javascript" src="js/image_fade.js"></script> -->
<script type="text/javascript">
$(function() {
$("#lava_menu").lavaLamp({
fx: "backout",
speed: 700
});
});
</script>
</body>
</html>