
(they / them)
Dr. in Computer Science, Information Systems Engineer at CONICET (National Scientific and Technical Research Council, Argentina)
Co-founder and organizer of R-Ladies Mendoza (see R-Ladies Global)

(they / them)
Student of Sociology at the National University of Cuyo (Argentina).
They are currently working on a research project on “Big Data and Social Sciences”.
A portfolio is a collection of highlighted projects and previous works that show potential clients or employers your abilities.
· · ·
Andreas Handel: andreashandel.com
Danielle Navarro: blog.djnavarro.net
Bea Milz: beamilz.com


While you do this…
A First Level Header
====================
A Second Level Header
---------------------
Some of these words *are emphasized*.
Some of these words _are emphasized also_.
Use two asterisks for **strong emphasis**.
Or, if you prefer, __use two underscores instead__.
### Header 3
> This is a blockquote.
>
> ## This is an H2 in a blockquote
A list
- one item
- another item
An ordered list
1. one step
1. another step
| Name | Extension | Purpose |
|---|---|---|
| Quarto | .qmd | content |
| YAML | .yml | configuration |
| CSS | .css | style |
| HTML | .html | output |
No! We’ll use an IDE (Integrated Development Environment):
VSCode, RStudio, Vim, text editors…
· · ·

_quarto.ymlproject:
type: website
website:
title: "Deep Space Solutions"
navbar:
right:
- about.qmd
- icon: github
href: https://github.com/jstrappa
- icon: twitter
href: https://twitter.com/StarTrek
format:
html:
theme:
light: journal
dark: vapor
css: styles.cssabout.qmd---
title: "About"
image: profile.jpg
about:
template: jolla
links:
- icon: twitter
text: Twitter
href: https://twitter.com/StarTrek
- icon: linkedin
text: Speaker's LinkedIn
href: https://www.linkedin.com/in/jan-strappa/?locale=en_US
- icon: github
text: Speaker's Github
href: https://github.com/jstrappa
---
As a Research and Development Scientist, I bring a unique combination of scientific expertise and leadership skills to drive innovation and discovery. With premier distinctions in astrophysics, exoarchaeology, exobiology, and zoology from Starfleet Academy, I have a deep understanding of various scientific disciplines. As the Chief Science Officer of Deep Space Nine, I discovered the Bajoran wormhole, opening up a new era in Federation history. I also successfully commanded a critical mission to destroy a major Dominion sensor array, significantly impacting their dominance in five sectors. I am excited to bring my diverse skill set to a new challenge and make significant contributions to the field of research and development.profile.jpg, choose template, add social media links, and write your about text!index.qmd---
title: 'post title'
subtitle: 'post subtitle'
author:
- name: your name
date: "mm/dd/yyyy"
lang: en
categories:
- data
- code
- blog
draft: true # change to false to publish!
description: 'description for this post'
image: ""
archives:
- ""
---
This is the first post in a Quarto blog. Welcome!

## Section
Since this post doesn't specify an explicit `image`, the first image in the post will be used in the listing page of posts.template folder for posts with this file inside. When making a new post, copy it, rename it, and edit the content to make your post. Change draft: false to make it public.---
title: 'Wormhole discovery'
subtitle: 'Journal entry'
author:
- name: Jadzia
date: "04/13/2369"
lang: en
categories:
- data
- code
- blog
draft: false # change to false to publish
description: 'My journal entry for when I found the wormhole'
image: ""
archives:
- ""
---
Something something
projects (works like posts).projects.qmd:---
title: "Projects"
listing:
contents: projects # folder with your project posts
sort: "title"
type: grid
image-height: 260px
categories: true
sort-ui: true # order by
filter-ui: true # filter by
page-layout: full
title-block-banner: false
comments: false
---_quarto.yml, add inside navbar:Copy your resume inside the project folder, e.g. files/resume.pdf.
In _quarto.yml, add inside navbar:
resume.qmd:Find or make an icon and save it inside your project folder; e.g. images/favicon.png
In _quarto.yml, add inside website:

quarto publish quarto-pub


Remember that you are valid and deserve unconditional love!

jd-portfolio)
Create your stunning web portfolio with Quarto