Programma delle prossime attività di orientamento - Università degli Studi di Perugia

Buongiorno,

si comunicano i prossimi eventi di orientamento in programma dell'Università degli Studi di Perugia:

- OpenING: vieni a scoprire l'offerta formativa dei Dipartimenti di Ingegneria e di Ingegneria civile e ambientale: il 26 marzo, 21 maggio e 18 luglio 2024.

- Open DayUNIPG 2024: il 18 e 19 aprile in presenza presso il Barton Park di Perugia due giornate aperte in cui gli alunni, i docenti e tutte le figure che occupano di orientamento nelle scuole avranno l'opportunità di esplorare i vari corsi offerti dall'Università degli Studi di Perugia, gli obiettivi formativi e gli sbocchi occupazionali. Sarà un'occasione unica per le future matricole anche di scoprire tutte le risorse e i servizi che l'università mette a disposizione. Sarà possibile informarsi sulle borse di studio, le facilitazioni, i servizi per gli studenti con disabilità e/o DSA e le opportunità internazionali. La mattina sarà possibile anche partecipare a laboratori e seminari su prenotazione. A breve alla pagina https://www.unipg.it/servizi/orientamento/open-day-unipg verrà pubblicato il programma completo e il calendario degli appuntamenti per registrarsi alle attività.

- #UnipgOrientaExpress: dal 6 al 17 maggio 2024: due settimane di webinar sia la mattina sia il pomeriggio. Un'opportunità imperdibile per gli studenti di esplorare e approfondire le tematiche già discusse a scuola, arricchire il loro percorso educativo e scoprire nuovi argomenti affascinanti che potrebbero influenzare la loro scelta di carriera dopo il diploma. Prossimamente alla pagina https://www.unipg.it/servizi/orientamento/scuola/unipgorientaexpress il calendario per registrarsi ai webinar.

Non mancate!

Per qualsiasi informazione contattare il Servizio Orientamento scrivendo a **Questo indirizzo email è protetto dagli spambots. È necessario abilitare JavaScript per vederlo.** o chiamando al n. 075.585.2190-2870

Cordiali saluti

Il Delegato per il Settore Orientamento, Tutorato e Divulgazione Scientifica

Prof. Roberto Rettori Ufficio Orientamento, Job Placement, Associazione Alumni, Diritto allo Studio e Inclusione

Ripartizione Didattica

Piazza Università n. 1 - 06123 Perugia

Attempted to load class "CliDumper" from namespace "Symfony\Component\VarDumper\Dumper". Did you forget a "use" statement for another namespace? (500 Whoops, looks like something went wrong.)

ClassNotFoundError

HTTP 500 Whoops, looks like something went wrong.

Attempted to load class "CliDumper" from namespace "Symfony\Component\VarDumper\Dumper".
Did you forget a "use" statement for another namespace?

Exception

