-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodes.html
More file actions
106 lines (103 loc) · 5.46 KB
/
Copy pathcodes.html
File metadata and controls
106 lines (103 loc) · 5.46 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE HTML>
<!--
Personal Web page !!
-->
<html>
<body class="landing">
<head>
<title>Codes - Mahmoud Hashim</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<!-- Header -->
<header id="header">
<h1 style="font-family:Fantasy;"> <a href="index.html"> Mahmoud Hashim </a> </strong> </h1>
<nav id="nav">
<ul>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="codes.html">Codes</a></li>
<li><a href="CosmoSuite/index.html">cosmosuite</a></li>
</ul>
</nav>
</header>
<!-- Three -->
<section id="three" class="wrapper style1">
<div class="container">
<header class="major special">
<h2>Cosmological Perturbations and N-body Simulations</h2>
<p>Solve linear and non-linear cosmological perturbation system</p>
</header>
<div class="feature-grid">
<div class="feature">
<div class="image rounded"><img src="images/cosmosuite.jpg" alt="" /></div>
<div class="content">
<header>
<h4><a href="CosmoSuite/index.html">CosmoSuite </a> </h4>
<p>N-Body Simulations Toolkit</p>
</header>
<p>Python developed GUI toolkit for running and analysing general cosmological perturbations and cosmological N-Body simulation using <a href = "http://wwwmpa.mpa-garching.mpg.de/gadget/">Gadge 2</a>-3 code.</p>
</div>
</div>
<div class="feature">
<div class="image rounded"><img src="images/degeneracy.jpg" alt="" /></div>
<div class="content">
<header>
<h4><a href = "https://github.com/mwhashim/CDEPNGpy">CDEPNGpy </a></h4>
<p>Dark Sector Degenracy</p>
</header>
<p>Python code developed to solve coupled dark energy perturbation system and to investigate degeneracy with respect to primordial non-gaussianity.</p>
</div>
</div>
<div class="feature">
<div class="image rounded"><img src="images/IC.jpg" alt="" /></div>
<div class="content">
<header>
<h4><a href = "https://github.com/mwhashim/2LPT_PNG_CDE">2LPT_PNG_CDE</a></h4>
<p>N-Body Simualtion's Initial Conditions</p>
</header>
<p>A modified version of <a href = "http://cosmo.nyu.edu/roman/2LPT/"> 2LPT-PNGnonlocal </a> code for generating initial conditions for coupled dark energy N-Body simulations.</p>
</div>
</div>
<div class="feature">
<div class="image rounded"><img src="images/gadget_3.jpg" alt="" /></div>
<div class="content">
<header>
<h4>Gadget 3</h4>
<p>General Model N-body Simulaton code</p>
</header>
<p>Modified <a href = "http://wwwmpa.mpa-garching.mpg.de/gadget/">Gadge 2</a> N-Body simulation code for general cosmological models.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="mailto:mahmoud@aims.ac.za" class="icon fa-envelope"></a></li>
<li><a href="https://www.facebook.com/mahmoud.w.hashim" class="icon fa-facebook"></a></li>
<li><a href="https://twitter.com/MahmoudWHashim" class="icon fa-twitter"></a></li>
<li><a href="https://github.com/mwhashim" class="icon fa-github"></a></li>
<li><a href="https://www.linkedin.com/in/mahmoud-hashim-1aa2716a?trk=hp-identity-photo" class="icon fa-linkedin"></a></li>
<li><a href="https://www.researchgate.net/profile/Mahmoud_Hashim4" class="icon ai-researchgate"></a></li>
</ul>
<ul class="copyright">
<li>© Mahmoud Hashim</li>
</ul>
</div>
</footer>
</body>
</html>