<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Projects | Joffrey Mayer</title>
    <link>https://joffreymayer.com/project/</link>
      <atom:link href="https://joffreymayer.com/project/index.xml" rel="self" type="application/rss+xml" />
    <description>Projects</description>
    <generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Tue, 14 Feb 2023 00:00:00 +0000</lastBuildDate>
    <image>
      <url>https://joffreymayer.com/media/icon_hu5bc178efe73b7c59d921d37df4411f40_241194_512x512_fill_lanczos_center_3.png</url>
      <title>Projects</title>
      <link>https://joffreymayer.com/project/</link>
    </image>
    
    <item>
      <title>Visualizing a Database with a UI | Scraping &#43; NLP &#43; Web Development</title>
      <link>https://joffreymayer.com/project/visualize-a-database-via-ui/</link>
      <pubDate>Tue, 14 Feb 2023 00:00:00 +0000</pubDate>
      <guid>https://joffreymayer.com/project/visualize-a-database-via-ui/</guid>
      <description>&lt;a class=&#34;btn btn-outline-primary btn-page-header&#34; href=&#34;https://joffreymayer.com/dashboards/create-ui-using-nlp-scraping-and-javascript/&#34;&gt;
&lt;svg viewBox=&#34;0 0 100 100&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; class=&#34;db-icons&#34; style=&#34;width: 20px; height: 20px; vertical-align: baseline; padding-right: 5px;&#34;&gt;
    &lt;path fill=&#34;#EBEDEE&#34; d=&#34;M4 0h92a4 4 0 0 1 4 4v92a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z&#34;/&gt;
    &lt;path fill=&#34;#ffffff&#34; d=&#34;M10 20h80v70H10V20z&#34;/&gt;
    &lt;path fill=&#34;#E74C3C&#34; d=&#34;M13 7a3 3 0 1 1 0 6 3 3 0 0 1 0-6z&#34;/&gt;
    &lt;path fill=&#34;#F39C12&#34; d=&#34;M23 7a3 3 0 1 1 0 6 3 3 0 0 1 0-6z&#34;/&gt;
    &lt;path fill=&#34;#17A085&#34; d=&#34;M33 7a3 3 0 1 1 0 6 3 3 0 0 1 0-6z&#34;/&gt;
    &lt;path fill=&#34;#ffffff&#34; d=&#34;M45 7h45v6H45V7z&#34;/&gt;
    &lt;path fill=&#34;#BDC3C7&#34; d=&#34;M20 45v5h25v-5H20zm0 15h25v-5H20v5zm0 10h25v-5H20v5zm0 10h25v-5H20v5z&#34;/&gt;
    &lt;path fill=&#34;#1ABC9C&#34; d=&#34;M20 30h60v10H20V30z&#34;/&gt;
    &lt;path fill=&#34;#BDC3C7&#34; d=&#34;M50 45v15h30V45H50zm0 35h30V65H50v15z&#34;/&gt;
  &lt;/svg&gt; ✨ DISCOVER THE UI ✨&lt;/a&gt;
</description>
    </item>
    
    <item>
      <title>Full Data-Science Project | Data Analysis &#43; Data Visualization &#43; Deployment</title>
      <link>https://joffreymayer.com/project/creating-time-series-dashboard/</link>
      <pubDate>Mon, 25 Jul 2022 00:00:00 +0000</pubDate>
      <guid>https://joffreymayer.com/project/creating-time-series-dashboard/</guid>
      <description>&lt;p&gt;⚠️⚠️ &lt;strong&gt;WORK IN PROGRESS&lt;/strong&gt; ⚠️⚠️&lt;/p&gt;
