Paper The following article is Open access

Project ThaiPASS: international outreach blending astronomy and Python

, , , , , , , , , and

Published 11 February 2021 © 2021 The Author(s). Published by IOP Publishing Ltd
, , Citation James D Keegans et al 2021 Phys. Educ. 56 035001 DOI 10.1088/1361-6552/abdae7

0031-9120/56/3/035001

Abstract

We present our outreach program, the Thailand–UK Python+Astronomy Summer School (ThaiPASS), a collaborative project comprising UK and Thai institutions and assess its impact and possible application to schools in the United Kingdom. Since its inception in 2018, the annual ThaiPASS has trained around 60 Thai high-school students in basic data handling skills using Python in the context of various astronomy topics, using current research from the teaching team. Our impact assessment of the 5 day summer schools shows an overwhelmingly positive response from students in both years, with over 80% of students scoring the activities above average in all activities but one. We use this data to suggest possible future improvements. We also discuss how ThaiPASS may inspire further outreach and engagement activities within the UK and beyond.

Export citation and abstract BibTeX RIS

1. Introduction

ThaiPASS (Thailand–UK Python+Astronomy Summer School) is an overseas development assistance (ODA) outreach project focusing on building students' programming skills for the future. The project was spearheaded by the University of Hull in collaboration with the National Astronomy Research Institute of Thailand (NARIT), and has since garnered additional participating institutions. ThaiPASS brings UK professional astronomers to Thailand, to train 16–18 year-old Thai students in using Python for data handling, analysis and mining. Student engagement was fostered through the use of astronomy and astrophysics as the bulk of the teaching matter. Astronomy and astrophysics have been shown, through initiatives such as Galaxy Zoo [1], to capture the interest of a broad range of individuals. Using astronomy, we also highlight the importance of data science for the modern economy and STEM (science, technology, enginering and mathematics) subjects. The first ThaiPASS was launched in 2018 under the auspices of the STFC (Science and Technology Facilities Council) Newton Fund scheme, running annually, with funding now secured through 2022. ThaiPASS activities have now been extended for teacher career professional development (CPD) training events in the UK.

In this report, we discuss findings from the first two events, held in 2018 and 2019, in Chiang Mai, Thailand 5 . In total, 60 students and 19 teachers from 30 Thai schools participated in the first two ThaiPASS events. Teachers participated in the activities with the goal of applying this experience in the classroom, increasing the effective impact of the summer school to include students at each of these 30 schools. Each summer school comprised a series of lectures and hands-on sessions over the course of a week, focusing on various topics in astronomy. Students brought their own laptops, and additional online computing facilities were provided in collaboration with the University of Victoria, Canada, as part of their Cyberhubs initiative [2]. All data and data mining tools used in the summer school were produced by our lecturing team and their collaborators, much of which is currently published [35].

This paper is structured as follows. We first discuss the motivation for ThaiPASS in section 2. We then present the astronomy and computing material covered at the summer schools in section 3. In section 4, we discuss the feedback from participants, and the challenges faced. Finally, we outline our plans for future events in section 5. A full overview of ThaiPASS can also be found at the respective 2018 and 2019 summer school websites 6 .

2. Motivation

2.1. Why ThaiPASS?

Project ThaiPASS is a human capacity building project with a strong ODA resonance: ICT (information communications technology) and data handling capabilities are two of the key technical skills young people need to further their professional development and obtain the highly skilled jobs which drive the modern economy.

One of the most effective ways to achieve the goals of ODA is to strengthen Thailand's knowledge-based economy. ThaiPASS addresses this by directly reaching out to young people in their final years of secondary education. These students may still be undecided about university and career choices, and they may not have had any experience with programming and data-handling. By attending ThaiPASS, they will be equipped with these skills and STEM knowledge that may not be readily available to them otherwise. We accomplish all this by using STEM frontier research disciplines like astronomy and computational astrophysics, which many school students find to be an extremely exciting and inspirational subject.

