diff --git a/promotional/guix-hpc-workshop-2023/README.html b/promotional/guix-hpc-workshop-2023/README.html new file mode 100644 index 0000000..fa4cb74 --- /dev/null +++ b/promotional/guix-hpc-workshop-2023/README.html @@ -0,0 +1,386 @@ + + + + + + + +Guix HPC: First Workshop on Reproducible Software Environments + + + + + +
+

Guix HPC: First Workshop on Reproducible Software Environments +
+Graphic designs +

+
+

Table of Contents

+ +
+ + +
+

1. Summary

+
+
+

+«The First Workshop on Reproducible Software Environments for Research +and High-Performance Computing will take place in Montpellier, France, +November 8–10, 2023.» +

+ +

+https://hpc.guix.info/events/2023/workshop/ +

+
+ +

+This folder contains graphic designs for the event. +

+
+
+ + +
+

2. Setting up a work environment

+
+

+The designs are vector graphics made with Inkscape. You can set up an +environment for editing the files as follows: +

+ +
+cd path/to/guix-hpc-workshop
+guix shell -L . --pure -m manifest.scm
+
+ +

+You can then start using Inkscape in the environment. For example: +

+ +
+inkscape designs/T-SHIRT-FRONT.svg
+
+
+
+ + +
+

3. Exporting designs

+
+
+

+NOTE: Depending on the intended use of a design, you might need to +tweak size, color and resolution according to the requirements of the +target media. +

+
+ +

+The printables folder contains copies of the designs in common +formats that are useful for different printing methods. However, it is +always good to ask your printer for requirements beforehand and +generate new files accordingly if necessary. +

+ +

+Assumming the work environment is set up, you can export the designs +for different distribution targets. For example, for printing, it is +common to export PDF documents with 300 DPI: +

+ +
+inkscape --export-filename=/tmp/T-SHIRT-FRONT.pdf \
+  --export-dpi=300 designs/T-SHIRT-FRONT.svg
+
+ +

+For screen, you can export a PNG image with default DPI (96): +

+ +
+inkscape --export-filename=/tmp/T-SHIRT-FRONT.png designs/T-SHIRT-FRONT.svg
+
+ +

+You can then convert PNG images to other formats to reduce storage +size or reduce load-time when used on the Web. +

+
+
+ + +
+

4. T-shirt mockups

+
+

+The source directory contains mockups that can be useful to show to +your printer so that they have a better idea of the position and size +the design should have once printed. +

+ + + + +

+The mockups folder contains their source files. +

+
+
+ + +
+

5. Copying

+
+

+Unless otherwise stated, all the designs in this folder are licensed +under the following terms: +

+ +
+

+Copyright © 2023 Luis Felipe López Acevedo +

+ +

+Permission is granted to copy, distribute and/or modify this work +under the terms of the Creative Commons Attribution-ShareAlike 4.0 +International License. +

+
+ + +

+All the photographs of blank T-shirts in the mockups folder are free +cultural works distributed with the following licenses: +

+ +

+Image: mockups/T-SHIRT-MEN-FRONT.png
+Source: https://www.flickr.com/photos/spreadshirt/24919227995/
+Copyright: © 2016 Spread Group
+License: https://creativecommons.org/licenses/by/2.0/
+
+Image: mockups/T-SHIRT-MEN-BACK.png
+Source: https://www.flickr.com/photos/spreadshirt/24292346303/
+Copyright: © 2016 Spread Group
+License: https://creativecommons.org/licenses/by/2.0/
+
+Image: mockups/T-SHIRT-WOMEN-FRONT.png
+Source: https://www.flickr.com/photos/spreadshirt/24292557313/
+Copyright: © 2016 Spread Group
+License: https://creativecommons.org/licenses/by/2.0/
+
+Image: mockups/T-SHIRT-WOMEN-BACK.png
+Source: https://www.flickr.com/photos/spreadshirt/24893137586/
+Copyright: © 2016 Spread Group
+License: https://creativecommons.org/licenses/by/2.0/
+

+
+
+
+
+

Author: Guix people

+

Created: 2023-12-09 sáb 12:36

+

Validate

