-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGaines-Resources.html
More file actions
110 lines (87 loc) · 6.31 KB
/
Gaines-Resources.html
File metadata and controls
110 lines (87 loc) · 6.31 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>R.N. Gaines | Resources</title>
<link href="AboutPageAssets/styles/aboutPageStyle.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script><script src="http://use.edgefonts.net/montserrat:n4:default;source-sans-pro:n2:default.js" type="text/javascript"></script>
</head>
<body>
<!-- Header content -->
<header>
<!-- Links to expore your past projects and download your CV -->
<aside class="externalResourcesNav">
<span class="stretch"></span>
<div class="externalResources"><a href="index.html" title="About">ABOUT RACHEL</a> </div>
<span class="stretch"></span>
<div class="externalResources"> <a href="Gaines-Publications.html" title="Publications">PUBLICATIONS</a> </div>
<span class="stretch"></span>
<div class="externalResources"><a href="Gaines-Resources.html" title="Resources">RESOURCES</a> </div>
<span class="stretch"></span>
<div class="externalResources"><a href="mailto:[email protected]" title="Contact">CONTACT</a> </div>
</aside>
<!-- Identity details -->
<section class="profileHeader">
<h1>Resources</h1>
<hr>
</section>
</header>
<!-- content -->
<section class="mainContent">
<!-- Add section -->
<section class="section2">
<h2 class="sectionTitle">Procedures & Protocols</h2>
<hr class="sectionTitleRule">
<!-- Add papers -->
<article class="section2Content">
<p class="sectionContent"><span class="highlight">Standard Operating Procedures</span>
<p class="sectionContent hover-link"><a href="Resources/SOPs/Gaines-SOPtemplate.docx">Master SOP template based on Rachel's 20+ authored SOPs</a></p>
<p class="sectionContent hover-link"><a href="Resources/SOPs/Gaines-SampleSOP-HPLCoperation.docx">Sample SOP on HPLC operation</a></p>
<p class="sectionContent"><em>Coming soon!</em> Using JMP to design a Response Surface Methodology study</p>
<p class="sectionContent"><span class="highlight">Checklists & How-To Guides</span>
<p class="sectionContent hover-link"><a href="Resources/SOPs/Gaines-ChecklistOnChecklists.docx">General guidelines for checklists and how-to documents, based on 17+ checklist- and how-to documents</a></p>
<p class="sectionContent hover-link"><a href="Resources/SOPs/Gaines-SampleChecklist-GettingStartedGuide.docx">Sample checklist on "getting started" in a research group</a></p>
</article>
</section>
<section class="section2">
<h2 class="sectionTitle">Mentoring</h2>
<hr class="sectionTitleRule">
<!-- Add content -->
<article class="section2Content">
<p class="sectionContent"><span class="highlight">Mentoring Yourself</span>
<p class="sectionContent hover-link"><a href="Resources/Mentoring/Rachels-Recommended-Reads.docx">Recommended reading list for before and during your Ph.D. Feel free to email me with your suggestions!</a></p>
<p class="sectionContent"><span class="highlight">Mentoring Others</span>
<p class="sectionContent hover-link"><a href="Resources/Mentoring/Gaines-MentoringPhilosophy.docx">Mentoring Philosophy Statement</a></p>
<p class="sectionContent hover-link"><a href="Resources/Mentoring/Gaines-MentoringPolicies-Undergrads">Rachel's mentoring policies (here, specifically for undergrads), based on 10+ years of mentoring</a></p>
<p class="sectionContent hover-link"><a href="Resources/Mentoring/Gaines-UndergraduateResearch-InterviewQuestions.docx">Sample interview questions for prospective undergraduate researchers</a></p>
<p class="sectionContent hover-link"><a href="Resources/Mentoring/Gaines-UndergraduateResearch-ProjectDescription.docx">Sample project description for an undergraduate hiring posting</a></p>
</article>
</section>
<!-- copy and paste the above block for each section of resources -->
<section class="section2">
<h2 class="sectionTitle">Code & Data Analysis</h2>
<hr class="sectionTitleRule">
<!-- Add papers -->
<article class="section2Content">
<p class="sectionContent"><em><span class="highlight">If you choose to use these resources, I respectfully request you cite the manuscripts (linked for each resource) for which we originally developed them. Thank you for your support!</span></em></p>
<p class="sectionContent"><span class="highlight">HPLC Analysis Code</span> <em>(cite: <a href="Publications/01-Gaines, Kenis, et al. J. Electrochem. Soc. 2024.pdf" class="hover-link">Gaines, Kenis, et al. J. Electrochem. Soc., 2024</a>)</em></p>
<p class="sectionContent hover-link"><a href="Resources/Code/HPLC/HPLCdataAnalysis_UI.mlx">HPLC analysis code (MATLAB): User interface</a></p>
<p class="sectionContent hover-link"><a href="Resources/Code/HPLC/findpeaksRNG.m">HPLC analysis code (MATLAB): Required subpackage #1 (findpeaksRNG)</a></p>
<p class="sectionContent hover-link"><a href="Resources/Code/HPLC/peakfitRNG.m">HPLC analysis code (MATLAB): Required subpackage #2 (peakfitRNG)</a></p>
<p class="sectionContent hover-link"><a href="Resources/Code/HPLC/ipf.m">HPLC analysis code (MATLAB): Optional subpackage #3 (ipf)</a></p>
<p class="sectionContent hover-link"><a href="Resources/Code/HPLC/SampleDataFile_Experiment.txt">Sample HPLC datafile (experimental)</a></p>
<p class="sectionContent hover-link"><a href="Resources/Code/HPLC/SampleDataFile_Solution.txt">Sample HPLC datafile (solution)</a></p>
<p class="sectionContent"><span class="highlight">HPLC Analysis Fillable Spreadsheet</span> (complementary to the above code; <em>cite: <a href="Publications/01-Gaines, Kenis, et al. J. Electrochem. Soc. 2024.pdf" class="hover-link">Gaines, Kenis, et al. J. Electrochem. Soc., 2024</a></em>)</p>
<p class="sectionContent hover-link"><a href="Resources/Code/HPLC/Gaines_HPLCAnalysisSheet.xlsx">Fillable HPLC analysis spreadsheet (for multiple experiments / a whole study!)</a></p>
</article>
</section>
</section>
</section>
<footer>
<hr>
<p class="footerDisclaimer"><span>Website designed and managed by Rachel Gaines. All rights reserved.</span></p>
</footer>
</body>
</html>