VIU

How could we reimagine each of the faculties to live up to the value the University wants to contribute? 

At a time of exponential growth in the category and, in particular, in online education, VIU wanted to define a strategic plan that would make its faculties grow with more direction and sense. A plan to redesign everything from its academic model to the learning experience in order to be the university that accompanies those who want to move forward with determination and desire.

REFRAME

To live up to the true value of VIU, we had to reframe the learning needs of future professionals in each knowledge area.

From a humanist perspective, we activated a collective intelligence exercise that brought together students, experts and working professionals. Through a shared journey, we explored the skills, knowledge and ways of learning most relevant to thriving in each discipline, and journeyed into the soul of this education project, reconnecting with its real impact on people's lives.

UNCOVER

We uncovered the role that the University could play in this new context. From this emerged a realistic, courageous and transformative roadmap that challenges each faculty to go further, bringing clarity to decisions so they could realise their true potential.

A position that not only guides VIU's academic future, but also opens up new opportunities for impact in the lives of its students and in the creation of a fairer, more critical and more connected society.

REINVIGORATE

A project that aligned and reinvigorated an entire university. A vision that illuminated new paths from all areas and faculties, giving meaning to its growth in the coming years. 

← THE COCA-COLA COMPANY
LIGA F →

Strategy for Brighter Growth

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal
// You can find the form ID in the URL of this page // https://tally.so/forms/mJg9a4/share const formId = 'mJg9a4'; // Open the popup Tally.openPopup(formId, options); // Available options type PopupOptions = { key?: string; layout?: 'default' | 'modal'; width?: number; alignLeft?: boolean; hideTitle?: boolean; overlay?: boolean; emoji?: { text: string; animation: 'none' | 'wave' | 'tada' | 'heart-beat' | 'spin' | 'flash' | 'bounce' | 'rubber-band' | 'head-shake'; }; autoClose?: number; showOnce?: boolean; doNotShowAfterSubmit?: boolean; customFormUrl?: string; hiddenFields?: { [key: string]: any, }; onOpen?: () => void; onClose?: () => void; onPageView?: (page: number) => void; onSubmit?: (payload: any) => void; }; // Example: open a popup with default options Tally.openPopup('mJg9a4'); // Example: opening a popup as a centered modal Tally.openPopup('mJg9a4', { layout: 'modal', // Open as a centered modal width: 700, // Set the width of the modal autoClose: 5000, // Close the popup 5 seconds after form was submitted (in ms) }); // Example: set custom hidden fields Tally.openPopup('mJg9a4', { hiddenFields: { ref: 'downloads', email: 'alice@example.com' } }); // Example: customization via custom domain URL + code injection Tally.openPopup('mJg9a4', { customFormUrl: 'https://yourdomain.com/form', }); // Example: use callback functions to handle events Tally.openPopup('mJg9a4', { onOpen: () => { // The popup was opened, mark the form as seen // ... }, onClose: () => { // The popup was closed // ... }, onPageView: (page: number) => { // Log the page view // ... }, onSubmit: (payload: any) => { // Form was submitted, use the answers payload in your application // ... } }); // Close the popup Tally.closePopup('mJg9a4');