&lt;p&gt;Working with data is a tedious task.&lt;/p&gt;
&lt;p&gt;Bringing the data into the format you need to pursue a type of analysis, calibrating your model and using the results to fine tune it can take up to months in order to achieve a satisfying outcome.&lt;/p&gt;
&lt;p&gt;Let&amp;rsquo;s assume that we were able to generate an awesome model that is able to fulfill every possible requirements we wanted it to have. Since models are digital goods, the next logical step would be to create a dashboard, in order for other people to benefit from what you created.&lt;/p&gt;
&lt;p&gt;This is where visualization libraries like &lt;code&gt;bokeh&lt;/code&gt; or &lt;code&gt;PowerBI&lt;/code&gt; come into play. While these tools are perfectly fine to use - especially when using them inside of a . As soon as publishing on the web comes into play, those tools show their limitations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The performance on a site is slow,&lt;/li&gt;
&lt;li&gt;The dashboard is oftentimes not useable on phones and similar smaller devices, resulting in a poor user experience.&lt;/li&gt;
&lt;li&gt;The library&amp;rsquo;s limitations will create boundaries for our story-telling.&lt;/li&gt;
&lt;li&gt;No interactions with a user is possible.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Wouldn&amp;rsquo;t it be great if we could built are own Dashboard from scratch? We would be able to customize it infinitely to our &amp;amp; the user&amp;rsquo;s taste, as well as .&lt;/p&gt;
&lt;p&gt;Well, this is exactly the challenge that I tried to solve. Creating a dashboard that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Is highly userfriendly, even on smaller screens (like phones),&lt;/li&gt;
&lt;li&gt;Tells a story in a highly-amusing way, by abstracting most of the data analysis&amp;rsquo; complexity away,&lt;/li&gt;
&lt;li&gt;As well as enabling the user to play around and generate his own predictions on the fly.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The best part about this? I created it &lt;strong&gt;without any framework&lt;/strong&gt;, solely with the help of webtechnologies (HTML, CSS and JavaScript). It works on any machine with a modern browser, even locally.&lt;/p&gt;
&lt;p&gt;Sure, it took some time and efforts to get the dashboard. And surely, the use of a visualization tool could achieve a dashboard in less time. But would it be able to have the same impact on people, like this unique dashboard? Check it out and answer the question by yourself 😉&lt;/p&gt;
&lt;a class=&#34;btn btn-outline-primary btn-page-header&#34; href=&#34;https://joffreymayer.com/dashboards/energy-price-predictions-in-switzerland/&#34;&gt;
&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 410.916 410.916&#34; class=&#34;db-icons&#34; style=&#34;width: 15px; height: 15px; vertical-align: baseline;&#34;&gt;
    &lt;g&gt;
      &lt;path d=&#34;M410.916,375.424v22.413H0V13.079h22.413v362.35h388.502V375.424z M70.647,188.514c3.166,0,6.168-0.651,8.981-1.683
        l41.516,65.002c-5.762,5.452-9.397,13.116-9.397,21.669c0,16.499,13.382,29.878,29.883,29.878
        c16.502,0,29.882-13.379,29.882-29.878c0-4.58-1.109-8.862-2.946-12.743l54.505-39.837c4.249,3.623,9.675,5.883,15.684,5.883
        c6.645,0,12.658-2.683,17.039-7.004l55.749,34.866c-2.854,4.969-4.507,10.715-4.507,16.859c0,18.775,15.212,33.987,33.979,33.987
        c18.764,0,33.977-15.212,33.977-33.987c0-18.774-15.213-33.986-33.977-33.986c-8.545,0-16.339,3.18-22.31,8.395l-57.043-35.689
        c0.821-2.439,1.368-5.006,1.368-7.723c0-13.408-10.869-24.278-24.275-24.278c-13.413,0-24.285,10.87-24.285,24.278
        c0,3.341,0.679,6.521,1.906,9.42l-54.418,39.76c-5.337-4.979-12.448-8.088-20.323-8.088c-3.91,0-7.625,0.804-11.052,2.172
        l-41.457-64.911c4.747-4.733,7.683-11.278,7.683-18.506c0-14.446-11.705-26.151-26.151-26.151c-14.442,0-26.15,11.705-26.15,26.151
        C44.506,176.815,56.206,188.514,70.647,188.514z&#34;/&gt;
    &lt;/g&gt;
  &lt;/svg&gt; ✨ DISCOVER DASHBOARD ✨&lt;/a&gt;
</description>
    </item>
    
    <item>
      <title>5 Full Website Projects | Web-Development &#43; Digital Marketing &#43; Deployment</title>
      <link>https://joffreymayer.com/project/create-5-full-websites-in-9-months/</link>
      <pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate>
      <guid>https://joffreymayer.com/project/create-5-full-websites-in-9-months/</guid>
      <description>&lt;p&gt;&lt;a class=&#34;btn btn-outline-primary btn-page-header&#34; href=&#34;https://www.hifi.zuerich/&#34; target=&#34;_blank&#34;&gt;✨ Visit Hifi.Zuerich ✨&lt;/a&gt;&lt;br&gt;
