diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 83ad896..d632b88 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,7 +1,7 @@ name: Deploy website to GitHub Pages env: - WC_HUGO_VERSION: "0.135.0" + WC_HUGO_VERSION: "0.152.2" on: # Trigger the workflow every time you push to the `main` branch diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index df26074..bcfc876 100644 --- a/README.md +++ b/README.md @@ -28,67 +28,3 @@ Las tareas pendientes, en orden de prioridad, son: - Al hacer un cambio en la rama `main`, se despliega automáticamente en Github Pages - Se utiliza Google Analytics para seguimiento de visitas -## Diseño -Orden de prioridad: 1 (menos importante) a 5 (más importante) - -[Bases](https://online.fliphtml5.com/RoboRescueUMA/rcwr) -Usar los colores del equipo: #04a4c4, #7de7fe, #293b5b, #037d95, #1b283a -Tomando como referencia: - -Web consiste de página principal, gallery, recruitment y contact - -## Objetivos de la distribucición - -### Página principal - -La página principal contiene el header y las siguientes secciones: - -#### Header - -Logo del equipo a la izquierda y menú a la derecha con enlaces a las secciones (5) - -#### Inicio - -Foto en grande del robot Donatello (3) - -#### About us - -Queremos algo parecido. Pero que sea Hardware, Software, Comunicación y Mentores. En la descripción pones los subdepartamentos y al ponerse encima el ratón que salga una foto detrás. Ya te las pasare, ve poniendo fotos random. (5) - -#### Donatello - -Equivalente a "Solar" en la web de referencia. Debe aparecer Donatello y su información. (2) - -#### HORU - -Equivalente a "Hydrogen" en la web de referencia. Debe aparecer HORU y su información. (2) - -#### Our Team - -Igual a la web de referencia. Debe aparecer un resumen de los departamentos y subdepartamentos. Al clickar en cada departamento que lleve a la sección. Al hacer click a una persona debe salir su información como en la web de referencia. (5) - -Pasaremos un form para pedir información y te pasaremos lista de miembros. - -#### Sponsors - -Parecido a la web de referencia, tenemos tres (top secret estamos hablando con varios importantes) (2) - -#### Map - -Final igual pero con mapa interactivo como tenemos nosotros creo. (4) - -### Gallery - -Parecido a la web de referencia. (1) - -### Team - -Team (que te lleve a lo de antes) (5) - -### Recruitment - -Parecido a la web de referencia. (3) - -### Contact - -(que te lleve a lo de antes). (4) diff --git a/config/_default/menus.es.yaml b/config/_default/menus.es.yaml index 843057a..cc382a4 100644 --- a/config/_default/menus.es.yaml +++ b/config/_default/menus.es.yaml @@ -5,14 +5,29 @@ main: - name: Inicio - url: / + url: '#inicio' weight: 10 - - name: Equipo - url: equipo + - name: About Us + url: '#about' + weight: 20 + - name: Donatello + url: '#donatello' weight: 30 - - name: Organigrama - url: organigrama - weight: 35 - - name: Contacto - url: contacto + - name: HORU + url: '#horu' + weight: 40 + - name: Our Team + url: '#team' + weight: 50 + - name: Sponsors + url: '#sponsors' weight: 60 + - name: Gallery + url: gallery + weight: 70 + - name: Recruitment + url: recruitment + weight: 80 + - name: Contact + url: '#contact' + weight: 90 diff --git a/content/en/_index.md b/content/en/_index.md deleted file mode 100644 index b15dd56..0000000 --- a/content/en/_index.md +++ /dev/null @@ -1,82 +0,0 @@ ---- -# Leave the homepage title empty to use the site title -title: -date: 2022-10-24 -type: landing -description: "Student rescue robotics team at the University of Málaga: projects, updates, and members." - -sections: - - block: hero - content: - title: | - RoboRescue UMA - image: - filename: logoh.png - alt: RoboRescue UMA logo - url: '#home' - text: | -
- We are a multidisciplinary team of students from the University of Málaga focused on rescue robotics. The project started in 2019 to showcase practical solutions that robotics and automation can bring to real-world emergency scenarios. -
- - - block: collection - content: - title: Robot HORU Tracks Assembly & Control - subtitle: - text: - count: 5 - filters: - author: '' - category: '' - exclude_featured: false - publication_type: '' - tag: '' - offset: 0 - order: desc - page_type: post - design: - view: card - columns: '1' - - - block: markdown - content: - title: - subtitle: '' - text: - design: - columns: '1' - background: - image: - filename: coders.jpg - filters: - brightness: 1 - parallax: false - position: center - size: cover - text_color_light: true - spacing: - padding: ['20px', '0', '20px', '0'] - css_class: fullscreen - - - block: collection - content: - title: Publications - text: "" - count: 5 - filters: - folders: - - publication - publication_type: 'article' - design: - view: citation - columns: '1' - - - block: markdown - content: - title: - subtitle: - text: | - {{% cta cta_link="./people/" cta_text="Meet the Team →" %}} - design: - columns: '1' ---- diff --git a/content/en/about/index.md b/content/en/about/index.md deleted file mode 100644 index e7d41bf..0000000 --- a/content/en/about/index.md +++ /dev/null @@ -1,55 +0,0 @@ ---- -title: About -date: 2022-10-24 -description: "Discover RoboRescue UMA activities, workshops, and collaborative culture." - -type: landing - -sections: - - block: slider - content: - slides: - - title: 👋 Welcome to the Rescue Robotics Team - content: Take a look at what we are building... - align: center - background: - image: - filename: coders.jpg - alt: Team coding session - filters: - brightness: 0.7 - position: right - color: '#666' - - title: Workshops, Talks & Lunch & Learn ☕️ - content: 'Share your knowledge and explore the exciting world of robotics with us!' - align: left - background: - image: - filename: contact.jpg - alt: Workshop environment - filters: - brightness: 0.7 - position: center - color: '#555' - - title: Robot Battery Workshop - content: 'Building the battery pack for the new HORU robot!' - align: right - background: - image: - filename: welcome.jpg - alt: Robot battery construction - filters: - brightness: 0.5 - position: center - color: '#333' - link: - icon: graduation-cap - icon_pack: fas - text: Join the Team! - url: https://forms.gle/wGeDcg52BzjjMgvU8 - design: - slide_height: '' - is_fullscreen: true - loop: false - interval: 2000 ---- diff --git a/content/en/admin/index.md b/content/en/admin/index.md deleted file mode 100644 index c3196dd..0000000 --- a/content/en/admin/index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -# Generate Decap CMS -type: decap_cms -private: true -outputs: - - decap_cms_config - - HTML ---- diff --git a/content/en/authors/admin/_index.md b/content/en/authors/admin/_index.md deleted file mode 100644 index bd68609..0000000 --- a/content/en/authors/admin/_index.md +++ /dev/null @@ -1,74 +0,0 @@ ---- -translationKey: admin -# Display name -title: Antonio J. Muñoz - -# Full Name (for SEO) -first_name: Antonio -last_name: Muñoz - -# Is this the primary user of the site? -superuser: true - -# Role/position -role: Coordinator - -# Organizations/Affiliations -organizations: - - name: University of Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: My interests include rescue robotics, automation, and model-based robot programming with Matlab Simulink. - -interests: - - Robot Control - - Artificial Intelligence - - Model-Based Design with Simulink - -education: - courses: - - course: BSc in Computer Science - institution: University of Málaga - year: 2000 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:aj@uma.es' - - icon: x-twitter - icon_pack: fab - link: https://twitter.com/GeorgeCushen - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/antonio-jos%C3%A9-mu%C3%B1oz-ram%C3%ADrez-25004b120/ - - icon: instagram - icon_pack: fab - link: https://www.linkedin.com/in/antonio-jos%C3%A9-mu%C3%B1oz-ram%C3%ADrez-25004b120/ - - icon: github - icon_pack: fab - link: https://github.com/ajmunoz00 -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Coordinators -weight: -10 ---- - -Antonio J. Muñoz is coordinator of the RoboRescue UMA student robotics group at the University of Málaga. His interests include rescue robotics, automation and model-based development workflows for robotics. diff --git a/content/en/authors/admin/avatar.jpg b/content/en/authors/admin/avatar.jpg deleted file mode 100644 index d14e810..0000000 Binary files a/content/en/authors/admin/avatar.jpg and /dev/null differ diff --git a/content/en/authors/amalia-cristina-urdiales-garcia/_index.md b/content/en/authors/amalia-cristina-urdiales-garcia/_index.md deleted file mode 100644 index c7b530f..0000000 --- a/content/en/authors/amalia-cristina-urdiales-garcia/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -translationKey: AmaliaCristina -# Display name -title: Amalia Cristina Urdiales García - -first_name: Amalia Cristina -last_name: Urdiales García - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Department of Electronic Technology - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Collaborating Professors ---- - -We thank all the professors who made this project possible. diff --git a/content/en/authors/angel-aguera-ruiz/_index.md b/content/en/authors/angel-aguera-ruiz/_index.md deleted file mode 100644 index 22a9db6..0000000 --- a/content/en/authors/angel-aguera-ruiz/_index.md +++ /dev/null @@ -1,87 +0,0 @@ ---- -translationKey: AngelGr -# Display name -title: Angel Agüera Ruíz - -# Full Name (for SEO) -first_name: Angel -last_name: Agüera - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniero Hardware - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Mis intereses incluyen robótica, automática, y programación con Matlab Simulink. - -interests: - - Diseño 3D - - Impresion 3D - - Diseño y programación de Robots - - Automática con PLC - -education: - courses: - - course: Técnico en Sistemaas Electrotécnicos y Automatizados - institution: I.E.S Al-Baytar - year: 2023 - - course: Estudiante de Ingeniería Electrónica Industrial - institution: Universidad de Málaga - year: 2023-x - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:angel.aguera@uma.es' - - icon: x-twitter - icon_pack: fab - link: - - icon: linkedin - icon_pack: fab - link: - - icon: instagram - icon_pack: fab - link: - - icon: github - icon_pack: fab - link: - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Hardware ---- - - - -Mi objetivos actuales son varios, pero los principales tres son: - -Crear una red de contactos con empresas, estudiantes y profesores. 🌐 -Aprender todo lo posible tanto dentro como fuera de las clases. 🧑‍🎓 -Disfrutar al máximo y sin prisa mi vida universitaria. 🍻 - -# TODO: translate bio to English diff --git a/content/en/authors/antonio-ruiz-espinosa/_index.md b/content/en/authors/antonio-ruiz-espinosa/_index.md deleted file mode 100644 index d478813..0000000 --- a/content/en/authors/antonio-ruiz-espinosa/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -translationKey: Antonio Ruiz Espinosa -# Display name -title: Antonio Ruiz Espinosa - -# Is this the primary user of the site? -superuser: false - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Alumni ---- - -His time on the team will be fondly remembered, as it's thanks to those who worked with him in the past that we've become what we are today. diff --git a/content/en/authors/carla-parra-gonzalez/_index.md b/content/en/authors/carla-parra-gonzalez/_index.md deleted file mode 100644 index 9365e13..0000000 --- a/content/en/authors/carla-parra-gonzalez/_index.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -translationKey: Carla Parra -# Display name -title: Carla Parra González - -# Full Name (for SEO) -first_name: Carla -last_name: Parra González - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Departamento de marketing - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Interesada en copywriting y desarrollo de marcas. - -interests: - - Copywriting. - - Desarrollo de marca. - -education: - courses: - - course: Estudiante de 3° de Márketing e Investigación de Mercados - institution: Universidad de Málaga - year: 2022 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:carlaparragonzalez04@gmail.com' - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/carlaparraa - - icon: instagram - icon_pack: fab - link: https://www.instagram.com/carla.parraa/profilecard/?igsh=Y3dpdDZ1OXBhNWJ0 - - icon: github - icon_pack: fab - link: https://github.com/CarlaParra2 - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Marketing ---- - -Estudiante de Marketing e Investigación de Mercados, me entusiasma el mundo empresarial, el emprendimiento y comprender el comportamiento de los consumidores en diferentes áreas. - -# TODO: translate bio to English diff --git a/content/en/authors/carlos-lopez-lovera/_index.md b/content/en/authors/carlos-lopez-lovera/_index.md deleted file mode 100644 index d5a383f..0000000 --- a/content/en/authors/carlos-lopez-lovera/_index.md +++ /dev/null @@ -1,76 +0,0 @@ ---- -translationKey: CarlosLL -# Display name -title: Carlos López Lovera - -# Full Name (for SEO) -first_name: Carlos -last_name: López Lovera - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniero Software - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Interesado especialmente en Inteligencia artificial entre otros. - -interests: - - Inteligencia Artificial. - - Electrónica. - - Diseño 3D. - -education: - courses: - - course: Estudiante de 1° de ingeniería Informática - institution: Universidad de Málaga - year: 2024 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:carlos09102007@gmail.com' - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/carlos-lópez-lovera-3115182a6/ - - icon: instagram - icon_pack: fab - link: https://www.instagram.com/carlesleee95/ - - icon: github - icon_pack: fab - link: https://github.com/CarlosEmerito - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Software ---- - - - -Mi nombre es Carlos y estudio Ingeniería Informática en la UMA. Comencé a estar interesado en la robótica desde los 9 años al apuntarme a clases particulares de robótica y a día de hoy sigo y seguiré conectado con el mundo de la tecnología. - -# TODO: translate bio to English diff --git a/content/en/authors/diego-caruna-montes/_index.md b/content/en/authors/diego-caruna-montes/_index.md deleted file mode 100644 index 75a7f96..0000000 --- a/content/en/authors/diego-caruna-montes/_index.md +++ /dev/null @@ -1,80 +0,0 @@ ---- -translationKey: Diego -# Display name -title: Diego Caruana Montes - -# Full Name (for SEO) -first_name: Diego -last_name: Caruana - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Co-leader Software - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Me gusta investigar y aprender cómo funcionan las cosas. Me interesan la robótica, la inteligencia artificial, la electrónica, la física y las matemáticas. - -interests: - - Robótica - - Electrónica - - Inteligencia Artificial - - Investigación científica - -education: - courses: - - course: Grado en Ingeniería Electrónica, Robótica y Mecatrónica - institution: Universidad de Málaga - year: 2025 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:dcaruanamontes@uma.es' -# - icon: x-twitter -# icon_pack: fab -# link: https://twitter.com/GeorgeCushen - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/diego-caruana-montes-73466024a/ -# - icon: instagram -# icon_pack: fab -# link: https://www.linkedin.com/in/antonio-jos%C3%A9-mu%C3%B1oz-ram%C3%ADrez-25004b120/ - - icon: github - icon_pack: fab - link: https://github.com/DiegoCaruanaMontes - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Mentors ---- - - - -Me gusta investigar y aprender cómo funcionan las cosas. Me interesan la robótica, la inteligencia artificial, la electrónica, la física y las matemáticas. - -# TODO: translate bio to English diff --git a/content/en/authors/elidia-beatriz-blazquez-parra/_index.md b/content/en/authors/elidia-beatriz-blazquez-parra/_index.md deleted file mode 100644 index 63eca35..0000000 --- a/content/en/authors/elidia-beatriz-blazquez-parra/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -translationKey: ElidiaBeatriz -# Display name -title: Elidia Beatriz Blazquez Parra - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Departamento de Expresión Gráfica, Diseño y Proyectos - - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Collaborating Professors ---- - -Agradecemos a todos los profesores que han hecho posible este proyecto. - -# TODO: translate bio to English diff --git a/content/en/authors/eva-roman-aguirre/_index.md b/content/en/authors/eva-roman-aguirre/_index.md deleted file mode 100644 index c26c4cd..0000000 --- a/content/en/authors/eva-roman-aguirre/_index.md +++ /dev/null @@ -1,80 +0,0 @@ ---- -translationKey: eva -# Display name -title: Eva Román Aguirre - -# Full Name (for SEO) -first_name: Eva -last_name: Román - -# Is this the primary user of the site? -superuser: true - -# Role/position -role: Jefa de Marketing - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Mis intereses son la fotografía, la lectura y el diseño. - -interests: - - NeuroMarketing - - BigData - - Investigación de Mercados y Comportamiento del consumidor - -education: - courses: - - course: Marketing e Investigación de Mercados - institution: Universidad de Málaga - year: 2024 (3º) - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:evaroman@uma.es' - - icon: x-twitter - icon_pack: fab - link: https://twitter.com/GeorgeCushen - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/eva-rom%C3%A1n-0587092a2/ - - icon: instagram - icon_pack: fab - link: https://www.linkedin.com/in/antonio-jos%C3%A9-mu%C3%B1oz-ram%C3%ADrez-25004b120/ - - icon: github - icon_pack: fab - link: https://github.com/swaniman - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Department Heads ---- - - - -Soy Eva, estudiante de Marketing y la investigación de mercados en la UMA. -Soy una persona planificadora que se adapta muy bien a los problemas. Mi objetivo a corto plazo es ganar experiencia de cualquier tipo relacionado con mi carrera universitaria para conseguir mis objetivos a largo plazo. - -# TODO: translate bio to English diff --git a/content/en/authors/ibai-gutierrez-paez/_index.md b/content/en/authors/ibai-gutierrez-paez/_index.md deleted file mode 100644 index c975361..0000000 --- a/content/en/authors/ibai-gutierrez-paez/_index.md +++ /dev/null @@ -1,76 +0,0 @@ ---- -translationKey: Ibai -# Display name -title: Ibai Gutiérrez Páez - -# Full Name (for SEO) -first_name: Ibai -last_name: Gutiérrez Páez - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniero Software - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Interesado en Robótica, especialmente en el desarrollo de robots autónomos. - -interests: - - Robot Control. - - Robots autónomos. - - Energía renovable. - -education: - courses: - - course: Estudiante de 2° de ingeniería Electrónica, Robótica y Mecatrónica - institution: Universidad de Málaga - year: 2023 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:ibaigutierrezpaez@uma.es' - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/ibaigutierrez - - icon: instagram - icon_pack: fab - link: https://www.instagram.com/ibaigp/ - - icon: github - icon_pack: fab - link: https://github.com/IbaiGutierrezPaez - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Software ---- - - - -Soy Ibai, un estudiante con una buena rutina de estudio centrado en acabar la carrera priorizando el aprendizaje sobre todo. Por ello mismo pertenezco al equipo, para aprender lo máximo posible sobre el proceso de desarrollo de un robot y el trabajo en equipo que esto supone. Abierto a todas las experiencias enriquecedoras en mi formación, ¡seguimos apoyando en lo que podamos! - -# TODO: translate bio to English diff --git a/content/en/authors/ignacio-gonzalez-prieto/_index.md b/content/en/authors/ignacio-gonzalez-prieto/_index.md deleted file mode 100644 index 150c016..0000000 --- a/content/en/authors/ignacio-gonzalez-prieto/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -translationKey: IgnacioGonzalez -# Display name -title: Ignacio González Prieto - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Departamento de Ingeniería Eléctrica - - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Collaborating Professors ---- - -Agradecemos a todos los profesores que han hecho posible este proyecto. - -# TODO: translate bio to English diff --git a/content/en/authors/ivan-moreno-ladaga/_index.md b/content/en/authors/ivan-moreno-ladaga/_index.md deleted file mode 100644 index 4456278..0000000 --- a/content/en/authors/ivan-moreno-ladaga/_index.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -translationKey: Ivan -# Display name -title: Iván Moreno Ladaga - -# Full Name (for SEO) -first_name: Iván -last_name: Moreno Ladaga - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniero Software - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Interesado en Robótica, computación cuántica y en IA. - -interests: - - Computación cuántica. - - Inteligencia Artificial. - - Robótica. - -education: - courses: - - course: Estudiante de 3° de ingeniería Electrónica, Robótica y Mecatrónica - institution: Universidad de Málaga - year: 2023 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:ivanmorladag@gmail.com' - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/iv%C3%A1n-moreno-ladaga-42430a297?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app - - icon: github - icon_pack: fab - link: https://github.com/TnTivanTnT - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Software ---- - - - -Mi objetivos actuales son varios, pero los principales tres son: - -Crear una red de contactos con empresas, estudiantes y profesores. 🌐 Aprender todo lo posible tanto dentro como fuera de las clases. 🧑‍🎓 Disfrutar al máximo y sin prisa mi vida universitaria. 🍻 - -# TODO: translate bio to English diff --git a/content/en/authors/javier-aguayo-hernandez/_index.md b/content/en/authors/javier-aguayo-hernandez/_index.md deleted file mode 100644 index ee92d7e..0000000 --- a/content/en/authors/javier-aguayo-hernandez/_index.md +++ /dev/null @@ -1,86 +0,0 @@ ---- -translationKey: aguayo -# Display name -title: Fco Javier Aguayo Hdez - -# Full Name (for SEO) -first_name: Javier -last_name: Aguayo - -# Is this the primary user of the site? -superuser: true - -# Role/position -role: Jefe de Hardware - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Mis intereses incluyen robótica, automática, y programación con Matlab Simulink. - -interests: - - Diseño Gráfico - - Diseño y programación de Robots - - Automática con PLC - -education: - courses: - - course: Técnico en Automatización y Robótica Industrial - institution: Colegio Concertado San José - year: 2023 - - course: Estudiante de Ingeniería Electrónica Industrial - institution: Universidad de Málaga - year: 2023-x - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:jaguayo@uma.es' - - icon: x-twitter - icon_pack: fab - link: https://twitter.com - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/fco-javier-aguayo-hdez-10a50b295/ - - icon: instagram - icon_pack: fab - link: https://www.instagram.com/jaguayo27/ - - icon: github - icon_pack: fab - link: https://github.com/Jackks27 - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Team Leads ---- - - - -Mi objetivos actuales son varios, pero los principales tres son: - -Crear una red de contactos con empresas, estudiantes y profesores. 🌐 -Aprender todo lo posible tanto dentro como fuera de las clases. 🧑‍🎓 -Disfrutar al máximo y sin prisa mi vida universitaria. 🍻 - -# TODO: translate bio to English diff --git a/content/en/authors/jesus-manuel-gomez-de-gabriel/_index.md b/content/en/authors/jesus-manuel-gomez-de-gabriel/_index.md deleted file mode 100644 index 1e1f9e4..0000000 --- a/content/en/authors/jesus-manuel-gomez-de-gabriel/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -translationKey: JesusManuel -# Display name -title: Jesús Manuel Gómez de Gabriel - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Departamento de Ingenierías de Sistemas y Automática - - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Collaborating Professors ---- - -Agradecemos a todos los profesores que han hecho posible este proyecto. - -# TODO: translate bio to English diff --git a/content/en/authors/joaquin-vega-benitez/_index.md b/content/en/authors/joaquin-vega-benitez/_index.md deleted file mode 100644 index ff62c9e..0000000 --- a/content/en/authors/joaquin-vega-benitez/_index.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -translationKey: Joaquín Vega -# Display name -title: Joaquín Vega Benítez - -# Full Name (for SEO) -first_name: Joaquín -last_name: Vega Benítez - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniero Software - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Interesado en Robótica, especialmente en diseño y programación. - -interests: - - Diseño y programación de robots. - - Programación de PLC. - - Control de procesos. - -education: - courses: - - course: Estudiante de 4° de ingeniería Electrónica, Robótica y Mecatrónica - institution: Universidad de Málaga - year: 2020 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:joaquinvegabenitez@gmail.com' - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/joaqu%C3%ADn-vega-ben%C3%ADtez-b11099318/ - - icon: github - icon_pack: fab - link: https://github.com/JoaquinVega2 - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Software ---- - - - -Soy Joaquín, estudiante de Robótica en la UMA. Busco expandir mis conocimientos sobre todos los temas posibles para poder aportar algo útil al mundo. Mis principales intereses actualmente son la robótica y la electrónica. Me uní al grupo para poder adquirir experiencia en un proyecto real y así tener un preparación más avanzada. - -# TODO: translate bio to English diff --git a/content/en/authors/jorge-romero-sanchez/_index.md b/content/en/authors/jorge-romero-sanchez/_index.md deleted file mode 100644 index c808e02..0000000 --- a/content/en/authors/jorge-romero-sanchez/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -translationKey: JorgeRomero -# Display name -title: Jorge Romero Sánchez - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Departamento de Electrónica - - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Collaborating Professors ---- - -Agradecemos a todos los profesores que han hecho posible este proyecto. - -# TODO: translate bio to English diff --git a/content/en/authors/jose-pablo-recano/_index.md b/content/en/authors/jose-pablo-recano/_index.md deleted file mode 100644 index 7e23ee7..0000000 --- a/content/en/authors/jose-pablo-recano/_index.md +++ /dev/null @@ -1,86 +0,0 @@ ---- -translationKey: Josepablo -# Display name -title: Jose Pablo Recaño - -# Full Name (for SEO) -first_name: Angel -last_name: Agüera - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniero Hardware - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Mis intereses incluyen robótica, automática, y programación con Matlab Simulink. - -interests: - - Diseño Gráfico - - Diseño y programación de Robots - - Automática con PLC - -education: - courses: - - course: Técnico en Automatización y Robótica Industrial - institution: Colegio Concertado San José - year: 2023 - - course: Estudiante de Ingeniería Electrónica Industrial - institution: Universidad de Málaga - year: 2023-x - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:jaguayo@uma.es' - - icon: x-twitter - icon_pack: fab - link: https://twitter.com - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/fco-javier-aguayo-hdez-10a50b295/ - - icon: instagram - icon_pack: fab - link: https://www.instagram.com/jaguayo27/ - - icon: github - icon_pack: fab - link: https://github.com/Jackks27 - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Hardware ---- - - - -Mi objetivos actuales son varios, pero los principales tres son: - -Crear una red de contactos con empresas, estudiantes y profesores. 🌐 -Aprender todo lo posible tanto dentro como fuera de las clases. 🧑‍🎓 -Disfrutar al máximo y sin prisa mi vida universitaria. 🍻 - -# TODO: translate bio to English diff --git a/content/en/authors/juan-gandarias/_index.md b/content/en/authors/juan-gandarias/_index.md deleted file mode 100644 index 0d780b8..0000000 --- a/content/en/authors/juan-gandarias/_index.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -translationKey: JuanMa -# Display name -title: Juan M. Gandarias - -# Full Name (for SEO) -first_name: Juan M. -last_name: Gandarias - -# Is this the primary user of the site? -superuser: true - -# Role/position -role: Coordinador - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Coordinators ---- - -Check my personal website [here!](https://jmgandarias.com) - - - -# TODO: translate bio to English diff --git a/content/en/authors/juan-lopez-puebla/_index.md b/content/en/authors/juan-lopez-puebla/_index.md deleted file mode 100644 index 02d5040..0000000 --- a/content/en/authors/juan-lopez-puebla/_index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: Juan López Puebla -first_name: Juan -last_name: _López -superuser: false -role: Team Leader -organizations: - - name: University of Málaga - url: 'http://www.uma.es' -bio: Interested in Rescue Robotics and professional drone applications. -interests: - - Robot Control - - Artificial Intelligence - - Drones -education: - courses: - - course: Student of Electronic, Robotics and Mechatronics Engineering. - institution: University of Málaga - year: 2020 -social: - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/juanlopezpuebla - - icon: instagram - icon_pack: fab - link: https://www.instagram.com/_juanlp_/ - - icon: github - icon_pack: fab - link: https://github.com/JuanLopezP -email: '' -highlight_name: false -user_groups: - - Department Heads ---- diff --git a/content/en/authors/juan-lopez-puebla/avatar.jpg b/content/en/authors/juan-lopez-puebla/avatar.jpg deleted file mode 100644 index 713b4a8..0000000 Binary files a/content/en/authors/juan-lopez-puebla/avatar.jpg and /dev/null differ diff --git a/content/en/authors/laura-font-luque/_index.md b/content/en/authors/laura-font-luque/_index.md deleted file mode 100644 index 75b380c..0000000 --- a/content/en/authors/laura-font-luque/_index.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -translationKey: LauraFont -# Display name -title: Laura Font Luque - -# Full Name (for SEO) -first_name: Laura -last_name: Font Luque - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniero Hardware - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Robótica, Diseño 3D, Programación, Trabajo en equipo. - -interests: - - Robótica. - - Diseño 3D. - - Programación. - - Trabajo en equipo. - - -education: - courses: - - course: Estudiante de 1° de Ingeniería Robótica, Electrónica y Mecatrónica. - institution: Universidad de Málaga - year: 2024 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:laurafontluque@uma.es' - - icon: github - icon_pack: fab - link: https://github.com/LauraFont1 - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Hardware ---- - - - -Soy Laura, me apasiona la robótica y el diseño. Mi objetivo es aprender todo lo posible y poder seguir formándome mientras estudio. - -# TODO: translate bio to English diff --git a/content/en/authors/liliya-bakhurska/_index.md b/content/en/authors/liliya-bakhurska/_index.md deleted file mode 100644 index a826c65..0000000 --- a/content/en/authors/liliya-bakhurska/_index.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -translationKey: lili -# Display name -title: Liliya Bakhurska - -# Full Name (for SEO) -first_name: Liliya -last_name: Bakhurska - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniera Software - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Mis intereses incluyen robótica, automática, y programación con Matlab Simulink. - -interests: - - Programación - - Automatización - - Robótica y electrónica - -education: - courses: - - course: Estudiante de Ingeniería Electrónica Robótica y Mecatrónica - year: 2022-x - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:0611089608@uma.es' - - icon: x-twitter - icon_pack: fab - link: https://twitter.com - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com - - icon: instagram - icon_pack: fab - link: https://www.instagram.com/lili_1067/ - - icon: github - icon_pack: fab - link: https://github.com - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Software ---- - - - -Soy Lili y estoy estudiando ingeniería robótica. Me encanta la programación dirigida al control e interacción con el mundo físico, por ello he decidido complementar mi formación participando en RoboRescue - -# TODO: translate bio to English diff --git a/content/en/authors/luis-espana-carnero/_index.md b/content/en/authors/luis-espana-carnero/_index.md deleted file mode 100644 index 38fe1ff..0000000 --- a/content/en/authors/luis-espana-carnero/_index.md +++ /dev/null @@ -1,72 +0,0 @@ ---- -translationKey: Luis -# Display name -title: Luis España Carnero - -# Full Name (for SEO) -first_name: Luis -last_name: España Carnero - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Co-leader Hardware - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Mis intereses incluyen robótica, impresión 3D y diseño 3D. - -interests: - - Impresión 3D - - Diseño 3D - - Robótica y electrónica - -education: - courses: - - course: Graduado en Ingeniería Electróncia, Robótica y Mecatrónica (3º) - institution: Universidad de Málaga - year: 2024 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:luisesp@uma.es' - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/luis-espa%C3%B1a-carnero-587915307/ - - icon: github - icon_pack: fab - link: https://github.com/LuisEC0 - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Mentors ---- - - -Soy Luis, estudio Ingeniería Robótica en la UMA. Mi objetivo es complementar mis estudios universitarios para adquirir más conocimiento y ganar experiencia y práctica en proyectos de equipo, siempre con ganas de aprender más y mejorar. - -# TODO: translate bio to English diff --git a/content/en/authors/maria-jesus-lopez-baldan/_index.md b/content/en/authors/maria-jesus-lopez-baldan/_index.md deleted file mode 100644 index 9605c7b..0000000 --- a/content/en/authors/maria-jesus-lopez-baldan/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -translationKey: MariaJesus -# Display name -title: María Jesús López Baldán - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Departamento de Ingenierías de Sistemas y Automática - - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Collaborating Professors ---- - -Agradecemos a todos los profesores que han hecho posible este proyecto. - -# TODO: translate bio to English diff --git a/content/en/authors/maria-sanchez-gonzalez/_index.md b/content/en/authors/maria-sanchez-gonzalez/_index.md deleted file mode 100644 index de2aae8..0000000 --- a/content/en/authors/maria-sanchez-gonzalez/_index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -translationKey: Mariasanchez -# Display name -title: María Sánchez González - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Departamento de Periodismo - - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Collaborating Professors ---- - -Agradecemos a todos los profesores que han hecho posible este proyecto. - -# TODO: translate bio to English diff --git a/content/en/authors/mario-garcia-jimenez/_index.md b/content/en/authors/mario-garcia-jimenez/_index.md deleted file mode 100644 index ec7ad6a..0000000 --- a/content/en/authors/mario-garcia-jimenez/_index.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -translationKey: MarioG -# Display name -title: Mario García Jiménez - -# Full Name (for SEO) -first_name: Mario -last_name: García - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniero Software - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Mis intereses incluyen robótica, automática, y programación con Matlab Simulink. - -interests: - - Diseño de PCBs - - Diseño y programación de Robots - - Diseño electrónico general - - Simulaciones y documentación - -education: - courses: - - course: Estudiante de Ingeniería Electrónica Industrial - institution: Universidad de Málaga - year: 2021-x - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:mariogj.03@uma.es' - - icon: linkedin - icon_pack: fab - link: www.linkedin.com/in/mario-garcía-jiménez-230b83234 - - icon: instagram - icon_pack: fab - link: https://www.instagram.com/marioogarciia17/ - - icon: github - icon_pack: fab - link: https://github.com/MarioGarciaJimenez - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Mentors ---- - - - -Me apasiona la electrónica y todo lo relacionado con ello. Mis objetivos son aprender en este proyecto de robótica, -saber trabajar en equipo y disfrutar del camino!! - -# TODO: translate bio to English diff --git a/content/en/authors/matias-luciano-hecker/_index.md b/content/en/authors/matias-luciano-hecker/_index.md deleted file mode 100644 index 70a6d0e..0000000 --- a/content/en/authors/matias-luciano-hecker/_index.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -translationKey: MatiasLuciano -# Display name -title: Matías Luciano Hecker - -# Full Name (for SEO) -first_name: Matías Luciano -last_name: Hecker - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniero Hardware - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Me interesa todo lo relacionado con la innovación y la creación de nuevas tecnologías. Me gusta la mecánica y el diseño de máquinas. Me atrae la idea de trabajar en un entorno competitivo donde pueda aprender y mejorarme como futuro ingeniero junto a otros ingenieros con los mismos intereses. - -interests: - - Innovación y creación de nuevas tecnologías. - - Mecánica y diseño. - - Investigación y trabajo en equipo. - -education: - courses: - - course: Estudiante de 2° de ingeniería Mecánica - institution: Universidad de Málaga - year: 2023 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:matiaslucianohecker@gmail.com' - - icon: instagram - icon_pack: fab - link: https://www.instagram.com/maty_hecker_ch/profilecard/?igsh=MWlqdW41NTBtZWQzeg== - - icon: github - icon_pack: fab - link: https://github.com/matias-luciano-hecker - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Hardware ---- - - - -Soy estudiante de ingeniería mecánica de 19 años. Soy un apasionado de la tecnología y la innovación que está dispuesto siempre a aprender y a trabajar lo máximo posible. Me gusta poder aportar ideas creativas y resolver problemas prácticos en un entorno de trabajo real. - -# TODO: translate bio to English diff --git a/content/en/authors/miguel-ian-garcia-pozo/_index.md b/content/en/authors/miguel-ian-garcia-pozo/_index.md deleted file mode 100644 index a3544d5..0000000 --- a/content/en/authors/miguel-ian-garcia-pozo/_index.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -translationKey: MiguelI -# Display name -title: Miguel Ian García Pozo - -# Full Name (for SEO) -first_name: Antonio -last_name: Muñoz - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Jefe de Software - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Mis intereses incluyen robótica de recate, automática y programación. - -interests: - - Robot Control - - Aplicaciones en proyectos de la Inteligencia Artificial - - Diseño y Programación - -education: - courses: - - course: Estudiante de 4° de ingeniería Electrónica, Robótica y Mecatrónica - institution: Universidad de Málaga - year: 2021 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:miguelian@uma.es' - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/miguel-ian-garcia-pozo-618862238/ - - icon: github - icon_pack: fab - link: https://github.com/MiguelIIan - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Department Heads ---- - - - -Me gusta aprender de todo y hacer todo tipo de proyectos. Me interesa la electrónica, el diseño 3D, la programación de robots y la aplicación del Machine Learning en la robótica. - -# TODO: translate bio to English diff --git "a/content/en/authors/nazareth-l\303\263pez-andela/_index.md" "b/content/en/authors/nazareth-l\303\263pez-andela/_index.md" deleted file mode 100644 index 332c816..0000000 --- "a/content/en/authors/nazareth-l\303\263pez-andela/_index.md" +++ /dev/null @@ -1,78 +0,0 @@ ---- -translationKey: Nazareth -# Display name -title: Nazareth López Candela - -# Full Name (for SEO) -first_name: Nazareth -last_name: López Candela - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniera Software - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Mis intereses incluyen robótica, automática, y programación con Matlab Simulink. - -interests: - - Diseño de PCBs - - Diseño y programación de Robots - - Diseño electrónico - - -education: - courses: - - course: Estudiante de Ingeniería Electrónica Industrial 4º - institution: Universidad de Málaga - year: 2021-x - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:nazalopez@uma.es' - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/nazareth-l%C3%B3pez-candela-3a7713332/ - - icon: instagram - icon_pack: fab - link: https://www.instagram.com/naazalopez_/ - - icon: github - icon_pack: fab - link: https://github.com/Nazarethlopez - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Software ---- - - - -Me apasiona la electrónica y todo lo relacionado con ello. Mis objetivos son aprender en este proyecto de robótica, -saber trabajar en equipo y disfrutar del camino!! - -# TODO: translate bio to English diff --git "a/content/en/authors/nils-mu\303\261oz-reul/_index.md" "b/content/en/authors/nils-mu\303\261oz-reul/_index.md" deleted file mode 100644 index 087c451..0000000 --- "a/content/en/authors/nils-mu\303\261oz-reul/_index.md" +++ /dev/null @@ -1,71 +0,0 @@ ---- -translationKey: Nils -# Display name -title: Nils Muñoz Reul - -# Full Name (for SEO) -first_name: Nils -last_name: Muñoz Reul - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniero Software - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Interesado en robótica espacial, inteligencia artificial y robótica, y en la lectura. - -interests: - - Robotica espacial. - - Inteligencia artificial y robotica. - - Lectura. - -education: - courses: - - course: Estudiante de 1° de ingeniería Electrónica, Robótica y Mecatrónica - institution: Universidad de Málaga - year: 2024 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:nilsmunoz@uma.es' - - - icon: github - icon_pack: fab - link: https://github.com/NilsMunozReul - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Software ---- - - - -Soy Nils, alumno de primero del grado de ingeniería electrónica, robótica y mecatrónica en la Universidad de Málaga. Me apunté a Roborescue con el objetivo de aprender a desarrollar mis habilidades y mejorar mis capacidades como ingeniero, así como aportar contribuciones valisosas al equipo y al proyecto. - -# TODO: translate bio to English diff --git a/content/en/authors/nuria-munoz/_index.md b/content/en/authors/nuria-munoz/_index.md deleted file mode 100644 index d60680e..0000000 --- a/content/en/authors/nuria-munoz/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: Nuria Muñoz -first_name: Nuria -last_name: Muñoz -superuser: false -role: Mechanical Department Head -organizations: - - name: University of Málaga - url: 'http://www.uma.es' -education: - courses: - - course: Licenciado en Informática - institution: University of Málaga - year: 2000 -highlight_name: false -user_groups: - - Department Heads ---- diff --git a/content/en/authors/paula-mancilla-pulido/_index.md b/content/en/authors/paula-mancilla-pulido/_index.md deleted file mode 100644 index 11d784d..0000000 --- a/content/en/authors/paula-mancilla-pulido/_index.md +++ /dev/null @@ -1,78 +0,0 @@ ---- -translationKey: Paula -# Display name -title: Paula Mancilla Pulido - -# Full Name (for SEO) -first_name: Paula -last_name: Mancilla Pulido - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniera Software - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Me interesa la robótica y la programación, y completar el aprendizaje obtenido en la Universidad ganando experiencia en el desarrollo de un proyecto. - -interests: - - Programación - - Electrónica - - Robótica - -education: - courses: - - course: Estudiante de Ingeniería Electrónica Robótica y Mecatrónica - year: 2022-x - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:0611105362@uma.es' - - icon: x-twitter - icon_pack: fab - link: https://twitter.com - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com - - icon: instagram - icon_pack: fab - link: https://www.instagram.com - - icon: github - icon_pack: fab - link: https://github.com - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Software ---- - - - -Soy Paula y estudio Electrónica Robótica y Mecatrónica. Me uní a Roborescue con el objetivo de complementar la formación teórica que ofrece la Universidad con un proyecto que suponga un reto fuera del aula, que impulse mis habilidades de trabajo en equipo y que me permita aprender sobre el desarrollo de un robot. - -# TODO: translate bio to English diff --git a/content/en/authors/paula-navarro-alarcon/_index.md b/content/en/authors/paula-navarro-alarcon/_index.md deleted file mode 100644 index 38df228..0000000 --- a/content/en/authors/paula-navarro-alarcon/_index.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -translationKey: Paulanavarro -# Display name -title: Paula Navarro Alarcón - -# Full Name (for SEO) -first_name: Paula -last_name: Navarro Alarcón - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Departamento de marketing - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Interesada en diseño y fotografía. - -interests: - - Fotografía. - - Diseño. - -education: - courses: - - course: Estudiante de 3° de Márketing e Investigación de Mercados - institution: Universidad de Málaga - year: 2022 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:ibaigutierrezpaez@uma.es' - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/paula-navarro-alarc%C3%B3n-a085562b8?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app - - icon: instagram - icon_pack: fab - link: https://www.instagram.com/paulaa_.navarro/profilecard/?igsh=ZmNsbHJtZGJsenhq - - icon: github - icon_pack: fab - link: https://github.com/Paulaa004 - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Marketing ---- - - - -Soy una estudiante de marketing con muchas ganas de participar en proyectos y aportar mis granitos de arena. - -# TODO: translate bio to English diff --git a/content/en/authors/raquel-fernandez/_index.md b/content/en/authors/raquel-fernandez/_index.md deleted file mode 100644 index 5aa5c17..0000000 --- a/content/en/authors/raquel-fernandez/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -translationKey: RaquelFernandez -# Display name -title: Raquel Fernández Ramos - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Departamento de Electrónica - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Collaborating Professors ---- diff --git a/content/en/authors/ricardo-vazquez/_index.md b/content/en/authors/ricardo-vazquez/_index.md deleted file mode 100644 index d8423ee..0000000 --- a/content/en/authors/ricardo-vazquez/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -translationKey: RicardoVazquez -# Display name -title: Ricardo Vázquez Martín - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Departamento de Ingenierías de Sistemas y Automática - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Collaborating Professors ---- diff --git a/content/en/authors/salvador-patricio-lazaro-herrero/_index.md b/content/en/authors/salvador-patricio-lazaro-herrero/_index.md deleted file mode 100644 index eeaf3b6..0000000 --- a/content/en/authors/salvador-patricio-lazaro-herrero/_index.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -translationKey: Salva -# Display name -title: Salvador Patricio Lázaro Herrero - -# Full Name (for SEO) -first_name: Salvador Patricio -last_name: Lázaro Herrero - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniero Software - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Interesado en Robótica y aeronáutica. - -interests: - - Programación. - - Emprendimiento. - - Aeronáutica. - -education: - courses: - - course: Estudiante de 3° de ingeniería Electrónica, Robótica y Mecatrónica - institution: Universidad de Málaga - year: 2022 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:salvapatricio@uma.es' - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/salvador-patricio-l%C3%A1zaro-herrero-49836b321?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app - - icon: github - icon_pack: fab - link: https://github.com/SalvaPtrcio - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Software ---- - -Apasionado por el mundo de la robótica. Soy ambicioso y cálido, dispuesto a luchar por conseguir mis objetivos. - -# TODO: translate bio to English diff --git a/content/en/authors/xadmin/_index.md b/content/en/authors/xadmin/_index.md deleted file mode 100644 index 28606d6..0000000 --- a/content/en/authors/xadmin/_index.md +++ /dev/null @@ -1,68 +0,0 @@ ---- -# Display name -title: Nia Ber - -# Full Name (for SEO) -first_name: Nia -last_name: Ber - -# Is this the primary user of the site? -superuser: true - -# Role/position -role: Professor of Artificial Intelligence - -# Organizations/Affiliations -organizations: - - name: Stanford University - url: '' - -# Short bio (displayed in user profile at end of posts) -bio: My research interests include distributed robotics, mobile computing and programmable matter. - -interests: - - Artificial Intelligence - - Computational Linguistics - - Information Retrieval - -education: - courses: - - course: PhD in Artificial Intelligence - institution: Stanford University - year: 2012 - - course: MEng in Artificial Intelligence - institution: Massachusetts Institute of Technology - year: 2009 - - course: BSc in Artificial Intelligence - institution: Massachusetts Institute of Technology - year: 2008 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:test@example.org' - - icon: x-twitter - icon_pack: fab - link: https://twitter.com/GeorgeCushen - - icon: google-scholar - icon_pack: ai - link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ - - icon: github - icon_pack: fab - link: https://github.com/gcushen -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Researchers ---- - diff --git a/content/en/authors/xadmin/avatar.jpg b/content/en/authors/xadmin/avatar.jpg deleted file mode 100644 index 4739195..0000000 Binary files a/content/en/authors/xadmin/avatar.jpg and /dev/null differ diff --git a/content/en/authors/yegor-antonio-radchenko-villacres/_index.md b/content/en/authors/yegor-antonio-radchenko-villacres/_index.md deleted file mode 100644 index 40db043..0000000 --- a/content/en/authors/yegor-antonio-radchenko-villacres/_index.md +++ /dev/null @@ -1,75 +0,0 @@ ---- -translationKey: Yegor -# Display name -title: Yegor Antonio Radchenko Villacrés - -# Full Name (for SEO) -first_name: Yegor Antonio -last_name: Radchenko Villacrés - -# Is this the primary user of the site? -superuser: false - -# Role/position -role: Ingeniero Software - -# Organizations/Affiliations -organizations: - - name: Universidad de Málaga - url: 'http://www.uma.es' - -# Short bio (displayed in user profile at end of posts) -bio: Interesado en Robótica, concretamente en el software. - -interests: - - Robótica. - - Software. - - Automatización. - -education: - courses: - - course: Estudiante de 2° de ingeniería Electrónica, Robótica y Mecatrónica - institution: Universidad de Málaga - year: 2023 - -# Social/Academic Networking -# For available icons, see: https://docs.hugoblox.com/getting-started/page-builder/#icons -# For an email link, use "fas" icon pack, "envelope" icon, and a link in the -# form "mailto:your-email@example.com" or "#contact" for contact widget. -social: - - icon: envelope - icon_pack: fas - link: 'mailto:yegor.bogomazov@gmail.com' - - icon: linkedin - icon_pack: fab - link: https://www.linkedin.com/in/yegor-antonio-radchenko-villacr%C3%A9s-085872297?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app - - icon: github - icon_pack: fab - link: https://github.com/YegorRad - - -# Link to a PDF of your resume/CV from the About widget. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# - icon: cv -# icon_pack: ai -# link: files/cv.pdf - -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Software ---- - - - -I´m Yegor. I´ve some exprience working in automation using Siemens PLC´s and now I´m learning robotics at the University of Malaga (UMA) - -🔭 I’m currently working at RoboRescue Team at UMA - -# TODO: translate bio to English diff --git a/content/en/authors/zz-carlos-antonio-catalan-lopez/_index.md b/content/en/authors/zz-carlos-antonio-catalan-lopez/_index.md deleted file mode 100644 index 81959ab..0000000 --- a/content/en/authors/zz-carlos-antonio-catalan-lopez/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -# Display name -title: Carlos Antonio Catalán López - -# Is this the primary user of the site? -superuser: false - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Antiguos miembros ---- - -Their time on the team will be fondly remembered, as it's thanks to those who worked with them in the past that we've become what we are today. diff --git a/content/en/authors/zz-celia-jimenez/_index.md b/content/en/authors/zz-celia-jimenez/_index.md deleted file mode 100644 index 5128176..0000000 --- a/content/en/authors/zz-celia-jimenez/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -# Display name -title: Celia Jiménez - -# Is this the primary user of the site? -superuser: false - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Antiguos miembros ---- - -Their time on the team will be fondly remembered, as it's thanks to those who worked with them in the past that we've become what we are today. diff --git a/content/en/authors/zz-francisco-carbonero/_index.md b/content/en/authors/zz-francisco-carbonero/_index.md deleted file mode 100644 index 86681af..0000000 --- a/content/en/authors/zz-francisco-carbonero/_index.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -# Display name -title: Francisco Carbonero -# Is this the primary user of the site? -superuser: false - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Antiguos miembros ---- - -Their time on the team will be fondly remembered, as it's thanks to those who worked with them in the past that we've become what we are today. diff --git a/content/en/authors/zz-ivan-calvo-santos/_index.md b/content/en/authors/zz-ivan-calvo-santos/_index.md deleted file mode 100644 index 40c2ace..0000000 --- a/content/en/authors/zz-ivan-calvo-santos/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -# Display name -title: Iván Calvo Santos - -# Is this the primary user of the site? -superuser: false - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Antiguos miembros ---- - -Their time on the team will be fondly remembered, as it's thanks to those who worked with them in the past that we've become what we are today. diff --git a/content/en/authors/zz-juan-fernando-mata-romero/_index.md b/content/en/authors/zz-juan-fernando-mata-romero/_index.md deleted file mode 100644 index bbb113a..0000000 --- a/content/en/authors/zz-juan-fernando-mata-romero/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -# Display name -title: Juan Fernando Mata Romero - -# Is this the primary user of the site? -superuser: false - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Antiguos miembros ---- - -Their time on the team will be fondly remembered, as it's thanks to those who worked with them in the past that we've become what we are today. diff --git a/content/en/authors/zz-pascual/_index.md b/content/en/authors/zz-pascual/_index.md deleted file mode 100644 index b7f69a2..0000000 --- a/content/en/authors/zz-pascual/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -# Display name -title: Pascual - -# Is this the primary user of the site? -superuser: false - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Antiguos miembros ---- - -Their time on the team will be fondly remembered, as it's thanks to those who worked with them in the past that we've become what we are today. diff --git a/content/en/authors/zz-rodrigo-castra-ochoa/_index.md b/content/en/authors/zz-rodrigo-castra-ochoa/_index.md deleted file mode 100644 index 67ef4ea..0000000 --- a/content/en/authors/zz-rodrigo-castra-ochoa/_index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -# Display name -title: Rodrigo Castro Ochoa - -# Is this the primary user of the site? -superuser: false - -# Highlight the author in author lists? (true/false) -highlight_name: false - -# Organizational groups that you belong to (for People widget) -# Set this to `[]` or comment out if you are not using People widget. -user_groups: - - Antiguos miembros ---- - -Their time on the team will be fondly remembered, as it's thanks to those who worked with them in the past that we've become what we are today. diff --git a/content/en/contact/index.md b/content/en/contact/index.md deleted file mode 100644 index 169bedd..0000000 --- a/content/en/contact/index.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -translationKey: contact -title: Contact -description: "Get in touch with RoboRescue UMA: students, sponsors, collaborators. Location, office hours, and contact form." -date: 2024-09-23 - -type: landing - -sections: - - block: contact - content: - title: Contact - text: |- - If you are a student who wants to join our team, a company interested in sponsoring us, or simply someone curious about our project, feel free to reach out! - email: roborescue@uma.es - # phone: (add phone number here if desired) - address: - street: UMA Engineering Building, Arquitecto Francisco Peñalosa, 6 - city: Malaga - region: Andalusia - postcode: '29010' - country: Spain - country_code: ES - coordinates: - latitude: '36.71549' - longitude: '-4.49056' - directions: Enter the workshop area, turn left, first door (Workshop 27) - office_hours: - - 'Tuesday 15:00 - 18:00' - - 'Thursday 15:00 - 16:15' - # appointment_url: 'https://calendly.com' - #contact_links: - # - icon: comments - # icon_pack: fas - # name: Discuss on Forum - # link: 'https://discourse.gohugo.io' - - # Automatically link email and phone or display as text? - autolink: true - - # Email form provider - form: - provider: netlify - formspree: - id: - netlify: - # Enable CAPTCHA challenge to reduce spam? - captcha: false - design: - columns: '1' - - - block: markdown - content: - title: - subtitle: '' - text: - design: - columns: '1' - background: - image: - filename: contact.jpg - filters: - brightness: 1 - parallax: false - position: center - size: cover - text_color_light: true - spacing: - padding: ['20px', '0', '20px', '0'] - css_class: fullscreen ---- diff --git a/content/en/event/_index.md b/content/en/event/_index.md deleted file mode 100644 index 3925684..0000000 --- a/content/en/event/_index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Recent & Upcoming Events - -# Listing view -view: compact - -# Optional header image (relative to `assets/media/` folder). -banner: - caption: '' - image: '' ---- diff --git a/content/en/organization chart/index.md b/content/en/organization chart/index.md deleted file mode 100644 index adadc8f..0000000 --- a/content/en/organization chart/index.md +++ /dev/null @@ -1,124 +0,0 @@ ---- -title: Organizational Chart -date: 2025-09-19 -description: "RoboRescue UMA team organizational structure: hierarchy, roles and responsibilities for coordination, mentoring and technical development." - -type: landing - -sections: - - block: hero - content: - title: "General Coordination" - text: "**Project direction and strategic oversight** \nMain coordinators of the rescue robotics team" - design: - background: - color: 'primary' - text_color_light: true - spacing: - padding: ['20px', '0', '20px', '0'] - - - block: features - content: - title: "👥 Management Level" - subtitle: "Operational leadership and technical mentoring" - items: - - name: "Team Leads" - description: "**Operational leadership:** Project management, technical coordination and strategic planning" - icon: users - icon_pack: fas - - name: "Mentors" - description: "**Guidance and training:** Technical mentoring, knowledge transfer and specialized support" - icon: user-graduate - icon_pack: fas - design: - columns: '2' - - - block: features - content: - title: "⚙️ Technical Level" - subtitle: "Specialized teams in technological development" - items: - - name: "Hardware" - description: "**Physical development:** Mechanical design, embedded electronics, sensors and actuators, system integration" - icon: microchip - icon_pack: fas - - name: "Software" - description: "**Logical development:** Control algorithms, artificial intelligence, user interfaces, embedded systems" - icon: code - icon_pack: fas - - name: "Marketing" - description: "**Communication:** Public relations, social media, documentation, events and outreach" - icon: bullhorn - icon_pack: fas - design: - columns: '3' - - - block: features - content: - title: "🏛️ Support Level" - subtitle: "Academic supervision and specialized advisory" - items: - - name: "Department Heads" - description: "**Academic supervision:** Academic guidance, institutional connection, departmental resources" - icon: building - icon_pack: fas - - name: "Collaborating Professors" - description: "**Specialized advisory:** Technical supervision, scientific validation, university resources" - icon: chalkboard-teacher - icon_pack: fas - design: - columns: '2' - - - block: hero - content: - title: "🎓 Alumni" - text: "**Experience network** \nGraduates who maintain ties with the project and contribute their professional experience" - design: - background: - color: '#f8f9fa' - spacing: - padding: ['20px', '0', '20px', '0'] - - - block: collection - content: - title: "🔄 Organizational Communication Flow" - subtitle: "Team communication and coordination structure" - text: | - **📋 Planning:** Coordinators → Team Leads - **⚡ Execution:** Team Leads → Technical Teams - **🧠 Mentoring:** Mentors → All levels - **📊 Monitoring:** Technical Teams → Coordination - design: - view: compact - columns: '1' - - - block: markdown - content: - title: "ℹ️ Organizational Chart Information" - text: | - **📅 Last updated:** September 2025 - **�️ Structure:** Based on technical competencies and organizational responsibilities - **🔄 Flexibility:** Members can participate in multiple areas according to project needs - - - block: people - content: - title: 👥 Members by Area - subtitle: Meet who is part of each organizational level - user_groups: - - Coordinators - - Team Leads - - Mentors - - Department Heads - - Hardware - - Software - - Marketing - - Collaborating Professors - - Alumni - sort_by: Params.last_name - sort_ascending: true - design: - show_interests: false - show_role: true - show_social: true - show_photo: true ---- \ No newline at end of file diff --git a/content/en/post/2025-09-18-track-system-progress/index.md b/content/en/post/2025-09-18-track-system-progress/index.md deleted file mode 100644 index 762e42f..0000000 --- a/content/en/post/2025-09-18-track-system-progress/index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: "HORU Robot Progress: Track Assembly Completed" -date: 2025-09-18 -lastmod: 2025-09-18 -summary: "The team finishes assembly of HORU's track system and begins traction and control testing phase." -authors: [] -categories: ["HORU Project"] -tags: ["HORU","hardware","progress"] -image: - caption: "Close-up of installed track system" - focal_point: center - preview_only: false -draft: false -reading_time: true -share: true -show_related: true -translationKey: "horu-track-progress-2025-09-18" ---- - -After several weeks of mechanical iteration, the team has completed the initial assembly of HORU's track system. This milestone enables progression to motor calibration and traction testing on different surface types. - - - -Next evaluation items: - -1. Chain alignment and tension. -2. Power consumption under varying loads. -3. Control patterns to improve maneuverability on irregular terrain. - -Immediate next steps: -- Integrate inertial sensors to refine speed control loops. -- Thermal validation of motors during extended sessions. -- Record performance metrics for future design iterations. - -If you want to contribute to this phase or suggest test ideas, reach out or join a work session. diff --git a/content/en/post/_index.md b/content/en/post/_index.md deleted file mode 100644 index 28fbf80..0000000 --- a/content/en/post/_index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Latest News - -# Listing view -view: compact - -# Optional banner image (relative to `assets/media/` folder). -banner: - caption: '' - image: '' ---- diff --git a/content/en/team/index.md b/content/en/team/index.md deleted file mode 100644 index 1a542d4..0000000 --- a/content/en/team/index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -translationKey: team -title: Team -date: 2022-10-24 -description: "Team members and roles at RoboRescue UMA spanning coordination, hardware, software, and outreach." - -type: landing - -sections: - - block: people - content: - title: Meet the Team - # Choose which groups/teams of users to display. - # Edit `user_groups` in each user's profile to add them to one or more of these groups. - user_groups: - - Coordinators - - Team Leads - - Mentors - - Department Heads - - Hardware - - Software - - Marketing - - Alumni - - Collaborating Professors - sort_by: Params.last_name - sort_ascending: true - design: - show_interests: false - show_role: true - show_social: true ---- diff --git a/content/en/tour/index.md b/content/en/tour/index.md deleted file mode 100644 index 28554db..0000000 --- a/content/en/tour/index.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -title: Tour -date: 2022-10-24 - -type: landing - -sections: - - block: slider - content: - slides: - - title: 👋 Welcome to the group - content: Take a look at what we're working on... - align: center - background: - image: - filename: coders.jpg - filters: - brightness: 0.7 - position: right - color: '#666' - - title: Lunch & Learn ☕️ - content: 'Share your knowledge with the group and explore exciting new topics together!' - align: left - background: - image: - filename: contact.jpg - filters: - brightness: 0.7 - position: center - color: '#555' - - title: World-Class Semiconductor Lab - content: 'Just opened last month!' - align: right - background: - image: - filename: welcome.jpg - filters: - brightness: 0.5 - position: center - color: '#333' - link: - icon: graduation-cap - icon_pack: fas - text: Join Us - url: ../contact/ - design: - # Slide height is automatic unless you force a specific height (e.g. '400px') - slide_height: '' - is_fullscreen: true - # Automatically transition through slides? - loop: false - # Duration of transition between slides (in ms) - interval: 2000 ---- diff --git a/content/es/_index.md b/content/es/_index.md index 9b3311d..a19b759 100644 --- a/content/es/_index.md +++ b/content/es/_index.md @@ -1,119 +1,135 @@ --- -# Leave the homepage title empty to use the site title -title: +title: RoboRescue UMA date: 2022-10-24 type: landing -description: "Equipo estudiantil de la Universidad de Málaga dedicado a la robótica de rescate: proyectos, noticias y miembros." sections: - block: hero + id: inicio content: - title: | - RoboRescue UMA - + title: RoboRescue UMA image: - filename: logoh.png - alt: Logo RoboRescue UMA - url: '#inicio' + filename: donatello/donatello_mejor_foto.jpg + alt: Robot Donatello text: | -
- Somos un equipo compuesto por estudiantes de diversos ámbitos pertenecientes a la Universidad de Málaga unidos con un fin común. Nos dedicamos al desarrollo tecnológico-robótico de rescate. Este proyecto comenzó en 2019, con la intención de dar visibilidad a las posibles - soluciones prácticas que podemos encontrar gracias a la robótica, y a la automatización. -
- -# No hay noticias actualmente -# - block: collection -# content: -# title: Noticias Recientes -# subtitle: Actualizaciones del proyecto HORU y actividades -# text: -# count: 5 -# filters: -# folders: -# - noticias -# exclude_featured: false -# offset: 0 -# order: desc -# page_type: post -# design: -# view: card -# columns: '1' + Somos un equipo compuesto por estudiantes de diversos ámbitos pertenecientes a la Universidad de Málaga unidos con un fin común. Nos dedicamos al desarrollo tecnológico-robótico de rescate. + cta: + label: Conoce más + url: '#about' + icon_pack: fas + icon: arrow-down + design: + background: + image: + filename: donatello/donatello_mejor_foto.jpg + filters: + brightness: 0.5 + text_color_light: true + + - block: features + id: about + content: + title: About Us + subtitle: Nuestros Departamentos + items: + - name: Hardware + description: Diseño y construcción de robots. + icon: microchip + icon_pack: fas + - name: Software + description: Inteligencia y control. + icon: code + icon_pack: fas + - name: Comunicación + description: Difusión y redes sociales. + icon: bullhorn + icon_pack: fas + - name: Mentores + description: Guía y apoyo experto. + icon: chalkboard-teacher + icon_pack: fas + design: + columns: '2' + view: showcase -# Redundante (ya que hay un slider más abajo) -# - block: markdown -# content: -# title: -# subtitle: '' -# text: -# design: -# columns: '1' -# background: -# image: -# filename: coders.jpg -# filters: -# brightness: 1 -# parallax: false -# position: center -# size: cover -# text_color_light: true -# spacing: -# padding: ['20px', '0', '20px', '0'] -# css_class: fullscreen + - block: markdown + id: donatello + content: + title: Donatello + subtitle: Nuestro Robot de Rescate + text: | + ![Donatello](donatello/donatello_1.jpg) + + Donatello es nuestro robot insignia, diseñado para operar en entornos hostiles y realizar tareas de rescate. Cuenta con un sistema de tracción avanzado y sensores de última generación. + design: + columns: '1' + - block: markdown + id: horu + content: + title: HORU + subtitle: El Futuro del Rescate + text: | + ![HORU](robots/robot_1.png) + + HORU es nuestro nuevo prototipo, enfocado en la agilidad y la autonomía. Incorpora nuevas tecnologías de visión artificial y navegación. + design: + columns: '1' + background: + color: '#f8f9fa' - - block: slider + - block: features + id: team content: - slides: - - title: 👋 Bienvenido al Equipo de Robótica de Rescate - content: Echa un vistazo en lo que estamos trabajando... - align: center - background: - image: - filename: coders.jpg - filters: - brightness: 0.5 - position: right - color: '#666' - - title: Talleres, Charlas y Lunch & Learn ☕️ - content: '¡Comparte tu conocimiento con el equipo y descubre el excitante mundo de la robótica con nosotros!' - align: left - background: - image: - filename: contact.jpg - filters: - brightness: 0.7 - position: center - color: '#555' - - title: Taller de Baterias para Robots - content: '¡Construyendo la batería del nuevo robot HORU!' - align: right - background: - image: - filename: welcome.jpg - filters: - brightness: 0.5 - position: center - color: '#333' - link: - icon: graduation-cap + title: Our Team + subtitle: Conoce a los miembros + items: + - name: Hardware Team + description: Los constructores. + icon: tools + icon_pack: fas + - name: Software Team + description: Los programadores. + icon: laptop-code + icon_pack: fas + - name: Communication Team + description: La voz del equipo. + icon: comments icon_pack: fas - text: ¡Únete al Equipo! - url: https://forms.gle/wGeDcg52BzjjMgvU8 design: - # Slide height is automatic unless you force a specific height (e.g. '400px') - slide_height: '' - is_fullscreen: true - # Automatically transition through slides? - loop: false - # Duration of transition between slides (in ms) - interval: 2000 + columns: '3' + view: card - block: markdown + id: sponsors content: - title: - subtitle: + title: Sponsors + subtitle: Gracias a nuestros patrocinadores text: | - {{% cta cta_link="./equipo/" cta_text="Conoce el equipo →" %}} +
+ Sponsor 1 + Sponsor 2 + Sponsor 3 +
design: columns: '1' + + - block: contact + id: contact + content: + title: Contacto + subtitle: Encuéntranos + email: info@roborescueuma.com + address: + street: Bulevar Louis Pasteur, 35 + city: Málaga + region: Málaga + postcode: '29071' + country: Spain + country_code: ES + coordinates: + latitude: '36.715' + longitude: '-4.478' + design: + columns: '2' --- diff --git a/content/es/gallery/_index.md b/content/es/gallery/_index.md new file mode 100644 index 0000000..432f7ef --- /dev/null +++ b/content/es/gallery/_index.md @@ -0,0 +1,36 @@ +--- +title: Galería +date: 2022-10-24 +type: landing + +sections: + - block: markdown + content: + title: Galería + subtitle: Fotos de nuestros eventos y robots + text: | +
+
+ Donatello +

