<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Ioannis Kosmidis</title>
		<link>http://www.ikosmidis.com/</link>
		<description>Recent content on Ioannis Kosmidis</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Wed, 14 Oct 2020 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="http://www.ikosmidis.com/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Accessibility of HTML pages from R Markdown</title>
				<link>http://www.ikosmidis.com/post/blog-accessibility/</link>
				<pubDate>Wed, 14 Oct 2020 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/blog-accessibility/</guid>
				<description>&lt;div id=&#34;accessibility&#34; class=&#34;section level2&#34;&gt;&#xA;&lt;h2&gt;Accessibility&lt;/h2&gt;&#xA;&lt;p&gt;Over the years, I faced situations where I needed to make content&#xA;(lecture notes, manuscripts, consultancy reports, etc.) as accessible&#xA;as possible to effectively communicate with colleagues, clients, and&#xA;students with particular accessibility requirements.&lt;/p&gt;&#xA;&lt;p&gt;All those “accessibility encounters” of mine left me with a pile of&#xA;unstructured notes and advice to my self to which I often refer. Well,&#xA;I decided to blog about parts of it in case anyone else finds it&#xA;useful.&lt;/p&gt;</description>
			</item>
			<item>
				<title>brquasi: Improved quasi-likelihood estimation</title>
				<link>http://www.ikosmidis.com/post/news-brquasi-eRum2020/</link>
				<pubDate>Wed, 10 Jun 2020 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-brquasi-eRum2020/</guid>
				<description>&lt;p&gt;On 19 June 2020, I will be giving a talk at the &lt;a href=&#34;https://2020.erum.io&#34;&gt;eRum2020 conference&lt;/a&gt; titled “brquasi: Improved quasi-likelihood estimation”. The talk is about the &lt;a href=&#34;https://github.com/ikosmidis/brquasi&#34;&gt;brquasi&lt;/a&gt; R package, which provides a &lt;code&gt;glm&lt;/code&gt; method for improving bias in quasi likelihood estimation.&lt;/p&gt;&#xA;&lt;p&gt;That package is a spin-off of theoretical work with &lt;a href=&#34;https://www.unimib.it/nicola-lunardon&#34;&gt;Nicola Lunardon&lt;/a&gt; on methods for reduced-bias &lt;a href=&#34;https://en.wikipedia.org/wiki/M-estimator&#34;&gt;M-estimation&lt;/a&gt; in general that require neither re-sampling (like the &lt;a href=&#34;https://en.wikipedia.org/wiki/Bootstrapping_(statistics)&#34;&gt;bootstrap&lt;/a&gt; does) nor full knowledge of the underlying distribution of the data (like other higher-order asymptotic methods do). The technical details behind reduced-bias M-estimation can be found at&lt;/p&gt;</description>
			</item>
			<item>
				<title>detectseparation R package is on CRAN</title>
				<link>http://www.ikosmidis.com/post/news-detectseparation-march-2020/</link>
				<pubDate>Thu, 26 Mar 2020 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-detectseparation-march-2020/</guid>
				<description>&lt;p&gt;&lt;img src=&#34;http://www.ikosmidis.com/files/hex_detectseparation.svg&#34; width=&#34;300&#34; align=&#34;right&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=detectseparation&#34;&gt;&lt;strong&gt;detectseparation&lt;/strong&gt;&lt;/a&gt; provides pre-fit and post-fit methods for detecting separation and infinite maximum likelihood estimates in generalized linear models with categorical responses.&lt;/p&gt;&#xA;&lt;div id=&#34;pre-fit-methods&#34; class=&#34;section level2&#34;&gt;&#xA;&lt;h2&gt;Pre-fit methods&lt;/h2&gt;&#xA;&lt;p&gt;The pre-fit methods apply on binomial-response generalized liner models such as logit, probit and cloglog regression, and can be directly supplied as fitting methods to the &lt;code&gt;glm()&lt;/code&gt; function. They solve the linear programming problems for the detection of separation developed in &lt;span class=&#34;citation&#34;&gt;Konis (&lt;a href=&#34;#ref-konis:2007&#34;&gt;2007&lt;/a&gt;)&lt;/span&gt;, using &lt;a href=&#34;https://cran.r-project.org/package=ROI&#34;&gt;&lt;strong&gt;ROI&lt;/strong&gt;&lt;/a&gt; or &lt;a href=&#34;https://cran.r-project.org/package=lpSolveAPI&#34;&gt;&lt;strong&gt;lpSolveAPI&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;For example, the code chunk below checks for data separation for the logistic regression model for the endometrial data set that has been considered in &lt;span class=&#34;citation&#34;&gt;Heinze and Schemper (&lt;a href=&#34;#ref-heinze+schemper:2002&#34;&gt;2002&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;</description>
			</item>
			<item>
				<title>Making sense of CRAN: Package and collaboration networks</title>
				<link>http://www.ikosmidis.com/post/news-cranly-useR2019/</link>
				<pubDate>Sun, 07 Jul 2019 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-cranly-useR2019/</guid>
				<description>&lt;p&gt;On 12 July 2019, I will be giving a talk at the &lt;a href=&#34;http://www.user2019.fr&#34;&gt;useR! 2019 conference&lt;/a&gt; titled “Making sense of CRAN: Package and collaboration networks”. The talk is about what my &lt;a href=&#34;https://cran.r-project.org/package=cranly&#34;&gt;cranly&lt;/a&gt; R package can do and how it can help users and developers understand &lt;a href=&#34;https://cran.r-project.org&#34;&gt;CRAN&lt;/a&gt; better and the position of their (intended) packages within it.&lt;/p&gt;&#xA;&lt;div id=&#34;update-12-july-2019&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Update (12 July 2019)&lt;/h3&gt;&#xA;&lt;p&gt;The &lt;a href=&#34;http://www.ikosmidis.com/files/ikosmidis_cranly_useR2019&#34;&gt;slides&lt;/a&gt; are available &lt;a href=&#34;http://www.ikosmidis.com/files/ikosmidis_cranly_useR2019&#34;&gt;here&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;</description>
			</item>
			<item>
				<title>A workflow that most probably isn’t yours</title>
				<link>http://www.ikosmidis.com/post/blog-workflows/</link>
				<pubDate>Tue, 18 Jun 2019 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/blog-workflows/</guid>
				<description>&lt;p&gt;&lt;div class=&#39;align-center&#39;&gt;&#xA;  &#xA;&lt;img src=&#34;http://www.ikosmidis.com/img/superman.png&#34; width=&#34;800px&#34; alt=&#34;me&#34; /&gt;&#xA;&#xA;&lt;/div&gt;&lt;/p&gt;&#xA;&lt;p&gt;In early 2019, I was invited to give a talk at the &lt;a href=&#34;https://warwick.ac.uk/fac/sci/statistics/news/yrm/&#34;&gt;Young Researcher’s Meetings&lt;/a&gt; of the Department of Statistics at University of Warwick (the place I work). The Young Researchers’ meeting is a weekly seminar for postgraduate students and postdocs to discuss research and exchange ideas.&lt;/p&gt;&#xA;&lt;p&gt;My immediate thought was to talk about one of my current and exciting research projects. Of course, I know from experience that the talks I have given on research projects I am excited about are not necessarily equally exciting for the audience. I also knew that I would be speaking to a group of brilliant and promising young researchers in Data Science (we take pride for our high standards for PhD admissions and for attracting high-quality PostDocs). That is an audience of individuals working on stuff that are most probably more exciting and to more people than mine, and that are more likely to impact Data Science in a more fundamental way than my current research projects (note: this is a sign of a healthy PhD programme).&lt;/p&gt;</description>
			</item>
			<item>
				<title>Location-adjusted Wald statistics for scalar parameters appears in CSDA</title>
				<link>http://www.ikosmidis.com/post/news-lawald-paper/</link>
				<pubDate>Tue, 16 Apr 2019 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-lawald-paper/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://doi.org/10.1007/s11222-019-09860-6&#34;&gt;Mean and median bias reduction in generalized linear models appears in Statistics and Computing&lt;/a&gt; (joint work with &lt;a href=&#34;https://homes.stat.unipd.it/eulogecloviskennepagui/en/content/home&#34;&gt;Kenne Pagui E C&lt;/a&gt;, and &lt;a href=&#34;https://homes.stat.unipd.it/nicolasartori/&#34;&gt;Sartori N&lt;/a&gt;) appeared online in &lt;a href=&#34;https://link.springer.com/journal/11222&#34;&gt;Statistics and Computing&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>trackeRapp: interface &amp; workflow for running, cycling and swimming data</title>
				<link>http://www.ikosmidis.com/post/news-trackeRapp-is-out/</link>
				<pubDate>Fri, 12 Apr 2019 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-trackeRapp-is-out/</guid>
				<description>&lt;p&gt;🏃‍♀️🚴‍♂️🏊‍♀️&lt;/p&gt;&#xA;&lt;p&gt;The first version of our &lt;a href=&#34;https://cran.r-project.org/web/packages/trackeRapp/index.html&#34;&gt;&lt;strong&gt;trackeRapp&lt;/strong&gt;&lt;/a&gt; R package is out!&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/web/packages/trackeRapp/index.html&#34;&gt;&lt;strong&gt;trackeRapp&lt;/strong&gt;&lt;/a&gt; provides the first fully interactive data analysis workflow for your runs, rides and swims! It is completely open source and written in R. Its backend is based on the &lt;a href=&#34;https://CRAN.R-project.org/package=trackeR&#34;&gt;&lt;strong&gt;trackeR&lt;/strong&gt;&lt;/a&gt; R package and the frontend has been developed using the &lt;a href=&#34;https://CRAN.R-project.org/package=shiny&#34;&gt;&lt;strong&gt;shiny&lt;/strong&gt;&lt;/a&gt; R package.&lt;/p&gt;&#xA;&lt;p&gt;To launch the &lt;strong&gt;trackeRapp&lt;/strong&gt; interface locally, launch R and then&lt;/p&gt;&#xA;&lt;pre class=&#34;r language-r line-numbers&#34;&gt;&lt;code&gt;install.packages(&amp;quot;trackeRapp&amp;quot;)&#xA;trackeRapp::trackeRapp()&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;Then, hit “Load” and “Upload sample data set” to see what {trackeRapp} can do!&lt;/p&gt;</description>
			</item>
			<item>
				<title>Mean and median bias reduction in generalized linear models appears in Statistics and Computing</title>
				<link>http://www.ikosmidis.com/post/news-mean-median-paper/</link>
				<pubDate>Mon, 04 Mar 2019 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-mean-median-paper/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://doi.org/10.1007/s11222-019-09860-6&#34;&gt;Mean and median bias reduction in generalized linear models appears in Statistics and Computing&lt;/a&gt; (joint work with &lt;a href=&#34;https://homes.stat.unipd.it/eulogecloviskennepagui/en/content/home&#34;&gt;Kenne Pagui E C&lt;/a&gt;, and &lt;a href=&#34;https://homes.stat.unipd.it/nicolasartori/&#34;&gt;Sartori N&lt;/a&gt;) appeared online in &lt;a href=&#34;https://link.springer.com/journal/11222&#34;&gt;Statistics and Computing&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>cranly: Package and collaboration networks in CRAN</title>
				<link>http://www.ikosmidis.com/post/news-cranly-OxfordRUG2018/</link>
				<pubDate>Sat, 03 Nov 2018 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-cranly-OxfordRUG2018/</guid>
				<description>&lt;p&gt;On 5 November 2018, I will be giving a talk at the &lt;a href=&#34;https://r-oxford.github.io&#34;&gt;R user group Oxford&lt;/a&gt; about “Package and collaboration networks in CRAN” using my cranly R package.&lt;/p&gt;&#xA;&lt;div id=&#34;update-06-nov-2018&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Update (06 Nov 2018)&lt;/h3&gt;&#xA;&lt;p&gt;The &lt;a href=&#34;http://www.ikosmidis.com/files/ikosmidis_cranly_OxfordRUG_2018.pdf&#34;&gt;slides&lt;/a&gt; and the &lt;a href=&#34;http://www.ikosmidis.com/files/ikosmidis_cranly_OxfordRUG_2018.R&#34;&gt;code&lt;/a&gt; from my talk are &lt;a href=&#34;http://www.ikosmidis.com/files/ikosmidis_cranly_OxfordRUG_2018.pdf&#34;&gt;here&lt;/a&gt; and &lt;a href=&#34;http://www.ikosmidis.com/files/ikosmidis_cranly_OxfordRUG_2018.R&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;/div&gt;</description>
			</item>
			<item>
				<title>trackeR v1.1 is on CRAN</title>
				<link>http://www.ikosmidis.com/post/tracker-v11/</link>
				<pubDate>Mon, 24 Sep 2018 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/tracker-v11/</guid>
				<description>&lt;p&gt;The &lt;a href=&#34;https://cran.r-project.org/package=trackeR&#34;&gt;trackeR&lt;/a&gt; R package v1.1 is on CRAN. Version 1.1 of the package introduces full support for multi-sport workouts, numerous new visualisations, vast under-the-hood enhancements, bug fixes and more.&lt;/p&gt;&#xA;&lt;p&gt;See &lt;a href=&#34;https://cran.r-project.org/web/packages/trackeR/news/news.html&#34;&gt;NEWS&lt;/a&gt; for complete lists of new functionality, enhancements and bug fixes.&lt;/p&gt;&#xA;&lt;p&gt;The package &lt;a href=&#34;https://cran.r-project.org/web/packages/trackeR/vignettes/TourDetrackeR.html&#34;&gt;vignette&lt;/a&gt; provides a quick tour on its functionality. More detailed descriptions of the package and its methods, and real-data demonstrations of the package functionality can be found &lt;a href=&#34;https://cran.r-project.org/web/packages/trackeR/vignettes/trackeR.pdf&#34;&gt;here&lt;/a&gt;, which is an updated version of&lt;/p&gt;</description>
			</item>
			<item>
				<title>An R recursion to compute Bartlett relations</title>
				<link>http://www.ikosmidis.com/post/blog-bartlett/</link>
				<pubDate>Sun, 09 Sep 2018 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/blog-bartlett/</guid>
				<description>&lt;p&gt;It is one of those times that I am really excited and somewhat obsessed with the current research project I am working on. It is an old idea that after many years going around my head, it seems to be coming close to fruition. This is not the reason I am writing though.&lt;/p&gt;&#xA;&lt;p&gt;Part of that research project involves heavy usage of the Bartlett relations (or Bartlett identities). The Bartlett relations &lt;span class=&#34;citation&#34;&gt;(see &lt;a href=&#34;#ref-bartlett:1953&#34;&gt;Bartlett 1953, sec. 2&lt;/a&gt;)&lt;/span&gt; are at the core of much of statistical theory and practice. They explain the way that the null expectations of products of log-likelihood derivatives are linked to each other.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Modelling outcomes of soccer matches appears in Machine Learning</title>
				<link>http://www.ikosmidis.com/post/news-soccer-paper/</link>
				<pubDate>Wed, 01 Aug 2018 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-soccer-paper/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://doi.org/10.1007/s10994-018-5741-1&#34;&gt;Modelling outcomes of soccer matches&lt;/a&gt; (joint work with Tsokos A, Narayanan S, &lt;a href=&#34;http://www.statistica.it/gianluca/&#34;&gt;Baio G&lt;/a&gt;, &lt;a href=&#34;http://www.stats.ox.ac.uk/~cucuring/&#34;&gt;Cucuringu M&lt;/a&gt;, &lt;a href=&#34;https://gawhitaker.github.io&#34;&gt;Whitaker G&lt;/a&gt; and &lt;a href=&#34;https://www.ucl.ac.uk/statistics/people/franz-kiraly&#34;&gt;Király F J&lt;/a&gt;) appeared in &lt;a href=&#34;https://link.springer.com/journal/10994&#34;&gt;Machine learning&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Median bias reduction in random-effects meta-analysis and meta-regression appears in Statistical Methods for Medical Research</title>
				<link>http://www.ikosmidis.com/post/news-median-meta-paper/</link>
				<pubDate>Wed, 02 May 2018 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-median-meta-paper/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://doi.org/10.1177%2F0962280218771717&#34;&gt;Median bias reduction in random-effects meta-analysis and meta-regression&lt;/a&gt; (joint work with Kyriakou S, and &lt;a href=&#34;https://homes.stat.unipd.it/nicolasartori/&#34;&gt;Sartori N&lt;/a&gt;) appeared online in &lt;a href=&#34;https://journals.sagepub.com/home/smm&#34;&gt;Statistical Methods in Medical Research&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Turing Data Science Masterclass: &#39;Scalable regression: old tricks, new era&#39;</title>
				<link>http://www.ikosmidis.com/post/news-turing_masterclass/</link>
				<pubDate>Tue, 01 May 2018 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-turing_masterclass/</guid>
				<description>&lt;p&gt;On 25th May 2018, I will be giving a Turing Data Science Masterclass titled “Scalable regression: old tricks, new era”. Information and registration details can be found &lt;a href=&#34;https://www.turing.ac.uk/events/turing-data-science-class-scalable-regression-old-tricks-new-era/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Warwick Impact Fund Award</title>
				<link>http://www.ikosmidis.com/post/news-warwick-impacy-fund/</link>
				<pubDate>Fri, 27 Apr 2018 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-warwick-impacy-fund/</guid>
				<description>&lt;p&gt;I received a Warwick Impact Fund Award to further the impact of my &lt;a href=&#34;http://cran.r-project.org/package=trackeR&#34;&gt;trackeR&lt;/a&gt; R package through an publicly accessible, open-source interface.&lt;/p&gt;</description>
			</item>
			<item>
				<title>My cranly R package is on CRAN</title>
				<link>http://www.ikosmidis.com/post/news-cranly-march-2018/</link>
				<pubDate>Wed, 28 Mar 2018 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-cranly-march-2018/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=cranly&#34;&gt;cranly&lt;/a&gt; provides comprehensive methods for cleaning up and organising the information in the CRAN package database and for building &lt;strong&gt;package directives networks&lt;/strong&gt; and &lt;strong&gt;collaboration networks&lt;/strong&gt;. See also the &lt;a href=&#34;https://cran.r-project.org/package=cranly&#34;&gt;package vignettes&lt;/a&gt; and the &lt;a href=&#34;https://github.com/ikosmidis/cranly&#34;&gt;cranly GitHub page&lt;/a&gt; for more details.&lt;/p&gt;&#xA;&lt;p&gt;Take a look at my &lt;a href=&#34;http://www.ikosmidis.com/software&#34;&gt;Software&lt;/a&gt; page for the cranly directives network for my R packages and for how to make your own!&lt;/p&gt;</description>
			</item>
			<item>
				<title>My logo is a bivariate density</title>
				<link>http://www.ikosmidis.com/post/blog-logo/</link>
				<pubDate>Sat, 03 Mar 2018 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/blog-logo/</guid>
				<description>&lt;p&gt;My logo in GitHub (see &lt;a href=&#34;https://github.com/ikosmidis&#34;&gt;here&lt;/a&gt;) is the contours of the density function of a mixture of bivariate normal distributions (see Figure &lt;a href=&#34;#fig:logo&#34;&gt;1&lt;/a&gt;). The idea came to me when I was working on the paper&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Kosmidis I&lt;/strong&gt; and &lt;a href=&#34;http://www.stat-athens.aueb.gr/%7Ekarlis/&#34;&gt;Karlis D&lt;/a&gt; (2016). Model-based clustering using copulas with applications.&#xA;&lt;br&gt;&#xA;&lt;em&gt;Statistics and Computing&lt;/em&gt;, 26, 1079–1099&#xA;&lt;br&gt;&#xA;&lt;span class=&#34;rtag&#34;&gt;&lt;a href=&#34;http://dx.doi.org/10.1007/s11222-015-9590-5&#34;&gt;DOI&lt;/a&gt;&lt;/span&gt; &lt;span class=&#34;rtag&#34;&gt;&lt;a href=&#34;http://arxiv.org/abs/1404.4077&#34;&gt;ArXiV&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;In that paper, amongst several other things, we introduce the use of rotations of the components of mixtures of copulas to define extremely flexible mixture models. These models are fitted using the Expectation/Conditional Maximization (ECM) algorithm of &lt;a href=&#34;http://doi.org/10.2307/2337198&#34;&gt;Meng and Rubin (1993)&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Associate Editor in Biometrika</title>
				<link>http://www.ikosmidis.com/post/news-biometrika/</link>
				<pubDate>Tue, 09 Jan 2018 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-biometrika/</guid>
				<description>&lt;p&gt;I have joined the Editorial Board of &lt;a href=&#34;https://academic.oup.com/biomet/pages/Editorial_Board&#34;&gt;Biometrika&lt;/a&gt;, serving as an Associated Editor.&lt;/p&gt;</description>
			</item>
			<item>
				<title>trackeR paper appears in JSS</title>
				<link>http://www.ikosmidis.com/post/news-tracker-paper/</link>
				<pubDate>Tue, 12 Dec 2017 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-tracker-paper/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;http://dx.doi.org/10.18637/jss.v082.i07&#34;&gt;trackeR: Infrastructure for running and cycling data from GPS-enabled tracking devices in R&lt;/a&gt; (joint work with &lt;a href=&#34;http://www.ucl.ac.uk/~ucakhfr&#34;&gt;Hannah Frick&lt;/a&gt;) appeared online in the &lt;a href=&#34;https://www.jstatsoft.org/&#34;&gt;Journal of Statistical Software&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Deterministic approximation methods and pseudo-likelihoods at BayesComp 2018</title>
				<link>http://www.ikosmidis.com/post/news-bayecomp2018/</link>
				<pubDate>Sun, 01 Oct 2017 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-bayecomp2018/</guid>
				<description>&lt;p&gt;I am organising the session “Deterministic approximation methods and pseudo-likelihoods” at &lt;a href=&#34;https://www.maths.nottingham.ac.uk/personal/tk/bayescomp/&#34;&gt;BayesComp 2018&lt;/a&gt; (26th - 28th March 2018, Barcelona, Spain). The session will consist of talks from &lt;a href=&#34;http://www.utstat.toronto.edu/reid/&#34;&gt;Nancy Reid&lt;/a&gt; (Univeristy of Toronto, Canada), &lt;a href=&#34;https://www.southampton.ac.uk/maths/about/staff/heo1u16.page&#34;&gt;Helen Ogden&lt;/a&gt; (University of Southampton, UK) and &lt;a href=&#34;https://homes.stat.unipd.it/erlisruli/&#34;&gt;Erlis Ruli&lt;/a&gt; (University of Padova, Italy).&lt;/p&gt;</description>
			</item>
			<item>
				<title>Speaking at the AUEB Sports Analytics Workshop</title>
				<link>http://www.ikosmidis.com/post/news-aueb-sports-workshop/</link>
				<pubDate>Wed, 16 Aug 2017 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-aueb-sports-workshop/</guid>
				<description>&lt;p&gt;I have been invited to present at the &lt;a href=&#34;http://aueb-analytics.wixsite.com/sports/aueb-saw-2017&#34;&gt;2nd AUEB Sports Analytics Workshop&lt;/a&gt; in Athens, Greece.&lt;/p&gt;</description>
			</item>
			<item>
				<title>GSE Graduate course: &#39;Generalized linear models with massive data&#39;</title>
				<link>http://www.ikosmidis.com/post/news-bigglm_july17/</link>
				<pubDate>Sat, 15 Jul 2017 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-bigglm_july17/</guid>
				<description>&lt;p&gt;On 18 and 19 October 2017, I will be giving a course on statistical learning of generalized linear models with massive amounts of data at &lt;a href=&#34;http://www.barcelonagse.eu/study/masters-programs/data-science&#34;&gt;Barcelona GSE Data Science&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Improved estmation with ordinal data at CEN ISBS 2017 Joint Conference</title>
				<link>http://www.ikosmidis.com/post/news-cenisbs2017/</link>
				<pubDate>Fri, 02 Jun 2017 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-cenisbs2017/</guid>
				<description>&lt;p&gt;I have been invited to present my work on &lt;a href=&#34;http://doi.org/10.1111/rssb.12025&#34;&gt;Improved estimation in cumulative link models&lt;/a&gt; at the &lt;a href=&#34;http://cenisbs2017.org&#34;&gt;CEN ISBS 2017 Joint Conference&lt;/a&gt; in Vienna, Austria. The talk is on 31 August 2017, 09:30 - 10:00.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Update (31 August 2017)&lt;/strong&gt;: The slides for the talk are available &lt;a href=&#34;files/ikosmidis_CEN-ISBS_2017.pdf&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>My brglm2 R package is on CRAN</title>
				<link>http://www.ikosmidis.com/post/news-brglm2/</link>
				<pubDate>Thu, 25 May 2017 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-brglm2/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=brglm2&#34;&gt;brglm2&lt;/a&gt; provides various methods for mean and median bias reduction in the estimation of generalized linear models, along with pre-fit and post-fit methods for the detection of separation and of infinite maximum likelihood estimates in binomial response generalized linear models. See the &lt;a href=&#34;https://cran.r-project.org/package=brglm2&#34;&gt;package vignettes&lt;/a&gt; and the &lt;a href=&#34;https://github.com/ikosmidis/brglm2&#34;&gt;brglm2 GitHub page&lt;/a&gt; for details.&lt;/p&gt;</description>
			</item>
			<item>
				<title>My enrichwith R package is on CRAN</title>
				<link>http://www.ikosmidis.com/post/news-enrichwith/</link>
				<pubDate>Thu, 18 May 2017 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-enrichwith/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://cran.r-project.org/package=enrichwith&#34;&gt;enrichwith&lt;/a&gt; provides the “enrich” method (verb) to enrich list-like R objects with new, relevant components. The current version can enrich objects of class ‘family’, ‘link-glm’, ‘lm’ and ‘glm’. The package also provides the ‘enriched_glm’ function that results in objects that carry various useful methods for generalized linear models (simulate, observed and expected information matrix, and model densities, probabilities, and quantiles at arbitrary parameter values). See the &lt;a href=&#34;https://cran.r-project.org/package=enrichwith&#34;&gt;package vignettes&lt;/a&gt; and the &lt;a href=&#34;https://github.com/ikosmidis/enrichwith&#34;&gt;enrichwith GitHub page&lt;/a&gt; for more details.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Meta-regression paper appears in Biometrika</title>
				<link>http://www.ikosmidis.com/post/news-meta-analysis-paper/</link>
				<pubDate>Tue, 28 Mar 2017 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-meta-analysis-paper/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://doi.org/10.1093/biomet/asx001&#34;&gt;Improving the accuracy of likelihood-based inference in meta-analysis and meta-regression&lt;/a&gt; (joint work with &lt;a href=&#34;http://annamariaguolo.weebly.com&#34;&gt;Annamaria Guolo&lt;/a&gt; and &lt;a href=&#34;http://cristianovarin.weebly.com&#34;&gt;Cristiano Varin&lt;/a&gt;) appeared online in Biometrika.&lt;/p&gt;</description>
			</item>
			<item>
				<title>GLMs with massive data in Barcelona and at Innsbruck</title>
				<link>http://www.ikosmidis.com/post/news-bigglm_november16/</link>
				<pubDate>Sat, 12 Nov 2016 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-bigglm_november16/</guid>
				<description>&lt;p&gt;I will be giving a course on statistical learning of generalized linear models with massive amounts of data at the &lt;a href=&#34;http://www.barcelonagse.eu/study/masters-programs/data-science&#34;&gt;Barcelona GSE Data Science&lt;/a&gt; (November 2016) and at the &lt;a href=&#34;https://www.uibk.ac.at/fakultaeten/volkswirtschaft_und_statistik/&#34;&gt;Faculty of Economics and Statistics, University of Innsbruck&lt;/a&gt; (January 2017).&lt;/p&gt;</description>
			</item>
			<item>
				<title>Inaugural Turing Fellow</title>
				<link>http://www.ikosmidis.com/post/news-turing_appointment/</link>
				<pubDate>Wed, 05 Oct 2016 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-turing_appointment/</guid>
				<description>&lt;p&gt;I have been selected to be one of the inaugural &lt;a href=&#34;http://www.turing.ac.uk/faculty-fellows/&#34;&gt;Turing Fellows&lt;/a&gt; at the newly founded &lt;a href=&#34;http://www.turing.ac.uk&#34;&gt;Alan Turing Institute&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>3rd UCL Workshop on the theory of big data</title>
				<link>http://www.ikosmidis.com/post/news-3rd-big-data-workshop/</link>
				<pubDate>Tue, 06 Sep 2016 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-3rd-big-data-workshop/</guid>
				<description>&lt;p&gt;I am co-organising the 3rd UCL Workshop on the &lt;a href=&#34;http://www.ucl.ac.uk/bigdata-theory/&#34;&gt;Theory of Big Data&lt;/a&gt; (26 - 28 June 2017, London, UK).&lt;/p&gt;</description>
			</item>
			<item>
				<title>Bias in Parametric Estimation in Top 10 of WIREs Computational Statistics</title>
				<link>http://www.ikosmidis.com/post/news-bias-estimation/</link>
				<pubDate>Sun, 22 May 2016 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-bias-estimation/</guid>
				<description>&lt;p&gt;My article &lt;a href=&#34;http://doi.org/10.1002/wics.1296&#34;&gt;Bias in parametric estimation: reduction and useful side-effects&lt;/a&gt; features in top ten most accessed articles of &lt;a href=&#34;http://wires.wiley.com/WileyCDA/WiresJournal/wisId-WICS.html&#34;&gt;WIREs Computational Statistics&lt;/a&gt; in 2015.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Turing scoping workshop: Data Science for data-rich sports</title>
				<link>http://www.ikosmidis.com/post/news-turing-scoping-workshop/</link>
				<pubDate>Fri, 11 Sep 2015 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-turing-scoping-workshop/</guid>
				<description>&lt;p&gt;The &lt;a href=&#34;https://turing.ac.uk&#34;&gt;Alan Turing Institute&lt;/a&gt; funded the scoping workshop &lt;a href=&#34;https://turing.ac.uk/data-science-for-data-rich-sports/&#34;&gt;Data Science for data-rich sports&lt;/a&gt;, which I co-proposed (together with David Firth and Anjali Mazumder at Warwick, Richard Samworth at Cambridge, and Kostas Zygalakis at Edinburgh). The workshop will take place on 2 and 3 November 2015. Details can be found &lt;a href=&#34;https://atidatasciencesports.wordpress.com&#34;&gt;here&lt;/a&gt; and &lt;a href=&#34;https://turing.ac.uk/data-science-for-data-rich-sports/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Model-based clustering using copulas is in Statistics and Computing</title>
				<link>http://www.ikosmidis.com/post/news-copulas-paper/</link>
				<pubDate>Wed, 28 Jan 2015 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-copulas-paper/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;http://dx.doi.org/10.1007/s11222-015-9590-5&#34;&gt;Model-based clustering using copulas with applications&lt;/a&gt; appeared online in Statistics and Computing.&lt;/p&gt;</description>
			</item>
			<item>
				<title>GLMs at the 2nd R Spring Court @ AUEB</title>
				<link>http://www.ikosmidis.com/post/news-glms-aueb2/</link>
				<pubDate>Sat, 03 Jan 2015 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-glms-aueb2/</guid>
				<description>&lt;p&gt;On March 2015, I will be giving a course at the &lt;a href=&#34;http://stat-athens.aueb.gr/~Rcourse/&#34;&gt;2nd R Spring Course @ AUEB&lt;/a&gt; at Athens, Greece.&lt;/p&gt;</description>
			</item>
			<item>
				<title>2nd UCL Workshop on the theory of big data</title>
				<link>http://www.ikosmidis.com/post/news-2nd-big-data-workshop/</link>
				<pubDate>Mon, 06 Oct 2014 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-2nd-big-data-workshop/</guid>
				<description>&lt;p&gt;I am co-organising the 2nd UCL Workshop on the &lt;a href=&#34;http://www.ucl.ac.uk/bigdata-theory/&#34;&gt;Theory of Big Data&lt;/a&gt;, which will take place in January 2016 in London, UK.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Research contract with English Institute of Sport</title>
				<link>http://www.ikosmidis.com/post/news-eis-project/</link>
				<pubDate>Sun, 05 Oct 2014 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-eis-project/</guid>
				<description>&lt;p&gt;I will be leading a collaborative project with &lt;a href=&#34;http://www.eis2win.com/pages/default.aspx&#34;&gt;English Institute of Sport&lt;/a&gt; on developing statistical methods for sport performance data. The collaboration includes two year’s funding for the appointment of a Research Associate in Statistics. News item &lt;a href=&#34;http://www.ucl.ac.uk/statistics/news/news-181114b&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>MAPS Faculty Teaching Award</title>
				<link>http://www.ikosmidis.com/post/news-maps-teaching-award/</link>
				<pubDate>Fri, 29 Aug 2014 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-maps-teaching-award/</guid>
				<description>&lt;p&gt;I was awarded the MAPS Faculty Teaching Award in the academic staff category. News items &lt;a href=&#34;http://www.ucl.ac.uk/maps-faculty/maps-news-publication/maps1422&#34;&gt;here&lt;/a&gt; and &lt;a href=&#34;http://www.ucl.ac.uk/statistics/news/news-140714&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Bias in Parametric Estimation paper appears in WIREs Computational Statistics</title>
				<link>http://www.ikosmidis.com/post/news-bias-estimation-appears/</link>
				<pubDate>Thu, 10 Apr 2014 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-bias-estimation-appears/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;http://doi.org/10.1002/wics.1296&#34;&gt;Bias in parametric estimation: reduction and useful side-effects&lt;/a&gt; appeared in WIRE Computational Statistics.&lt;/p&gt;</description>
			</item>
			<item>
				<title>GLMs at the 1st R Summaer School @ AUEB</title>
				<link>http://www.ikosmidis.com/post/news-glms-aueb1/</link>
				<pubDate>Fri, 07 Mar 2014 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-glms-aueb1/</guid>
				<description>&lt;p&gt;On 23-27 June 2015, I will be giving a course on generalized linear models at the &lt;a href=&#34;http://stat-athens.aueb.gr/~R2014/index.html&#34;&gt;1st R Summer School @ AUEB&lt;/a&gt; in Athens, Greece.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Improved estimation in cumulative link models in RSSB</title>
				<link>http://www.ikosmidis.com/post/news-imroved-clm-appears/</link>
				<pubDate>Thu, 27 Feb 2014 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-imroved-clm-appears/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;http://doi.org/10.1111/rssb.12025&#34;&gt;Improved estimation in cumulative link models&lt;/a&gt; appeared in the Journal of the Royal Statistical Society: Series B.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Handling nuisance parameters at ERCIM 2014</title>
				<link>http://www.ikosmidis.com/post/news-handling-nuisance-parameters/</link>
				<pubDate>Wed, 12 Feb 2014 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-handling-nuisance-parameters/</guid>
				<description>&lt;p&gt;I am organising the session “Handling nuisance parameters: Advances towards optimal inference in statistics and econometrics” at &lt;a href=&#34;http://www.cmstatistics.org/ERCIM2014/organized.php&#34;&gt;ERCIM 2014&lt;/a&gt; (6th - 8th December 2014, Pisa, Italy).&lt;/p&gt;</description>
			</item>
			<item>
				<title>1st UCL Workshop on the theory of big data</title>
				<link>http://www.ikosmidis.com/post/news-1st-big-data-workshop/</link>
				<pubDate>Mon, 06 Jan 2014 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/post/news-1st-big-data-workshop/</guid>
				<description>&lt;p&gt;I am co-organising the 1st UCL Workshop on the &lt;a href=&#34;http://www.ucl.ac.uk/bigdata-theory/&#34;&gt;Theory of Big Data&lt;/a&gt; (7th - 9th January 2015, London, UK).&lt;/p&gt;</description>
			</item>
			<item>
				<title>Activities</title>
				<link>http://www.ikosmidis.com/activities/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/activities/</guid>
				<description>&lt;div id=&#34;leadership-and-organization-of-scientific-events&#34; class=&#34;section level1&#34;&gt;&#xA;&lt;h1&gt;Leadership and organization of scientific events&lt;/h1&gt;&#xA;&lt;div id=&#34;greek-stochastics-pi-scalable-inference&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\pi\)&lt;/span&gt;’: Scalable inference&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Zakynthos, Greece&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;28-31 July 2025&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.stochastics.gr/meetings/pi/index.html&#34;&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\pi\)&lt;/span&gt;’&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;greek-stochastics-omicron-simulation-based-inference&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\omicron\)&lt;/span&gt;’: Simulation-based inference&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Folegandros, Greece&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;26-29 August 2025&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.stochastics.gr/meetings/omicron/index.html&#34;&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\omicron\)&lt;/span&gt;’&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;leadership-team-of-digital-data-science-and-ai-research-spotlight-university-of-warwick&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Leadership team of Digital, Data Science and AI Research Spotlight, University of Warwick&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Leadership and direction of the Digital, Data Science and AI Research Spotlight&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Leadership team member&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Universiry of Warwick, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Sep 2024 - present&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;greek-stochastics-xi-statistics-in-health&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\xi\)&lt;/span&gt;’: Statistics in Health&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Folegandros, Greece&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;16-19 July 2024&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.stochastics.gr/meetings/ksi/index.html&#34;&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\xi\)&lt;/span&gt;’&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;turing-liason-academic-university-of-warwick&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Turing Liason (academic), University of Warwick&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Leadership and direction on the relationship between Universiry of Warwick and The Alan Turing Institute&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Turing Liaison (academic)&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Universiry of Warwick, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Apr 2023 - Sep 2023&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;greek-stochastics-nu-contemporary-bayesian-inference&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\nu\)&lt;/span&gt;’: Contemporary Bayesian inference&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Naxos, Greece&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;7-10 July 2023&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.stochastics.gr/meetings/nu/index.html&#34;&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\mu\)&lt;/span&gt;’&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;turing-univeristy-lead-university-of-warwick&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Turing Univeristy Lead, University of Warwick&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Leadership and direction on the relationship between Universiry of Warwick and The Alan Turing Institute&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Turing University Lead&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Universiry of Warwick and The Alan Turing Institute, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Jan 2022 - Mar 2023&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;theory-methods-challenge-fortnights-in-data-science-and-artificial-intelligence&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Theory &amp;amp; Methods Challenge Fortnights in Data Science and Artificial Intelligence&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Series of scientific events&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Founder and Director&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;The Alan Turing Institute, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;June 2019 - Oct 2023&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;https://www.turing.ac.uk/research/theory-and-method-challenge-fortnights&#34;&gt;TMCF webpage&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;greek-stochastics-mu-causal-learning&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\mu\)&lt;/span&gt;’: Causal learning&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Corfu, Greece&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;23-26 August 2022&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.stochastics.gr/meetings/mu/index.html&#34;&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\mu\)&lt;/span&gt;’&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;greek-stochastics-lambda-stochastic-processes-and-computation&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\lambda\)&lt;/span&gt;’: Stochastic Processes and Computation&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Corfu, Greece&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;27-29 August 2019&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.stochastics.gr/meetings/lambda/index.html&#34;&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\lambda\)&lt;/span&gt;’&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;greek-stochastics-kappa-statistical-learning&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\kappa\)&lt;/span&gt;’: Statistical Learning&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Athens, Greece&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;19-22 December 2018&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.stochastics.gr/meetings/kappa/index.html&#34;&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\kappa\)&lt;/span&gt;’&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;deterministic-approximation-methods-and-pseudo-likelihoods&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Deterministic approximation methods and pseudo-likelihoods&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;BayesComp 2018 invited session&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Session organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Barcelona, Spain&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;27 March 2018&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;https://www.maths.nottingham.ac.uk/personal/tk/bayescomp/&#34;&gt;BayesComp 2018&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;greek-stochastics-iota-model-determination&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\iota\)&lt;/span&gt;’: Model determination&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Milos, Greece&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;14-17 July 2017&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.stochastics.gr/meetings/iota/index.html&#34;&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\iota\)&lt;/span&gt;’&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;statistics-in-sports-and-health-2016-meet-up-series&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Statistics in Sports and Health 2016 meet-up series&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;https://www.ucl.ac.uk/statistics/research/statistics-sports-health/&#34;&gt;Statistics in Sport and Health&lt;/a&gt; group meet-up&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;London, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;November and December 2016&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;rd-ucl-workshop-on-the-theory-of-big-data&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;3rd UCL Workshop on the Theory of Big Data&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;London, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;26-28 June 2017&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.ucl.ac.uk/bigdata-theory/&#34;&gt;Theory of Big Data workshop&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;greek-stochastics-theta-big-data-and-models&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\theta\)&lt;/span&gt;’: Big Data and Models&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Tinos, Greece&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;10-13 July 2016&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.stochastics.gr/meetings/theta/index.html&#34;&gt;Greek Stochastics &lt;span class=&#34;math inline&#34;&gt;\(\theta\)&lt;/span&gt;’&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;nd-ucl-workshop-on-the-theory-of-big-data&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;2nd UCL Workshop on the Theory of Big Data&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;London, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;6-8 January 2016&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.ucl.ac.uk/bigdata-theory/past-events/&#34;&gt;Theory of Big Data workshop&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;data-science-for-data-rich-sports&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Data Science for Data-rich Sports&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;The Alan Turing Institute Scoping Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Lead organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;London, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;2-3 November 2015&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;https://atidatasciencesports.wordpress.com&#34;&gt;Data Science for Data-rich Sports&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;st-ucl-workshop-on-the-theory-of-big-data&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;1st UCL Workshop on the Theory of Big Data&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;London, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;7-9 January 2015&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.ucl.ac.uk/bigdata-theory/past-events/&#34;&gt;Theory of Big Data workshop&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;handling-nuisance-parameters-advances-towards-optimal-inference-in-statistics-and-econometrics&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Handling nuisance parameters: Advances towards optimal inference in Statistics and Econometrics&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;ERCIM 2014 invited session&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Session organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Pisa, Italy&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;6 December 2014&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.cmstatistics.org/ERCIM2014/fullprogramme.php&#34;&gt;ERCIM 2014&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;imperial-ucl-joint-statistics-symposium&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Imperial-UCL Joint Statistics Symposium&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Imperial College London, London, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;10 September 2012&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;https://www.ucl.ac.uk/statistics/news/news-100912&#34;&gt;Imperial-UCL Joint Statistics Symposium&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;user-2011-conference&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;useR! 2011 conference&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Conference&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;University of Warwick, Coventry, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;16-18 August 2011&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;https://www.r-project.org/conferences/useR-2011/&#34;&gt;useR! 2011 Conference&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;workshop-on-composite-likelihood-methods&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Workshop on Composite Likelihood Methods&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Workshop&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;University of Warwick, Coventry, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;15-17 April 2008&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;study-groups&#34; class=&#34;section level1&#34;&gt;&#xA;&lt;h1&gt;Study groups&lt;/h1&gt;&#xA;&lt;div id=&#34;high-dimensional-statistics-book-club-hdstats-book-club&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;High-Dimensional Statistics book club (HDStats book club)&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Reading group&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;University of Warwick, Coventry, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;2nd term of 2020-2021&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;the core study material for 2020-2021 is the book &lt;a href=&#34;https://doi.org/10.1017/9781108627771&#34;&gt;High-Dimensional Statistics: A Non-Asymptotic Viewpoint&lt;/a&gt; by Wainwright M J&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;reading-group-on-statistical-learning-with-sparsity&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Reading group on Statistical Learning with Sparsity&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Reading group&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;UCL, London, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;2nd term of 2015-2016&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;resources &lt;a href=&#34;http://www.ucl.ac.uk/statistics/research/statistics-sports-health/activities&#34;&gt;here&lt;/a&gt; | the core study material is the book &lt;a href=&#34;https://web.stanford.edu/~hastie/StatLearnSparsity/&#34;&gt;Statistical Learning with Sparsity: The Lasso and Generalisations&lt;/a&gt; by Hastie T, Tibshirani R and Wainwright M J&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;csml-book-club-on-asymptotic-statistics&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;CSML book club on Asymptotic Statistics&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Reading group&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;UCL, London, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;2nd term of 2011-2012&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;resources &lt;a href=&#34;http://danroy.org/marginalia/A._W._van_der_Vaart,_Asymptotic_Statistics&#34;&gt;here&lt;/a&gt; | the core study material is the book &lt;a href=&#34;https://books.google.co.uk/books/about/Asymptotic_Statistics.html?id=UEuQEM5RjWgC&#34;&gt;Asymptotic Statistics&lt;/a&gt; by van der Vaart A W&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;reading-group-on-foundations-of-statistics&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Reading group on Foundations of Statistics&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Activity&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Reading group&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Role&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Co-organizer&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;UCL, London, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;1st term of 2010-2011&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;the core study material is the book &lt;a href=&#34;https://books.google.co.uk/books/about/The_Foundations_of_Statistics.html?id=zSv6dBWneMEC&#34;&gt;The foundations of Statistics&lt;/a&gt; by Savage L J&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Contact</title>
				<link>http://www.ikosmidis.com/contact/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/contact/</guid>
				<description>&lt;div id=&#34;contact-details&#34; class=&#34;section level1&#34;&gt;&#xA;&lt;h1&gt;Contact details&lt;/h1&gt;&#xA;&lt;div id=&#34;email&#34; class=&#34;section level2&#34;&gt;&#xA;&lt;h2&gt;&lt;i class=&#34;fa fa-envelope&#34; title=&#34;email&#34;&gt;&lt;/i&gt; Email&lt;/h2&gt;&#xA;&lt;script type=&#34;text/javascript&#34;&gt;&#xA;var name = &#39;ioannis.kosmidis&#39;;&#xA;var at = &#39;@&#39;;&#xA;var subdomain = &#39;&#39;;&#xA;var domain = &#39;warwick.ac.uk&#39;;&#xA;document.write(name + at + subdomain + domain);&#xA;&lt;/script&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;voice&#34; class=&#34;section level2&#34;&gt;&#xA;&lt;h2&gt;&lt;i class=&#34;fa fa-phone&#34; title=&#34;voice&#34;&gt;&lt;/i&gt; Voice&lt;/h2&gt;&#xA;&lt;p&gt;+44 (0) 24 7652 4402&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;office-hours&#34; class=&#34;section level2&#34;&gt;&#xA;&lt;h2&gt;&lt;i class=&#34;fa fa-hourglass-start&#34; title=&#34;hours&#34;&gt;&lt;/i&gt; Office hours&lt;/h2&gt;&#xA;&lt;p&gt;I will be available to chat virtually in Microsoft Teams during all my office hours. If you want to chat with me, then, login in &lt;a href=&#34;http://teams.microsoft.com&#34;&gt;Microsoft Teams&lt;/a&gt; with your Warwick credentials and initiate a chat with me in any of the following slots.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Research</title>
				<link>http://www.ikosmidis.com/research/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/research/</guid>
				<description>&lt;div id=&#34;interests&#34; class=&#34;section level1&#34;&gt;&#xA;&lt;h1&gt;Interests&lt;/h1&gt;&#xA;&lt;p&gt;My core research interests are in the theory and methodology of statistical learning and inference, and, in particular, in &lt;strong&gt;penalized and pseudo-likelihood theory and methods&lt;/strong&gt;, &lt;strong&gt;statistical computing and algorithms for regression problems&lt;/strong&gt; and &lt;strong&gt;methods for clustering&lt;/strong&gt;.&lt;/p&gt;&#xA;&lt;p&gt;I also engage in interdisciplinary applied work of the kind that involves a real synthesis of approaches and has the potential to generate new advances in statistical learning and inference with broader impact. The applied work I am/have been involved in is in: &lt;strong&gt;sports science&lt;/strong&gt; (modelling of high-frequency in-game events in team sports, and uncovering the links between human behaviour, health, fitness and overall well-being); &lt;strong&gt;finance&lt;/strong&gt; (modelling the dynamics of financial indicators with structural dependencies); &lt;strong&gt;earthquake engineering&lt;/strong&gt; (assessment of the vulnerability of the built environment from post-hazard survey data); &lt;strong&gt;neuroimaging&lt;/strong&gt; (regression methods for brain lesions from MRI data and the summarization and visualization of effects); and &lt;strong&gt;genetics&lt;/strong&gt; (infering changes in genomic network structures).&lt;/p&gt;</description>
			</item>
			<item>
				<title>Service</title>
				<link>http://www.ikosmidis.com/service/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/service/</guid>
				<description>&lt;div id=&#34;editorial-service&#34; class=&#34;section level1&#34;&gt;&#xA;&lt;h1&gt;Editorial service&lt;/h1&gt;&#xA;&lt;div id=&#34;co-editor-screening-for-biometrika&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Co-Editor (screening) for &lt;a href=&#34;https://academic.oup.com/biomet&#34;&gt;Biometrika&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;2026-present&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;associate-editor-for-journal-of-statistical-software&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Associate Editor for &lt;a href=&#34;http://www.jstatsoft.org&#34;&gt;Journal of Statistical Software&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;2011-present&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;associate-editor-for-biometrika&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Associate Editor for &lt;a href=&#34;https://academic.oup.com/biomet&#34;&gt;Biometrika&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;2018-2023&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;associate-editor-for-statistics-and-computing&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Associate Editor for &lt;a href=&#34;http://link.springer.com/journal/11222&#34;&gt;Statistics and Computing&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;2013-2019&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;membership-of-professional-societies-and-committees&#34; class=&#34;section level1&#34;&gt;&#xA;&lt;h1&gt;Membership of professional societies and committees&lt;/h1&gt;&#xA;&lt;div id=&#34;committee-member-for-royal-statistical-societys-research-section&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Committee Member for &lt;a href=&#34;https://rss.org.uk/membership/rss-groups-and-committees/sections/research/&#34;&gt;Royal Statistical Society’s Research Section&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;2021-2026&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;committee-member-for-royal-statistical-societys-statistics-in-sport-section&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Committee Member for &lt;a href=&#34;https://rss.org.uk/membership/rss-groups-and-committees/sections/statistics-in-sport/&#34;&gt;Royal Statistical Society’s Statistics in Sport Section&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;2016-2021&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;fellow-of-royal-statistical-society&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Fellow of &lt;a href=&#34;https://rss.org.uk&#34;&gt;Royal Statistical Society&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;p&gt;2007-present&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;</description>
			</item>
			<item>
				<title>Software</title>
				<link>http://www.ikosmidis.com/software/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/software/</guid>
				<description>&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/htmlwidgets/htmlwidgets.js&#34;&gt;&lt;/script&gt;&#xA;&lt;link href=&#34;http://www.ikosmidis.com/rmarkdown-libs/vis/vis-network.min.css&#34; rel=&#34;stylesheet&#34; /&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/vis/vis-network.min.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/visNetwork-binding/visNetwork.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/FileSaver/FileSaver.min.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/Blob/Blob.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/canvas-toBlob/canvas-toBlob.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/html2canvas/html2canvas.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/jspdf/jspdf.debug.js&#34;&gt;&lt;/script&gt;&#xA;&#xA;&#xA;&lt;div id=&#34;software&#34; class=&#34;section level1&#34;&gt;&#xA;&lt;h1&gt;Software&lt;/h1&gt;&#xA;&lt;pre class=&#34;r language-r line-numbers&#34;&gt;&lt;code&gt;library(&amp;quot;fortunes&amp;quot;)&#xA;fortune(&amp;quot;statistical thinking&amp;quot;)&#xA;## &#xA;## It is all too easy for statistical thinking to be swamped by programming tasks.&#xA;##    -- Brian D. Ripley&#xA;##       DSC 2001, Wien (March 2001)&#xA;fortune(&amp;quot;cosmic radiation&amp;quot;)&#xA;## &#xA;## You say yourself it wasn&amp;#39;t reproducible. So it could have been anything that&#xA;## &amp;quot;crashed&amp;quot; your R, cosmic radiation, a bolt of lightning reversing a bit in your&#xA;## computer memory, ... :-)&#xA;##    -- Martin Maechler (replying to a bug report)&#xA;##       R-devel (July 2005)&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;A particular focus of my work is devising efficient, in terms of computational complexity and implementation, algorithms and tools for applying the methods I develop to prominent data-analytic scenarios. I also engage in designing and implementing principled data analysis pipelines for application domains (e.g. sports).&lt;/p&gt;</description>
			</item>
			<item>
				<title>Supervision</title>
				<link>http://www.ikosmidis.com/supervision/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/supervision/</guid>
				<description>&lt;!-- # Opportunities and positions &lt;img src=&#34;http://www.ikosmidis.com/gifs/newspaper.gif&#34; width=&#34;36px&#34; border=&#34;0&#34; alt=&#34;groups&#34; /&gt; --&gt;&#xA;&lt;!-- + **EUTOPIA Science and Innovation Post Doctoral Fellowships for September 2022 start** **_(deadline 10 January 2022)_** --&gt;&#xA;&lt;!-- The [EUTOPIA](https://eutopia-university.eu) Science and Innovation Fellowship Programme (EUTOPIA-SIF) will fund 76 two-year fellowships over 4 calls and offers outstanding early career researchers an opportunity to develop their independent research profile and undertake training to help establish an academic career. Get in touch if you are interested doing Post Doctoral work with me at University of Warwick. More details and application materials can be found at [EUTOPIA-SIF&#39;s pages](https://eutopia-university.eu/sif-fellowships-second-call/). --&gt;&#xA;&lt;!-- + **Fully-funded 4y PhD studentships, Warwick Centre for Doctoral Training in Mathematics and Statistics for October 2021 entry**&#xA;&#xA;The studentships are for a period of 4 years with starting date October 2021. Funding includes a stipend at UKRI rates and tuition fees at UK/EU rates. More details and application materials are at the [Centre for Doctoral Training in Mathematics and Statistics pages](https://warwick.ac.uk/fac/sci/fromas). --&gt;&#xA;&lt;!-- + **Enrichment scheme for UK PhD students at the Alan Turing Institute for 2021/2022** _(deadline **2 February 2021**)_ --&gt;&#xA;&lt;!-- Students enrolled at a UK university can continue their PhD in conjunction with their current supervisor, while enriching their research and establishing new collaborations (with me and others) during their time spent on the scheme. Enrichment places are offered part-time or full-time with a choice of three different start dates. More details and application materials are at the [Enrichment scheme&#39;s pages](https://www.turing.ac.uk/work-turing/studentships/enrichment). --&gt;&#xA;&lt;div id=&#34;prospective-phd-students-and-postdoc-researchers&#34; class=&#34;section level1&#34;&gt;&#xA;&lt;h1&gt;Prospective PhD students and PostDoc researchers&lt;/h1&gt;&#xA;&lt;!-- + February 2019 --&gt;&#xA;&lt;!-- &lt;br&gt; --&gt;&#xA;&lt;!-- **EPSRC DTA studentships and Department of Statistics PhD bursaries at University of Warwick** --&gt;&#xA;&lt;!-- &lt;br&gt; --&gt;&#xA;&lt;!-- Details are provided on the [PhD application guidance pages](https://warwick.ac.uk/fac/sci/statistics/postgrad/research/fees-funding/#dept-bursary) of the Department of Statistics at University of Warwick. --&gt;&#xA;&lt;!-- + October 2018 (applications are now closed) --&gt;&#xA;&lt;!-- &lt;br&gt; --&gt;&#xA;&lt;!-- **Fully funded doctoral studentships at the Alan Turing Institute** --&gt;&#xA;&lt;!-- &lt;br&gt; --&gt;&#xA;&lt;!-- Details on the application process are provided at the [Alan Turing Institute wepbpages](https://www.turing.ac.uk/phd-turing-details). --&gt;&#xA;&lt;p&gt;I am actively looking for PhD students and PostDoc researchers with strong mathematical, statistical or computational backgrounds to join my group. Feel free to &lt;a href=&#34;http://www.ikosmidis.com/contact&#34;&gt;contact me&lt;/a&gt; directly if you are interested in doing a PhD with me as your supervisor or if you are interested in doing post-doctoral work with me. Please include a &lt;strong&gt;CV&lt;/strong&gt;, a &lt;strong&gt;brief research statement&lt;/strong&gt;, and an &lt;strong&gt;outline of the reasons you want to work with me&lt;/strong&gt;.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Talks and Seminars</title>
				<link>http://www.ikosmidis.com/talks/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/talks/</guid>
				<description>&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/htmlwidgets/htmlwidgets.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/jquery/jquery-3.6.0.min.js&#34;&gt;&lt;/script&gt;&#xA;&lt;link href=&#34;http://www.ikosmidis.com/rmarkdown-libs/leaflet/leaflet.css&#34; rel=&#34;stylesheet&#34; /&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/leaflet/leaflet.js&#34;&gt;&lt;/script&gt;&#xA;&lt;link href=&#34;http://www.ikosmidis.com/rmarkdown-libs/leafletfix/leafletfix.css&#34; rel=&#34;stylesheet&#34; /&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/proj4/proj4.min.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/Proj4Leaflet/proj4leaflet.js&#34;&gt;&lt;/script&gt;&#xA;&lt;link href=&#34;http://www.ikosmidis.com/rmarkdown-libs/rstudio_leaflet/rstudio_leaflet.css&#34; rel=&#34;stylesheet&#34; /&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/leaflet-binding/leaflet.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/leaflet-providers/leaflet-providers.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/leaflet-providers-plugin/leaflet-providers-plugin.js&#34;&gt;&lt;/script&gt;&#xA;&lt;link href=&#34;http://www.ikosmidis.com/rmarkdown-libs/leaflet-markercluster/MarkerCluster.css&#34; rel=&#34;stylesheet&#34; /&gt;&#xA;&lt;link href=&#34;http://www.ikosmidis.com/rmarkdown-libs/leaflet-markercluster/MarkerCluster.Default.css&#34; rel=&#34;stylesheet&#34; /&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/leaflet-markercluster/leaflet.markercluster.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/leaflet-markercluster/leaflet.markercluster.freezable.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/leaflet-markercluster/leaflet.markercluster.layersupport.js&#34;&gt;&lt;/script&gt;&#xA;&lt;script src=&#34;http://www.ikosmidis.com/rmarkdown-libs/kePrint/kePrint.js&#34;&gt;&lt;/script&gt;&#xA;&lt;link href=&#34;http://www.ikosmidis.com/rmarkdown-libs/lightable/lightable.css&#34; rel=&#34;stylesheet&#34; /&gt;&#xA;&#xA;&#xA;&lt;div id=&#34;upcoming-and-past-talks&#34; class=&#34;section level1&#34;&gt;&#xA;&lt;h1&gt;Upcoming and past talks&lt;/h1&gt;&#xA;&lt;div id=&#34;htmlwidget-1&#34; style=&#34;width:100%;height:480px;&#34; class=&#34;leaflet html-widget&#34;&gt;&lt;/div&gt;&#xA;&lt;script type=&#34;application/json&#34; data-for=&#34;htmlwidget-1&#34;&gt;{&#34;x&#34;:{&#34;options&#34;:{&#34;crs&#34;:{&#34;crsClass&#34;:&#34;L.CRS.EPSG3857&#34;,&#34;code&#34;:null,&#34;proj4def&#34;:null,&#34;projectedBounds&#34;:null,&#34;options&#34;:{}}},&#34;calls&#34;:[{&#34;method&#34;:&#34;addProviderTiles&#34;,&#34;args&#34;:[&#34;CartoDB.Positron&#34;,null,null,{&#34;errorTileUrl&#34;:&#34;&#34;,&#34;noWrap&#34;:false,&#34;detectRetina&#34;:false}]},{&#34;method&#34;:&#34;addLegend&#34;,&#34;args&#34;:[{&#34;colors&#34;:[&#34;#ef3b2c&#34;,&#34;#737373&#34;],&#34;labels&#34;:[&#34;= 2026&#34;,&#34;&lt; 2026&#34;],&#34;na_color&#34;:null,&#34;na_label&#34;:&#34;NA&#34;,&#34;opacity&#34;:0.5,&#34;position&#34;:&#34;bottomright&#34;,&#34;type&#34;:&#34;unknown&#34;,&#34;title&#34;:null,&#34;extra&#34;:null,&#34;layerId&#34;:null,&#34;className&#34;:&#34;info legend&#34;,&#34;group&#34;:null}]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[50.777053,6.068848,10,null,&#34;Aachen&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduced-bias estimation of models with ordinal responses&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://sites.google.com/view/CCDA2018&gt;Workshop on Challenges for Categorical Data Analysis&lt;\/a&gt;&lt;br/&gt;Institution: RWTH Aachen University&lt;br/&gt;Date &amp; Time: Mon 22-10-2018 14:30-15:00&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[37.994334,37.977117,37.994334,37.994334,37.994334],[23.732489,23.755195,23.732489,23.732489,23.732489],10,null,&#34;Athens&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Improved estimation of partially-specified models&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: Athens University of Economics and Business&lt;br/&gt;Date &amp; Time: Wed 24-03-2021 11:30-12:30&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Availability-to-train in elite sport&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.mathsport2019.com&gt;MathSport International 2019&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Mon 01-07-2019 16:40-17:40&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Statistical modeling of availability to train in elite sports&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://aueb-analytics.wixsite.com/sports/aueb-saw-2017&gt;2nd AUEB Sports Analytics Workshop 2017&lt;\/a&gt;&lt;br/&gt;Institution: Athens University of Economics and Business&lt;br/&gt;Date &amp; Time: Tue 07-11-2017 19:00-20:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Shrinking bias to benefit estimation and inference&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: Athens University of Economics and Business&lt;br/&gt;Date &amp; Time: Mon 01-04-2013 15:00-16:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Improved estimation in cumulative link models&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: Athens University of Economics and Business&lt;br/&gt;Date &amp; Time: Mon 01-05-2006 15:00-16:00&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[41.414179,51.524107],[2.176933,-0.040525],10,null,&#34;Barcelona&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Penalized likelihood for a three-parameter Rasch model&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://mat.uab.es/~iwsm2007/doc/final_programme.pdf&gt;22nd International Workshop on Statistical Modelling&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Tue 03-07-2007 17:30-19:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduction of bias in parametric estimation with emphasis on models for categorical responses&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: University Pompeu Fabra&lt;br/&gt;Date &amp; Time: Mon 01-11-2010 16:00-17:00&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[54.597577,-5.919782,10,null,&#34;Belfast&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=https://cdn.eventsforce.net/files/ef-yrgxmrq56slm/website/270/2_tuesday-pm-ioannis-kosmidis.pdf&gt;Towards fully-efficient estimation&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://events.rss.org.uk/rss/frontend/reg/titem.csp?pageID=104460&amp;eventID=270&gt;RSS 2019 International Conference&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Tue 03-09-2019 14:50-15:30&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[46.498623,11.350689,10,null,&#34;Bolzano&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Improved estimation of partially-specified models&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://aqm.events.unibz.it/program/&gt;Learning Tools and Applied Quantitative Methods for Decision Making&lt;\/a&gt;&lt;br/&gt;Institution: Free University of Bozen-Bolzano&lt;br/&gt;Date &amp; Time: Thu 10-12-2020 14:00-14:45&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[41.541817,-8.421834,10,null,&#34;Braga&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Penalized likelihood estimation and inference in high-dimensional logistic regression&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://w3.math.uminho.pt/ISNPS2024/index.html&gt;ISNPS 2024&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Wed 26-06-2024 14:00-14:30&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[50.821516,-0.14562,10,null,&#34;Brighton&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Supervised sampling for clustering large data sets&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://rss.conference-services.net/programme.asp?conferenceID=2133&gt;RSS 2010 International Conference&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Thu 16-09-2010 14:50-15:20&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[51.457473,51.45321,51.458537],[-2.603795,-2.614234,-2.600747],10,null,&#34;Bristol&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Flexible marked spatio-temporal point processes with applications to event sequences from association football&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.bristol.ac.uk/golding/events/2023/outputurl-623375-en.html&gt;Jean Golding Institute and Heilbronn Institute&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Wed 21-06-2023 13:00-14:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduced-bias inference for regression models with tractable and intractable likelihoods&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.sustain.bris.ac.uk/ws-ilike/#overview&gt;SuSTaIn i-like workshop&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Wed 20-05-2015 13:30-14:30&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Model-based clustering using copulas with applications&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.bristol.ac.uk/maths/events/2015/ioannis-kosmidis.html&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: University of Bristol&lt;br/&gt;Date &amp; Time: Fri 27-02-2015 14:15-15:15&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[-35.27597,149.12371,10,null,&#34;Canberra&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Improved estimation of partially-specified models&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://rsfas.anu.edu.au/research/seminars/statistics-seminar-professor-ioannis-kosmidis-warwick&gt;RSFAS seminar series&lt;\/a&gt;&lt;br/&gt;Institution: The Australian National University&lt;br/&gt;Date &amp; Time: Thu 19-05-2022 16:00-17:00&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[51.487665,51.48559],[-3.175625,-3.178679],10,null,&#34;Cardiff&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Improved estimation of models for ordinal responses&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://jbenartzi.github.io/seminars.html&gt;OR/Stats seminar series&lt;\/a&gt;&lt;br/&gt;Institution: Cardiff University&lt;br/&gt;Date &amp; Time: Mon 02-03-2020 12:10-13:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Beyond Beta regression: modelling bounded-domain variables in the presence of boundary observations&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://events.rss.org.uk/rss/frontend/reg/absViewDocumentFE.csp?documentID=955&amp;eventID=194&gt;RSS 2018 International Conference&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Tue 04-09-2018 15:40-16:40&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[35.494468,24.048757,10,null,&#34;Chania&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Linking the performance of endurance runners to training and physiological effects via multi- resolution elastic net&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.stochastics.gr/meetings/eta/prog.pdf&gt;Greek Stochastics &amp;eta;&#39;&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Sun 12-07-2015 14:15-14:45&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[52.384249,52.384019,52.384019,52.384019,52.384019,52.384019,52.384019,52.382687,52.384249,52.384249],[-1.559359,-1.560843,-1.560843,-1.560843,-1.560843,-1.560843,-1.560843,-1.567,-1.559359,-1.559359],10,null,&#34;Coventry&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://www.ikosmidis.com/files/ikosmidis-CRiSM-2025/&gt;Penalized likelihood estimation and inference in high-dimensional logistic regression&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://warwick.ac.uk/fac/sci/statistics/news/crism-event2025/&gt;CRiSM 2.0 Conference&lt;\/a&gt;&lt;br/&gt;Institution: University of Warwick&lt;br/&gt;Date &amp; Time: Thu 22-05-2025 10:00-10:45&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://www.ikosmidis.com/files/ikosmidis_ACIIS_2022/&gt;Asymptotics, Statistical computing, Clustering, Software&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://warwick.ac.uk/fac/sci/statistics/news/algorithms-seminars&gt;Algorithms &amp; Computationally Intensive Inference seminars&lt;\/a&gt;&lt;br/&gt;Institution: University of Warwick&lt;br/&gt;Date &amp; Time: Fri 11-11-2022 13:00-14:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Flexible marked spatio-temporal point processes with applications to football&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://warwick.ac.uk/fac/sci/statistics/news/algorithms-seminars&gt;Algorithms &amp; Computationally Intensive Inference seminars&lt;\/a&gt;&lt;br/&gt;Institution: University of Warwick&lt;br/&gt;Date &amp; Time: Fri 11-03-2022 13:00-14:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Enhancing the accessibility of teaching materials: structure, content and colours&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://warwick.ac.uk/fac/sci/statistics/news/teachingforum/&gt;Department of Statistics Teaching Forum&lt;\/a&gt;&lt;br/&gt;Institution: University of Warwick&lt;br/&gt;Date &amp; Time: Fri 11-12-2020 15:00-16:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Empirical bias-reducing adjustments to estimating functions&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://warwick.ac.uk/fac/sci/statistics/news/algorithms-seminars&gt;Algorithms &amp; Computationally Intensive Inference seminars&lt;\/a&gt;&lt;br/&gt;Institution: University of Warwick&lt;br/&gt;Date &amp; Time: Fri 07-02-2020 12:45-14:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://ikosmidis.com/files/ikosmidis_YRM_2019.pdf&gt;A workflow that most probably isn&#39;t yours&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://warwick.ac.uk/fac/sci/statistics/news/yrm/&gt;Young Researchers&#39; Meeting&lt;\/a&gt;&lt;br/&gt;Institution: University of Warwick&lt;br/&gt;Date &amp; Time: Tue 28-05-2019 16:00-17:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Towards the finite-sample variance bounds for unbiased estimators&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://warwick.ac.uk/fac/sci/statistics/news/algorithms-seminars&gt;Algorithms &amp; Computationally Intensive Inference seminars&lt;\/a&gt;&lt;br/&gt;Institution: University of Warwick&lt;br/&gt;Date &amp; Time: Fri 08-02-2019 12:45-14:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Location-adjusted Wald statistics&lt;\/strong&gt;&lt;br/&gt;Event: OxWasp Annual Workshop 2018&lt;br/&gt;Institution: University of Warwick&lt;br/&gt;Date &amp; Time: Fri 05-10-2018 15:20-15:50&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduced-bias inference for regression models with tractable and intractable likelihoods&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://warwick.ac.uk/fac/sci/statistics/event_diary/?calendarItem=094d4345576c303701578a6d89a903fa&gt;CRiSM seminar series&lt;\/a&gt;&lt;br/&gt;Institution: University of Warwick&lt;br/&gt;Date &amp; Time: Fri 17-02-2017 14:00-15:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;brglm: Bias reduction in generalized linear models&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=&gt;useR! 2011&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Wed 17-08-2011&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[51.492269,7.414833,10,null,&#34;Dortmund&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://ikosmidis.com/files/ikosmidis_useR2008.pdf&gt;Profiling the parameters of models with linear predictors&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.r-project.org/conferences/useR-2008/&gt;useR! 2008&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Wed 13-08-2008&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[53.308472,-6.225252,10,null,&#34;Dublin&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Improved estimation in partially specified models&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://maths.ucd.ie/seminars/1644&gt;Statistics and Actuarial Science series&lt;\/a&gt;&lt;br/&gt;Institution: University College Dublin&lt;br/&gt;Date &amp; Time: Thu 23-01-2020 15:00-16:00&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[54.767876,-1.570729,10,null,&#34;Durham&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Improved estimation of partially-specified models&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.dur.ac.uk/mathematical.sciences/events/seminars/?seminar=6476&gt;Statistics seminars&lt;\/a&gt;&lt;br/&gt;Institution: Durham University&lt;br/&gt;Date &amp; Time: Mon 12-10-2020 13:00-14:00&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[55.922925,55.922925],[-3.175305,-3.175305],10,null,&#34;Edinburgh&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Location-adjusted Wald statistics&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.maths.ed.ac.uk/school-of-mathematics/events&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: University of Edinburgh&lt;br/&gt;Date &amp; Time: Fri 23-11-2018 15:00-16:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Model-based clustering using copulas with applications&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.maths.ed.ac.uk/school-of-mathematics/events&gt;Statistics seminar series&lt;\/a&gt;&lt;br/&gt;Institution: University of Edinburgh&lt;br/&gt;Date &amp; Time: Fri 26-02-2016 15:00-16:00&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[53.279985,-9.062352000000001,10,null,&#34;Galway&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Bias reduction and shrinkage in multinomial logit models&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.statmod.org/files/proceedings/iwsm2006_proceedings.pdf&gt;21st International Workshop on Statistical Modelling&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Thu 06-07-2006&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[46.195208,6.139924,10,null,&#34;Geneva&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Bias in Parametric Estimation: Reduction and Useful Side-Effects&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://agenda.unige.ch/events/view/27609&gt;RCS seminar&lt;\/a&gt;&lt;br/&gt;Institution: University of Geneva&lt;br/&gt;Date &amp; Time: Fri 20-03-2020 11:15-12:15&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[55.873458,-4.291964,10,null,&#34;Glasgow&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduced-bias inference in parametric models with tracktable and intractable likelihoods&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.gla.ac.uk/schools/mathematicsstatistics/events/details/?id=9793&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: University of Glasgow&lt;br/&gt;Date &amp; Time: Fri 25-11-2016 15:00-16:00&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[47.2694,47.2694],[11.398236,11.398236],10,null,&#34;Innsbruck&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduced-Bias Inference in Parametric Models with Intractable Likelihoods&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.uibk.ac.at/eeecon/research-seminars/empec/winter-term-16-17&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: University of Innsbruck&lt;br/&gt;Date &amp; Time: Thu 26-01-2017 10:00-11:30&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduction of bias in parametric estimation with emphasis on models for categorical responses&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: University of Innsbruck&lt;br/&gt;Date &amp; Time: Wed 23-05-2012 10:00-11:30&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[41.064635,28.982348,10,null,&#34;Istanbul&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Bias reduction in the estimation of Rasch models&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://home.ku.edu.tr/~wcong2012/&gt;8th World Congress in Probability and Statistics&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Tue 10-07-2012&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[42.448148,-76.480052,10,null,&#34;Ithaka, NY&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;On iterative adjustment of responses for the reduction of bias in binary regression&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.statmod.org/files/proceedings/iwsm2009_proceedings.pdf&gt;24th International Workshop on Statistical Modelling&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Wed 22-07-2009&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[51.524107,-0.040525,10,null,&#34;Kent&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Model-based clustering using copulas with applications&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.kent.ac.uk/smsas/events/cal.html?eid=0BB691BA-966B-4E42-8954-54759240C82B&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: University of Kent&lt;br/&gt;Date &amp; Time: Thu 30-10-2014 14:00-15:00&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[46.520257,6.567897,10,null,&#34;Lausanne&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Improved estimation of partially-specified models&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.epfl.ch/labs/smat/statistics-seminar/&gt;Statistics Seminar&lt;\/a&gt;&lt;br/&gt;Institution: EPFL&lt;br/&gt;Date &amp; Time: Fri 06-03-2020 15:15-16:00&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[38.835433,20.70393,10,null,&#34;Lefkada&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;On iterative adjustment of responses for the reduction of bias in binary regression&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.stochastics.gr/meetings/beta/index.html#Programme&gt;Greek Stochastics &amp;beta;&#39;&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Fri 27-08-2010 14:15-14:45&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[50.8746,4.700447,10,null,&#34;Leuven&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Shrinking bias to benefit estimation and inference in statistical models&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://agenda.kuleuven.be/en/content/kbi-statistics-and-econometrics-seminar-ioannis-kosmidis-university-college-london-uk&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: KU Leuven&lt;br/&gt;Date &amp; Time: Thu 23-04-2015 12:00-13:00&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[34.705418,34.714569],[33.115776,33.1628],10,null,&#34;Limassol&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://www.ikosmidis.com/files/ikosmidis_CRONOS2019_xbx.pdf&gt;Infinite mixtures of beta regression models for bounded-domain variables&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://cmstatistics.org/RegistrationsV2/CRONOSMDA2019/viewSubmission.php?in=270&amp;token=6991s35s0003891p79p68r77006qn476&gt;CRoNoS &amp; MDA 2019&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Sun 14-04-2019 10:50-12:50&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Profiling the parameters of models with linear predictors&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.cfe-csda.org/ercim09/programme_short.html&gt;ERCIM 2009&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Sat 31-10-2009 09:20-09:50&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[48.336429,14.31953,10,null,&#34;Linz&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Beyond beta regression: modelling percentages and fractions in the presence of boundary observations&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://ifas.jku.at/iwsm2015/resources/IWSM-2015-Programme.pdf&gt;30th International Workshop on Statistical Modelling&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Wed 08-07-2015 09:30-09:50&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[51.5136577516331,51.49907,51.530206,51.513917,51.530206,51.520254,51.512218,52.384249,51.521293,51.522766,51.524107,51.513875,51.49901,51.521293,51.521293,51.520775,51.524107],[-0.1152595460315898,-0.178961,-0.12763,-0.110506,-0.12763,-0.131657,-0.116687,-1.559359,-0.128728,-0.09081500000000001,-0.040525,-0.116588,-0.178993,-0.128728,-0.128728,-0.130093,-0.040525],10,null,&#34;London&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Penalized likelihood estimation and inference in high-dimensional logistic regression&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://sites.google.com/view/CCDA2024&gt;Workshop on Challenges for Categorical Data Analysis&lt;\/a&gt;&lt;br/&gt;Institution: London School of Economics&lt;br/&gt;Date &amp; Time: Fri 01-11-2024 12:30-12:45&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Improved estimation of partially specified models&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.imperial.ac.uk/statistics/seminars/statistics-seminar/&gt;Statistics seminar series&lt;\/a&gt;&lt;br/&gt;Institution: Imperial College London&lt;br/&gt;Date &amp; Time: Fri 28-02-2020 14:00-15:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Software for Networks of Software and Developers&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://rse.turing.ac.uk/tech-talk-schedule.html&gt;REG tech talks&lt;\/a&gt;&lt;br/&gt;Institution: The Alan Turing Institute&lt;br/&gt;Date &amp; Time: Tue 03-12-2019 13:00-14:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;On your mark, get set, go! Data scientists making platforms for your exercise data&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://pintofscience.co.uk/event/taking-care-of-your-data&gt;Pint of Science 2019&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Wed 22-05-2019 19:30-21:30&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduced-bias inference in regression&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://turing-seminar.github.io&gt;Theory and Algorithms in Data Science seminars&lt;\/a&gt;&lt;br/&gt;Institution: The Alan Turing Institute&lt;br/&gt;Date &amp; Time: Thu 16-05-2019 14:00-15:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Location-adjusted Wald statistics&lt;\/strong&gt;&lt;br/&gt;Event: Workshop on Machine Learning and Econometrics&lt;br/&gt;Institution: CEMMAP&lt;br/&gt;Date &amp; Time: Fri 08-06-2018 10:55-11:30&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Location-adjusted Wald statistics&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: Kings College London&lt;br/&gt;Date &amp; Time: Tue 12-12-2017 14:00-15:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Beyond Beta regression: modelling bounded-domain variables in the presence of boundary observations&lt;\/strong&gt;&lt;br/&gt;Event: Statistical Science Seminars&lt;br/&gt;Institution: University College London&lt;br/&gt;Date &amp; Time: Thu 09-02-2017 16:00-17:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Beyond Beta regression: Modelling percentages and fractions in the presence of boundary observations&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://cmstatistics.org/CMStatistics2015/fullprogramme.php&gt;ERCIM 2015&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Fri 26-02-2016 14:25-14:50&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Fatigue in elite sports: Data wrangling and statistical modelling of availability to train&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.statslife.org.uk/events/events-calendar/eventdetail/556/-/statistical-applications-in-sport&gt;Joint meeting of the Statistics in Sport and Statistical Computing Sections of the Royal Statistical Society&lt;\/a&gt;&lt;br/&gt;Institution: Royal Statistical Society&lt;br/&gt;Date &amp; Time: Wed 11-11-2015 16:00-17:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Model-based clustering using copulas with applications&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.qmul.ac.uk/maths/research/seminars/statistics-seminar/&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: Queen Mary university&lt;br/&gt;Date &amp; Time: Thu 26-02-2015 16:30-17:30&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Shrinking bias to benefit estimation and inference\nwith emphasis on models for categorical responses&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: London School of Economics and Political Science&lt;br/&gt;Date &amp; Time: Fri 01-11-2013 14:00-15:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Shrinking bias to benefit estimation and inference&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: Imperial College London&lt;br/&gt;Date &amp; Time: Fri 11-10-2013 14:00-15:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Beyond Beta regression: modelling bounded-domain variables in the presence of boundary observations&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.cmstatistics.org/ERCIM2013/fullprogramme.php&gt;ERCIM 2013&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Sat 14-12-2013 11:20-11:45&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Model-based clustering using copulas&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.cfe-csda.org/ercim11/sessions.php?ShowERCIM=Show+ERCIM+programme&gt;ERCIM 2011&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Mon 19-12-2011 10:55-11:20&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduction of bias in parametric estimation with emphasis on models for categorical responses&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: London School of Hygiene and Tropical Medicine&lt;br/&gt;Date &amp; Time: Wed 29-02-2012 12:45-13:45&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduction of bias in parametric estimation with emphasis on models for categorical responses&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: Queen Mary university&lt;br/&gt;Date &amp; Time: Wed 01-12-2010 16:30-17:30&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[52.766099,-1.226582,10,null,&#34;Loughborough&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Linking the performance of endurance runners to training and physiological effects&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.mathsportinternational.com/maths_in_sport2015_programme.pdf&gt;MathSport International 2015&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Tue 30-06-2015 12:10-12:30&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[53.468149,-2.231464,10,null,&#34;Machester&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Location-adjusted Wald statistics&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: University of Machester&lt;br/&gt;Date &amp; Time: Wed 03-04-2019 14:00-15:00&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[25.795321,-80.134517,10,null,&#34;Miami, FL&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;A generic algorithm for reducing bias in parametric estimation&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://ww2.amstat.org/meetings/jsm/2011/onlineprogram/ActivityDetails.cfm?SessionID=206631&gt;JSM 2011&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Tue 02-08-2011 09:50-10:15&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[45.45072,45.5173,45.517392],[9.187469999999999,9.213200000000001,9.213267999999999],10,null,&#34;Milan&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Penalized likelihood estimation and inference in high-dimensional logistic regression&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://dec.unibocconi.eu/events/ioannis-kosmidis-statistics-seminars-fall-2024&gt;Statistics Seminars&lt;\/a&gt;&lt;br/&gt;Institution: Università Bocconi&lt;br/&gt;Date &amp; Time: Thu 22-02-2024 12:00-13:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://www.ikosmidis.com/files/ikosmidis_brquasi_eRum2020/&gt;brquasi: Improved quasi-likelihood estimation&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://2020.erum.io/wp-content/uploads/2020/06/program_brochure_v5_20200617.pdf&gt;e-Rum 2020&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Thu 18-06-2020 14:05-14:20&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduced-bias inference for regression models with tractable and intractable likelihoods&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://dems.unimib.it/it/eventi/reduced-bias-inference-regression-models-tractable-and-intractable-likelihoods-ioannis-kosmidis&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: University of Milano-Bicocca&lt;br/&gt;Date &amp; Time: Wed 24-10-2018 12:00-13:00&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[54.97849,-1.616334,10,null,&#34;Newcastle&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Shrinking bias to benefit estimation and inference&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: Newcastle University&lt;br/&gt;Date &amp; Time: Fri 09-11-2012 14:15-15:15&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[52.621173,1.237552,10,null,&#34;Norwich&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Shrinking bias to benefit estimation and inference in statistical models&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.uea.ac.uk/computing/news-and-events/seminars/-/asset_publisher/a9l6p5FXwXPI/blog/shrinking-bias-to-benefit-estimation-and-inference-in-statistical-models&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: University of East Anglia&lt;br/&gt;Date &amp; Time: Fri 25-01-2013 13:00-14:00&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[52.940727,-1.192223,10,null,&#34;Nottingham&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Statistical modelling of availability-to-train in elite sports&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://sites.google.com/site/rssemlg/meetings&gt;RSS East Midlands Local Group Meeting&lt;\/a&gt;&lt;br/&gt;Institution: University of Nottingham&lt;br/&gt;Date &amp; Time: Thu 05-05-2016 18:15-19:15&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[59.943782,10.717242,10,null,&#34;Oslo&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Bias reduction in ordinal response models&lt;\/strong&gt;&lt;br/&gt;Event: European Meeting of Statisticians 2005&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Mon 25-07-2005&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[51.752975,51.752846,51.759008],[-1.21481,-1.26064,-1.259286],10,null,&#34;Oxford&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://www.ikosmidis.com/files/ikosmidis_nisox2020.pdf&gt;Reduced-bias estimation of models with ordinal responses&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.nisox.org&gt;NISOx group meetings&lt;\/a&gt;&lt;br/&gt;Institution: Big Data Institute, University of Oxford&lt;br/&gt;Date &amp; Time: Wed 26-02-2020 13:30-14:30&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://www.ikosmidis.com/files/ikosmidis_cranly_OxfordRUG_2018.pdf&gt;Package and collaboration networks in CRAN&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://r-oxford.github.io/index.html&gt;Oxford R user group&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Mon 05-11-2018 18:00-19:30&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Shrinking bias to benefit estimation and inference in statistical models&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: University of Oxford&lt;br/&gt;Date &amp; Time: Thu 30-05-2013 14:15-15:15&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[45.405428,45.405428,45.405428,45.405428],[11.884618,11.884618,11.884618,11.884618],10,null,&#34;Padova&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Penalized likelihood estimation and inference in high-dimensional logistic regression&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.stat.unipd.it/ricerca/academic-year-20242025&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: University of Padova&lt;br/&gt;Date &amp; Time: Tue 29-04-2025 11:30-12:30&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Model-based clustering using copulas with applications&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.stat.unipd.it/sites/default/files/KOSMIDIS_17marzo_mb.pdf&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: University of Padova&lt;br/&gt;Date &amp; Time: Tue 17-03-2015 12:00-13:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Discussion on &#39;Modelling and predicting clustered count data with excess zeros&#39;&lt;\/strong&gt;&lt;br/&gt;Event: Recent advances in statistical inference: theory and case studies&lt;br/&gt;Institution: University of Padova&lt;br/&gt;Date &amp; Time: Fri 22-03-2013 12:00-12:30&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduction of bias in exponential family models&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: University of Padova&lt;br/&gt;Date &amp; Time: Fri 01-05-2009 14:00-15:00&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[38.104908,13.349638,10,null,&#34;Palermo&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://ikosmidis.com/files/ikosmidis_IWSM2013.pdf&gt;Reduced-bias inference for multi-dimensional Rasch models with applications&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://iwsm2013.unipa.it/?cmd=programme&gt;28th International Workshop on Statistical Modelling&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Wed 10-07-2013 12:30-12:50&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[43.710791,10.410751,10,null,&#34;Pisa&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Effects of bias on inference in the presence of nuisance parameters: case studies and questions&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.cmstatistics.org/ERCIM2014/fullprogramme.php&gt;ERCIM 2014&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Sat 06-12-2014 12:00-12:35&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[48.120904,-1.63566,10,null,&#34;Rennes&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Penalized likelihood in meta-regression&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.lebesgue.fr/sites/default/files/sem2016/iwsm2016/programme.pdf&gt;31st International Workshop on Statistical Modelling&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Thu 07-07-2016 18:00-18:20&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[35.307542,25.082674,10,null,&#34;Rethymnon&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Multinomial logit bias reduction via the Poisson log-linear model&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.stochastics.gr/meetings/gamma/index.html#Programme&gt;Greek Stochastics &amp;gamma;&#39;&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Mon 30-05-2011 21:00-21:30&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[40.672802,14.775877,10,null,&#34;Salerno&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Mean and median bias-reducing estimating equations for meta analysis&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.conftool.net/isnps2018/index.php?page=browseSessions&amp;form_session=35#paperID406&gt;ISNPS 2019&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Tue 12-06-2018&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[50.93631,50.93631],[-1.398807,-1.398807],10,null,&#34;Southampton&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduced-bias inference for regression models with tractable and intractable likelihoods&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.southampton.ac.uk/maths/news/seminars/2017/03/16-s3ri-seminar-ioannis-kosmidis.page&gt;S3RI Seminar&lt;\/a&gt;&lt;br/&gt;Institution: University of Southampton&lt;br/&gt;Date &amp; Time: Thu 16-03-2017 14:00-15:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduction of bias in parametric estimation with emphasis on models for categorical responses&lt;\/strong&gt;&lt;br/&gt;Event: S3RI Seminar&lt;br/&gt;Institution: University of Southampton&lt;br/&gt;Date &amp; Time: Wed 01-12-2010 14:00-15:00&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[38.650907,-90.310715,10,null,&#34;St Louis&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Improved estimation of partially specified models&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.math.wustl.edu/~kuffner/WHOA-PSI-4.html&gt;WHOA-PSI 2019&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Sat 17-08-2019 13:30-14:00&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[37.429464,-122.16533,10,null,&#34;Stanford&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;brglm: Reduced-bias inference in generalized linear models&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://user2016.r-project.org//files/abs-book.pdf&gt;useR! 2016&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Wed 29-06-2016 14:15-14:35&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[51.243193,-0.59019,10,null,&#34;Surrey&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Improved estimation through additive adjustment of estimating functions&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.surrey.ac.uk/school-economics/events&gt;School of Economics Seminar Series&lt;\/a&gt;&lt;br/&gt;Institution: University of Surrey&lt;br/&gt;Date &amp; Time: Thu 03-11-2022 16:00-17:00&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[40.65357180828945,22.90792928536039,10,null,&#34;Thessaloniki&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#ef3b2c&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#ef3b2c&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://www.ikosmidis.com/files/ikosmidis-brgam-ISNPS2026.html&gt;Improved Estimation for Generalized Additive Models&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://easyconferences.eu/isnps2026/program/&gt;ISNPS 2026&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Thu 25-06-2026 09:00-09:30&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[37.537992,25.163583,10,null,&#34;Tinos&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Improving the accuracy of likelihood- based inference in meta-analysis and meta-regression&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.stochastics.gr/meetings/theta/prog.pdf&gt;Greek Stochastics &amp;theta;&#39;&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Tue 12-07-2016 14:45-15:15&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[43.64392,43.662692],[-79.38667700000001,-79.398741],10,null,&#34;Toronto&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://www.ikosmidis.com/files/kosmidis_JSM2023.pdf&gt;Jeffreys-prior penalty in binomial-response generalized linear models&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://ww2.aievolution.com/JSMAnnual/index.cfm?do=ev.viewEv&amp;ev=1536&gt;Joint Statistical Meetings 2023&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Sun 06-08-2023 16:40-17:10&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Towards the finite-sample variance bounds for unbiased estimators&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: University of Toronto&lt;br/&gt;Date &amp; Time: Wed 05-06-2019 15:30-16:30&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[43.61261,43.61261],[1.434433,1.434433],10,null,&#34;Toulouse&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://www.ikosmidis.com/files/ikosmidis_cranly_useR2019/&gt;Making sense of CRAN: Package and collaboration networks&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.user2019.fr/talk_schedule/&gt;useR! 2019&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Fri 12-07-2019 11:48-12:06&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://www.ikosmidis.com/files/ikosmidis_trackeRapp_useR2019.pdf&gt;trackeRapp: An integrated shiny workflow for the analysis of running, cycling and swimming data&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.user2019.fr/program_overview/&gt;useR! 2019&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Thu 11-07-2019 17:00-18:30&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[52.567149,-3.35274,10,null,&#34;Tregynon&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Bias in parametric estimation: reduction and useful side-effects&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www2.warwick.ac.uk/fac/sci/statistics/news/gregynog/programme/&gt;51st Gregynog Statistical Conference&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Fri 17-04-2015 20:15-21:15&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[45.65869,13.793226,10,null,&#34;Trieste&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://www.ikosmidis.com/files/kosmidis_IWSM2022.pdf&gt;Improved estimation through additive adjustment of estimating functions&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.iwsm2022.com&gt;36th International Workshop on Statistical Modelling&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Wed 20-07-2022 10:30-11:30&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[46.066556,13.241894,10,null,&#34;Udine&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduced-bias inference in statistical modelling&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://qui.uniud.it/agenda?id=reduced-bias-inference-in-statistical-modelling&amp;month=9&amp;year=2019&amp;cat=convegni-e-seminari&amp;org=&amp;target=#event-reduced-bias-inference-in-statistical-modelling&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: University of Udine&lt;br/&gt;Date &amp; Time: Wed 25-09-2019 10:30-11:30&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[45.479049,45.479049,45.437137,45.437137],[12.255292,12.255292,12.326223,12.326223],10,null,&#34;Venice&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Consistent, tuning-free model selection in regression problems&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.unive.it/data/33113/9/88233&gt;Statistical Reflections workshop&lt;\/a&gt;&lt;br/&gt;Institution: Ca&#39; Foscari University&lt;br/&gt;Date &amp; Time: Wed 22-05-2024 14:45-15:30&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://www.ikosmidis.com/files/kosmidis_softpen_Venice23.pdf&gt;Maximum softly-penalized likelihood for mixed effects logistic regression&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.unive.it/pag/41970/&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: Ca&#39; Foscari University&lt;br/&gt;Date &amp; Time: Tue 30-05-2023 14:00-15:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduced-bias inference for multi-dimensional Rasch models with applications&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.unive.it/nqcontent.cfm?a_id=145468&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: Ca&#39; Foscari University&lt;br/&gt;Date &amp; Time: Fri 13-03-2015 11:15-12:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Model-based clustering using copulas with applications&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.unive.it/nqcontent.cfm?a_id=145468&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: Ca&#39; Foscari University&lt;br/&gt;Date &amp; Time: Mon 01-06-2015&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[[48.214707,48.220893,48.219741,48.219018],[16.407343,16.346876,16.351529,16.366395],10,null,&#34;Vienna&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:[&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;,&#34;#737373&#34;],&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,[&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://ikosmidis.com/files/ikosmidis_WU_2018.pdf&gt;Location-adjusted Wald statistics&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.wu.ac.at/en/statmath/research/resseminar/summer-term-2018/&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: WU Vienna&lt;br/&gt;Date &amp; Time: Fri 04-05-2018 09:00-10:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://ikosmidis.com/files/ikosmidis_CEN-ISBS_2017.pdf&gt;Reduced-bias estimation of models with ordinal responses&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://www.professionalabstracts.com/cenisbs2017/iplanner/#/grid&gt;CEN ISBS Joint Conference on Biometrics &amp; Biopharmaceutical Statistics&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Thu 31-08-2017 09:30-10:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduced-bias inference for regression models with tractable and intractable likelihoods&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: Medical University of Vienna&lt;br/&gt;Date &amp; Time: Sat 11-02-2017 11:00-12:00&#34;,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Shrinking bias to benefit estimation and inference&lt;\/strong&gt;&lt;br/&gt;Event: Seminar series&lt;br/&gt;Institution: University of Vienna&lt;br/&gt;Date &amp; Time: Mon 12-11-2012 13:00-14:00&#34;],null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[-80,23.732489,10,null,&#34;Virtual&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://www.ikosmidis.com/files/ikosmidis_HulC_discussion/&gt;The HulC: Confidence Regions from convex hulls: Discussant contribution&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://www.selectiveinferenceseminar.com/past-talks&gt;International Seminar on Selective Inference&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Wed 31-05-2023 16:30-17:30&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[38.905151,-77.022886,10,null,&#34;Washington, DC&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;&lt;a href=http://ikosmidis.com/files/ikosmidis_JSM2009.pdf&gt;Bias reduction in generalized nonlinear models&lt;\/a&gt;&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=https://ww2.amstat.org/meetings/jsm/2009/index.cfm?fuseaction=program&gt;Joint Statistical Meetings 2009&lt;\/a&gt;&lt;br/&gt;Institution: &lt;br/&gt;Date &amp; Time: Mon 03-08-2009 08:30-09:00&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addCircleMarkers&#34;,&#34;args&#34;:[53.946682,-1.055274,10,null,&#34;York&#34;,{&#34;interactive&#34;:true,&#34;className&#34;:&#34;&#34;,&#34;stroke&#34;:true,&#34;color&#34;:&#34;#737373&#34;,&#34;weight&#34;:5,&#34;opacity&#34;:0.5,&#34;fill&#34;:true,&#34;fillColor&#34;:&#34;#737373&#34;,&#34;fillOpacity&#34;:0.5},{&#34;showCoverageOnHover&#34;:true,&#34;zoomToBoundsOnClick&#34;:true,&#34;spiderfyOnMaxZoom&#34;:true,&#34;removeOutsideVisibleBounds&#34;:false,&#34;spiderLegPolylineOptions&#34;:{&#34;weight&#34;:1.5,&#34;color&#34;:&#34;#222&#34;,&#34;opacity&#34;:0.5},&#34;freezeAtZoom&#34;:false},null,&#34;Presenter: &lt;a href=http://www.ikosmidis.com&gt; Ioannis  Kosmidis &lt;\/a&gt;&lt;br/&gt;Title: &lt;strong&gt;Reduced-bias inference in parametric models with tracktable and intractable likelihoods&lt;\/strong&gt;&lt;br/&gt;Event: &lt;a href=http://maths.york.ac.uk/www/node/15670&gt;Seminar series&lt;\/a&gt;&lt;br/&gt;Institution: University of York&lt;br/&gt;Date &amp; Time: Thu 24-11-2016 13:00-14:00&#34;,null,null,{&#34;interactive&#34;:false,&#34;permanent&#34;:true,&#34;direction&#34;:&#34;auto&#34;,&#34;opacity&#34;:1,&#34;offset&#34;:[0,0],&#34;textsize&#34;:&#34;10px&#34;,&#34;textOnly&#34;:false,&#34;className&#34;:&#34;&#34;,&#34;sticky&#34;:true},null]},{&#34;method&#34;:&#34;addLayersControl&#34;,&#34;args&#34;:[[],[&#34;Aachen&#34;,&#34;Athens&#34;,&#34;Barcelona&#34;,&#34;Belfast&#34;,&#34;Bolzano&#34;,&#34;Braga&#34;,&#34;Brighton&#34;,&#34;Bristol&#34;,&#34;Canberra&#34;,&#34;Cardiff&#34;,&#34;Chania&#34;,&#34;Coventry&#34;,&#34;Dortmund&#34;,&#34;Dublin&#34;,&#34;Durham&#34;,&#34;Edinburgh&#34;,&#34;Galway&#34;,&#34;Geneva&#34;,&#34;Glasgow&#34;,&#34;Innsbruck&#34;,&#34;Istanbul&#34;,&#34;Ithaka, NY&#34;,&#34;Kent&#34;,&#34;Lausanne&#34;,&#34;Lefkada&#34;,&#34;Leuven&#34;,&#34;Limassol&#34;,&#34;Linz&#34;,&#34;London&#34;,&#34;Loughborough&#34;,&#34;Machester&#34;,&#34;Miami, FL&#34;,&#34;Milan&#34;,&#34;Newcastle&#34;,&#34;Norwich&#34;,&#34;Nottingham&#34;,&#34;Oslo&#34;,&#34;Oxford&#34;,&#34;Padova&#34;,&#34;Palermo&#34;,&#34;Pisa&#34;,&#34;Rennes&#34;,&#34;Rethymnon&#34;,&#34;Salerno&#34;,&#34;Southampton&#34;,&#34;St Louis&#34;,&#34;Stanford&#34;,&#34;Surrey&#34;,&#34;Thessaloniki&#34;,&#34;Tinos&#34;,&#34;Toronto&#34;,&#34;Toulouse&#34;,&#34;Tregynon&#34;,&#34;Trieste&#34;,&#34;Udine&#34;,&#34;Venice&#34;,&#34;Vienna&#34;,&#34;Virtual&#34;,&#34;Washington, DC&#34;,&#34;York&#34;],{&#34;collapsed&#34;:true,&#34;autoZIndex&#34;:true,&#34;position&#34;:&#34;topright&#34;}]},{&#34;method&#34;:&#34;addControl&#34;,&#34;args&#34;:[&#34;&lt;a href=&#39;https://cran.r-project.org/package=semnar&#39;&gt;semnar&lt;\/a&gt; map&lt;br/&gt;112 presentations&lt;br/&gt;21 countries&lt;br/&gt;60 cities&#34;,&#34;bottomleft&#34;,null,&#34;info legend&#34;]}],&#34;limits&#34;:{&#34;lat&#34;:[-80,59.943782],&#34;lng&#34;:[-122.16533,149.12371]}},&#34;evals&#34;:[],&#34;jsHooks&#34;:[]}&lt;/script&gt;&#xA;&lt;p&gt;The above map is generated using my &lt;a href=&#34;https://cran.r-project.org/package=semnar&#34;&gt;semnar&lt;/a&gt; R package. Try to interact with it for more details on my seminars and talks and associated materials. Talks on virtual seminar series are marked somewhere in Antarctica, which is somewhere I will, most probably, never go for a face to face seminar.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Teaching</title>
				<link>http://www.ikosmidis.com/teaching/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>http://www.ikosmidis.com/teaching/</guid>
				<description>&lt;div id=&#34;teaching-activity&#34; class=&#34;section level1&#34;&gt;&#xA;&lt;h1&gt;Teaching activity&lt;/h1&gt;&#xA;&lt;div id=&#34;apts-statistical-modelling&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;APTS: Statistical Modelling&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;University of Nottingham, UK | Durham University, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;15-19 April 2024 | 22-25 April 2025 | 13-17 April 2026&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Level&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;PhD&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.ikosmidis.com/files/APTS-SM-Preliminary/&#34;&gt;Preliminary Material&lt;/a&gt; | &lt;a href=&#34;http://www.ikosmidis.com/files/APTS-SM-Notes/&#34;&gt;Notes&lt;/a&gt; | &lt;a href=&#34;http://www.ikosmidis.com/files/APTS-SM-Slides-model-selection.html&#34;&gt;Slides: Model selection&lt;/a&gt; | &lt;a href=&#34;http://www.ikosmidis.com/files/APTS-SM-Slides-beyond-glms.html&#34;&gt;Slides: Beyond GLMs&lt;/a&gt; | &lt;a href=&#34;http://www.ikosmidis.com/files/APTS-SM-Slides-nonlinear-models.html&#34;&gt;Slides: Nonlinear models&lt;/a&gt; | &lt;a href=&#34;http://www.ikosmidis.com/files/APTS-SM-Slides-latent.html&#34;&gt;Slides: Latent variables&lt;/a&gt; | &lt;a href=&#34;http://www.ikosmidis.com/files/APTS-SM-Assessment/&#34;&gt;Assessment&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;on-aspects-of-statistical-modelling&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;On aspects of statistical modelling&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Athens University of Economics and Business&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;9-12 April 2025&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Level&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;MSc&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;graduate-topics-in-statistics-model-selection-in-regression&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Graduate topics in statistics: Model selection in regression&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;University of Warwick, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;2nd term of 2024-2025&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Level&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;PhD&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Type&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;University of Warwick module &lt;a href=&#34;https://warwick.ac.uk/fac/sci/statistics/currentstudents/modules/st925&#34;&gt;ST925&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;https://moodle.warwick.ac.uk/course/view.php?id=67729&#34;&gt;University of Warwick Moodle pages&lt;/a&gt; (restricted access)&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;regression-modelling-with-large-data-sets&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Regression modelling with large data sets&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;University of Padova, Italy | Barcelona GSE Data Science, Spain | University of Innsbruck, Austria&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;17-18 September 2020 (Padova) | 9-10 May 2018 (Padova) | 18-19 October 2017 (GSE) | 30 January - 1 February 2017 (Innsbruck) | 27-28 October 2016 (GSE) | 12-13 November 2015 (GSE)&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Level&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Graduate and PhD&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;scalable-regression-old-tricks-new-era&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Scalable regression: old tricks, new era&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;The Alan Turing Institute, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;25 May 2018&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Level&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;PhD&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Type&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Turing Data Science Masterclass&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Information and registration &lt;a href=&#34;https://www.turing.ac.uk/events/turing-data-science-class-scalable-regression-old-tricks-new-era/&#34;&gt;here&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;topics-in-statistics-generalized-linear-models-with-large-data-sets&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Topics in statistics: Generalized linear models with large data sets&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;University of Warwick, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;2nd term of 2017-2018 | 2nd term of 2018-2019&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Level&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Undergraduate&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Type&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;University of Warwick module &lt;a href=&#34;https://warwick.ac.uk/fac/sci/statistics/modules/st3/st329/&#34;&gt;ST329&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;https://warwick.ac.uk/fac/sci/statistics/modules/st3/st329/resources&#34;&gt;University of Warwick pages&lt;/a&gt; (restricted access)&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;linear-and-generalized-linear-models&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Linear and generalized linear models&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;R Summer School @ AUEB, Athens University of Economics and Business, Greece&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;27-30 March 2015 | 23-27 June 2014&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Level&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Graduate&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Type&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Summer school&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;linear-models-and-the-analysis-of-variance&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Linear models and the analysis of variance&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;UCL, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;1st term of 2010-2011 | 1st term of 2011-2012 | 1st term of 2012-2013 | 1st term of 2013-2014 | 1st term of 2014-2015 | 1st term of 2015-2016&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Level&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Undergraduate&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Type&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;UCL module STAT2002/STAT7101&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://moodle.ucl.ac.uk&#34;&gt;UCL Moodle&lt;/a&gt; (restricted access)&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;introduction-to-practical-statistics&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Introduction to practical Statistics&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;UCL, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;2nd term of 2010-2011&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Level&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Undergraduate&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Type&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;UCL module STAT1006&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://moodle.ucl.ac.uk&#34;&gt;UCL Moodle&lt;/a&gt; (restricted access)&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;further-modelling-with-applications-in-health-research-proportional-odds-models&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Further modelling with applications in health research: Proportional odds models&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;UCL, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;1st term of 2013-2014 | 1st term of 2014-2015&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Level&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Undergraduate and Graduate&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Type&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;UCL module STATG021/STATM021&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://moodle.ucl.ac.uk&#34;&gt;UCL Moodle&lt;/a&gt; (restricted access)&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;foundation-course-introduction-to-significance-tests&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Foundation course: Introduction to significance tests&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;UCL, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;1st term of 2011-2012 | 1st term of 2012-2013 | 1st term of 2013-2014 | 1st term of 2015-2016 | 1st term of 2016-2017&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Level&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Graduate&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Type&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;UCL module STATG000&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://moodle.ucl.ac.uk&#34;&gt;UCL Moodle&lt;/a&gt; (restricted access)&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;advanced-topics-in-statistics-asymptotic-statistics&#34; class=&#34;section level3&#34;&gt;&#xA;&lt;h3&gt;Advanced topics in statistics: Asymptotic statistics&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;&lt;tbody&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Where&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;University of Warwick, UK&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;When&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;1st term of 2009-2010&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Level&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Undergraduate and Graduate&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Type&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;University of Warwick module ST414&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;tr&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;Links&#xA;&lt;/td&gt;&#xA;&lt;td style=&#34;text-align:left;&#34;&gt;&#xA;&lt;a href=&#34;http://www.ikosmidis.com/files/ST414_0910_IoannisKosmidis.zip&#34;&gt;Module materials&lt;/a&gt;&#xA;&lt;/td&gt;&#xA;&lt;/tr&gt;&#xA;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;</description>
			</item>
	</channel>
</rss>