&lt;a class=&#34;btn btn-outline-primary btn-page-header&#34; href=&#34;https://exxeption-audio.com/&#34; target=&#34;_blank&#34;&gt;✨ Visit Exxeption-Audio.com ✨&lt;/a&gt;&lt;br&gt;
&lt;a class=&#34;btn btn-outline-primary btn-page-header&#34; href=&#34;https://hochwertige-musikanlagen.ch/&#34; target=&#34;_blank&#34;&gt;✨ Visit Hochwertige-Musikanlagen.ch ✨&lt;/a&gt;&lt;br&gt;
&lt;a class=&#34;btn btn-outline-primary btn-page-header&#34; href=&#34;https://www.optimizeaudio.com/&#34; target=&#34;_blank&#34;&gt;✨ Visit OptimizeAudio.com ✨&lt;/a&gt;&lt;br&gt;
&lt;a class=&#34;btn btn-outline-primary btn-page-header&#34; href=&#34;https://www.audiophil-dreams.com/&#34; target=&#34;_blank&#34;&gt;✨ Visit Audiophil-Dreams.com ✨&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>A Critical Evaluation of a Behavioral Paper</title>
      <link>https://joffreymayer.com/project/ncd-paper-presentation/</link>
      <pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate>
      <guid>https://joffreymayer.com/project/ncd-paper-presentation/</guid>
      <description>&lt;p&gt;In the field of media and communication, attention is often drawn to the special role of magazines, television or - more recently - online channels, such as the internet or social media, to disseminate information to a population / across a network. On this basis, &lt;em&gt;I analyzed how important the source of an information (the „messenger“) can be when people formulate a decision&lt;/em&gt; - here in the context of choosing to consume normal tobacco cigarettes VS. electronic cigarettes. More specifically, the goal was to present and explain a study’s empirical findings during a &lt;em&gt;30 minutes presentation&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;In the (empirical) study I analyzed,  the test subjects - in this case &lt;em&gt;smokers - were given &lt;u&gt;the exact same&lt;/u&gt; information&lt;/em&gt;, namely: „&lt;em&gt;E-cigarettes are significantly less dangerous than tobacco cigarettes: If you switch to e-cigarettes today, you are likely to live 5 years longer&lt;/em&gt;“, but the source of the information - i.e., „the messenger“ - &lt;u&gt;varied&lt;/u&gt;, i.e., certain smokers received the message from:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;a fictitious e-cigarette company, others from&lt;/li&gt;
&lt;li&gt;a health organization, others again from&lt;/li&gt;
&lt;li&gt;physicians, or&lt;/li&gt;
&lt;li&gt;from a „neutral source“ (e.g. „no messenger“).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;As you can guess from the above list of „messengers“, &lt;em&gt;some of these sources seem more trustworthy than others&lt;/em&gt;. This is exactly the hypothesis the researchers wanted to test, namely whether the &lt;u&gt;exact same&lt;/u&gt; information would have &lt;u&gt;different&lt;/u&gt; marginal effects on smokers’ beliefs and their consumption decisions („&lt;em&gt;buy e-cigarette VS. buy tobacco cigarettes&lt;/em&gt;“).&lt;/p&gt;
&lt;p&gt;&lt;em&gt;As a student, it was then my task to present this data analysis in an understandable way and to analyze the reliability of the research method used (are the final results of the study credible?).&lt;/em&gt;&lt;/p&gt;
&lt;a class=&#34;btn btn-outline-primary btn-page-header&#34; href=&#34;https://joffreymayer.com/project/ncd-paper-presentation/Presentation-of-a-Behavioral-Paper-Joffrey-Mayer.pdf&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 489 489&#34; style=&#34;width: 15px; height: 15px; vertical-align: baseline;&#34;&gt;
	&lt;g&gt;
		&lt;path d=&#34;M329.2,327.2c-4.5,0-8.1,3.4-8.6,7.9c-3.9,38.6-36.5,68.7-76.2,68.7c-39.6,0-72.2-30.1-76.2-68.7
			c-0.5-4.4-4.1-7.9-8.6-7.9h-104c-21.8,0-39.5,17.7-39.5,39.5v82.8c0,21.8,17.7,39.5,39.5,39.5h377.8c21.8,0,39.5-17.7,39.5-39.5
			v-82.7c0-21.8-17.7-39.5-39.5-39.5H329.2V327.2z&#34;/&gt;
		&lt;path d=&#34;M303.5,198.6l-30.9,30.9V28.1C272.6,12.6,260,0,244.5,0l0,0c-15.5,0-28.1,12.6-28.1,28.1v201.4l-30.9-30.9
			c-9.5-9.5-24.7-11.9-35.9-4.4c-15.3,10.2-16.8,31.1-4.5,43.4l82.8,82.8c9.2,9.2,24.1,9.2,33.3,0l82.8-82.8
			c12.3-12.3,10.8-33.2-4.5-43.4C328.2,186.6,313,189,303.5,198.6z&#34;/&gt;
	&lt;/g&gt;
