'Added tasks for html and jquery;'

This commit is contained in:
Arkadiusz Hypki 2024-03-25 13:37:34 +01:00
parent 17a9aabb28
commit dca8c79a23
2 changed files with 8 additions and 1 deletions

View File

@ -20,4 +20,6 @@ New task
4. Test in which places all the mergers take place.
A merger is an even in which there non-zero value in inter** columns. If there some value in such a column it means that two or more stars merged together, creating a new object. The position in which it took place in star cluster is denoted with the column 'r1'. Compute a histogram for such events for any given timestep. Write everything into one file in order to plot it.
A merger is an even in which there non-zero value in inter** columns. If there some value in such a column it means that two or more stars merged together, creating a new object. The position in which it took place in star cluster is denoted with the column 'r1'.
Compute a histogram for such events for all timesteps together (this time we do not split values into different time steps). Write everything into one file in order to plot it.

5
05_html_jQuery/desc Normal file
View File

@ -0,0 +1,5 @@
Parse eurojackpot web page for the numbers of the last results using jQuery.
Write jQuery parser for the entries on arxiv (title, authors, abstract, journal, submission date) for any given paper, e.g. https://arxiv.org/abs/2403.13859
You might find https://jsfiddle.net/ useful or simply use some local file editor.