S3++ 2020

Požega, August 6th - August 16th

Cancelled due to the Covid-19 pandemic

Projects Workshops Lectures

Projects

Science, medicine, and the future: RNA sequencing

Revolution of modern biology has started more then 20 years ago by introducing the sequencing of any genome we could possibly imagine. Furthermore, the development of single-cell RNA sequencing (scRNA-seq) has enabled access to information about gene expression in individual cells and insights into new biological areas. This not only lead us to the better understanding of human diseases, but also enabled us to raise the importance of tailoring a disease therapy to each individual. The method has proven to be especially important for understanding serious illnesses like brain cancer.

In this project we are going to apply well know machine learning algorithms to tailor personalized approach in treating patients with glioblastoma, the most aggressive brain tumor. To accomplish that, we are going to use a popular program language R to develop a code that will be applied to analyze a real scRNA seq dataset. We are going to learn how to investigate the quality of any given dataset and how to preprocess the data before making any conclusions of biological value. Furthermore, we will learn what is cell clustering, how to perform one and how to identify found cells in patient sample based on “gene markers”. In the end we will build a code that will tell us which specific cells react to patient tumor, which is the key information clinician use to create personalized vaccines against patient’s tumor.

This project will introduce you to the modern and rapidly expanding pipeline of treating patient’s cancer using only vaccines. More important, it will show you the importance of bioinformatics and processing large datasets without which we cannot imagine modern science, medicine and future.

Ivana Osredek
University of Leicester, UK

Ivana is currently a third-year student at the University of Leicester, UK. This year she is doing Erasmus + internship at the German Cancer Research Centre. Her work involves identification of tumor-reactive T cell receptors using single-cell sequencing and bioinformatics tools, in order to create a personalized treatment for patients suffering from brain cancer. In her free time Ivana is an active trail long distance runner, currently preparing for a marathon.

Explaining source code to computers: helping them help us

People use programming languages to talk to computers---mostly to boss them around and give them repetitive tasks to execute. However, computers cannot execute instructions written in high-level languages like C++, Java or Python directly---their processors can only execute very simple machine code. To help them out, we use a typically rather complex program called a compiler which reads high-level source code and translates it into low-level machine code. While enormous compilers like gcc are monumental achievements of the community with millions of lines of code and hundreds of contributors, smaller compilers or interpreters for simple, but useful languages can be written by a handful of enthusiastic people during a really cool summer school.

In this project, we are going to investigate a wide variety of programming languages as use cases for some of the most important program compilation and interpretation stages, including lexing, parsing and evaluation. After an initial short presentation of Python and relevant topics in theoretical Computer Science, reading and programming assignments will be handed out dependent on complexity and team size. The general plan is to code up interpreters for simple languages with very different purposes, including, time permitting, our own custom-built languages. The student will learn how to read and/or write a specification for a language as well as syntactically and semantically analyse source code written in the language.

Marko Horvat
Faculty of Science, University of Zagreb, Croatia

Marko is currently a postdoc at the Department of Mathematics, Faculty of Science, University of Zagreb, Croatia. His research and teaching tends to be in theoretical Computer Science, such as formal verification in Information Security. He studied Maths---mostly Logic---in Zagreb, started his PhD in Computer Science at ETH Zurich, completed it at the University of Oxford and he did a postdoc at MPI-SWS in Kaiserslautern, Germany. Nowadays he can be seen thinking about computable topology. In his free time, Marko enjoys video and board games, post-punk and metal music, and coffee.

Fantastic proteins and how to produce them

Late advances of molecular biology have changed our lives. Less than 70 years ago, no one knew how the genetic information is transferred from generation to generation. Since then a huge progress has been achieved. Advances in cloning, sequencing and other techniques culminated in the publication of first human genome sequence by the early 2000s. Among other discoveries, two big breakthroughs are worth mentioning. The recombinant protein production – a technique that uses microorganisms, such as bacteria or yeast, to produce specific proteins (such as human insulin) in a large scale. Introduction of the recombinant protein production transformed the pharmaceutical industry and allowed us to treat previously fatal diseases such as diabetes. The other great advancement is the polymerase chain reaction (PCR). PCR allows (not only) scientist to easily and precisely multiply any segment of DNA. Today, PCR is a routine method used in almost any biochemical lab. Not only it is used world-wide in the field of science, PCR is also an essential for assigning DNA origin in criminology as well as paternity tests.