&lt;/svg&gt; DOWNLOAD MY PRESENTATION&lt;/a&gt;
</description>
    </item>
    
    <item>
      <title>Application of a DiD-Model with R</title>
      <link>https://joffreymayer.com/project/gun-violence-prevention/</link>
      <pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate>
      <guid>https://joffreymayer.com/project/gun-violence-prevention/</guid>
      <description>&lt;p&gt;One of the main goals in criminology is to alleviate violence &lt;em&gt;before&lt;/em&gt; it breaks out, in order to maximize a society’s safety. This is achieved by implementing various kinds of preventive measures.&lt;/p&gt;
&lt;p&gt;Security topics have always been on the top of many countries’ agenda, especially in the U.S., where there are almost as many guns as there are inhabitants (about 300 millions). Therefore, many U.S.-cities invest in multi-million dollar projects to &lt;em&gt;reduce gun violence&lt;/em&gt; in general. Oftentimes, disadvantaged neighborhoods - where crime is more prevalent than in other geographical areas - are targeted.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Using aggregated monthly crime data at the precinct level, I was able - along with a colleague of mine - to analyze &amp;amp; assess the effectiveness of a $12.7 million project in New York that aims to reduce crime by implementing preventive measures&lt;/em&gt;.&lt;/p&gt;
&lt;a class=&#34;btn btn-outline-primary btn-page-header&#34; href=&#34;https://joffreymayer.com/project/gun-violence-prevention/crime-prevention-in-nyc-joffrey-mayer.pdf&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 489 489&#34; style=&#34;width: 15px; height: 15px; vertical-align: baseline;&#34;&gt;
	&lt;g&gt;
		&lt;path d=&#34;M329.2,327.2c-4.5,0-8.1,3.4-8.6,7.9c-3.9,38.6-36.5,68.7-76.2,68.7c-39.6,0-72.2-30.1-76.2-68.7
			c-0.5-4.4-4.1-7.9-8.6-7.9h-104c-21.8,0-39.5,17.7-39.5,39.5v82.8c0,21.8,17.7,39.5,39.5,39.5h377.8c21.8,0,39.5-17.7,39.5-39.5
			v-82.7c0-21.8-17.7-39.5-39.5-39.5H329.2V327.2z&#34;/&gt;
		&lt;path d=&#34;M303.5,198.6l-30.9,30.9V28.1C272.6,12.6,260,0,244.5,0l0,0c-15.5,0-28.1,12.6-28.1,28.1v201.4l-30.9-30.9
			c-9.5-9.5-24.7-11.9-35.9-4.4c-15.3,10.2-16.8,31.1-4.5,43.4l82.8,82.8c9.2,9.2,24.1,9.2,33.3,0l82.8-82.8
			c12.3-12.3,10.8-33.2-4.5-43.4C328.2,186.6,313,189,303.5,198.6z&#34;/&gt;
	&lt;/g&gt;
&lt;/svg&gt; DOWNLOAD OUR PAPER&lt;/a&gt;</description>
    </item>
    
    <item>
      <title>Application of a VAR-Model with Matlab</title>
      <link>https://joffreymayer.com/project/var-model/</link>
      <pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate>
      <guid>https://joffreymayer.com/project/var-model/</guid>
      <description>&lt;p&gt;In the field of economic history, historians &amp;amp; economists are interested in the causes of the world&amp;rsquo;s greatest economic crisis - the Great Depression in 1929.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;By using time series data from state archives, I was able to perform a macroeconomic analysis of France’s economy during the interwar period (1919-1938) using a „Vector Autoregressive Model (VAR-Model)“ in order to investigate empirically, whether potential causes, discussed in the literature, were truly relevant.&lt;/em&gt;&lt;/p&gt;
