CJ Duan commited on
Commit
8509925
1 Parent(s): 2846b69
Files changed (2) hide show
  1. index.html +2 -2
  2. sports.html +42 -0
index.html CHANGED
@@ -14,7 +14,7 @@
14
  <a href="cpg.html" target="_blank">DRC CPG</a>
15
  <a href="genomics.html">DRC ComputOmics</a>
16
  <a href="pharmaco.html" target="_blank">DRC Pharmacometrics</a>
17
- <a href="#">DRC Sports</a>
18
  <a href="about.html" target="_blank">About</a>
19
  </div>
20
  <div class="main">
@@ -58,7 +58,7 @@
58
  <div class="footer">
59
  <br>
60
  Copyright &#169; Dulun Research & Consulting<br>
61
- Last updated on April 11th 2023<br>
62
  <a href="mailto:compute@dulun.com" target="_blank">Contact us</a><br>
63
  </div>
64
  </div>
 
14
  <a href="cpg.html" target="_blank">DRC CPG</a>
15
  <a href="genomics.html">DRC ComputOmics</a>
16
  <a href="pharmaco.html" target="_blank">DRC Pharmacometrics</a>
17
+ <a href="sports.html">DRC Sports</a>
18
  <a href="about.html" target="_blank">About</a>
19
  </div>
20
  <div class="main">
 
58
  <div class="footer">
59
  <br>
60
  Copyright &#169; Dulun Research & Consulting<br>
61
+ Last updated on April 13 2023<br>
62
  <a href="mailto:compute@dulun.com" target="_blank">Contact us</a><br>
63
  </div>
64
  </div>
sports.html ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html>
2
+ <head>
3
+ <link rel="stylesheet" href="css/style_pha.css"></link>
4
+ <title>DRC Sports</title>
5
+ <meta charset="UTF-8">
6
+ </head>
7
+ <body>
8
+ <div class="container">
9
+ <div class="header">
10
+ <h1>DRC Sports</h1>
11
+ </div>
12
+ <div class="nav">
13
+ <a href="https://drclab.github.io" target="_blank">DRC Lab</a>
14
+ <a href="#">DRC Higher Education</a>
15
+ <a href="cpg.html">DRC CPG</a>
16
+ <a href="genomics.html">DRC OMICS</a>
17
+ <a href="pharmaco.html">DRC Pharmacometrics</a>
18
+ <a href="sports.html">DRC Sports</a>
19
+ <a href="about.html">About</a>
20
+ </div>
21
+ <div class="main">
22
+ <div class="content">
23
+ <h2>Computational Biology</h2>
24
+ <p><img src="https://th.bing.com/th/id/OIG.tUfnEp4OWoDONNSs4Z7w?w=270&h=270&c=6&r=0&o=5&pid=ImgGn" height="220px" width="220px"></p>
25
+ </div>
26
+ <div class="nav_tech">
27
+ <a href="https://medium.com/paper-club/understanding-pyros-model-and-guide-a-love-story-7f3aa0603886" target="_blank">Pyro Model and Guide</a>
28
+ <a href="https://mc-stan.org/" target="_blank">Stan</a>
29
+ <a href="https://pytorch.org/" target="_blank">PyTorch</a>
30
+ <a href="https://huggingface.co/" target="_blank">Hugging Face AI</a>
31
+ <a href="https://openai.com/blog/chatgpt" target="_blank">ChatGPT</a>
32
+ <a href="https://arxiv.org/" target="_blank">ArXiv</a>
33
+ </div>
34
+ <div class="footer">
35
+ <br>
36
+ Copyright &#169; Dulun Research & Consulting<br>
37
+ Last updated on April 13 2023<br>
38
+ <a href="mailto:compute@dulun.com" target="_blank">Contact us</a><br>
39
+ </div>
40
+ </div>
41
+ </body>
42
+ </html>