In this project, we will combine the two above mentioned molecular biology techniques – Recombinant protein production and PCR. First, we will grow E. coli bacterial cells and use them to produce recombinant protein – a thermostable DNA polymerase derived from thermophilic Archea Pyrococcus furiosus. The very similar procedure is used, in much bigger scale, in pharmaceutical industry. Subsequently, we will purify the protein. To verify successful production, we will use our “homemade” DNA polymerase as the key component in the PCR reaction and amplify various DNA molecules.

Lukáš Pekárek
Julius Maximilian University of Würzburg, Germany

Lukáš is a PhD student at the University of Würzburg, Germany. He works as a doctoral researcher at the Helmholtz Institute for RNA-based Infection research in Neva Caliskan’s group focused on Non-canonical translation events. He is currently working on the use of single-molecule techniques to unveil the how viruses hijack our cells. Before that, he did his Bachelor and Master at the University of Chemistry and Technology in Prague. Outside the lab, he likes white-water canoeing and camping.

Backyard science: construct your own particle detector

Throughout all of mankind’s history, one of the central questions was the structure of matter and reality. This issue was mostly unresolved until the 20th century, when the Standard model of particle physics answered a lot of the questions, but also opened more sophisticated challenges and opportunities. While knowledge about the building blocks of the Universe is its own reward, humanity as a whole also profits from direct and indirect discoveries, often in unforeseen ways. For example, the result of a need for networking and sharing data between scientists at CERN is the modern Internet. Also, modern particle accelerators are extremely large and involve thousands of people working together in various ways, including theorists giving predictions, computer scientists developing algorithms and software, and technicians and experimental physicists working on the detector itself.

The goal of this project is to construct a particle detector from easily obtainable materials, like copper wire and fish tanks, and also try to make some rudimentary measurements. Since it’s impractical to build a big accelerator in a few days, the detector will mainly observe naturally accelerated particles found in cosmic rays. Detections will be filmed with smartphones and processed using computers and free software. At the same time, in order to understand our results, we’re going to learn as much theory as time permits, which includes some underlying math and physics, types of particles and interactions, and methods of data analysis.

Anton Perkov
Faculty of Science, University of Zagreb, Croatia

Anton is currently a PhD student at the Department of Physics in Zagreb, Croatia, where he previously graduated. He works on the physics of high-energy hadron scatterings and phenomenology of quantum chromodynamics, the theory of the strong force. He was a participant at S3 during high school, and returns for the first time as a project leader. In his free time he practices Japanese swordsmanship, listens to various audiobooks, and plays the piano.

Dark Patterns - How to create addictive technology

Ever open an app and spend much longer on it than intended? Millenials spend an average of 3.2 hours per day on their phones. That’s a full day each week! Most digital applications like Instagram, YouTube, Snapchat and WhatsApp are specifically designed to be highly addictive. Designers use consumer psychology to understand, manipulate and control people’s behaviour. Consumer psychology is a field which examines why we buy products and services and how we use them. Learning about this field allows you to become more aware of the ways in which products and services you encounter regularly influence you.

In this project, through the lens of consumer psychology, we will examine the many techniques and tricks or “dark patterns” that designers use to keep people engaged with their product or app as long as possible (typically much longer than intended). We will do fun activities and create and carry out experiments designed to convey relevant psychological concepts. Then, ultimately, you will dive in and design an app prototype using all the features and techniques we have learnt. By the end of the project, you will be an expert on the methods being used to get and keep you hooked on digital products and will be better equipped to resist these strategies in the future.

Julia Hamblin-Trué
CODE University of Applied Sciences, Germany