&lt;a class=&#34;btn btn-outline-primary btn-page-header&#34; href=&#34;https://joffreymayer.com/project/var-model/applied-macroeconomic-analysis-joffrey-mayer.pdf&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 489 489&#34; style=&#34;width: 15px; height: 15px; vertical-align: baseline;&#34;&gt;
	&lt;g&gt;
		&lt;path d=&#34;M329.2,327.2c-4.5,0-8.1,3.4-8.6,7.9c-3.9,38.6-36.5,68.7-76.2,68.7c-39.6,0-72.2-30.1-76.2-68.7
			c-0.5-4.4-4.1-7.9-8.6-7.9h-104c-21.8,0-39.5,17.7-39.5,39.5v82.8c0,21.8,17.7,39.5,39.5,39.5h377.8c21.8,0,39.5-17.7,39.5-39.5
			v-82.7c0-21.8-17.7-39.5-39.5-39.5H329.2V327.2z&#34;/&gt;
		&lt;path d=&#34;M303.5,198.6l-30.9,30.9V28.1C272.6,12.6,260,0,244.5,0l0,0c-15.5,0-28.1,12.6-28.1,28.1v201.4l-30.9-30.9
			c-9.5-9.5-24.7-11.9-35.9-4.4c-15.3,10.2-16.8,31.1-4.5,43.4l82.8,82.8c9.2,9.2,24.1,9.2,33.3,0l82.8-82.8
			c12.3-12.3,10.8-33.2-4.5-43.4C328.2,186.6,313,189,303.5,198.6z&#34;/&gt;
	&lt;/g&gt;
&lt;/svg&gt; DOWNLOAD MY PAPER&lt;/a&gt;
</description>
    </item>
    
    <item>
      <title>Deep Learning and Neural Networks</title>
      <link>https://joffreymayer.com/project/deep-learning/</link>
      <pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate>
      <guid>https://joffreymayer.com/project/deep-learning/</guid>
      <description>&lt;p&gt;During my studies, I came into contact with the programming language &lt;em&gt;Python&lt;/em&gt;. This experience culminated in an empirical project, where a fellow student and I attempted to &lt;em&gt;predict the outcome (win, loss, draw) of football matches in the four largest European leagues over the past 14 seasons with a neural network&lt;/em&gt;. This was achieved by using a detailed panel dataset.&lt;/p&gt;
&lt;a class=&#34;btn btn-outline-primary btn-page-header&#34; href=&#34;https://joffreymayer.com/project/deep-learning/neural-network-to-predict-football-matches-joffrey-mayer.pdf&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 489 489&#34; style=&#34;width: 15px; height: 15px; vertical-align: baseline;&#34;&gt;
	&lt;g&gt;
		&lt;path d=&#34;M329.2,327.2c-4.5,0-8.1,3.4-8.6,7.9c-3.9,38.6-36.5,68.7-76.2,68.7c-39.6,0-72.2-30.1-76.2-68.7
			c-0.5-4.4-4.1-7.9-8.6-7.9h-104c-21.8,0-39.5,17.7-39.5,39.5v82.8c0,21.8,17.7,39.5,39.5,39.5h377.8c21.8,0,39.5-17.7,39.5-39.5
			v-82.7c0-21.8-17.7-39.5-39.5-39.5H329.2V327.2z&#34;/&gt;
		&lt;path d=&#34;M303.5,198.6l-30.9,30.9V28.1C272.6,12.6,260,0,244.5,0l0,0c-15.5,0-28.1,12.6-28.1,28.1v201.4l-30.9-30.9
			c-9.5-9.5-24.7-11.9-35.9-4.4c-15.3,10.2-16.8,31.1-4.5,43.4l82.8,82.8c9.2,9.2,24.1,9.2,33.3,0l82.8-82.8
			c12.3-12.3,10.8-33.2-4.5-43.4C328.2,186.6,313,189,303.5,198.6z&#34;/&gt;
	&lt;/g&gt;
&lt;/svg&gt; DOWNLOAD OUR PAPER&lt;/a&gt;
</description>
    </item>
    
    <item>
      <title>Master Thesis</title>
      <link>https://joffreymayer.com/project/master-thesis/</link>
      <pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate>
      <guid>https://joffreymayer.com/project/master-thesis/</guid>
      <description>&lt;p&gt;The main goal of my thesis was to &lt;em&gt;model people’s sport choices over time&lt;/em&gt;. More specifically, I tried to answer questions such as why certain types of people tend to develop sport habits, starting from a very young age, while others prefer to quit / start to do sport later / earlier in their lives, respectively. To answer such questions, I used various &lt;em&gt;theoretical&lt;/em&gt; approaches from the field of &lt;em&gt;Behavioral Economics&lt;/em&gt;, as well as &lt;em&gt;Discrete Choice Methods&lt;/em&gt; for the empirical analysis.&lt;/p&gt;
