-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrr.html
66 lines (65 loc) · 2.71 KB
/
rr.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Research Resources</title>
<link rel="stylesheet" href="styleFS.css">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Roboto:wght@400;500&display=swap" rel="stylesheet">
</head>
<body>
<div class="container centered">
<header>
<h1>Research Resources</h1>
<nav>
<a href="index.html">Home</a> | <a href="teaching.html">Teaching Materials</a> | <a href="rr.html">Research Resources</a>
</nav>
</header>
<section id="resources">
<h2>Useful Websites</h2>
<p>Explore the following websites for research tools, databases, and resources:</p>
<ul>
<li>
<a href="https://flamingtempura.github.io/bibtex-tidy/index.html" target="_blank">
References
</a> — Order References BIB
</li>
<li>
<a href="https://thistemba.github.io/fdf-to-csv/" target="_blank">
FDF PDF
</a> — Change the format to after this convert the file in excel
</li>
<li>
<a href="https://rgoswami.me/posts/sr2-ch13-ch14/" target="_blank">
Statistical Rethinking
</a> — Research biomedical and life sciences literature.
</li>
<li>
<a href="https://www.sciencedirect.com" target="_blank">
ScienceDirect
</a> — Explore a vast database of scientific and technical research.
</li>
<li>
<a href="https://arxiv.org" target="_blank">
arXiv
</a> — Access preprints in physics, mathematics, computer science, and more.
</li>
<li>
<a href="https://www.researchgate.net" target="_blank">
ResearchGate
</a> — Connect with researchers and discover publications.
</li>
<li>
<a href="https://www.worldcat.org" target="_blank">
WorldCat
</a> — Locate books and resources in libraries near you.
</li>
</ul>
</section>
</div>
<!-- Footer -->
<footer>
Hosted on <a href="https://pages.github.com" target="_blank">GitHub Pages</a> — Theme by Felipe Sanchez
</footer>
</body>
</html>