+
+ + \ No newline at end of file diff --git a/promotional/guix-hpc-workshop-2023/README.org b/promotional/guix-hpc-workshop-2023/README.org new file mode 100644 index 0000000..601bead --- /dev/null +++ b/promotional/guix-hpc-workshop-2023/README.org @@ -0,0 +1,121 @@ +#+TITLE: Guix HPC: First Workshop on Reproducible Software Environments +#+SUBTITLE: Graphic designs +#+AUTHOR: Guix people + + +* Summary + +#+begin_quote +«The First Workshop on Reproducible Software Environments for Research +and High-Performance Computing will take place in Montpellier, France, +November 8–10, 2023.» + +https://hpc.guix.info/events/2023/workshop/ +#+end_quote + +This folder contains graphic designs for the event. + + +* Setting up a work environment +:PROPERTIES: +:CUSTOM_ID: environment-setup +:END: + +The designs are vector graphics made with [[https://inkscape.org/][Inkscape]]. You can set up an +environment for editing the files as follows: + +#+begin_example +cd path/to/guix-hpc-workshop +guix shell -L . --pure -m manifest.scm +#+end_example + +You can then start using Inkscape in the environment. For example: + +#+begin_example +inkscape designs/T-SHIRT-FRONT.svg +#+end_example + + +* Exporting designs + +----- +*NOTE:* Depending on the intended use of a design, you might need to +tweak size, color and resolution according to the requirements of the +target media. +----- + +The =printables= folder contains copies of the designs in common +formats that are useful for different printing methods. However, it is +always good to ask your printer for requirements beforehand and +generate new files accordingly if necessary. + +Assumming the [[#environment-setup][work environment]] is set up, you can export the designs +for different distribution targets. For example, for printing, it is +common to export PDF documents with 300 DPI: + +#+begin_example +inkscape --export-filename=/tmp/T-SHIRT-FRONT.pdf \ + --export-dpi=300 designs/T-SHIRT-FRONT.svg +#+end_example + +For screen, you can export a PNG image with default DPI (96): + +#+begin_example +inkscape --export-filename=/tmp/T-SHIRT-FRONT.png designs/T-SHIRT-FRONT.svg +#+end_example + +You can then convert PNG images to other formats to reduce storage +size or reduce load-time when used on the Web. + + +* T-shirt mockups + +The source directory contains mockups that can be useful to show to +your printer so that they have a better idea of the position and size +the design should have once printed. + ++ [[./T-SHIRT-MOCKUP-MEN.png][T-SHIRT-MOCKUP-MEN.png]] ++ [[./T-SHIRT-MOCKUP-WOMEN.png][T-SHIRT-MOCKUP-WOMEN.png]] + + +The =mockups= folder contains their source files. + + +* Copying + +Unless otherwise stated, all the designs in this folder are licensed +under the following terms: + +#+begin_quote +Copyright © 2023 Luis Felipe López Acevedo + +Permission is granted to copy, distribute and/or modify this work +under the terms of the [[https://creativecommons.org/licenses/by-sa/4.0/][Creative Commons Attribution-ShareAlike 4.0 +International License]]. +#+end_quote + + +All the photographs of blank T-shirts in the =mockups= folder are free +cultural works distributed with the following licenses: + +#+begin_verse +Image: [[./mockups/T-SHIRT-MEN-FRONT.png][mockups/T-SHIRT-MEN-FRONT.png]] +Source: https://www.flickr.com/photos/spreadshirt/24919227995/ +Copyright: © 2016 Spread Group +License: https://creativecommons.org/licenses/by/2.0/ + +Image: [[./mockups/T-SHIRT-MEN-BACK.png][mockups/T-SHIRT-MEN-BACK.png]] +Source: https://www.flickr.com/photos/spreadshirt/24292346303/ +Copyright: © 2016 Spread Group +License: https://creativecommons.org/licenses/by/2.0/ + +Image: [[./mockups/T-SHIRT-WOMEN-FRONT.png][mockups/T-SHIRT-WOMEN-FRONT.png]] +Source: https://www.flickr.com/photos/spreadshirt/24292557313/ +Copyright: © 2016 Spread Group +License: https://creativecommons.org/licenses/by/2.0/ + +Image: [[./mockups/T-SHIRT-WOMEN-BACK.png][mockups/T-SHIRT-WOMEN-BACK.png]] +Source: https://www.flickr.com/photos/spreadshirt/24893137586/ +Copyright: © 2016 Spread Group +License: https://creativecommons.org/licenses/by/2.0/ +#+end_verse diff --git a/promotional/guix-hpc-workshop-2023/T-SHIRT-MOCKUP-MEN.png b/promotional/guix-hpc-workshop-2023/T-SHIRT-MOCKUP-MEN.png new file mode 100644 index 0000000..a338de7 Binary files /dev/null and b/promotional/guix-hpc-workshop-2023/T-SHIRT-MOCKUP-MEN.png differ diff --git a/promotional/guix-hpc-workshop-2023/T-SHIRT-MOCKUP-WOMEN.png b/promotional/guix-hpc-workshop-2023/T-SHIRT-MOCKUP-WOMEN.png new file mode 100644 index 0000000..488265a Binary files /dev/null and b/promotional/guix-hpc-workshop-2023/T-SHIRT-MOCKUP-WOMEN.png differ diff --git a/promotional/guix-hpc-workshop-2023/designs/T-SHIRT-BACK.svg b/promotional/guix-hpc-workshop-2023/designs/T-SHIRT-BACK.svg new file mode 100644 index 0000000..db16bb5 --- /dev/null +++ b/promotional/guix-hpc-workshop-2023/designs/T-SHIRT-BACK.svg @@ -0,0 +1,240 @@ + + + +T-Shirt Design Back: GNU Guix HPC Workshop MontpellierT-Shirt Design Back: GNU Guix HPC Workshop Montpellier2023-09-16Luis Felipe López AcevedoThe First Workshop on Reproducible Software Environments for Research and High-Performance Computing will take place in Montpellier, France, November 8–10, 2023. diff --git a/promotional/guix-hpc-workshop-2023/designs/T-SHIRT-FRONT.svg b/promotional/guix-hpc-workshop-2023/designs/T-SHIRT-FRONT.svg new file mode 100644 index 0000000..1f0bee5 --- /dev/null +++ b/promotional/guix-hpc-workshop-2023/designs/T-SHIRT-FRONT.svg @@ -0,0 +1,452 @@ + + + +T-Shirt Design Front: GNU Guix HPC Workshop MontpellierT-Shirt Design Front: GNU Guix HPC Workshop Montpellier2023-09-16Luis Felipe López AcevedoThe First Workshop on Reproducible Software Environments for Research and High-Performance Computing will take place in Montpellier, France, November 8–10, 2023. diff --git a/promotional/guix-hpc-workshop-2023/manifest.scm b/promotional/guix-hpc-workshop-2023/manifest.scm new file mode 100644 index 0000000..9920e6e --- /dev/null +++ b/promotional/guix-hpc-workshop-2023/manifest.scm @@ -0,0 +1,18 @@ +#| GNU Guix manifest + +This file is a GNU Guix manifest file. It can be used with GNU Guix to +create a profile or an environment to work on the project. |# + +(use-modules (gnu packages)) + + +(define PACKAGES + (list "inkscape" + "adwaita-icon-theme" + "fontconfig" + "font-juliamono" + "font-orbitron" + ;; Only necessary for its CMYK color profile + "krita")) + +(specifications->manifest PACKAGES) diff --git a/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MEN-BACK.png b/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MEN-BACK.png new file mode 100644 index 0000000..834ae61 Binary files /dev/null and b/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MEN-BACK.png differ diff --git a/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MEN-FRONT.png b/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MEN-FRONT.png new file mode 100644 index 0000000..407c5bb Binary files /dev/null and b/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MEN-FRONT.png differ diff --git a/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MOCKUP-MEN.svg b/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MOCKUP-MEN.svg new file mode 100644 index 0000000..7ba986d --- /dev/null +++ b/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MOCKUP-MEN.svg @@ -0,0 +1,764 @@ + + + +$ guix describeREPRODUCIBILITY diff --git a/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MOCKUP-WOMEN.svg b/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MOCKUP-WOMEN.svg new file mode 100644 index 0000000..ba3963a --- /dev/null +++ b/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-MOCKUP-WOMEN.svg @@ -0,0 +1,764 @@ + + + +$ guix describeREPRODUCIBILITY diff --git a/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-WOMEN-BACK.png b/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-WOMEN-BACK.png new file mode 100644 index 0000000..5e48ae3 Binary files /dev/null and b/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-WOMEN-BACK.png differ diff --git a/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-WOMEN-FRONT.png b/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-WOMEN-FRONT.png new file mode 100644 index 0000000..a1724aa Binary files /dev/null and b/promotional/guix-hpc-workshop-2023/mockups/T-SHIRT-WOMEN-FRONT.png differ diff --git a/promotional/guix-hpc-workshop-2023/printables/T-SHIRT-BACK.pdf b/promotional/guix-hpc-workshop-2023/printables/T-SHIRT-BACK.pdf new file mode 100644 index 0000000..3a525f7 Binary files /dev/null and b/promotional/guix-hpc-workshop-2023/printables/T-SHIRT-BACK.pdf differ diff --git a/promotional/guix-hpc-workshop-2023/printables/T-SHIRT-BACK.png b/promotional/guix-hpc-workshop-2023/printables/T-SHIRT-BACK.png new file mode 100644 index 0000000..e94f168 Binary files /dev/null and b/promotional/guix-hpc-workshop-2023/printables/T-SHIRT-BACK.png differ diff --git a/promotional/guix-hpc-workshop-2023/printables/T-SHIRT-FRONT.pdf b/promotional/guix-hpc-workshop-2023/printables/T-SHIRT-FRONT.pdf new file mode 100644 index 0000000..92f8425 Binary files /dev/null and b/promotional/guix-hpc-workshop-2023/printables/T-SHIRT-FRONT.pdf differ diff --git a/promotional/guix-hpc-workshop-2023/printables/T-SHIRT-FRONT.png b/promotional/guix-hpc-workshop-2023/printables/T-SHIRT-FRONT.png new file mode 100644 index 0000000..56cfae4 Binary files /dev/null and b/promotional/guix-hpc-workshop-2023/printables/T-SHIRT-FRONT.png differ