diff --git a/.gitignore b/.gitignore index bc81e35..0c9168c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,3 @@ -/.quarto/ -_site/ -_freeze/ - - - - -# R Environment Variables -.Renviron -.Rprofile # History files .Rhistory .Rapp.history @@ -19,14 +9,13 @@ _freeze/ .Ruserdata # RStudio files .Rproj.user/ -# Internal -___render_deploy.sh -.gitignore +# R Environment Variables +.Renviron + + # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 .httr-oauth # knitr and R markdown default cache directories -*_cache/ -/cache/ **/*_files/* **/*_cache/* !README_files/* @@ -34,6 +23,12 @@ ___render_deploy.sh *.utf8.md *.knit.md +# ANDREW HEISS COPIA +# you don’t need to check your _site or _book directory into version control +# (if you have done this in the past you know it makes for very messy diffs!) +/.quarto/ +/_site/ +/_freeze/ ## ----------------------------------------------------------------------------- # old / private diff --git a/___render_deploy.sh b/___render_deploy.sh new file mode 100644 index 0000000..0cfa50c --- /dev/null +++ b/___render_deploy.sh @@ -0,0 +1,84 @@ +#=========================================== (Render site Locally) ================================================# + +# ====== Font Awesome Extension for Quarto +quarto add quarto-ext/fontawesome # https://github.com/quarto-ext/fontawesome#readme +#quarto install extension shafayetShafee/bsicons # https://icons.getbootstrap.com/#icons +quarto install extension schochastics/academicons # https://jpswalsh.github.io/academicons/ +#quarto add mcanouil/quarto-iconify + +# ====== RENDER the entire site +# quarto preview +quarto preview + +# ====== RENDER the entire site +quarto render + +# render a single file only +project: + render: + - section1.qmd + - section2.qmd + - "*.qmd" + - "!ignored.qmd" + - "!ignored-dir/" + +# ====== PUBLISH +# quarto publish # quasto stronzo mi crea la git branch "gh-pages" --> FIX delete branch + #git branch -d branch_to_delete # { not allowed IF I am on it} + #git branch -D branch_to_delete # { -D if you have changes that are not merged and STILL delete} + +#=========================================== (Push to Github repo) ================================================# +cd . + +# check status +git status + +# Add changes to git Index. +git add -A # ALL +git add -u # tracked + +git add cv/* +git add images/* +git add docs/* +git add posts/* +git add writings/ +git add README* +git add _extensions/ +======= +# Create Std commit "message".... +msg="rebuilt on `date`" +if [ $# -eq 1 ] + then msg="$1" +fi +# ... Commit Those changes. +git commit -m "$msg" +======= + +git commit -m "WTF .Rproj" +git commit -m "added _variables.yml & cgd tools/01_git.qmd 🙌" + # git commit -m "revision INSTALL + cleanup slides 2" -m "01_... + 00_carico_tab-contesto.qmd " + +# Push local source (master branch) to remote reference (origin) +#cd . +git push origin master + +#=========================================== ALL IN ONE ================================================# +git add -u && git commit -a -m "Google analytics" && git push + +#=========================================== FIle pubblico ================================================# +# https://quarto.org/docs/publishing/quarto-pub.html +# from ./ +cd . +quarto publish quarto-pub 10_Validazione.qmd # Published at https://lulliter.quarto.pub/validazione-dati-in-regis/ +#-->>>>>>> (dare ENTER x farlo partire) + +# ====== Run Script that copies things +# PRIMA CHIUDO TUTTO WORD +Rscript R/salvo_output_li.R + + +#=========================================== (IGNORE a file accidentally committed in the past) ================================================# +# add .env file to .gitignore +echo "accident.txt" >> .gitignore +# tell Git NOT to track this file (it gets removed from the index, but stays local system) +git rm --writings/zzzz_old/ diff --git a/docs/index.html b/docs/index.html index 40c4431..d28fd8f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -139,15 +139,14 @@
I am a Policy & Data Analyst, freelance consultant, and enthusiast.
-I have extensive experience (in Italy 🇮🇹 and in the US 🇺🇸) with empirical research projects in the fields of economic development and impact evaluation of public economic policies. My research interest is at the intersection of public policy and statistics. You can learn more about my background and publications via my CV, or the links below.
+My consulting services include data and statistical analysis, quantitative program evaluation, and policy analysis. I have extensively applied these skills across different sectors and contexts, working with multilateral development banks, central and local government policy-making, academic researchers, small firms and non-profit organisations (mostly in Italy 🇮🇹 and in the US 🇺🇸).
+I also enjoy teaching and have successfully delivered lectures and workshops on statistics, reproducible data analysis and visualization.
You can learn more about my background via my CV or peruse some illustrative projects, data tools and other learning experiments.
-As a freelance consultant, I currently support institutional clients, academic researchers and individual professionals in their statistics and data analysis endeavors. I bring an analytical foundation to projects, and help making data-driven decision regardless of the sector or size of the organization.
-I especially enjoy teaching and have successfully delivered lectures and workshops on statistics, reproducible data analysis, and visualization.
Here are some illustrative projects.
I am open to collaborate on projects involving data and statistical analysis, program evaluation, or R programming/training.
I love and the culture of collaborative, reproducible and open research that this programming ecosystem promotes.
-The projects below include: R code I wrote for analyzing, modelling and visualizing data; workshop materials I have created/presented; and other technical content (not strictly related to my core research area).
+The projects below include: R code I wrote for analyzing, modelling and visualizing data; workshop materials I have created/presented; and other content (not necessarily related to my core research area).
(WORK IN PROGRESS…)
+ +This is an ongoing project I started to explore text analytics to answer a question that I find extremely interesting and compelling: What is the impact of slogans on policy decisions? My working hypothesis is that often slogans involves a progressive detachment of words/phrases from their original meaning, but “why” and “how” does such a deviation between words and reality occur?
This website collects the materials for a four day workshop organized by MITGEST Doctoral Network in July 2024. The workshop is offered as part of a summer school for EU doctoral biology students, hosted by the Radboud Center for Mitochondrial Medicine, in Nijmegen, Netherlands. My sister (M. Chiara Mimmi, Ph.D.), is in charge of the workshop, while I co-created the materials for the R practice sessions, plus the course website.
Project website | Code | (in Italian 🇮🇹)
+Project website | Source Code | (in Italian 🇮🇹)
This is webpage I created to disseminate a position paper that I co-authored with the members of the Catholic Social Action Office of the Diocese of Pavia (my hometown in Italy). The report is meant as a tool to promote open and constructive dialogue on several urban planning issues and proposals in view of the upcoming municipal elections of June 2024.
(WORK IN PROGRESS…)
- +I am a self-taught programmer (R
, git
, Quarto
, css
, etc.), so I put together this collection of notes on how to go about some tasks as I figured them out. While intended for personal use, I am glad if these tutorials can be of help for others.
This is a quick exploration of some EU structural funds aimed at verifying how much Italy has been able to disburse (given amounts planned and deemed eligible) for the 2014-2020 funding cycle. Specifically data were taken from the ESIF 2014-2020 Finance Implementation Details (99js-gm52) dataset, then drilled down to programs under the ERDF (European Regional Development Fund). This was also an opportunity to learn some interective datavisualization tools in R (e.g. reactable
).
Here is a tutorial I wrote as I was learning how to implement cluster analysis in R.
- +