Skip to content

Commit 5ed180d

Browse files
committed
initial commit
0 parents  commit 5ed180d

7 files changed

+611
-0
lines changed

about.html

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<!-- <link rel="stylesheet" type="text/css" href="./bootstrap.css"> -->
8+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
9+
<link rel="stylesheet" type="text/css" href="./stylesheet.css">
10+
<link href="https://fonts.googleapis.com/css?family=Patua+One" rel="stylesheet">
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
12+
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
13+
<title> Psychosis Recruitment Delphi Study </title>
14+
</head>
15+
16+
<body>
17+
<header>
18+
19+
<nav class="navbar transparent navbar-expand-lg navbar-dark ">
20+
<a class="navbar-brand" href="index.html">Home</a>
21+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
22+
<span class="navbar-toggler-icon"></span>
23+
</button>
24+
<div class="collapse navbar-collapse" id="navbarNav">
25+
<ul class="navbar-nav">
26+
<li class="nav-item active">
27+
<a class="nav-link" href="delphi.html">Delphi Method<span class="sr-only">(current)</span></a>
28+
</li>
29+
<li class="nav-item">
30+
<a class="nav-link" href="about.html">About the Researchers</a>
31+
<li class="nav-item">
32+
<a class="nav-link" href="contact.html">Contact Us</a>
33+
</li>
34+
</ul>
35+
</div>
36+
</nav>
37+
38+
39+
<div class='test'>
40+
<h1> Understanding Researcher Experiences of Recruitment </h1>
41+
<h2 class='subheader'> Within Digital Clinical Trials for Psychosis </h2>
42+
</div>
43+
</header>
44+
45+
<div class='whatson'>
46+
47+
<div class="row">
48+
<div class="col-sm">
49+
50+
<h3 id="show_link"> Who is Conducting this Study? </h3>
51+
<div align="center" class="image_container">
52+
<div class="showimages">
53+
54+
<p>Details about Steph, Andrew, Hamish and Natalie.</p>
55+
56+
</div>
57+
</div>
58+
59+
</div>
60+
</div>
61+
62+
<footer>
63+
<img src="hwb.jpg" class="center">
64+
</footer>
65+
</div>
66+
</body>
67+
68+
</html>

contact.html

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<!-- <link rel="stylesheet" type="text/css" href="./bootstrap.css"> -->
8+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
9+
<link rel="stylesheet" type="text/css" href="./stylesheet.css">
10+
<link href="https://fonts.googleapis.com/css?family=Patua+One" rel="stylesheet">
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
12+
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
13+
<title> Psychosis Recruitment Delphi Study </title>
14+
</head>
15+
16+
<body>
17+
<header>
18+
19+
<nav class="navbar transparent navbar-expand-lg navbar-dark ">
20+
<a class="navbar-brand" href="index.html">Home</a>
21+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
22+
<span class="navbar-toggler-icon"></span>
23+
</button>
24+
<div class="collapse navbar-collapse" id="navbarNav">
25+
<ul class="navbar-nav">
26+
<li class="nav-item active">
27+
<a class="nav-link" href="delphi.html">Delphi Method<span class="sr-only">(current)</span></a>
28+
</li>
29+
<li class="nav-item">
30+
<a class="nav-link" href="about.html">About the Researchers</a>
31+
<li class="nav-item">
32+
<a class="nav-link" href="contact.html">Contact Us</a>
33+
</li>
34+
</ul>
35+
</div>
36+
</nav>
37+
38+
<div class='test'>
39+
<h1> Understanding Researcher Experiences of Recruitment </h1>
40+
<h2 class='subheader'> Within Digital Clinical Trials for Psychosis </h2>
41+
</div>
42+
</header>
43+
44+
<div class='whatson'>
45+
46+
<div class="row">
47+
<div class="col-sm">
48+
49+
<h3 id="show_link"> Contact us </h3>
50+
<div align="center" class="image_container">
51+
<div class="showimages">
52+
53+
<p>To be updated</p>
54+
55+
</div>
56+
</div>
57+
58+
</div>
59+
</div>
60+
61+
<footer>
62+
<img src="hwb.jpg" class="center">
63+
</footer>
64+
</div>
65+
</body>
66+
67+
</html>

