CINXE.COM
Kuba Skrzeczkowski
<!DOCTYPE html> <html lang="pl_PL"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Kuba Skrzeczkowski</title> <!-- Bootstrap --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <nav class="navbar navbar-inverse"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="index.html">Kuba Skrzeczkowski</a> </div> <ul class="nav navbar-nav"> <li class="active"><a href="index.html">Main page</a></li> <li><a href="papers.html">Papers</a></li> <li><a href="talks.html">Materials </a></li> <li><a href="teaching.html">Teaching</a></li> <li><a href="kontakt.html">Contact</a></li> <li><a href="prev_homepage_pics.html">Previous pictures</a></li> </ul> </div> </nav> <img src="pic7.jpg" class="img-thumbnail" title="" align="right" width="35%" hspace="30"> <div class="container-fluid"> <p align="justify" style="font-size:120%;">My name is <b>Jakub (Kuba) Skrzeczkowski</b>. Since September 2023, I am a postdoc at <a href="https://www.maths.ox.ac.uk">Mathematical Institute, University of Oxford</a> in the group of <a href="https://carrilloja.org">Jos茅 A. Carrillo</a>. I am also teaching at <a href="https://www.queens.ox.ac.uk">the Queen's College</a>. </p> <p align="justify" style="font-size:120%;"> <b> <font color="red"> My CV </font> </b> is <a href="CV.pdf"> here </a>. </p> <p align="justify" style="font-size:120%;"> <b> <font color="red"> </font> </b> I work mostly in <b> Partial Differential Equations</b> and its applications. Some of my interests so far: <ul style="font-size:120%;"> <li> singular limits in PDEs,</li> <li> PDEs in data science/machine learning,</li> <li> nonlocal PDEs,</li> <li> Cahn-Hilliard equation,</li> <li> (nonlinear)-diffusion-type PDEs,</li> <li> bayesian inference and inverse problems,</li> <li> PDEs with operators having non-standard growth,</li> <li> measure solutions to (nonlocal) transport equations (structured population models).</li> </ul> </p> <p align="justify" style="font-size:120%;"> <b> <font color="red"> My social media profiles:</font> </b> <ul style="font-size:120%;"> <li> math research: <a href="https://scholar.google.com/citations?user=F_TsLCIAAAAJ&hl=en&oi=ao"> Google Scholar </a> </li> <li> math research (verified peer-reviews!): <a href="https://publons.com/researcher/4385476/jakub-skrzeczkowski/"> Publons </a> </li> <li> pics: <a href="https://www.instagram.com/kuba_themathsguy/"> Instagram </a> </li> </ul> </p> <p align="justify" style="font-size:120%;"> <b> <font color="red"> My non-mathematical interests:</font> </b> gym, nutrition and diet, travelling, university/research mobility. </p> </div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> </body> </html>