From an ODA perspective, the combination of ICT education and astronomy presents a highly cost-effective and high-impact way to further economic development, since STEM knowledge and skills are transferable to many different sectors and underpin economic advances in health systems, education and infrastructure. The kind of training offered at ThaiPASS aligns with and supports existing initiatives concerned with the development of a knowledge-based high-tech economy which Thailand envisages itself to be.

The motivations for ThaiPASS also resonate with the United Nation's sustainable development goals (SDG) to end poverty, protect the planet, and ensure prosperity for all. Project ThaiPASS addresses the following SDGs.

  • SDG4: Ensuring inclusive and quality education for all and promoting lifelong learning. ThaiPASS brings Thai school students and teachers in contact with international researchers, who will train them in scientific skills that they may not have access to (or afford) otherwise. The training received at ThaiPASS will be current and relevant, and will be a seed for lifelong learning of STEM subjects. Our target students are those who have a passion and aptitude in science, maths and English from Thai schools across the country (those in highly exclusive, international schools are not targeted). We made concerted effort in targeting schools that are in underprivileged areas, and strongly urged schools to nominate both male and female participants. We note that the gender ratio was 50:50 for ThaiPASS'18.
  • SDG8: Promoting inclusive and sustainable economic growth, employment and decent work for all. A young person with ICT, data-handling and visualisation skills is a highly employable person within the STEM sector and beyond. A STEM-enabled generation of young people is essential for the future of Thailand's information-based economy.
  • SDG9: Build resilient infrastructure, promote sustainable industrialisation and foster innovation. ThaiPASS represents an investment in human capacity building, which is crucial to achieving sustainable development, empowering communities, and generating a high sustainable income with a low environmental impact.

2.2. Why Python?

The Python programming language is one of the most popular programming languages in astronomy and the wider sciences. Its position as an open source, high level, simple-to-use programming language has made it a popular choice in many areas of research. Although other programming languages (such as C, FORTRAN) are still used for intensive computational tasks, data science needs are widely carried out using Python. Its popularity and widespread use in science research make it invaluable as a tool for any student who wishes to pursue a career in astronomy. Python is also highly desirable in industry, and as such also provides a useful learning opportunity for students wishing to pursue careers outside of academia.

Python, being a high-level programming language, often uses natural language for built-in functions, making it more approachable than some other languages. The use of Jupyter notebooks also improves accessibility, as the interactive environment allows the students to easily test and edit code with a simple GUI. Python also has a huge array of modules available that are invaluable in scientific computing. These include modules such as:

  • (a)  
    Astropy—packages containing astronomy related functions
  • (b)  
    Matplotlib—plotting functionality
  • (c)  
    NumPy—mathematical operations not native to Python
  • (d)  
    SciPy—contains functions, statistical tools, numerical solvers for differential equations and many other features

All of the above factors make Python programming a highly desirable and useful skill for students, particularly those planning to go into a career in STEM.

3. Content of ThaiPASS

All of the materials covered at ThaiPASS'18 and 19 are available at the E. A. Milne Centre's GitHub webpages 7 . These materials comprise Jupyter notebooks and data files, which formed the basis of activities at ThaiPASS, as well as basic introductory tutorials consisting of scaffolded notebooks with a variety of simple tasks. As the most current version of much of the material, the authors suggest using the 2019 repository where possible (a description of the contents of each repository is provided in their respective read-me). We present a summary of some of the materials here.

3.1. Astronomy content

Astronomy has been a compulsory part of secondary education in Thailand since 2001, and a surprisingly wide range of topics is covered in Thai schools 8 . Nevertheless, there are disparities in the depth and quality of astronomy education, notably amongst non-private schools, mainly due to the lack of teachers with specialist training in physics and astronomy, and inadequate provision for after-school astronomy activities. At ThaiPASS, we made a decision to ensure that as much of the astronomy content is as self-contained and accessible as possible to 16–18 year olds. We also included introductory discussions of modern research topics outside the standard syllabus. To date, the topics covered include:

  • nucleosynthesis, the production of elements and isotopes in stars;
  • galactic chemical evolution (GCE), the process by which material synthesised by stars is mixed into the wider galaxy;
  • galaxies and dark matter, which discusses how the rotation curves of galaxies lead to the idea that there is unseen matter in the Universe;
  • supernova, describing how stars explode and how ejecta material spreads out into space.

