-
Notifications
You must be signed in to change notification settings - Fork 0
/
home_updated - backup.html
87 lines (87 loc) · 5.6 KB
/
home_updated - backup.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<style>
/* CSS for text size and alignment */
.content {
font-size: 18px;
text-align: justify;
line-height: 1.5;
}
a.btn-primary:hover {
background-color: black;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10">
<div class="row">
<div class="col-md-12">
<h2>ABOUT US</h2>
<p>The Center for Advanced Pain Studies (CAPS) is composed of six founding UT Dallas faculty, affiliate faculty at UT Southwestern (UTSW), twelve postdoctoral fellows/research associates, and graduate students across multiple academic disciplines studying different facets of chronic pain and migraine.</p>
<p>Chronic pain is a significant problem of world-wide importance. The most common cause of long-term disability in the world, the annual cost of chronic pain in the U.S. is as high as $635 billion a year; more than cancer, heart disease, and diabetes care combined. CAPS is aggressively pursuing lines of research aimed at alleviating suffering from pain and improving the lives of people with chronic pain and/or migraine.</p>
<p>The research mission of the Center for Advanced Pain Studies (CAPS) is to elucidate fundamental mechanisms underlying chronic pain and migraine, as well as to discover novel therapeutics for the treatment of chronic pain through academic, public, and private partnerships. The center will catalyze existing and future research activities and become an internationally recognized research leader in basic pain and migraine mechanisms and therapeutics discovery. It will also be a launching pad for entrepreneurship and innovation, helping Dallas to become the next hotbed of therapeutic discovery for our two primary focus areas: chronic pain and migraine.</p>
<p>The center will play a pivotal role in drawing together investigators across disciplines ranging from neuroscience, molecular biology, bioengineering, chemistry, and neuroengineering to advance discoveries, translate findings, and foster the next generation of multidisciplinary scientists pursuing pain research. Our scientists are pursuing treatments for some of the most costly and disabling brain diseases: chronic pain, neuropathic pain, and migraine headache.</p>
</div>
</div>
<br>
<div class="row">
<div class="col-md-4">
<div class="box" style="width: 100%;">
<div style="position: relative;">
<img src="CAPS1.png" width="100%" height="100%">
<a href="https://paincenter.utdallas.edu/" class="btn btn-primary btn-lg" style="position: absolute; bottom: 20px; left: 70px; background-color: #C35110;background-color: #355E3B on hover !important;">CAPS Website</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="box" style="width: 100%;">
<div style="position: relative;">
<img src="Research.jpg" width="100%" height="100%">
<a href="https://paincenter.utdallas.edu/research/" class="btn btn-primary btn-lg" style="position: absolute; bottom: 20px; left: 80px; background-color: #C35110;">Research</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="box" style="width: 100%;">
<div style="position: relative;">
<img src="BSB.jpg" width="100%" height="100%">
<a href="https://bbs.utdallas.edu/departments/neuroscience/" class="btn btn-primary btn-lg" style="position: absolute; bottom: 20px; left: 40px; background-color: #C35110;">Dept of Neuroscience</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>LEARN MORE</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="box" style="width: 100%;">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/zxf6EGwcMew"></iframe>
</div>
</div>
<div class="col-md-4">
<div class="box" style="width: 100%;">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/ent5skX4oKU"></iframe>
</div>
</div>
<div class="col-md-4">
<div class="box" style="width: 100%;">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/6Z3FPueBYtk"></iframe>
</div>
</div>
</div>
</div>
<div class="col-md-1"></div>
</div>
</div>
</body>
</html>