-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,9 +32,21 @@ export default function page() { | |
"> | ||
Contact | ||
</h1> | ||
<p> | ||
Lorem ipsum dolor, sit amet consectetur adipisicing elit. Aperiam distinctio quis ullam optio dignissimos? Facere ullam ea neque. Magni ab hic ipsa? Nam deleniti illo sit molestias deserunt sed pariatur! | ||
</p> | ||
|
||
<p> | ||
The EmpowerItaly datasets comprise information gathered from catalogs pertaining to various aspects of the Italian labor market. Initially created as part of a University of Bologna course, the catalog is presently not actively maintained. Nevertheless, the datasets within this catalog are managed by their respective institutions. Despite the catalog's lack of ongoing updates, our scripts remain accessible and can be executed on new files whenever needed. | ||
</p> | ||
<p> | ||
If you discover a newer version of any of our input files, please notify us to assist in updating our files through our automated script. It's essential to note that our scripts are licensed under CC 4.0. We invite the community to contribute to the enhancement of our files by submitting updated versions to our <Link className="font-bold underline" href="https://github.com/openaccesstoimmigrants/openaccesstoimmigrants">GitHub</Link> project. Submitted files will undergo review, and if deemed accurate, they will be added to the project. | ||
</p> | ||
<p> | ||
For further communication, you can reach us via our university emails: | ||
</p> | ||
<ul> | ||
<li>Stefano Renzetti: <Link className="underline" href="mailto:[email protected]">[email protected]</Link></li> | ||
<li>Camila Oliveira: <Link className="underline" href="mailto:[email protected]">[email protected]</Link></li> | ||
<li>Giusy Grieco: <Link className="underline" href="mailto:[email protected]">[email protected]</Link></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</article> | ||
|