During morning lectures, students were given an introduction to the main ideas and concepts of each topic, and in the afternoon they were given tasks to complete using data from recent publications (see, for example [3, 6]).

We note that the lectures on stellar evolution build on and extend topics found in the Scottish Advanced Higher Specifications, the AQA A-level syllabus and other exam boards in the UK (with some intersection with the Thai syllabus). Common elements in these specifications concern the competition between two opposing forces: the burning of nuclear fuel in a star, and its collapse under gravity. The material covered here allows for a deeper understanding of the processes and pathways involved in the production of new nuclei in stars. This topic is expanded further in the second set of lectures on nucleosynthesis described below.

3.1.1. Nucleosynthesis.

This portion of the summer school discussed the production of elements in stars—from low-mass stars like the Sun to massive core-collapse supernova explosions. Lectures covered all of the major burning regimes found in main sequence stars, and beyond to the products of stellar collapse and explosion. This material complements and extends the material covered in some A-level courses—for example, the optional AQA astrophysics module which covers the Hertzsprung–Russell (HR) diagram (which also featured at ThaiPASS—see section 3.2) and supernova. Figure 1 shows HR diagram tracks for various masses of stars, an example of some of the material that was covered during the two ThaiPASS summer schools.

Figure 1.

Figure 1. Example of the content covered in ThaiPASS 2019—an HR diagram of the evolution of various masses of stars plotted with Python.

Standard image High-resolution image

The students were then presented with a data-mining task, in which they were asked to investigate stellar models computed by the NuGrid collaboration [3]. They were asked to find various points in the evolution of a star, and show how the abundances of various isotopes changed as the star evolved using published tools [5]. The nugridpy Python package was used by the students, in the same way, that it is used to interface with real data-mining research. This parallels the work of IRIS (Institute for Research in Schools) which promotes cutting edge research in UK schools in collaboration with UK universities [7, 8].

3.1.2. GCE and galactic dynamics.

Whilst not directly addressed in A-level courses, the natural progression after discussing how isotopes and elements are produced in stars is to ask how those products are distributed around the galaxy, and indeed how a galaxy forms. A series of lectures was delivered in the 2018 ThaiPASS school addressing this, and the effects of supernova explosions on the formations of galaxies were discussed. Students were then trained in using OMEGA [9] a one-dimensional GCE code, stellar data library and data handling package which is used in current GCE research. Students were tasked with fitting the evolution of different elements in the Milky Way through time, by adjusting the ratio of different stars and the products of burning from these. Students enjoyed this task and showed good progress in using the code to achieve the expected evolution of a number of key elements.

3.1.3. Galaxies and dark matter.

Two lectures were given regarding galaxy rotation curves (orbital velocity as a function of galactic radius) and how the discrepancy between theoretical predictions and observed rotation curves led to the theory of dark matter. Though these topics are not covered in A-level syllabuses, the level of the lectures was not beyond that of an A-level student.

The task consisted of three parts, which drew on Python skills learned in previous workshops during the week. Specifically, the tasks required data handling, graph plotting and defining functions. Students were provided with rotation curve data for the galaxy M31 (Andromeda) obtained from [10] and density profiles calculated from [11]. Task one required students to plot the rotation curve using the data from [10]; task two was to plot the theoretically predicted rotation curve from only baryonic matter contributions. The two graphs from tasks one and two would not match, which indicates baryonic matter is not sufficient to explain observations. Task three was then intended for students to fix the theoretical rotation curve by adding a dark matter component.

