-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (69 loc) · 3.68 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=640" />
<link rel="stylesheet" href="stylesheets/core.css" media="screen"/>
<link rel="stylesheet" href="stylesheets/mobile.css" media="handheld, only screen and (max-device-width:640px)"/>
<link rel="stylesheet" href="stylesheets/pygment_trac.css"/>
<script type="text/javascript" src="javascripts/modernizr.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/headsmart.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$('#main_content').headsmart()
})
</script>
<title>Drkamarul.github.io by drkamarul</title>
</head>
<body>
<a id="forkme_banner" href="https://github.com/drkamarul">View on GitHub</a>
<div class="shell">
<header>
<span class="ribbon-outer">
<span class="ribbon-inner">
<h1>Drkamarul.github.io</h1>
<h2>Kamarul's Github page</h2>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
</header>
<div id="no-downloads">
<span class="inner">
</span>
</div>
<span class="banner-fix"></span>
<section id="main_content">
<h3>
<a name="welcome-to-kamaruls-pages" class="anchor" href="#welcome-to-kamaruls-pages"><span class="octicon octicon-link"></span></a>Welcome to Kamarul's Pages</h3>
<p>I am a medical lecturer in Epidemiology and Biostatistics at the School of Medical Sciences, Universiti Sains Malaysia, Malaysia. I am currenly doing a PhD program at CHICAS, Faculty of Health and Medicine, Lancaster University. My supervisors are these two wonderful people : Dr Thomas Keegan and Distinguished Professor Peter Diggle.</p>
<h3>
<a name="my-other-website" class="anchor" href="#my-other-website"><span class="octicon octicon-link"></span></a>My other webpages</h3>
<p>You can check my blog at <a href="http://www.myanalytics.com.my">http://www.myanalytics.com.my</a> for some useful study designs and data analysis especially in the field of health and medicine ....
<p> Click <a href="https://github.com/drkamarul/Survival_Analysis_DrPH/blob/master/NonAndSemiParametricSurvivalAnalysis/NonAndSemipara_DrPH_Epid.md">here</a> to go to Non-Parametric and Semi-Parametric Survival Analysis.</p>
<p> Click <a href="https://github.com/drkamarul/Binary_logistic_DrPH_Epid/blob/master/bin-log-drph-epid_2017.md">here</a> to go to Binary Logistic Regression.</p>
<p> My other profiles:</p>
<p> Malaysian Medical Council Registration: 34450
<p> ResearcherID, please click <a href="http://www.researcherid.com/rid/N-3198-2015">here</a>
<p> Google-scholar: 'Kamarul Imran Musa' <a href="https://goo.gl/D3o3y6">here</a>
<p> ORCID ID, please click <a href="http://www.orcid.org/0000-0002-3708-0628">here </a>
<p> ScopusID: 18634847200
<p> Personal web-page: <a href="http://www.myanalytics.com.my"> </a> </p>
<p>ENJOY !!!</p>
</section>
<footer>
<span class="ribbon-outer">
<span class="ribbon-inner">
<p>Projects by <a href="https://github.com/drkamarul">drkamarul</a> can be found on <a href="https://github.com/drkamarul">GitHub</a></p>
</span>
<span class="left-tail"></span>
<span class="right-tail"></span>
</span>
<p>Generated with <a href="http://pages.github.com">GitHub Pages</a> using Merlot</p>
<span class="octocat"></span>
</footer>
</div>
</body>
</html>