Skip to content

Commit

Permalink
up language
Browse files Browse the repository at this point in the history
add information store in excel sheet in the report #15
  • Loading branch information
prudhomm committed Sep 16, 2024
1 parent c40d9a9 commit 8d73feb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chapters/software.tex
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ \chapter{Software}
\begin{figure}[H]
\centering
\begin{tikzpicture}
\pie[text=legend, color={red, orange, yellow, lime, skyblue}, sum=auto]{15/C++, 1/C\#, 3/C, 4/Fortran, 4/Python}
\pie[text=legend, color={red, orange, yellow, lime, skyblue, pink, cyan, magenta}, sum=auto]{11/C++, 1/C\#, 3/C, 4/Fortran, 2/C++17, 4/Python, 1/C++20, 1/C++14}
\end{tikzpicture}
\caption{Distribution of programming languages}
\label{fig:languages}
Expand Down
2 changes: 1 addition & 1 deletion gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def normalize_languages(lang_string):
for lang in languages:
if 'C++' in lang:
# Consolidate all C++ variations
normalized_languages.append('C++')
normalized_languages.append(lang)
else:
normalized_languages.append(lang)
return normalized_languages
Expand Down
4 changes: 2 additions & 2 deletions software/feelpp/feelpp.tex
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ \subsection{Programming and Computational Environment}
\rowcolor{numpexgray}{\rule{0pt}{2.5ex}\color{white}\bf Category} & {\rule{0pt}{2.5ex}\color{white}\bf Details} & {\rule{0pt}{2.5ex}\color{white}\bf Description}\\
\rowcolor{white}Languages & \begin{tabular}{l}
C++\\
C++\\
C++\\
C++17\\
C++20\\
Python\\
\end{tabular} & Programming languages and language standards supported by the software \\
\rowcolor{numpexlightergray}Parallelism & \begin{tabular}{l}
Expand Down
4 changes: 2 additions & 2 deletions software/samurai/samurai.tex
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ \subsection{Programming and Computational Environment}
\rowcolor{numpexgray}{\rule{0pt}{2.5ex}\color{white}\bf Category} & {\rule{0pt}{2.5ex}\color{white}\bf Details} & {\rule{0pt}{2.5ex}\color{white}\bf Description}\\
\rowcolor{white}Languages & \begin{tabular}{l}
C++\\
C++\\
C++\\
C++14\\
C++17\\
\end{tabular} & Programming languages and language standards supported by the software \\
\rowcolor{numpexlightergray}Parallelism & \begin{tabular}{l}
MPI\\
Expand Down

0 comments on commit 8d73feb

Please sign in to comment.