diff --git a/README.md b/README.md
index 69586300118655f44a9c5061ed34f2324bbbd7d5..acca2a44477526abe4ad30b7dba5a3eab8acd691 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,9 @@ This is a set of macros in LaTeX to compile and build different versions of the
 
 #### USAGE ####
 
-1. Copy the directory: **cp -r institutions/base institutions/___country-institution___**
-2. Make a symbolic link: **ln -s institutions/country-institution local**
+1. Define this two variables: ctr=_three-letter-country_ and ins=_three-letter-institution_ 
+2. Copy the directory: **cp -r institutions/base institutions/${ctr}-${ins}**
+2. Make a symbolic link: **ln -s institutions/${ctr}-${ins} local**
 3. Edit and complete all the files in local: **cd local**
 4. When done, back to the main directory: **cd ..**
 5. And **make**
diff --git a/institutions/chi-uvm/a1-commitment.tex b/institutions/chi-uvm/a1-commitment.tex
new file mode 100644
index 0000000000000000000000000000000000000000..44121817b1ab30041cd453f3166acb2d9a6fb6b4
--- /dev/null
+++ b/institutions/chi-uvm/a1-commitment.tex
@@ -0,0 +1,14 @@
+\begin{itemize}
+  \ifes
+    \item Operar el/los detectores LAGO instalados en la \institution.
+    \item Otorgar acceso al proyecto LAGO o a quien este designe, a todos los datos de los detectores instalados en la \institution (ver sección \ref{data}).
+  \fi
+  \ifen
+    \item To operate the LAGO detector(s) deployed at the \institution.
+    \item To warranty full access to the LAGO project to all the data of the LAGO detectors installed at the \institution (see section \ref{data}).
+  \fi
+  \ifpt
+    \item
+  \fi
+\end{itemize}
+%% Repeat as necessary for other subsystems in which \institution is participating
diff --git a/institutions/chi-uvm/header.tex b/institutions/chi-uvm/header.tex
new file mode 100644
index 0000000000000000000000000000000000000000..99fe61f82571ef55e2c586b1f9a7198d96369c0b
--- /dev/null
+++ b/institutions/chi-uvm/header.tex
@@ -0,0 +1,41 @@
+%%% Genders
+\newif\ifcrg
+\newif\ifpig
+\newif\ifirg
+\newif\ifilg
+\newif\ifil
+
+%%%% SET LAGO PI HERE
+\def\lagopi{Dr.~Ibrahim Daniel Torres Aguilar}
+\pigtrue % male
+%\pigfalse % female
+
+%%%% SET INSTITUTION HERE
+\def\institution{Universidad de Viña del Mar}
+
+%% LEGAL INSTITUTION REPRESENTATIVE
+\def\instlegalrep{Dr.~Juan Pabloe Prieto Cox}
+\iltrue % include legal representative
+%\ilfalse % not include legal representative
+\ilgtrue % male
+%\ilgfalse % female 
+
+%%%% INSTITUTION REPRESENTATIVE 
+\def\instrep{Dr.~Mauricio Echiburú}
+\irgtrue % male
+%\irgfalse % female 
+
+%%%% SET YOUR COUNTRY REPRESENTATIVE HERE
+\def\countryrep{Dr.~Alfredo Vega}
+\crgtrue % male
+%\crgfalse % female 
+
+%%%% SET YOUR COUNTRY HERE
+\def\countryes{Chile}
+\def\countryen{Chile}
+\def\countrypt{Chile}
+
+%%%% DATE SIGNED
+\def\datesignes{}
+\def\datesignen{}
+\def\datesignpt{}
diff --git a/institutions/chi-uvm/mou.pdf b/institutions/chi-uvm/mou.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..ac94f936630fb63b3b7ce303e3254544ec197244
Binary files /dev/null and b/institutions/chi-uvm/mou.pdf differ
diff --git a/institutions/chi-uvm/t1-personal.tex b/institutions/chi-uvm/t1-personal.tex
new file mode 100644
index 0000000000000000000000000000000000000000..ea90b59d96d941dabe92983cba26c974130e5c05
--- /dev/null
+++ b/institutions/chi-uvm/t1-personal.tex
@@ -0,0 +1,22 @@
+\begin{center}
+  \begin{tabular}{|p{5.5cm}|p{7.2cm}|p{2.4cm}|}
+\hline
+\ifes Nombre \fi
+\ifen Name \fi 
+\ifpt Nome \fi &
+\ifes Posición \fi
+\ifen Position \fi 
+\ifpt NNN \fi & 
+\ifes Compromiso \fi 
+\ifen Commitment \fi 
+\ifpt NNN \fi
+\\
+\hline
+Mauricio Echiburú & Profesor Investigador & 0.2 \\
+Andrés Ruis-Tagle & Profesor Investigador & 0.2 \\
+Francisco González & Profesor Investigador & 0.2 \\
+\hline
+FTE & -- & 0.6 \\
+\hline
+\end{tabular}
+\end{center}
diff --git a/institutions/chi-uvm/t2-aporte.tex b/institutions/chi-uvm/t2-aporte.tex
new file mode 100644
index 0000000000000000000000000000000000000000..7daf456afc9deb536834cb1cf3e5fbad48a8b2bf
--- /dev/null
+++ b/institutions/chi-uvm/t2-aporte.tex
@@ -0,0 +1,21 @@
+\begin{center}
+	\begin{tabular}{|p{1.0cm}|p{1.5cm}|p{12.7cm}|}
+\hline
+\ifes Ítem \fi
+\ifen Item \fi
+\ifpt Item \fi
+&
+\ifes Cantidad \fi
+\ifen Quantity \fi
+\ifpt Cantidad \fi
+&
+\ifes Descripción \fi
+\ifen Description \fi
+\ifpt Descripcion \fi
+\\
+\hline
+    \ifes 1 & -- & Materiales y componentes para el armado de un detector completo (ver tabla 3) \\ \fi
+    \ifen 1 & -- & Materials and supplies needed for the construction and installation of one (1) LAGO water Cherenkov detector\\ \fi
+\hline
+\end{tabular}
+\end{center}
diff --git a/institutions/chi-uvm/t3-lago.tex b/institutions/chi-uvm/t3-lago.tex
new file mode 100644
index 0000000000000000000000000000000000000000..0ba3220b24f8f6c5c9be610028fdbd72ebf1e171
--- /dev/null
+++ b/institutions/chi-uvm/t3-lago.tex
@@ -0,0 +1,74 @@
+\begin{center}
+\begin{tabular}{|p{1.0cm}|p{1.5cm}|p{12.7cm}|}
+\hline
+\ifes 
+Ítem & Cantidad & Descripción \\
+\hline
+1 & -- & Asesoramiento técnico para el montaje, operación y mantenimiento del(los) detector(es) operados por la \institution \\
+\hline
+2 & -- & Software LAGO para la operación y calibración del(los) detector(es) operados por la \institution \\
+\hline
+3 & -- & Software LAGO para el análisis y preservación de datos LAGO (ver sección \ref{data}) \\
+\hline
+4 & -- & Software LAGO de simulación y acceso remoto total a sistemas de computación distribuida operados por u asociados al proyecto LAGO (clusters, GRID, etc) \\
+\hline
+5 & -- & Acceso remoto total al repositorio central de datos LAGO para almacenamiento y curaduría de datos producidos en el(los) detector(es) operados por la \institution \\
+\hline
+6 & -- & Acceso completo a los datos LAGO existentes y futuros (ver sección \ref{data}) \\
+\hline
+7 & -- & Diseño y lista de componentes de la placa digitalizadora LAGO. Eventualmente, y sujeto a la disponibilidad de las placas o materiales en las instituciones donde son fabricadas, el Proyecto LAGO podrá proveer una (1) placa digitalizadora completa a la \institution. \\
+\hline
+% 8 & 1 & PMT Hamamatsu modelo R5912 (8"), propiedad de LAGO, en comodato, Serie: \\
+% \hline
+% 9 & 1 & Placa digitalizadora LAGO completa y funcionando.\\
+% \hline
+% 10 & 1 & Placa de desarrollo Nexys II, propiedad de LAGO, completa y funcionando. \\ 
+% \hline
+\fi
+
+\ifen
+Item & Quantity & Description \\
+\hline
+1 & -- & Technical know-how for the deployment, operation and maintenance of the detector(s) operated by \institution \\
+\hline
+2 & -- & LAGO software for the detector operation and calibration \\
+\hline
+3 & -- & LAGO software for the analysis and preservation of the LAGO data (see section \ref{data}) \\
+\hline 
+4 & -- & LAGO simulation software and full remote access to distributed computational services operated by or associated to the LAGO project (clusters, GRID, etc) \\
+\hline
+5 & -- & Full remote access to the central LAGO data repository for storage and preservation of the data produced by the detector(s) operated by \institution \\
+\hline
+6 & -- & Full access to the existent and future LAGO data (see section \ref{data}) \\
+\hline
+7 & -- &LAGO digitizer board design and components list. Eventually, and subject to availability on the manufacturing institutions, the LAGO Project could provide one (1) complete digitizer board to the \institution \\
+\hline
+% 8 & 1 & PMT Hamamatsu model R5912 (8"), owned by the LAGO project, in comodate, Serial number: \\
+% \hline
+% 9 & 1 & LAGO digitizer board, owned by the LAGO project, in comodate. \\
+% \hline
+% 10 & 1 & Nexys II development FPGA board, owned by the LAGO project, in comodate. \\
+% \hline
+\fi
+
+\ifpt
+Item & Quantity & Description \\
+\hline
+1 & -- & Technical know-how for the deployment, operation and maintenance of the detector(s) operated by \institution \\
+\hline
+2 & -- & LAGO software for the detector operation and calibration \\
+\hline
+3 & -- & LAGO software for the analysis and preservation of the LAGO data (see section \ref{data}) \\
+\hline 
+4 & -- & LAGO simulation software and full remote access to distributed computational services operated by or associated to the LAGO project (clusters, GRID, etc) \\
+\hline
+5 & -- & Full remote access to the central LAGO data repository for storage and preservation of the data produced by the detector(s) operated by \institution \\
+\hline
+6 & -- & Full access to the existent and future LAGO data (see section \ref{data}) \\
+\hline
+7 & -- &LAGO digitizer board design and components list. Eventually, and subject to availability on the manufacturing institutions, the LAGO Project could provide one (1) complete digitizer board to the \institution \\
+\hline
+\fi
+
+\end{tabular}
+\end{center}
diff --git a/institutions/chi-val/a1-commitment.tex b/institutions/chi-val/a1-commitment.tex
new file mode 100644
index 0000000000000000000000000000000000000000..44121817b1ab30041cd453f3166acb2d9a6fb6b4
--- /dev/null
+++ b/institutions/chi-val/a1-commitment.tex
@@ -0,0 +1,14 @@
+\begin{itemize}
+  \ifes
+    \item Operar el/los detectores LAGO instalados en la \institution.
+    \item Otorgar acceso al proyecto LAGO o a quien este designe, a todos los datos de los detectores instalados en la \institution (ver sección \ref{data}).
+  \fi
+  \ifen
+    \item To operate the LAGO detector(s) deployed at the \institution.
+    \item To warranty full access to the LAGO project to all the data of the LAGO detectors installed at the \institution (see section \ref{data}).
+  \fi
+  \ifpt
+    \item
+  \fi
+\end{itemize}
+%% Repeat as necessary for other subsystems in which \institution is participating
diff --git a/institutions/chi-val/header.tex b/institutions/chi-val/header.tex
new file mode 100644
index 0000000000000000000000000000000000000000..43657c0d8b9dc85705ef657d017199aa0f0d1003
--- /dev/null
+++ b/institutions/chi-val/header.tex
@@ -0,0 +1,41 @@
+%%% Genders
+\newif\ifcrg
+\newif\ifpig
+\newif\ifirg
+\newif\ifilg
+\newif\ifil
+
+%%%% SET LAGO PI HERE
+\def\lagopi{Dr.~Ibrahim Daniel Torres Aguilar}
+\pigtrue % male
+%\pigfalse % female
+
+%%%% SET INSTITUTION HERE
+\def\institution{Universidad de Valparaiso}
+
+%% LEGAL INSTITUTION REPRESENTATIVE
+\def\instlegalrep{Dr.~Aldo Valle}
+\iltrue % include legal representative
+%\ilfalse % not include legal representative
+\ilgtrue % male
+%\ilgfalse % female 
+
+%%%% INSTITUTION REPRESENTATIVE 
+\def\instrep{Dr.~Alfredo Vega}
+\irgtrue % male
+%\irgfalse % female 
+
+%%%% SET YOUR COUNTRY REPRESENTATIVE HERE
+\def\countryrep{Dr.~Alfredo Vega}
+\crgtrue % male
+%\crgfalse % female 
+
+%%%% SET YOUR COUNTRY HERE
+\def\countryes{Chile}
+\def\countryen{Chile}
+\def\countrypt{Chile}
+
+%%%% DATE SIGNED
+\def\datesignes{}
+\def\datesignen{}
+\def\datesignpt{}
diff --git a/institutions/chi-val/mou.pdf b/institutions/chi-val/mou.pdf
new file mode 100644
index 0000000000000000000000000000000000000000..708dfdaaacb358679dae588d2185dc2ad740a218
Binary files /dev/null and b/institutions/chi-val/mou.pdf differ
diff --git a/institutions/chi-val/t1-personal.tex b/institutions/chi-val/t1-personal.tex
new file mode 100644
index 0000000000000000000000000000000000000000..5b2300a4084543f5855c14b1fb89fe7d8ce9ffc3
--- /dev/null
+++ b/institutions/chi-val/t1-personal.tex
@@ -0,0 +1,27 @@
+\begin{center}
+  \begin{tabular}{|p{5.5cm}|p{7.2cm}|p{2.4cm}|}
+\hline
+\ifes Nombre \fi
+\ifen Name \fi 
+\ifpt Nome \fi &
+\ifes Posición \fi
+\ifen Position \fi 
+\ifpt NNN \fi & 
+\ifes Compromiso \fi 
+\ifen Commitment \fi 
+\ifpt NNN \fi
+\\
+\hline
+Alfredo Vega & Profesor Investigador & 0.2 \\
+Iván Gonzalez & Profesor Investigador & 0.2 \\
+José Villanueva & Profesor Investigador & 0.2 \\
+Victor Cárdenas & Profesor Investigador & 0.2 \\
+Graeme CAndlish & Profesor Investigador & 0.2 \\
+Osvaldo Herrera & Profesor Investigador & 0.2 \\
+Juan Magaña & Postdoc & 0.2 \\
+Daniel Manriquez & Pregrado & 0 \\
+\hline
+FTE & -- & 1.4 \\
+\hline
+\end{tabular}
+\end{center}
diff --git a/institutions/chi-val/t2-aporte.tex b/institutions/chi-val/t2-aporte.tex
new file mode 100644
index 0000000000000000000000000000000000000000..7daf456afc9deb536834cb1cf3e5fbad48a8b2bf
--- /dev/null
+++ b/institutions/chi-val/t2-aporte.tex
@@ -0,0 +1,21 @@
+\begin{center}
+	\begin{tabular}{|p{1.0cm}|p{1.5cm}|p{12.7cm}|}
+\hline
+\ifes Ítem \fi
+\ifen Item \fi
+\ifpt Item \fi
+&
+\ifes Cantidad \fi
+\ifen Quantity \fi
+\ifpt Cantidad \fi
+&
+\ifes Descripción \fi
+\ifen Description \fi
+\ifpt Descripcion \fi
+\\
+\hline
+    \ifes 1 & -- & Materiales y componentes para el armado de un detector completo (ver tabla 3) \\ \fi
+    \ifen 1 & -- & Materials and supplies needed for the construction and installation of one (1) LAGO water Cherenkov detector\\ \fi
+\hline
+\end{tabular}
+\end{center}
diff --git a/institutions/chi-val/t3-lago.tex b/institutions/chi-val/t3-lago.tex
new file mode 100644
index 0000000000000000000000000000000000000000..0ba3220b24f8f6c5c9be610028fdbd72ebf1e171
--- /dev/null
+++ b/institutions/chi-val/t3-lago.tex
@@ -0,0 +1,74 @@
+\begin{center}
+\begin{tabular}{|p{1.0cm}|p{1.5cm}|p{12.7cm}|}
+\hline
+\ifes 
+Ítem & Cantidad & Descripción \\
+\hline
+1 & -- & Asesoramiento técnico para el montaje, operación y mantenimiento del(los) detector(es) operados por la \institution \\
+\hline
+2 & -- & Software LAGO para la operación y calibración del(los) detector(es) operados por la \institution \\
+\hline
+3 & -- & Software LAGO para el análisis y preservación de datos LAGO (ver sección \ref{data}) \\
+\hline
+4 & -- & Software LAGO de simulación y acceso remoto total a sistemas de computación distribuida operados por u asociados al proyecto LAGO (clusters, GRID, etc) \\
+\hline
+5 & -- & Acceso remoto total al repositorio central de datos LAGO para almacenamiento y curaduría de datos producidos en el(los) detector(es) operados por la \institution \\
+\hline
+6 & -- & Acceso completo a los datos LAGO existentes y futuros (ver sección \ref{data}) \\
+\hline
+7 & -- & Diseño y lista de componentes de la placa digitalizadora LAGO. Eventualmente, y sujeto a la disponibilidad de las placas o materiales en las instituciones donde son fabricadas, el Proyecto LAGO podrá proveer una (1) placa digitalizadora completa a la \institution. \\
+\hline
+% 8 & 1 & PMT Hamamatsu modelo R5912 (8"), propiedad de LAGO, en comodato, Serie: \\
+% \hline
+% 9 & 1 & Placa digitalizadora LAGO completa y funcionando.\\
+% \hline
+% 10 & 1 & Placa de desarrollo Nexys II, propiedad de LAGO, completa y funcionando. \\ 
+% \hline
+\fi
+
+\ifen
+Item & Quantity & Description \\
+\hline
+1 & -- & Technical know-how for the deployment, operation and maintenance of the detector(s) operated by \institution \\
+\hline
+2 & -- & LAGO software for the detector operation and calibration \\
+\hline
+3 & -- & LAGO software for the analysis and preservation of the LAGO data (see section \ref{data}) \\
+\hline 
+4 & -- & LAGO simulation software and full remote access to distributed computational services operated by or associated to the LAGO project (clusters, GRID, etc) \\
+\hline
+5 & -- & Full remote access to the central LAGO data repository for storage and preservation of the data produced by the detector(s) operated by \institution \\
+\hline
+6 & -- & Full access to the existent and future LAGO data (see section \ref{data}) \\
+\hline
+7 & -- &LAGO digitizer board design and components list. Eventually, and subject to availability on the manufacturing institutions, the LAGO Project could provide one (1) complete digitizer board to the \institution \\
+\hline
+% 8 & 1 & PMT Hamamatsu model R5912 (8"), owned by the LAGO project, in comodate, Serial number: \\
+% \hline
+% 9 & 1 & LAGO digitizer board, owned by the LAGO project, in comodate. \\
+% \hline
+% 10 & 1 & Nexys II development FPGA board, owned by the LAGO project, in comodate. \\
+% \hline
+\fi
+
+\ifpt
+Item & Quantity & Description \\
+\hline
+1 & -- & Technical know-how for the deployment, operation and maintenance of the detector(s) operated by \institution \\
+\hline
+2 & -- & LAGO software for the detector operation and calibration \\
+\hline
+3 & -- & LAGO software for the analysis and preservation of the LAGO data (see section \ref{data}) \\
+\hline 
+4 & -- & LAGO simulation software and full remote access to distributed computational services operated by or associated to the LAGO project (clusters, GRID, etc) \\
+\hline
+5 & -- & Full remote access to the central LAGO data repository for storage and preservation of the data produced by the detector(s) operated by \institution \\
+\hline
+6 & -- & Full access to the existent and future LAGO data (see section \ref{data}) \\
+\hline
+7 & -- &LAGO digitizer board design and components list. Eventually, and subject to availability on the manufacturing institutions, the LAGO Project could provide one (1) complete digitizer board to the \institution \\
+\hline
+\fi
+
+\end{tabular}
+\end{center}