Donatello

+
+
+ Donatello en acción +

Donatello en acción

+
+
+ Detalles +

Detalles

+
+
+ El equipo +

El equipo

+
+
+ Trabajando duro +

Trabajando duro

+
+
+ design: + columns: '1' +--- diff --git a/content/es/recruitment/_index.md b/content/es/recruitment/_index.md new file mode 100644 index 0000000..9312360 --- /dev/null +++ b/content/es/recruitment/_index.md @@ -0,0 +1,17 @@ +--- +title: Recruitment +date: 2022-10-24 +type: landing + +sections: + - block: markdown + content: + title: Únete al Equipo + subtitle: ¿Quieres formar parte de RoboRescue UMA? + text: | + Estamos buscando nuevos miembros apasionados por la robótica. + + {{% cta cta_link="https://forms.gle/wGeDcg52BzjjMgvU8" cta_text="Rellenar Formulario" %}} + design: + columns: '1' +--- diff --git a/data/address_formats.toml b/data/address_formats.toml new file mode 100644 index 0000000..970e4be --- /dev/null +++ b/data/address_formats.toml @@ -0,0 +1,11 @@ +[es] +format = ["street_address", "postal_code_city", "country_name"] + +[es-es] +format = ["street_address", "postal_code_city", "country_name"] + +[es-ES] +format = ["street_address", "postal_code_city", "country_name"] + +[en-us] +format = ["street_address", "city_state_zip", "country_name"] diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..0aee5cb --- /dev/null +++ b/go.sum @@ -0,0 +1,8 @@ +github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.8-0.20241012174104-661cadc17327 h1:aKhll1k3EctTWSvLZYrkhz4ehSqo1+OX5Ho7LvfZR/0= +github.com/HugoBlox/hugo-blox-builder/modules/blox-bootstrap/v5 v5.9.8-0.20241012174104-661cadc17327/go.mod h1:+Itucnia7M8NWxaEys257x/34K4+POiBlR1yYCTrzBM= +github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1/go.mod h1:So8+V2U+TNxlXmcpZfdDX0muLh3PdJ7z92h30sv3bZg= +github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms v0.1.2-0.20231108143325-448ed0e3bd2b h1:pOYZJXK2hahVeW/FcVuBoFdvtR3DpsDDZVcbGnMNEdQ= +github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-decap-cms v0.1.2-0.20231108143325-448ed0e3bd2b/go.mod h1:Njlsj3S1Z833TdX1nacJZzsiwGGhOq4Nilzo2BH/wQ8= +github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240509231741-c3d23d929bc6 h1:QIQqCc9DnS/PjhHCnyzxe5yhUMUYtJDMpRoaBtBk3VY= +github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240509231741-c3d23d929bc6/go.mod h1:C7jfxMLv1bEUqbM9XDSmEpfOpS8w06OgqNDEcbuRgL4= +github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3/go.mod h1:NsESu6cEms1DgH84icCyylElg2Zu8A0f7Fma5JR0LZE= diff --git "a/objetivo de die\303\261o.md" "b/objetivo de die\303\261o.md" new file mode 100644 index 0000000..d136b2f --- /dev/null +++ "b/objetivo de die\303\261o.md" @@ -0,0 +1,26 @@ +## Diseño +Orden de prioridad: 1 (menos importante) a 5 (más importante) + +[Bases](https://online.fliphtml5.com/RoboRescueUMA/rcwr) +Usar los colores del equipo: #04a4c4, #7de7fe, #293b5b, #037d95, #1b283a +Tomando como referencia: https://tecnicosolarboat.tecnico.ulisboa.pt + +Web consiste de página principal, gallery, recruitment y contact + +## Objetivos de la distribucición + + +- **Página principal**: contiene el header y las siguientes secciones: +- **Header**: logo del equipo a la izquierda y menú a la derecha con enlaces a las secciones (5) +- **Inicio**: Foto en grande del robot Donatello (3) +- **About us**: Queremos algo parecido. Pero que sea Hardware, Software, Comunicación y Mentores. En la descripción pones los subdepartamentos y al ponerse encima el ratón que salga una foto detrás. Ya te las pasare, ve poniendo fotos random. (5) +- **Donatello**: Equivalente a "Solar" en la web de referencia. Debe aparecer Donatello y su información. (2) +- **HORU**: Equivalente a "Hydrogen" en la web de referencia. Debe aparecer HORU y su información. (2) +- **Our Team**: Igual a la web de referencia. Debe aparecer un resumen de los departamentos y subdepartamentos. Al clickar en cada departamento que lleve a la sección. Al hacer click a una persona debe salir su información como en la web de referencia. Pasaremos un form para pedir información y te pasaremos lista de miembros. (5) +- **Sponsors**: Parecido a la web de referencia, tenemos tres (top secret estamos hablando con varios importantes) (2) +- **Map**: Final igual pero con mapa interactivo como tenemos nosotros creo. (4) +- **Contact**: Final igual pero con mapa interactivo como tenemos nosotros creo. (4) +- **Gallery**: Parecido a la web de referencia. (1) +- **Team**: Team (que te lleve a lo de antes) (5) +- **Recruitment**: Parecido a la web de referencia. (3) +- **Contact**: (que te lleve a lo de antes). (4)