-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
272 lines (229 loc) · 18.3 KB
/
research.html
File metadata and controls
272 lines (229 loc) · 18.3 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Research – Ebrahim Barzegary</title>
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- AOS Animate On Scroll -->
<link href="https://unpkg.com/aos@2.3.4/dist/aos.css" rel="stylesheet" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
<!-- Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="styles.css" />
</head>
<body class="text-gray-800 scroll-smooth">
<!-- Back to Homepage -->
<a href="index.html"
class="fixed bottom-14 right-10 z-50 w-12 h-12 flex items-center justify-center rounded-full border-2 border-violet-700 bg-white text-violet-700 hover:bg-violet-700 hover:text-white transition-colors duration-300">
<i class="fas fa-home"></i>
</a>
<!-- Research Philosophy -->
<section id="philosophy" class="min-h-screen snap-start flex items-center bg-violet-100 px-6 md:px-16">
<div class="max-w-4xl mx-auto py-20" data-aos="fade-up">
<h2 class="text-3xl font-bold mb-4">Research Philosophy</h2>
<p class="text-lg">
My research philosophy is shaped by who I am — my curiosity, skill set, and motivations. I’m driven by learning, collaboration, novelty, and real-world impact. Rather than specializing in one narrow area, I enjoy exploring diverse topics, gaining new perspectives, and working in interdisciplinary teams to address meaningful problems in creative ways.<br><br>
In my current role, I focus on a pressing challenge of our time: the unintended consequences of business optimizations on mental health, society, and the planet. As technologies like generative AI enable hyper-personalized marketing at virtually no cost, the potential for both positive impact and harm has grown dramatically.<br><br>
To address this, we founded the Marketing for Betterment initiative — a research and technology-driven effort to rethink the role of marketing in today’s world. Our mission is to shift marketing toward a new equilibrium where individuals, businesses, society, and the planet can all thrive. We're building this future through collaboration with scientists, engineers, artists, and students.
</p>
</div>
</section>
<!-- Research Topics -->
<section id="topics" class="min-h-screen snap-start flex items-center bg-white px-6 md:px-16">
<div class="max-w-4xl mx-auto py-20" data-aos="fade-up">
<h2 class="text-3xl font-bold mb-4">Research Topics</h2>
<p class="text-lg mb-12">
My research spans multiple domains but is unified by a single motivation: rethinking marketing not just as a tool for persuasion, but as a means to serve. The path forward involves three key efforts: deepening our understanding of marketing’s impact, creating demand for responsibility through awareness, and developing technologies and scientific tools that empower individuals, the research community, and businesses to drive meaningful change.
</p>
<div class="space-y-4" id="topics-accordion">
<!-- Accordion Item -->
<div class="border rounded-md overflow-hidden">
<button class="w-full px-4 py-3 flex justify-between items-center text-left font-semibold bg-violet-100 hover:bg-violet-200 accordion-header transition-colors" data-target="topics-panel-1">
Measurement and Attribution
<svg class="w-5 h-5 transform transition-transform duration-300" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</button>
<div id="topics-panel-1" class="accordion-panel overflow-hidden transition-all duration-300 max-h-0">
<div class="p-6 text-gray-700">
Marketing is undoubtedly shaping individuals, society, and the planet — but understanding how it does so is not always straightforward. This research area focuses on identifying the right metrics to track these impacts, developing reliable methods to measure them, and designing techniques to attribute changes in those metrics to specific marketing interventions.
</div>
</div>
</div>
<!-- Accordion Item -->
<div class="border rounded-md overflow-hidden">
<button class="w-full px-4 py-3 flex justify-between items-center text-left font-semibold bg-violet-100 hover:bg-violet-200 accordion-header transition-colors" data-target="topics-panel-2">
Marketing for Awareness
<svg class="w-5 h-5 transform transition-transform duration-300" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</button>
<div id="topics-panel-2" class="accordion-panel overflow-hidden transition-all duration-300 max-h-0">
<div class="p-6 text-gray-700">
Marketing can be more than a tool for persuasion — it can also be a medium for awareness and healing. In this line of research, I explore how art, storytelling, and music can be used to craft powerful marketing messages that inspire reflection and transformation.<br><br>
While traditional marketing often relies on urgency, repetition, or fear of missing out (FOMO) to drive action, our goal is different. We believe effective messaging can also emerge from novelty, a sense of empowerment, and emotional connection.
</div>
</div>
</div>
<!-- Accordion Item -->
<div class="border rounded-md overflow-hidden">
<button class="w-full px-4 py-3 flex justify-between items-center text-left font-semibold bg-violet-100 hover:bg-violet-200 accordion-header transition-colors" data-target="topics-panel-3">
Tools, Technology and Standard Development
<svg class="w-5 h-5 transform transition-transform duration-300" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</button>
<div id="topics-panel-3" class="accordion-panel overflow-hidden transition-all duration-300 max-h-0">
<div class="p-6 text-gray-700">
This area focuses on building tools and technologies to support more conscious marketing practices. It is highly interdisciplinary, drawing from computer science, information systems, and economics.<br><br>
This realm includes building auditing and detection algorithms to identify harmful marketing activities across the 4Ps. We also aim to develop technologies that support scientific research in this area, helping to overcome one of the major barriers to research the effect of marketing on individual and societies.
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Research Methods -->
<section id="projects" class="bg-violet-50 min-h-screen snap-start flex items-center px-6 md:px-16">
<div class="max-w-4xl mx-auto py-20" data-aos="fade-up">
<h2 class="text-3xl font-bold mb-8">Current Projects</h2>
<div class="space-y-4" id="project-accordion">
<p class="text-lg mb-12">
Here are some of the projects I am working on
</p>
<!-- Project 1 -->
<div class="border rounded-md overflow-hidden">
<button class="w-full flex justify-between items-center px-4 py-3 text-left font-semibold bg-violet-200 hover:bg-violet-300 transition accordion-header" data-target="project-panel-1">
<span>Technology Tool: Shield of Eden</span>
<i class="fas fa-chevron-down transition-transform duration-300"></i>
</button>
<div id="project-panel-1" class="accordion-panel overflow-hidden transition-all duration-300 max-h-0">
<div class="px-4 py-4 text-gray-700">
<p>
Shield of Eden is a browser extension developed as part of the <em>Marketing for Betterment</em> initiative. It is designed to protect users from manipulative marketing practices while enabling a new wave of ethical, evidence-based research in digital environments.
<br><br>
At its core, the extension serves a dual purpose:
<ul class="list-disc list-inside space-y-2 pl-6">
<li>
It functions as a personal shield, informing users about marketing optimizations occurring behind the scenes (such as dynamic pricing, nudging, or A/B-tested content), and gives them the ability to limit or undo certain interventions.
</li>
<li>
It also acts as a scientific research platform, offering a realistic, user-based experimental setting where researchers can test hypotheses, run A/B tests, and analyze anonymized behavioral data.
</li>
</ul>
<br>
The project directly addresses a key challenge in the field of marketing research: the lack of access to real-world experimental data and environments. This platform provides researchers with ethically sourced, anonymized user data and tools to conduct robust causal analyses—paving the way for a new kind of marketing science that values individual and societal well-being alongside business outcomes.
</p>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="border rounded-md overflow-hidden">
<button class="w-full flex justify-between items-center px-4 py-3 text-left font-semibold bg-violet-200 hover:bg-violet-300 transition accordion-header" data-target="project-panel-2">
<span>Auditing Firm-Optimized Marketing Policies</span>
<i class="fas fa-chevron-down transition-transform duration-300"></i>
</button>
<div id="project-panel-2" class="accordion-panel overflow-hidden transition-all duration-300 max-h-0">
<div class="px-4 py-4 text-gray-700">
<p>
This project introduces a new algorithmic approach to evaluate the unintended consequences of firm-side marketing optimizations. Companies routinely use A/B testing to fine-tune interventions—such as free trial durations, pricing schemes, or ad placements—with the goal of maximizing conversion or revenue. However, these optimizations can sometimes create hidden harm for consumers, particularly when short-term engagement metrics are misaligned with long-term outcomes like satisfaction, retention, or product fit.
<br><br>
Our method offers a way to audit these interventions using the same experimental data firms already collect. By combining treatment effect estimation with a custom recursive partitioning algorithm, we identify user segments where firm and consumer outcomes diverge—surfacing segments that benefit from optimization, and those who may be misled or underserved. The goal is to move beyond averages and uncover where and for whom value is being created, or extracted.
<br><br>
This research contributes a practical tool for businesses seeking more sustainable, fair, and consumer-aware marketing practices. It also opens the door to new regulatory and ethical conversations by offering a transparent mechanism for diagnosing harm in data-driven personalization.
</p>
</div>
</div>
</div>
<div class="border rounded-md overflow-hidden">
<button class="w-full flex justify-between items-center px-4 py-3 text-left font-semibold bg-violet-200 hover:bg-violet-300 transition accordion-header" data-target="project-panel-3">
<span>The Spillover of Framing on Societal Trust</span>
<i class="fas fa-chevron-down transition-transform duration-300"></i>
</button>
<div id="project-panel-3" class="accordion-panel overflow-hidden transition-all duration-300 max-h-0">
<div class="px-4 py-4 text-gray-700">
<p>
This project investigates how firm-optimized marketing tactics—particularly the use of strategic framing in promotions and product descriptions—can unintentionally influence societal trust. Framing is a powerful tool: companies routinely highlight positive features (“up to 50% off”) while downplaying limitations in fine print. While these tactics are effective in the short term, their cumulative effect on consumer beliefs and social behavior remains poorly understood.
<br><br>
Our hypothesis is that repeated exposure to misleading or manipulative business framing not only reduces trust in firms, but may also lead individuals to lower their trust in others. This normative spillover can occur through two channels: first, by updating beliefs about what others are likely to do (“if businesses deceive, maybe people do too”), and second, by shifting internal norms about what is socially acceptable (“maybe it’s okay to bend the truth”). Both mechanisms could erode generalized trust—an essential public good.
<br><br>
We combine insights from behavioral economics, social psychology, and marketing ethics to design experimental studies that test this spillover pathway. The goal is to uncover whether firm-level marketing practices, optimized for engagement, may unintentionally degrade the moral fabric that sustains social cooperation. This research contributes to an emerging dialogue on the societal externalities of business optimization, offering empirical grounding for more accountable and trust-preserving forms of marketing.
</p>
</div>
</div>
</div>
<!-- Repeat the same for Project 3, 4, 5... -->
</div>
</div>
</section>
<!-- Collaboration -->
<section id="collaboration" class="bg-white px-6 md:px-16 min-h-screen snap-start flex items-center">
<div class="max-w-4xl mx-auto py-20 w-full" data-aos="fade-up">
<h2 class="text-3xl font-bold mb-8">Collaboration</h2>
<!-- Tabs -->
<div class="grid grid-cols-3 text-center mb-6" id="collab-tabs">
<button class="tab-btn text-gray-500 hover:text-violet-600 border-b-4 border-transparent pb-3 px-2 border-violet-600 text-violet-600" data-tab="researchers">
<div class="flex flex-col items-center space-y-2">
<i class="fas fa-user-friends text-3xl"></i>
<span class="font-semibold">Researchers</span>
</div>
</button>
<button class="tab-btn text-gray-500 hover:text-violet-600 border-b-4 border-transparent pb-3 px-2" data-tab="institutes">
<div class="flex flex-col items-center space-y-2">
<i class="fas fa-university text-3xl"></i>
<span class="font-semibold">Research Institutes</span>
</div>
</button>
<button class="tab-btn text-gray-500 hover:text-violet-600 border-b-4 border-transparent pb-3 px-2" data-tab="students">
<div class="flex flex-col items-center space-y-2">
<i class="fas fa-user-graduate text-3xl"></i>
<span class="font-semibold">Students</span>
</div>
</button>
</div>
<!-- Tab Panels -->
<div class="tab-panel" id="panel-researchers">
<p class="text-lg text-gray-700">
I am always looking for collaborating with researchers who share an interest in rethinking marketing. My work spans quantitative marketing, but I’m especially excited about interdisciplinary collaborations — including those from information systems, psychology, art, and literature. If you're exploring the human, societal, or technological dimensions of marketing, let’s connect.<br><br>
<strong>If this resonates with your interests, feel free to <a class="text-violet-500 underline hover:text-violet-900" href="mailto:ebzgry@email.com">contact me</a>.</strong>
</p>
</div>
<div class="tab-panel hidden" id="panel-institutes">
<p class="text-lg text-gray-700">
We are actively seeking institutional partners for the Marketing for Betterment project. If your institution is interested in driving responsible and ethical marketing research, we’d love to connect.<br><br>
We’re also looking for campuses where we can pilot our technology-based solutions, such as Shield of Eden, with student participants. This initial test phase is crucial for collecting insights and shaping better interventions.<br><br>
<strong>If your institute might be interested in supporting or hosting this effort, please <a class="text-violet-500 underline hover:text-violet-900" href="mailto:ebzgry@email.com">reach out</a>.</strong> </p>
</div>
<div class="tab-panel hidden" id="panel-students">
<p class="text-lg text-gray-700">
<strong>For research students (PhD & Master):</strong><br>
The intersection of marketing, well-being, and algorithmic decision-making is still underexplored — which makes it not only interesting and meaningful but also highly promising for building a long-term scientific journey. I have several research project ideas and would be happy to co-mentor research projects in this domain.<br><br>
<strong>For all other students:</strong><br>
If you’re a creative student interested in engineering, design, or just passionate about rethinking marketing, I’d love to hear from you. I'm always looking for student volunteers who want to contribute ideas, help with tech development, or participate in awareness and outreach campaigns.<br><br>
<strong>If you're curious or inspired, don’t hesitate to <a class="text-violet-500 underline hover:text-violet-900" href="mailto:ebzgry@email.com">contact me</a>.</strong>
</p>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-gray-400 text-sm text-center py-4">
<p>Thank you for visiting — last updated on <span id="lastUpdated">June 30, 2025</span>.</p>
</footer>
<!-- Navigation Dots -->
<div class="fixed right-4 top-1/2 transform -translate-y-1/2 z-50 flex flex-col items-center space-y-3">
<a href="#philosophy" class="dot w-3 h-3 rounded-full bg-gray-400 hover:bg-gray-600 transition-colors"></a>
<a href="#topics" class="dot w-3 h-3 rounded-full bg-gray-400 hover:bg-gray-600 transition-colors"></a>
<a href="#projects" class="dot w-3 h-3 rounded-full bg-gray-400 hover:bg-gray-600 transition-colors"></a>
<a href="#collaboration" class="dot w-3 h-3 rounded-full bg-gray-400 hover:bg-gray-600 transition-colors"></a>
</div>
<!-- AOS -->
<script src="https://unpkg.com/aos@2.3.4/dist/aos.js"></script>
<script>AOS.init();</script>
<!-- Custom JS -->
<script src="main.js"></script>
</body>
</html>