forked from mavroudisv/plain-academic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathma.html
108 lines (69 loc) · 3.95 KB
/
ma.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<!--
Plain-Academic by Vasilios Mavroudis
Released under the Simplified BSD License/FreeBSD (2-clause) License.
https://github.com/mavroudisv/plain-academic
-->
<html lang="en">
<head>
<title>Alper Sukru Gencer</title>
<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.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research Interests</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="projects.html">Projects & Employment</a></li>
<li><a href="courses.html">Courses, Skills & Certificates</a></li>
<li><a href="ma.html">MA Thesis</a></li>
<li><a href="gencerCV_F20.pdf">CV</a></li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<div class="row">
<!-- Entries Column -->
<div class="col-md-8" style="height: 100vh;">
<!-- Main Image -->
<!-- <img class="img-responsive" src="protest.jpg" alt=""><br>-->
<div style="margin-top:3%; text-align:justify;">
<h2 id="ma">My MA Dissertation</h2><br>
<br>
<p><b>Title</b>: "Politics of Social Assistance Provision: Contentious Politics and Child Support Grant Provision in South Africa" </p>
<p><b>Thesis Defense Date: </b>: May 29, 2019 </p>
<p><b>Thesis No: </b>: <a href=https://tez.yok.gov.tr/UlusalTezMerkezi/TezGoster?key=jNRDC1RLfVd4_T7x7ZXmmUCC3D13ZVtyokY0id3g17B1i4HCdq0uK855Aqk6rjcq>570863</a> </p>
<p><b>Thesis Co-Advisors: </b>: Prof. Belgin San Akca, Prof. Erdem Yoruk </p>
<p><b>Thesis Committee Members: </b>: Prof. Ziya Onis, Prof. Burak Gurel, Prof. Murat Koyuncu </p><br>
<br>
<p> In my master’s thesis, I examined how social assistance provision is shaped by contentious and electoral politics. Employing a multi-method approach, I utilized both quantitative and qualitative analysis. In the quantitative portion, I investigated the impact of number of protests on social assistance coverage by using instrumental variable estimation with administrative-level panel data. In the qualitative portion, I leverage the insights gained from a comprehensive content analysis of legislative documents and secondary sources to substantiate my econometric analyses and interviews. In the final chapter of my thesis, I conducted a comparative analysis of Brazil, South Africa, and Turkey to place South Africa within a broader context with a higher external validity. </p><br>
</div>
<br>
<br>
<a href="index.html">Get Back to Home</a><br>
</div>
</div>
</div>
<!-- /.container -->
</body>
</html>