&lt;a class=&#34;btn btn-outline-primary btn-page-header&#34; href=&#34;https://joffreymayer.com/project/master-thesis/Masterarbeit-ECON-Joffrey-Mayer.pdf&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 489 489&#34; style=&#34;width: 15px; height: 15px; vertical-align: baseline;&#34;&gt;
	&lt;g&gt;
		&lt;path d=&#34;M329.2,327.2c-4.5,0-8.1,3.4-8.6,7.9c-3.9,38.6-36.5,68.7-76.2,68.7c-39.6,0-72.2-30.1-76.2-68.7
			c-0.5-4.4-4.1-7.9-8.6-7.9h-104c-21.8,0-39.5,17.7-39.5,39.5v82.8c0,21.8,17.7,39.5,39.5,39.5h377.8c21.8,0,39.5-17.7,39.5-39.5
			v-82.7c0-21.8-17.7-39.5-39.5-39.5H329.2V327.2z&#34;/&gt;
		&lt;path d=&#34;M303.5,198.6l-30.9,30.9V28.1C272.6,12.6,260,0,244.5,0l0,0c-15.5,0-28.1,12.6-28.1,28.1v201.4l-30.9-30.9
			c-9.5-9.5-24.7-11.9-35.9-4.4c-15.3,10.2-16.8,31.1-4.5,43.4l82.8,82.8c9.2,9.2,24.1,9.2,33.3,0l82.8-82.8
			c12.3-12.3,10.8-33.2-4.5-43.4C328.2,186.6,313,189,303.5,198.6z&#34;/&gt;
	&lt;/g&gt;
&lt;/svg&gt; DOWNLOAD MY THESIS&lt;/a&gt;
</description>
    </item>
    
    <item>
      <title>Optimizing a Website&#39;s Performance by over 250% | My first Webdev Project</title>
      <link>https://joffreymayer.com/project/audiophil-dreams/</link>
      <pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate>
      <guid>https://joffreymayer.com/project/audiophil-dreams/</guid>
      <description></description>
    </item>
    
    <item>
      <title>R Code Master Thesis</title>
      <link>https://joffreymayer.com/project/r-code-master-thesis/</link>
      <pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate>
      <guid>https://joffreymayer.com/project/r-code-master-thesis/</guid>
      <description>&lt;p&gt;Data Scientists spend &lt;em&gt;a lot of their time&lt;/em&gt; (up to 80%) to bring the data into the right form. This crucial step is absolutely necessary, otherwise a data analysis cannot be performed. &lt;em&gt;The Swiss Household Panel&lt;/em&gt;, which is the dataset I used for my empirical analysis in my Master thesis, is a good example to &lt;em&gt;illustrate my experience with data processing&lt;/em&gt;. For instance, I had to:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt;re-name &amp;amp; select&lt;/em&gt; the variables (derived from the theoretical models that I used),&lt;/li&gt;
