-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exclude one submission (double, not good)
- Loading branch information
Showing
30 changed files
with
34 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -301,3 +301,5 @@ TSWLatexianTemp* | |
#*Notes.bib | ||
|
||
paper.pdf | ||
|
||
*.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
group_composition_plot.pdf | ||
/submissions.volume |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,17 @@ | ||
# the four main groups | ||
./group_composition_plot.py --legend \ | ||
--outfile group_composition_plot_the_fantastic_four.pdf \ | ||
submissions/2023-12-06/Friedrich_Schiller_University_Jena_2023-12-06_10-43-44.json \ | ||
submissions/2023-12-06/Scientific_Software_Center_2023-12-21_13-13-27.json \ | ||
submissions/2023-12-06/University_of_Reading_2023-12-11_10-18-14.json \ | ||
submissions/2023-12-06/Princeton_University_2023-11-29_18-33-21.json | ||
|
||
# all groups (with one (duplicate) left out | ||
./group_composition_plot.py --legend \ | ||
--outfile group_composition_plot_all.pdf \ | ||
submissions/2023-12-06/*.json | ||
submissions/good/*.json | ||
|
||
find submissions/2023-12-06 -type f -name "*.json" -print0 | \ | ||
mkdir -p pdf | ||
find submissions/good -type l -name "*.json" -print0 | \ | ||
xargs -0 -P 0 -I{} \ | ||
bash -c 'f=$(basename "{}"); ./group_composition_plot.py --outfile pdf/"${f%.json}.pdf" "{}"' |
Binary file removed
BIN
-18.4 KB
group_composition_plot/group_composition_plot_the_fantastic_four.pdf
Binary file not shown.
Binary file removed
BIN
-11.3 KB
group_composition_plot/pdf/Friedrich_Schiller_University_Jena_2023-12-06_10-43-44.pdf
Binary file not shown.
Binary file removed
BIN
-8.1 KB
group_composition_plot/pdf/Numerics_Research_Group_2023-11-30_08-35-53.pdf
Binary file not shown.
Binary file removed
BIN
-10.8 KB
group_composition_plot/pdf/Princeton_University_2023-11-29_18-33-21.pdf
Binary file not shown.
Binary file removed
BIN
-10.5 KB
group_composition_plot/pdf/Project_Z03_uni_würzburg_2023-11-24_11-21-07.pdf
Binary file not shown.
Binary file removed
BIN
-11.4 KB
...p_composition_plot/pdf/STFC_Scientific_Computing_part_of_the_UKRI_2023-11-24_12-05-38.pdf
Binary file not shown.
Binary file removed
BIN
-10.3 KB
group_composition_plot/pdf/Scientific_Software_Center_2023-12-21_13-13-27.pdf
Binary file not shown.
Binary file removed
BIN
-10.1 KB
group_composition_plot/pdf/Southampton_Research_Software_Group_SRSG_2023-11-25_14-33-57.pdf
Binary file not shown.
Binary file removed
BIN
-7.94 KB
group_composition_plot/pdf/University_of_Bath_2023-12-08_16-21-44.pdf
Binary file not shown.
Binary file removed
BIN
-9.45 KB
group_composition_plot/pdf/University_of_Bristol_RSE_Group_2023-11-27_10-13-46.pdf
Binary file not shown.
Binary file removed
BIN
-7.46 KB
group_composition_plot/pdf/University_of_Exeter_2023-11-24_11-49-44.pdf
Binary file not shown.
Binary file removed
BIN
-10.2 KB
group_composition_plot/pdf/University_of_Reading_2023-12-11_10-18-14.pdf
Binary file not shown.
Binary file removed
BIN
-10.5 KB
...niversity_of_Stuttgart__Institute_of_Aerodynamics_and_Gas_Dynmics_2023-12-01_10-04-42.pdf
Binary file not shown.
Binary file removed
BIN
-18.4 KB
group_composition_plot/pdf/group_composition_plot_the_fantastic_four.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...osition_plot/submissions/good/Friedrich_Schiller_University_Jena_2023-12-06_10-43-44.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../2023-12-06/Friedrich_Schiller_University_Jena_2023-12-06_10-43-44.json |
1 change: 1 addition & 0 deletions
1
group_composition_plot/submissions/good/Princeton_University_2023-11-29_18-33-21.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../2023-12-06/Princeton_University_2023-11-29_18-33-21.json |
1 change: 1 addition & 0 deletions
1
group_composition_plot/submissions/good/Project_Z03_uni_würzburg_2023-11-24_11-21-07.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../2023-12-06/Project_Z03_uni_würzburg_2023-11-24_11-21-07.json |
1 change: 1 addition & 0 deletions
1
...plot/submissions/good/STFC_Scientific_Computing_part_of_the_UKRI_2023-11-24_12-05-38.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../2023-12-06/STFC_Scientific_Computing_part_of_the_UKRI_2023-11-24_12-05-38.json |
1 change: 1 addition & 0 deletions
1
group_composition_plot/submissions/good/Scientific_Software_Center_2023-12-21_13-13-27.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../2023-12-06/Scientific_Software_Center_2023-12-21_13-13-27.json |
1 change: 1 addition & 0 deletions
1
...n_plot/submissions/good/Southampton_Research_Software_Group_SRSG_2023-11-25_14-33-57.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../2023-12-06/Southampton_Research_Software_Group_SRSG_2023-11-25_14-33-57.json |
1 change: 1 addition & 0 deletions
1
group_composition_plot/submissions/good/University_of_Bath_2023-12-08_16-21-44.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../2023-12-06/University_of_Bath_2023-12-08_16-21-44.json |
1 change: 1 addition & 0 deletions
1
...omposition_plot/submissions/good/University_of_Bristol_RSE_Group_2023-11-27_10-13-46.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../2023-12-06/University_of_Bristol_RSE_Group_2023-11-27_10-13-46.json |
1 change: 1 addition & 0 deletions
1
group_composition_plot/submissions/good/University_of_Exeter_2023-11-24_11-49-44.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../2023-12-06/University_of_Exeter_2023-11-24_11-49-44.json |
1 change: 1 addition & 0 deletions
1
group_composition_plot/submissions/good/University_of_Reading_2023-12-11_10-18-14.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../2023-12-06/University_of_Reading_2023-12-11_10-18-14.json |
1 change: 1 addition & 0 deletions
1
...iversity_of_Stuttgart__Institute_of_Aerodynamics_and_Gas_Dynmics_2023-12-01_10-04-42.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../2023-12-06/University_of_Stuttgart__Institute_of_Aerodynamics_and_Gas_Dynmics_2023-12-01_10-04-42.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
\AddEverypageHook{ | ||
\ifthenelse{\value{page}=2}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/Friedrich_Schiller_University_Jena_2023-12-06_10-43-44}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=3}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/Numerics_Research_Group_2023-11-30_08-35-53}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=4}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/Princeton_University_2023-11-29_18-33-21}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=5}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/Project_Z03_uni_würzburg_2023-11-24_11-21-07}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=6}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/Scientific_Software_Center_2023-12-21_13-13-27}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=7}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/Southampton_Research_Software_Group_SRSG_2023-11-25_14-33-57}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=8}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/STFC_Scientific_Computing_part_of_the_UKRI_2023-11-24_12-05-38}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=9}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/University_of_Bath_2023-12-08_16-21-44}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=10}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/University_of_Bristol_RSE_Group_2023-11-27_10-13-46}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=11}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/University_of_Exeter_2023-11-24_11-49-44}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=12}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/University_of_Reading_2023-12-11_10-18-14}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=3}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/Friedrich_Schiller_University_Jena_2023-12-06_10-43-44}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=5}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/Princeton_University_2023-11-29_18-33-21}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=7}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/Project_Z03_uni_würzburg_2023-11-24_11-21-07}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=9}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/Scientific_Software_Center_2023-12-21_13-13-27}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=11}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/Southampton_Research_Software_Group_SRSG_2023-11-25_14-33-57}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=13}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/STFC_Scientific_Computing_part_of_the_UKRI_2023-11-24_12-05-38}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=15}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/University_of_Bath_2023-12-08_16-21-44}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=17}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/University_of_Bristol_RSE_Group_2023-11-27_10-13-46}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=18}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/University_of_Exeter_2023-11-24_11-49-44}};\end{tikzpicture}}{} | ||
\ifthenelse{\value{page}=19}{\begin{tikzpicture}[remember picture, overlay]\node[anchor=north] at ([xshift=0cm,yshift=0cm]current page marginpar area.north){\includegraphics[width=\marginparwidth]{group_composition_plot/pdf/University_of_Reading_2023-12-11_10-18-14}};\end{tikzpicture}}{} | ||
} | ||
|