delphi.html

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<!-- <link rel="stylesheet" type="text/css" href="./bootstrap.css"> -->
8+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
9+
<link rel="stylesheet" type="text/css" href="./stylesheet.css">
10+
<link href="https://fonts.googleapis.com/css?family=Patua+One" rel="stylesheet">
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
12+
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
13+
<title> Psychosis Recruitment Delphi Study </title>
14+
</head>
15+
16+
<body>
17+
<header>
18+
19+
<nav class="navbar transparent navbar-expand-lg navbar-dark ">
20+
<a class="navbar-brand" href="index.html">Home</a>
21+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
22+
<span class="navbar-toggler-icon"></span>
23+
</button>
24+
<div class="collapse navbar-collapse" id="navbarNav">
25+
<ul class="navbar-nav">
26+
<li class="nav-item active">
27+
<a class="nav-link" href="delphi.html">Delphi Method<span class="sr-only">(current)</span></a>
28+
</li>
29+
<li class="nav-item">
30+
<a class="nav-link" href="about.html">About the Researchers</a>
31+
<li class="nav-item">
32+
<a class="nav-link" href="contact.html">Contact Us</a>
33+
</li>
34+
</ul>
35+
</div>
36+
</nav>
37+
38+
39+
<div class='test'>
40+
<h1> Understanding Researcher Experiences of Recruitment </h1>
41+
<h2 class='subheader'> Within Digital Clinical Trials for Psychosis </h2>
42+
</div>
43+
</header>
44+
45+
<div class='whatson'>
46+
47+
<div class="row">
48+
<div class="col-sm">
49+
50+
<h3 id="show_link"> What is a Delphi Study? </h3>
51+
<div align="center" class="image_container">
52+
<div class="showimages">
53+
54+
<p>The Delphi method structures a group communication process, effectively allowing a group of individuals to collectively deal with a complex problem (Linstone and Turoff, 1975).
55+
56+
It provides feedback of individual contributions of information and knowledge, assesses the group judgement and allows individuals to revise their views. The process results in statements for which there is considerable agreement in ratings (Langlands, Jorm, Kelly & Kitchener, 2008). .</p>
57+
58+
</div>
59+
</div>
60+
61+
</div>
62+
</div>
63+
64+
<footer>
65+
<img src="hwb.jpg" class="center">
66+
</footer>
67+
</div>
68+
</body>
69+
70+
</html>

digital_background.jpg

951 KB
Loading

hwb.jpg

40.4 KB
Loading

index.html

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<!-- <link rel="stylesheet" type="text/css" href="./bootstrap.css"> -->
8+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
9+
<link rel="stylesheet" type="text/css" href="./stylesheet.css">
10+
<link href="https://fonts.googleapis.com/css?family=Patua+One" rel="stylesheet">
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
12+
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
13+
<title> Psychosis Recruitment Delphi Study </title>
14+
</head>
15+
16+
<body>
17+
<header>
18+
19+
<nav class="navbar transparent navbar-expand-lg navbar-dark ">
20+
<a class="navbar-brand" href="index.html">Home</a>
21+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
22+
<span class="navbar-toggler-icon"></span>
23+
</button>
24+
<div class="collapse navbar-collapse" id="navbarNav">
25+
<ul class="navbar-nav">
26+
<li class="nav-item active">
27+
<a class="nav-link" href="delphi.html">Delphi Method<span class="sr-only">(current)</span></a>
28+
</li>
29+
<li class="nav-item">
30+
<a class="nav-link" href="about.html">About the Researchers</a>
31+
<li class="nav-item">
32+
<a class="nav-link" href="contact.html">Contact Us</a>
33+
</li>
34+
</ul>
35+
</div>
36+
</nav>
37+
38+
39+
<div class='test'>
40+
<h1> Understanding Researcher Experiences of Recruitment </h1>
41+
<h2 class='subheader'> Within Digital Clinical Trials for Psychosis </h2>
42+
</div>
43+
</header>
44+
45+
<div class='whatson'>
46+
47+
<div class="row">
48+
<div class="col-sm">
49+
50+
<h3 id="show_link"> More About This Study </h3>
51+
<div align="center" class="image_container">
52+
<div class="showimages">
53+
54+
<p>This research aims to recruit a participant panel to identify and reach agreement on barriers and facilitators to recruitment for digital interventions for people with psychosis. We aim to recruit participants who have worked in recruitment in such Trials. We are applying for ethics at the moment. In future, this study website will provide more information about the research and details on how you can get involved.</p>
55+
56+
</div>
57+
</div>
58+
59+
</div>
60+
</div>
61+
62+
<footer>
63+
<img src="hwb.jpg" class="center">
64+
</footer>
65+
</div>
66+
</body>
67+
68+
</html>

0 commit comments

Comments
 (0)