Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
habrok:additional_information:course_material:exercises_solutions [2024/10/10 09:09] – [Exercise 8 - Using local storage within a job] fokkehabrok:additional_information:course_material:exercises_solutions [2024/11/26 10:29] (current) – Use dokuwiki wp links for wikipedia pedro
Line 610: Line 610:
  
 ==== Exercise 6 - Using R within a job ==== ==== Exercise 6 - Using R within a job ====
 +
 +In this exercise we will generate an animated image file showing an iterative generation of the Mandelbrot fractal using some code in R. You can find more details on the Mandelbrot set [[wp>Mandelbrot_set|here]].
 +
 +The main purpose of the exercise is to learn how to submit R code using a job script to the cluster. Having a nice image as a result is a bonus.
  
 === a. Go to the job directory for the Mandelbrot job === === a. Go to the job directory for the Mandelbrot job ===
Line 908: Line 912:
  
 When you open the file on your local computer you will see an animated version of the Mandelbrot fractal set. When you open the file on your local computer you will see an animated version of the Mandelbrot fractal set.
-Details on this calculation can be found at: https://en.wikipedia.org/wiki/Mandelbrot_set+Details on this calculation can be found [[wp>Mandelbrot_set|here]].
 </hidden> </hidden>
  
Line 974: Line 978:
  
 ==== Exercise 7 - Using Python within a job ==== ==== Exercise 7 - Using Python within a job ====
 +
 +In this exercise we will run a Python script that will analyze some temperature data for cities around the world stored in a csv file. The result will be a graph showing the average temperature over a period of time for the city of your choosing.
  
 === a. Go to the climate job directory === === a. Go to the climate job directory ===