The purpose of the task was to consolidate the programming skills learned over the week by presenting a guided enquiry-based task. The physics of the task was signposted (and the data curated to avoid complexity that would distract from the overall aims) whereas the method of programming was left to the student.

Tasks one and two, which involved loading and plotting data along with a simple calculation, were completed by all students with little to no help required. Task three proved more difficult. Most students approached the task correctly from a programming perspective; however, the increased conceptual and mathematical complexity gave rise to erroneous results.

3.1.4. Supernova.

This topic covered the ends of the lives of massive stars, their explosions as supernova and the evolution of supernova remnants (SNRs). During the lecture, supernova were discussed in general including an explanation of the different types of supernova, the physics of the supernova event and examples of observations. A large part of the lecture focused on the details of SNRs, discussing the three phases of the expansion of the shell of ejected material and showing examples of observations of SNRs at each phase. The analytic equations that describe the evolution of the first two phases (the free expansion and Sedov–Taylor phases) were introduced as a way to estimate the radius and velocity of the SNR as a function of time. Modelling supernova and their remnants was discussed, both using the analytical equations and hydrodynamical simulations. The end of the lecture included a brief explanation of how the evolution of galaxies is affected by supernova feedback.

The first task involved modelling the dynamical evolution of an SNR starting from the Sedov–Taylor phase. Using Python, the students were required to use the given equations to calculate the initial kinetic energy and radius resulting from the end of the free expansion phase. Then, using this as a starting point for the Sedov–Taylor phase use the given equations to calculate the radius and velocity of the expanding shell of gas as a function of time and plot their results. The second task used a module called yt (https://yt-project.org) to analyse data that had been produced by a hydrodynamical simulation of a supernova blast wave. Using this they could visualise different properties (e.g. density, temperature) in 'slices' through the simulation box and compare the expansion over time to that estimated from the analytical equations. As an extra task for those who had completed the first two, the students could download the plots produced from analysing the simulation data and combine them into a movie.

3.2. Programming content

One of the goals of ThaiPASS is to train students in data handling. Ideally, students should have a basic knowledge of Python before they arrive, so that the week can be devoted to more complex tasks. Therefore, we developed a number of introductory 'Starter Pack' materials which were provided to students before the school. These included a guide on the installation of Python on their own machines, a Jupyter notebook and exercises covering basic Python commands, and an advanced notebook covering more difficult topics in Python (e.g. reading and writing a file). These materials are available online on the Milne Centre GitHub page, and together constitute a first introduction to Python programming. For ThaiPASS'19, video tutorials 9 were also provided as part of the Starter Pack.

The Starter Pack was found to have been a valuable tool for those students which engaged with them beforehand. These notebooks would be appropriate for any pupils of ages 11–18, and could be supplied to schools easily as a first introduction for students with no prior knowledge of Python.

The main goal of the programming section of ThaiPASS was to introduce the fundamental tools of Python, and some of the ways in which those tools could be applied in the context of data-intensive astronomy. Although it was not our primary intention to give a comprehensive course on computer programming, the skills required for the set tasks led to students becoming much more familiar and confident in their application of programming skills.

The Python tutorials and sessions during the summer schools covered a variety of tasks—producing HR diagrams of sample spectroscopic data, calculating the mechanics of orbital motion, handling large data sets during the GCE, nucleosynthesis tasks and galactic dynamics sessions, and further skills such as producing function, using loops to complete tasks and more. These tasks are largely modular, and lend themselves to being changed between sessions to suit the interests and capabilities of the students.

3.2.1. Data handling and plotting with Python.

One of the more common introductory topics for astrophysics is the HR diagram. Colour-magnitude diagrams are directly related to these HR diagrams, which show the luminosity (or brightness) of an object as a function of its colour (a proxy for temperature). These are fundamental tools in observational astronomy and allow classification of stars by their evolutionary stages. Therefore, we provided the students with a sample of real observational data obtained from the sloan digital sky survey (SDSS) [12] SEGUE value added to catalogue, which contains a mixture of well-studied open and globular stellar clusters [13]. Students were tasked with replicating the colour-magnitude diagrams for each stellar cluster from this sample in order to illustrate the observed differences between open and globular cluster systems. Figure 2 shows an example Python plot of the M13 cluster using the SDSS data supplied to the students.

Figure 2.

Figure 2. Sample Python plot of the HR diagram of the M13 cluster. All students were able to produce a similar plot with varying degrees of assistance.

Standard image High-resolution image

This task calls on a wide range of data-handling skills such as accessing data in a file, manipulating that data, and finally presenting it in a legible way, all of which are key skills for any fields involving data. Students took to this task well, with all participants being able to produce their own colour magnitude plot from the data provided, though varying degrees of help were required. By comparison with any of the widely available images of M13 and its accompanying HR diagram, Python plotting tools produce publication-quality figures. Students were able to produce plots similar to that shown in figure 2 after only a few hours tuition on the first day, and were instructed to verify their work by comparing with any published HR diagrams of M13 that they could find.

3.2.2. Forward Euler method.

Another computational topic covered at ThaiPASS was producing a Forward-Euler solver—a numerical method for solving ordinary differential equations (for a full discussion see, for example, [14, 15]). Because of its complexity, this task lends itself well to discussing the idea of building an algorithm, and the idea of planning out what needs to be coded up. Future ThaiPASS events may extend this task further to allow students the opportunity to experience algorithm development and gain proficiency with planning code methodology as it is well suited to this application.

Numerical modelling of ordinary differential equations is the backbone of many codes used in computational astrophysics and a key tool in all of the computational work undertaken in STEM subjects. In both ThaiPASS'18 and 19, students were tasked with producing their own numerical solver for integrating ordinary differential equations.

This task is particularly difficult, and was set with the expectation that students would work collaboratively. Most students succeeded, with assistance either from peers or the teaching staff, in the programming of the forward Euler solver, a particularly impressive feat considering the difficulty. The full task of modelling the orbits of an example planet was completed only by a few students; however, the difficulty of this task is more appropriate for a university level course with undergraduates at the University of Hull performing similar computational tasks in years 2 and 3. This task was largely included as a stretch and challenge goal for the most capable. Based on the experience built in ThaiPASS 2018, the 2019 ThaiPASS summer school included a brief introduction to basic calculus (as finding the area under a curve) which was not known by all students at the start of the summer school. We noted a significant increase in attainment and engagement from students with the addition of this material. Future introductory material should include either a basic description of the principals of calculus or a thorough description of the Euler method if this is to be retained. Another option to increase confidence in participating students would be to make available a model answer with solutions., which they may then compare to in order to verify their results.

3.3. STEM-career content

Each ThaiPASS also featured a 'University and Career Day', with the aim of inspiring students to take up STEM education at university level and perhaps as a career.

During the event, Thai professionals (STEM graduates) gave inspirational and interactive talks on ways in which STEM subjects can be taken further at university level and as a career, and the career paths available to graduates with STEM skills. Previous lectures include: 'How to become an astronomer?' and 'What do astronomers do?' (both by Thai astronomy researchers) as well as 'Why STEM? Career paths of STEM graduates' by a speaker from the British Council.

4. Lessons learned from ThaiPASS

We now discuss the impact of the program, as based on surveys of the participants and discuss some of the challenges faced in presenting the material.

4.1. Impact of ThaiPASS

At the end of each five-day summer school, participants were asked to complete an anonymous questionnaire in order to assess the impact of the summer school and to improve the next iteration of ThaiPASS. We asked the students to rate their experiences of the various activities, and the usefulness of those activities.

4.1.1. Results from 2018.

Results for each of the questions are presented below:

As can be seen from figures 3 and 4, the feedback from the week long school is largely positive. Figure 3 shows student enjoyment of the various activities presented during the 2018 summer school on a scale of one to 5, with 5 being the most positive response. Overwhelmingly students enjoyed the activities. The Euler method received the worst response however the majority of students still rated this activity from average to good. The GCE lectures are clearly the most well received. The material for this session was accessible, students were engaged, and progress was identifiable in the tasks that they were set. Future ThaiPASS summer school lecture material should also be accessible, engaging and relevant, with measurable outcomes for student progression which they can appreciate at the end of the course. Further development of teaching materials is underway to facilitate this.

Figure 3.

Figure 3. Student responses of how much they enjoyed each day's subject material, with 1 being 'not at all' and 5 being 'very much'.

Standard image High-resolution image
Figure 4.

Figure 4. Student response to questions, on a scale of 1 (worst) to 5 (best).

Standard image High-resolution image

Figure 4 asks students to rate their experience according to the various questions outlined. As is shown in (a) and (b), almost all students report a large increase in their technical skills in Python and the applications of computer science more generally. Almost all students also rate the enjoyment of lectures highly too, showing that the material is engaging to the target audience. The response to the increase in programming and plotting skills is more varied; however, this is likely due to the difficult nature of the material, and the response still shows that students believe their skills have improved significantly. The likelihood of students studying a STEM subject further is also encouragingly high.

4.1.2. Results from 2019.

For ThaiPASS'19, some changes to the questionnaire were made, and a pre- and post-school survey was undertaken with the intention of trying to better measure the impact of the school. The full questionnaire is provided in the appendix.

We see from figure 5 that students have engaged with the lecture material and found it useful and informative, feedback from NARIT and teaching staff is also very positive. Students were generally well disposed to the subject material before the school, with most giving a score of 4 or 5. The post-school surveys showed a higher proportion of 5 s, suggesting we have helped to enhance students' perceptions. Particularly gratifying is the response to the question 'Are you interested in a STEM career?': after the school, the student response was overwhelming of the highest response. While students said they enjoyed both the astronomy lectures and the coding sessions, they expressed a clear preference for the hands-on activities. This suggests it may be beneficial to either change the balance of lectures to activities, or to intersperse the two so as not to lose students' interest.

Figure 5.

Figure 5. Some of the questions and responses from the pre- and post-school surveys conducted during ThaiPASS 2019. All responses include questionnaires from teachers and NARIT participants.

Standard image High-resolution image

4.2. Challenges

Although ThaiPASS'18 and 19 were delivered without major difficulties, it is worth discussing two aspects that are important to consider for those organising outreach events, especially international ones.

4.2.1. Language barrier.

Although English is a compulsory subject in all Thai schools, participants came to us with various levels of skill in English. Most students had little trouble comprehending written instructions in English, although oral communication was occasionally challenging. It was helpful to have Thai instructors on hand in the practical sessions to help lessen the language barrier. Perhaps the most important mitigating measure was The Starter Pack which ensured that participants were familiar with key Python and astronomical terms in English before arrival. A good number of students was able to enthusiastically communicate with the UK team and asked interesting questions (both orally and through Mentimeter an anonymous online forum).

4.2.2. Gender balance.

ThaiPASS participation is based on nominations from schools by teachers. From the very beginning, we have always strongly encouraged each school to nominate at least one female student to attend ThaiPASS (unless the school is single gender). Tables 13 break down the participating students, teachers and instructors respectively by gender, for the 2018 and 2019 workshops.

Table 1. Student participants by gender.

 MaleFemaleM:F ratio
ThaiPASS'18151550:50
ThaiPASS'19201067:33

Table 2. Teacher participants by gender.

 MaleFemaleM:F ratio
ThaiPASS'186460:40
ThaiPASS'197278:22

Table 3. Instructors by gender.

 MaleFemaleM:F ratio
ThaiPASS'186275:25
ThaiPASS'196460:40

Although ThaiPASS'19 performed worse in terms of overall F:M ratio, we were able to award 'outstanding participant' prizes to three male and three female students. In terms of speakers, we have had a slight increase over the past two years, though more work needs to be done to achieve an even balance. Feedback from female participants clearly praised the positive impact of having female instructors, who were regarded as positive role models for women in STEM. A female participant at ThaiPASS'19 expressed this as follows:

I got a chance to see my dream self. I have a dream to be a woman who graduated with a doctoral degree. After seeing Dr Claire's lectures, I have a feeling that this is possible. She looks special and even more extraordinary when she is talking about something educational; which inspired me to try harder to become like that.

Funding received for ThaiPASS'20 and '21 allows us to plan for a far bigger event. We, therefore, hope for a much larger pool of applicants from which we hope to be able to draw a better gender balance. We will explicitly ask schools to nominate female students, as we have done with the past schools. We will also try to recruit more female instructors, particularly when recruiting PhD assistants, with the aim of achieving a 50:50 balance.

Finally, because teachers were not the primary target audience for the 2018–19 workshops, we did not monitor the gender balance nor actively encouraged participation from female teachers. However, the next ThaiPASS will feature a separate 5-day Python training for teachers (around 20 expected), and we will work to improve the gender balance within this group.

5. Plans for impact in the UK

A high-impact legacy of the ThaiPASS project is for a similar summer school to be held in the UK, particularly in Hull. Hull is an area with 47 lower layer super output areas in the bottom 20% nationally [16], the highest national proportion of deprived areas [17], and remains one of the cities in the UK with the highest number of under-performing schools. The teaching material developed for ThaiPASS can be adapted to organise UK-based events targeting under-performing schools in Yorkshire and hosted by the University of Hull. The University of Hull has a very engaged outreach team, with participation from undergraduates, postgraduates, teaching and research staff. We anticipate that the university could easily provide one summer school initiative based in Hull each year, dependent on funding. With a similar model to the ThaiPASS initiative, this could reach students in up to 30 local authority schools each year, with a cohort of 40–60 students.

ThaiPASS also offers an opportunity for continuous professional development for teaching professionals, who may wish to incorporate some of the material in their classrooms, if similar interest is shown in these projects then a further 20 teachers may attend each summer school. Further programs using these materials may be rolled out across the country, with one such event being held in Glasgow as part of a teacher CPD event. Further summer schools, teacher training events and outreach activities in targeted schools are possible with the continued engagement of academics and research students at participating universities.

Due to the flexible nature of the materials and activities, this model may be adapted by any research team that wishes to present its data and tools to interested pupils and teachers. Our hope is that we have provided a viable framework that allows students to engage with cutting-edge research from many different universities, whilst building on topics in the GCSE and A-level syllabi. Specifically in the area of astronomy and astrophysics, one could develop projects or workshops based on these topics, amongst others:

  • Telescope optics and design
  • Spectroscopy and stellar classification
  • Compact-object physics
  • Cosmology
  • Exoplanet detection.

The Physics group at Hull (particularly the Milne Centre) has a strong track record of commitment to outreach within the Yorkshire region and beyond, and new participants from other institutes offer the possibility of producing a comprehensive suite of high-quality astronomy education materials, suitable for a broad range of students at all levels of education, and accessible to all schools no matter their performance or available funding.

Assessing the impact of these summer schools will be essential to the improvement and development of the project. Future events hosted at universities would be assessed in a similar way as the current ThaiPASS summer schools—a mixture of continuous assessment during the course of the summer school, questionnaires and written statements from participating students and teachers. If the project is developed further to be used more independently in schools and over a longer timescale, a number of other options for assessment is possible. One such method could be the instigation of a competition where students complete a project of 4–6 weeks using current research data, producing a finished suite of code used to analyse data or to model simple astrophysical systems. A similar initiative could include a symposium or poster presentation, which introduces students to another key aspect of scientific research—the presentation of data and results. Significant progress on projects may also be evidenced through publication, similar to some of the projects run by IRIS.

Given the challenging nature of the material, currently, the resources are best suited to students in KS4 and 5. However, it is our intention to produce material suitable for both younger and more mature students, with the flexibility of the material lending itself to even post A-level study.

6. Conclusions

We have presented here an assessment of the first two years (2018, 2019) of operation of Project ThaiPASS, a Thai–UK collaborative science outreach project. From both written and oral feedback (from students and teachers), ThaiPASS was an extremely positive and enriching experience for the participants, in addition to being a unique learning opportunity for us as education providers. The teaching resources developed for ThaiPASS are now publicly available and can be used as an introduction to one of the fastest growing programming languages in the world. These materials are also an excellent primer to a number of inter-disciplinary topics, including nuclear astrophysics and the chemical evolution of galaxies. Astronomy topics covered are also relevant to and expand upon the syllabi of various UK exam boards. This suite of resources provides both an introduction to new techniques and skills in programming, as well as extension material that can stretch and challenge even the most gifted students, whilst remaining relevant to their studies.

Acknowledgments

The authors gratefully acknowledge the financial support of the Science and Technology Facilities Council (STFC), through the awards of the Project ThaiPASS (ST/R006547/1) and of the University of Hull Consolidated Grant (ST/R000840/1). We thank the Thai PIs (Dr Teeraparb Chantavat and Dr Apimook Watcharangkool) for their collaboration on ThaiPASS. We also thank Dr Kevin Pimbblet for helpful advice on the gathering of appropriate and relevant feedback. For the scientific data and access provided we acknowledge the support of the NuGrid collaboration, the National Science Foundation (NSF, USA) under Grant No. PHY-1430152 (JINA Center for the Evolution of the Elements), from the 'Lendulet-2014' Program of the Hungarian Academy of Sciences (Hungary), from the ERC Consolidator Grant (Hungary) funding scheme (Project RADIOSTAR, G.A. n. 724560) and the University of Hull High Performance Computing Facility viper. We thank Prof Falk Herwig and the University of Victoria for their support and the access provided to their outreach platforms within the Cyberhubs initiative.

Ethical statement

This investigation carried out in accordance with the principles outlined in the IoP ethical policy. Students' responses were collected anonymously, and consent to participate in the summer school was required from parents or legal guardians for all students.

Appendix:: Questionnaire

Below are the questions used for the ThaiPASS'19 pre- and post-school surveys.

(a) Who are you? Please tick.

A student

A teacher

NARIT staff

Others (please specify)

  • (b)  
    Please rate the following activities on a scale of 1–5, where:

Please give comments if possible. e.g. what did you find interesting or not so interesting? Leave blank if you are unsure.

  • 1.  
    Day 1: Why is Python useful + revisionRating: 1 2 3 4 5 (please circle)Comments:
  • 2.  
    Day 2: Nuclear astrophysicsRating: 1 2 3 4 5 (please circle)Comments:
  • 3.  
    Day 3: Half-day Python activitiesRating: 1 2 3 4 5 (please circle)Comments:
  • 4.  
    Day 4: Supernovae/galaxies/Dark matterRating: 1 2 3 4 5 (please circle)Comments:
  • 5.  
    Day 5: Half-day 'University and career' talksRating: 1 2 3 4 5 (please circle)Comments:

The following questions were only used in the post-school survey.

  • (c)  
    Did you learn any new skills / knowledge while at ThaiPASS?If YES, choose which skills. You can choose more than one answer.If NO, please explain why.
  • (d)  
    Please choose one option per question. (1 = Strongly disagree, 3 = neither agree nor disagree, 5 = strongly agree). Leave blank if you are unsure.
  • (e)  
    What was the most enjoyable thing about ThaiPASS?
  • (f)  
    What could be improved for the next ThaiPASS?

Footnotes

Please wait… references are loading.

Biographies

James Keegans is a current PhD student at the University of Hull, and has been active in both national and international outreach programs focusing on nuclear physics and astrophysics. After completing a PGCE in 2015, he decided to return to academia however education and outreach have remained a passion of his.