Symfony\Component\ErrorHandler\Error\ ClassNotFoundError

  1.      * DataFormatter constructor.
  2.      */
  3.     public function __construct()
  4.     {
  5.         $this->cloner = new VarCloner();
  6.         $this->dumper = new CliDumper();
  7.     }
  8.     /**
  9.      * @param $data
  10.      * @return string
  1.      * @return DataFormatter
  2.      */
  3.     public static function getDefaultDataFormatter(): DataFormatter
  4.     {
  5.         if (self::$defaultDataFormatter === null) {
  6.             self::$defaultDataFormatter = new DataFormatter();
  7.         }
  8.         return self::$defaultDataFormatter;
  9.     }
  1.      * @return DataFormatter
  2.      */
  3.     public function getDataFormatter(): DataFormatter
  4.     {
  5.         if ($this->dataFormater === null) {
  6.             $this->dataFormater self::getDefaultDataFormatter();
  7.         }
  8.         return $this->dataFormater;
  9.     }
  1.                 $value '***redacted***';
  2.             });
  3.             foreach ($data as $key => $value) {
  4.                 $this->sessionData[$key] = $this->getDataFormatter()->formatVar($value);
  5.             }
  6.         }
  7.         return ['data' => $this->sessionData];
  8.     }
  1.     public function __construct($params$collect false)
  2.     {
  3.         parent::__construct($params);
  4.         if ($collect) {
  5.             $this->collect();
  6.         }
  7.     }
  8.     /**
  9.      * Called by the DebugBar when data needs to be collected
  1.             if ($this->params->get('request'1)) {
  2.                 $this->debugBar->addCollector(new RequestDataCollector());
  3.             }
  4.             if ($this->params->get('session'1)) {
  5.                 $this->debugBar->addCollector(new SessionCollector($this->paramstrue));
  6.             }
  7.             if ($this->params->get('profile'1)) {
  8.                 $this->debugBar->addCollector((new ProfileCollector($this->params))->setRequestEndTime($endTime));
  9.             }
  1.                 if ($event->isStopped())
  2.                 {
  3.                     return $event;
  4.                 }
  5.                 $listener($event);
  6.             }
  7.         }
  8.         return $event;
  9.     }
  1.         // Send the application response.
  2.         $this->respond();
  3.         // Trigger the onAfterRespond event.
  4.         $this->getDispatcher()->dispatch('onAfterRespond');
  5.     }
  6.     /**
  7.      * Check if the user is required to reset their password.
  8.      *
  1. // Set the application as global app
  2. \Joomla\CMS\Factory::$application $app;
  3. // Execute the application.
  4. $app->execute();
require_once('/web/htdocs/www.liceogalileilamezia.edu.it/home/includes/app.php') in /web/htdocs/www.liceogalileilamezia.edu.it/home/index.php (line 283)
  1.  * define() is used rather than "const" to not error for PHP 5.2 and lower
  2.  */
  3. define('_JEXEC'1);
  4. // Run the application - All executable code should be triggered through this file
  5. require_once dirname(__FILE__) . '/includes/app.php';

Stack Trace

ClassNotFoundError
Symfony\Component\ErrorHandler\Error\ClassNotFoundError:
Attempted to load class "CliDumper" from namespace "Symfony\Component\VarDumper\Dumper".
Did you forget a "use" statement for another namespace?

  at /web/htdocs/www.liceogalileilamezia.edu.it/home/libraries/vendor/maximebf/debugbar/src/DebugBar/DataFormatter/DataFormatter.php:28
  at DebugBar\DataFormatter\DataFormatter->__construct()
     (/web/htdocs/www.liceogalileilamezia.edu.it/home/plugins/system/debug/src/AbstractDataCollector.php:80)
  at Joomla\Plugin\System\Debug\AbstractDataCollector::getDefaultDataFormatter()
     (/web/htdocs/www.liceogalileilamezia.edu.it/home/plugins/system/debug/src/AbstractDataCollector.php:65)
  at Joomla\Plugin\System\Debug\AbstractDataCollector->getDataFormatter()
     (/web/htdocs/www.liceogalileilamezia.edu.it/home/plugins/system/debug/src/DataCollector/SessionCollector.php:87)
  at Joomla\Plugin\System\Debug\DataCollector\SessionCollector->collect()
     (/web/htdocs/www.liceogalileilamezia.edu.it/home/plugins/system/debug/src/DataCollector/SessionCollector.php:58)
  at Joomla\Plugin\System\Debug\DataCollector\SessionCollector->__construct()
     (/web/htdocs/www.liceogalileilamezia.edu.it/home/plugins/system/debug/src/Extension/Debug.php:299)
  at Joomla\Plugin\System\Debug\Extension\Debug->onAfterRespond()
     (/web/htdocs/www.liceogalileilamezia.edu.it/home/libraries/vendor/joomla/event/src/Dispatcher.php:486)
  at Joomla\Event\Dispatcher->dispatch()
     (/web/htdocs/www.liceogalileilamezia.edu.it/home/libraries/src/Application/CMSApplication.php:332)
  at Joomla\CMS\Application\CMSApplication->execute()
     (/web/htdocs/www.liceogalileilamezia.edu.it/home/includes/app.php:61)
  at require_once('/web/htdocs/www.liceogalileilamezia.edu.it/home/includes/app.php')
     (/web/htdocs/www.liceogalileilamezia.edu.it/home/index.php:283)