Sebastiano Scarcella
Sebastiano Scarcella (born 1925, San Giovanni Rotondo) is an Italian rector and jurist.
Sebastiano Scarcella | |
---|---|
Born | 25 November 1925 |
Life
Rector of the Università degli Studi Niccolò Cusano from 2006 to November 2010.[1]
He is honorary President of the Council of State (Italy).[2][3]
Scarcella is presidente of the Fondazione Niccolò Cusano.[4][5]
Books
- Commento giuridico-sistematico dei decreti delegati sulla scuola, editore Rivista di diritto scolastico, 1979 (con Giovanni Trainito)
- Lo stato giuridico del personale della scuola: commento giuridico-sistematico del decreto delegato 31 maggio 1974, N. 417, Volume 2, editore Rivista di diritto scolastico, 1975 (con Giovanni Trainito)[6]
gollark: If you want, I can make it compile in parallel, but I haven't done this.
gollark: ```python#!/usr/bin/env python3import os, subprocess, sysDIR = os.path.abspath(os.path.dirname(sys.argv[0]))CC = ["gcc", "-Wall"]CACHE = os.path.join(DIR, "_cache")EXT = ".c"OUT_FILE = os.path.join(DIR, "out")if not os.path.exists(CACHE): os.mkdir(CACHE)changed_any = Falseobject_files = []for thing in os.listdir(DIR): if thing.endswith(EXT): path = os.path.join(DIR, thing) name, _, _ = thing.rpartition(EXT) cache_entry = os.path.join(CACHE, f"{name}.o") try: cache_updated_at = os.stat(cache_entry).st_mtime except FileNotFoundError: cache_updated_at = 0 code_updated_at = os.stat(path).st_mtime if cache_updated_at < code_updated_at: print(thing) subprocess.run(CC + ["-c", "-o", cache_entry, path]) changed_any = True object_files.append(cache_entry)if changed_any or not os.path.exists(OUT_FILE): subprocess.run(CC + ["-o", OUT_FILE] + object_files)else: print("no changes")```
gollark: Correction: 7.
gollark: Coming in about 3 minutes.
gollark: Use osmarksbuildsystem™.
See also
- Università degli Studi Niccolò Cusano
- Fondazione Niccolò Cusano
- Italian Council of State
References
- Corriere della Sera - Unicusano
- Rai Radio1 - Intervista a Sebastiano Scarcella Archived 2013-10-06 at the Wayback Machine
- Comunicativamente - Nominato il nuovo rettore ed il Vice-Presidente del CDA approfondimenti
- Fondazione Niccolò Cusano - Informativa
- Corriere della Sera - Bando New Slot, Aams pubblica decreto con Commissione di selezione
- Google libri - Autore Sebastiano Scarcella
External links
Academic offices | ||
---|---|---|
Preceded by - |
Rector of Università degli Studi Niccolò Cusano 2006 - 2010 |
Succeeded by Giovanni Puoti |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.