Julia is studying at CODE University in Berlin and majoring in Product Management, which focuses on guiding every step of a product’s development. One of her favourite courses was Consumer Psychology and she went on to teach this course to fellow students. She is very interested in the ethical considerations of technology in society. She enjoys acting, singing, playing instruments, cooking and running in nature. Julia was part of the past three S3++ Camps as a participant and a co-lead.

Fun and games and mathematics: applying game theory to real-life decision making

Game theory is a mathematical discipline that sounds like all that it studies is fun and games, but quite the contrary: it’s the science of logical decision making in humans, animals and computers. We’ve seen game theorists making significant contributions to different fields such as biology and economics and even winning the Nobel Prize in Economic Sciences. As it studies the strategic interaction among decision-makers, it’s been recognized as an important tool in many fields.

In this project, we’ll provide an introduction to game theory, covering the basic game types, representations of games, its applied uses (which go as far as to affect the pricing of products in retail) and its most important achievements, problems and results. Furthermore, we’ll look at some games that have been thoroughly analyzed by game theorists, such as the Prisoner’s dilemma, the Bargaining problem and the Dictator game, as well as some mathematically analyzed popular games such as Set, and what does formal game analysis consist of. Then, having in mind what we’ve learned, we’ll design our own games, let others play it and take a note of their strategies. This will allow us to both find the best strategies for our games (by analyzing them mathematically) and the most common strategies used by our players, which will finally let us analyze the best/average strategy relationship. The students will be introduced to game theory and learn game design and analysis, as well as some basic statistics and general mathematical methods and how to apply mathematical reasoning to seemingly not-very-mathematical problems.

Dario Ćosić
Faculty of Science, University of Zagreb, Croatia

Dario is an undergraduate student of mathematics at the Faculty of Science in Zagreb. His interests lie in number theory, game theory, real analysis, discreet mathematics and combinatorics. In his spare time, he likes to play the guitar, watch a good movie or take a swim in his hometown of Zadar.

Workshops

RESEARCH SWAPSHOPS

COMING SOON...

Lectures

Lecture schedule

August 7th, 2020
Jana Pisk (University of Zagreb, Croatia): Can molecules run?

August 8th, 2020
Letizia Jaccheri (Norwegian University of Science and Technology, Norway): From software through art to social entrepreneurship

Date TBA
Leonardo Pierobon (ETH Zurich, Switzerland): Nanostructuring permanent magnets for green technologies

About the lecturers

Jana Pisk
University of Zagreb, Croatia

Jana is Assistant Professor at the Faculty of Science, Department of Chemistry. As a Ph.D. she researched moleybdenum coordination complexes and theirs application for epoxidation reactions. After the Ph.D. she continued the reserach of molecular and heterogeneous catalysts and their application in different catalytic processes. In her free time, Jana enjoys coffees and travelling. Japan is her prefered destination at the moment.

Letizia Jaccheri
Norwegian University of Science and Technology, Norway

Letizia Jaccheri is Professor at the Department of Computer Science of the Norwegian University of Science and Technology. Her research is on software engineering, entertainment computing, computational creativity, and ICT-enabled social innovation. Dr. Jaccheri is the Norwegian representative and Vice President of IFIP TC14 on Entertainment Computing. She has published more than 200 papers in International conferences and journals. From 2015 to April 2018 she was independent director of Reply S.p.A, an IT company with 6,000 employees world wide. Letizia Jaccheri is passionate about dissemination of computer science and research to the general public and to contribute to recruit female students to computer science and research.

Leonardo Pierobon
ETH Zurich, Switzerland

The vastness of the universe fascinated Leonardo as a child, who fell in love with physics and astronomy through learning about black holes. As he grew older, Leonardo’s curiosity grew bigger, and he decided to study Natural Sciences at the University of Cambridge, where his interests shifted from cosmic expanses to nanoscopic scales. This is why he is now doing his PhD in nanomagnetism at ETH Zurich, combining experiments in electron microscopy and micromagnetic simulations to make better magnetic materials. Leonardo joined the Summer School of Science in 2016 as a project leader and returned as an organizer of the S3++ in 2018 and 2019. Leonardo strongly embraces the diversity and tolerance of international environments and looks forward to the Summer School of Science where everyone is free to be who they are.