&lt;li&gt;transform the &lt;em&gt;data from wide- into long-format&lt;/em&gt; (and vice versa) in order to distinguish the different family members of a household,&lt;/li&gt;
&lt;li&gt;deal with &lt;em&gt;missing values&lt;/em&gt;, but also&lt;/li&gt;
&lt;li&gt;&lt;em&gt;create new variables&lt;/em&gt; based on already existing variables.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As these points illustrate, a considerable part of my Master thesis consisted - among other things - putting this &lt;em&gt;uncleaned&lt;/em&gt; dataset into a form that was adapted for the use of the quantitative methods I had selected.&lt;/p&gt;
&lt;a class=&#34;btn btn-outline-primary btn-page-header&#34; href=&#34;https://joffreymayer.com/project/r-code-master-thesis/R-Code-Master-Thesis.pdf&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 489 489&#34; style=&#34;width: 15px; height: 15px; vertical-align: baseline;&#34;&gt;
	&lt;g&gt;
		&lt;path d=&#34;M329.2,327.2c-4.5,0-8.1,3.4-8.6,7.9c-3.9,38.6-36.5,68.7-76.2,68.7c-39.6,0-72.2-30.1-76.2-68.7
			c-0.5-4.4-4.1-7.9-8.6-7.9h-104c-21.8,0-39.5,17.7-39.5,39.5v82.8c0,21.8,17.7,39.5,39.5,39.5h377.8c21.8,0,39.5-17.7,39.5-39.5
			v-82.7c0-21.8-17.7-39.5-39.5-39.5H329.2V327.2z&#34;/&gt;
		&lt;path d=&#34;M303.5,198.6l-30.9,30.9V28.1C272.6,12.6,260,0,244.5,0l0,0c-15.5,0-28.1,12.6-28.1,28.1v201.4l-30.9-30.9
			c-9.5-9.5-24.7-11.9-35.9-4.4c-15.3,10.2-16.8,31.1-4.5,43.4l82.8,82.8c9.2,9.2,24.1,9.2,33.3,0l82.8-82.8
			c12.3-12.3,10.8-33.2-4.5-43.4C328.2,186.6,313,189,303.5,198.6z&#34;/&gt;
	&lt;/g&gt;
&lt;/svg&gt; DOWNLOAD MY CODE&lt;/a&gt;</description>
    </item>
    
    <item>
      <title>Using $\LaTeX$ for Entrepreneurs</title>
      <link>https://joffreymayer.com/project/tutorial-for-a-google-review/</link>
      <pubDate>Wed, 27 Apr 2016 00:00:00 +0000</pubDate>
      <guid>https://joffreymayer.com/project/tutorial-for-a-google-review/</guid>
      <description>&lt;p&gt;Nowadays, it is from utmost importance to be aware of new working frameworks and technologies all the time, otherwise competitors with better adaptability will develop much faster and - ultimately - you lose your position in the market.&lt;/p&gt;
&lt;p&gt;In the digital age, companies must be able to establish a dialog with their customers. One possibility to increase the trust in a company and highlight very sophisticated knowledge of a brand, may be through &lt;em&gt;Google reviews&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;By providing a rating, today&amp;rsquo;s customers give future buyers the opportunity to better assess the performance of a company and thereby increase the overall transparency between the demand &amp;amp; supply side. Furthermore, the more a company is able to get high ratings on Google, the better the visibility on the internet will be&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Therefore, being able to incite customers to rate the company, is becoming extremely relevant for the future development of a brand. &lt;em&gt;That&amp;rsquo;s why I created this very beginner friendly tutorial, in order to maximize the amount of Google review for a company&lt;/em&gt;.&lt;/p&gt;
&lt;a class=&#34;btn btn-outline-primary btn-page-header&#34; href=&#34;https://joffreymayer.com/project/tutorial-for-a-google-review/Google_Rezension_erstellen_by_Joffrey_Mayer.pdf&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;
&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 489 489&#34; style=&#34;width: 15px; height: 15px; vertical-align: baseline;&#34;&gt;
	&lt;g&gt;
		&lt;path d=&#34;M329.2,327.2c-4.5,0-8.1,3.4-8.6,7.9c-3.9,38.6-36.5,68.7-76.2,68.7c-39.6,0-72.2-30.1-76.2-68.7
			c-0.5-4.4-4.1-7.9-8.6-7.9h-104c-21.8,0-39.5,17.7-39.5,39.5v82.8c0,21.8,17.7,39.5,39.5,39.5h377.8c21.8,0,39.5-17.7,39.5-39.5
			v-82.7c0-21.8-17.7-39.5-39.5-39.5H329.2V327.2z&#34;/&gt;
		&lt;path d=&#34;M303.5,198.6l-30.9,30.9V28.1C272.6,12.6,260,0,244.5,0l0,0c-15.5,0-28.1,12.6-28.1,28.1v201.4l-30.9-30.9
			c-9.5-9.5-24.7-11.9-35.9-4.4c-15.3,10.2-16.8,31.1-4.5,43.4l82.8,82.8c9.2,9.2,24.1,9.2,33.3,0l82.8-82.8
			c12.3-12.3,10.8-33.2-4.5-43.4C328.2,186.6,313,189,303.5,198.6z&#34;/&gt;
	&lt;/g&gt;
&lt;/svg&gt; DOWNLOAD MY GUIDE&lt;/a&gt;</description>
    </item>
    
  </channel>
</rss>
