Risposte nei forum create
-
AutoreRisposte
-
::
Ho capito, grazie per le dritte OldClaudio! Effettivamente non aveva più senso mettere il comando chapterSì Lorenzo, il mio problema era modificare lo stile solamente del titolo della sezione dei ringraziamenti, gli altri vanno benissimo di default (a meno che al relatore non venga pure ‘sto pallino 😥 😥 😥 )
::
Grazie robitex!Alla fine ho risolto in un’altra maniera. Non so se il metodo sia ortodosso, ma il risultato mi soddisfa assai usando il seguente codice:
`\chapter*{\centering \Large ACKNOWLEDGEMENT}`
(ho anche risistemato la dimensione, che quella di default del titolo di capitolo sfigurava un po’ eheh).
::
Certo, in realtà anch’io leggendo in giro ho visto che chi ha avuto lo stesso mio problema è dovuto passare a Tex Live, speravo tanto di potermi evitare il disturbo. Anche perché ho visto il link che hai messo, e praticamente aggiornare i pacchetti è laborioso quanto reinstallare tutto. Grazie comunque 🙂
::Marluxia” post=108904Ciao pescemarcio,
riusciresti a postare il file con la bilbiografia? Solo per controllare che il problema non sia quella
Se intendi il database .bib, non dovrebbe essere un problema perchè sul mac mi compila correttamente, dopo che ho riaggiunto biber (prima mi dava lo stesso errore che incontro ora). Inoltre quando compilo con biber non mi dà nessun messaggio di errore, come mi è già capitato quando dimentico qualche virgola o altro..
Comunque:`@inproceedings{phenix,
author={Phenix, Alan},
title={Effects of Organic Solvents on Artists' Oil Paint Films: Swelling},
editor={Mecklenburg, Marion F. and Charola, Elena and Koestler, Robert J.},
booktitle={New Insights into the Cleaning of Paintings},
date={2010},
}@inproceedings{schotte,
author={Duadin-Schotte, Maude and Bisschoff, Madeleine and Joosten, Ineke and van Keulen, Henk and van den Berg, Klaas Jan},
title={Dry Cleaning Approaches for Unvarnished Paint Surfaces},
editor={Mecklenburg, Marion F. and Charola, Elena and Koestler, Robert J.},
booktitle={New Insights into the Cleaning of Paintings},
date={2010},
}@incollection{schotte2,
author={Duadin-Schotte, Maude and van Keulen, Henk},
title={Dry Cleaning: Research and Practice},
booktitle={Issues in Contemporary Oil Paint},
date={2014},
}@incollection{mendes,
author={Duadin-Schotte, Maude and van den Berg, Klaas Jan and Megens, Luc and Joosten, Ineke and Daudin, Maude},
title={New Approaches to Surface Cleaning of Unvarnished Contemporary Oil Paintings – Moist Sponges and Cloths},
booktitle={Issues in Contemporary Oil Paint},
date={2014},
}@article{reach,
author={Reg. (CE) n. 1907/2006 del Parlamento Europeo e del Consiglio},
title={REACH},
journaltitle={Gazzetta Ufficiale dell'Unione Europea},
number={396},
date={2006},
}@inproceedings{learner,
author={Tom Learner},
title={The Use of a Diamond Cell for the FTIR Characterization of Paints and Varnishes Available to 20thC Artists },
editor={Boris Pretzel},
booktitle={Postprints: IRUG2 at the V\&A},
date={1995},
}@book{mitchell,
author={James Mitchell},
title={Fundamentals of Soil Behaviour},
date={1976},
}@online{irug,
editor={Price, Beth A., and Pretzel, Boris},
title={Infrared and Raman Users Group Spectral Database},
date={2007},
url={www.irug.org},
note={Consultato l'11/12/2016},
}@book{chiantore,
author={Chiantore, Oscar and Rava, Antonio},
title={Conservare l'arte contemporanea},
date={2005},
editor={Mondadori Electa Editori},
}`
13 Maggio 2015 alle 18:00 in risposta a: Errore numerazione progressiva dei riferimenti bibliografici #101614::Little” post=101418mmm….
avevi mai provato a cancellare tutti i file ausiliari?
Io utilizzando i tuoi file riesco a riprodurre l’errore solo se compilo prima togliendo l’opzione di ordinamento (e quindi usando l’ordinamento di default nyt) e dopo cambiando opzione.
Quello che succede è abbastanza normale: quando cambio ordinamento e ricompilo in pdflatex lui trova i file ausiliari della bibliografia e cerca di usarli. Ma quelli sono stati creati con l’ordinamento nyt e quindi va in errore (pdflatex si aspetta il sorting=none a questo punto).
Quando a quel punto lancio biber lui va a vedere i file ausiliari prodotti da pdflatex, che sono sbagliati visto che la compilazione precedente ha dato errore e quindi continua a compilare con l’ordinamento nyt.
Infatti se leggi il log che hai messo un paio di messaggi fa trovi scritto`[233] Biber.pm:2945> INFO – Sorting 'entry' list 'nty' keys`
invece di
`INFO – Sorting list 'none' of type 'entry' with scheme 'none' and locale 'it-IT'`e quindi l’errore non si risolve.
Per risolvere devi cancellare tutti i file ausiliari. In questo modo “azzeri” tutte le cose precedenti e la compilazione funziona.
Solitamente i compilatori hanno un tastino per cancellare i file ausiliari, spesso però (su TexShop funziona così…da altre parti non so) questo cancella solo i file ausiliari prodotti da pdflatex e non quelli prodotti dalla bibliografia. Questi ultimi li devi cancellare tu a mano.
In totale i file che devi cancellare hanno estensione:
.aux
.bbl
.bcf
.blg
.log
.synctex.gzi file la cui estensione inizia con b sono i file ausiliari prodotti dalla bibliografia.
Nel caso tu utilizzi un glossario potresti trovarti anche altri file ausiliari prodotti dal pacchetto glossaries e da tutta la procedura che serve.Sì sicuramente è causato da questo motivo l’errore. Io no, assolutamente, non ho mai cancellato nessun file ausiliario, e non sarei mai arrivata a capire di doverlo fare, soprattutto perchè il mio approccio grezzo e pragmatico a latex mi impedisce di ricordare a cosa servono tutte le varie estensioni 🙂 Per cui no, non ho toccato i file ausiliari. Alla fine faccio prima a dare una inviata a tutti gli errori, piuttosto che mettermi a cancellare i file uno per uno.
12 Maggio 2015 alle 19:23 in risposta a: Errore numerazione progressiva dei riferimenti bibliografici #101612::letteracdp” post=101413È un mistero, di nuovo non posso far altro che dire che, a me, i file di esempio che hai inviato non causano alcun errore, e l’output prodotto è impeccabile.
Proviamo a vedere cosa contiene il tuo file [tt]tesi.bbl[/tt], quello che ti produce biber.
Ciao.
—
GustavoOk, provando e riprovando diciamo che ho risolto. Cioè rimane un mistero, perchè il funzionamento è davvero strano, sicuramente mi sta sfuggendo qualcosa… Perchè mi funzioni devo compilare prima in pdflatex, dando invio a tutti gli errori che mi compaiono (e in certi file sono parecchi, ma vabbè), poi compilare con Biber, e poi ricompilare con pdflatex.
Se non faccio il passaggio di dare invio a tutti gli errori, compilando subito con pdflatex mi compare l’errore che ho trascritto nei post precedenti, se invece compilo subito con biber mi dà il seguente errore:
`Entity: line 1290: parser error : Couldn't find end of Start Tag f
12 Maggio 2015 alle 16:52 in risposta a: Errore numerazione progressiva dei riferimenti bibliografici #101610::letteracdp” post=101410Non so che dire: a me, con i file che hai inviato (compreso il [tt].bib[/tt], nel quale, tuttavia, sarebbe bastato includere l’unica opera citata nell’esempio 😉 ), tutto funziona perfettamente.
Tu sei sicuro che esattamente il sorgente [tt].tex[/tt] che ci hai inviato a te produce l’errore che hai detto?
E se provi a premere invio e a far continuare la compilazione dopo il primo errore, che succede? Vengono riportati altri errori? Quali? Si riesce, di riffa o di raffa, ad arrivare a compilare il documento fino in fondo? Se sì, cosa si vede nel file PDF prodotto?
Avrai notato che nel tuo ultimo messaggio l’allegato manca ancora… 🙁
Ciao.
—
GustavoContinuando a premere invio mi dà lo stesso errore per ogni citazione del documento, e il pdf prodotto contiene nel testo le parentesi quadre senza numero [], e viene cancellata la Bibliografia.
ivan” post=101409 A meno che sul pc tu non abbia una versione datata di texlive o, peggio ancora, di miktex.
Mi pare evidente, però, che se io codice che hai postato funziona, le ipotesi sono due.
O c’è qualche errore nel file .bib. O la tua distribuzione non è aggiornata. O entrambe, naturalmente.
Nel primo caso potresti provare a compilare il codice con un file .bib minimale.
Se funziona ci trasporti dentro le voci del tuo archivio bibliografico a blocchi. Compili ogni volta e quando trovi l’errore significa che è nel blocco di voci che hai appena aggiunto. Leggendo i file ausiliari, forse, si potrebbe saltare questi passaggi.Ciao
IvanPer rendere il più ideale possibile la faccenda, ho creato un [tt].tex[/tt] di esempio, un [tt]provadatabase.bib[/tt] e, per scrupolo, ora che sono sul mac, l’ho provato sia su Tex works sia su TexShop e niente, l’errore è lo stesso. Sempre, togliendo sorting=none fila tutto liscio, appena metto sorting=none mi dà errore, sempre quello.
Testo del file [tt]tesi.tex[/tt]:
`\documentclass{book}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage[babel]{csquotes}
\usepackage[style=numeric-comp, sorting=none, backend=biber]{biblatex}
\addbibresource{provadatabase.bib}
\usepackage{microtype}
\usepackage{lmodern}
\usepackage{graphicx}
\usepackage{quoting}
\usepackage[output-decimal-marker={,}]{siunitx}
\usepackage[version=3]{mhchem}
\quotingsetup{font=small}
\usepackage{booktabs}
\usepackage{caption}
\captionsetup{tableposition=top,figureposition=bottom,font=small}
\begin{document}I microrganismi vengono di solito considerati come una fonte di degrado dei Beni Culturali. Essi infatti, grazie alla loro grande adattabilità e alla loro velocità di riproduzione, riescono a colonizzare una grande varietà di substrati che costituiscono le opere quali carta, fibre e film proteici, polimeri, legno, metalli, materiali lapidei \cite{librobiodeterioramento}.
Sui materiali lapidei in particolare esiste una microflora ubiquitaria composta da funghi, batteri e organismi simbionti, che per vivere sfruttano il terreno, costituito dal supporto del Bene Culturale, degradandolo per nutrirsene e per aderirvici fisicamente. Le azioni dannose svolte dal microrganismo sulla superficie per vivere essenzialmente sono di due tipi:
\begin{itemize}
\item Una azione di solubilizzazione, attraverso la secrezione di acidi organici e inorganici atti alla digestione delle sostanze nutrienti del substrato.
\item La precipitazione di sali, generalmente poco solubili, in seguito all'escrezione di sostanze derivate dai passaggi finali del ciclo metabolico. Si tratta di solito di acidi organici a basso peso molecolare, che sequestrano i cationi metallici facenti parte del reticolo del substrato, e vi si legano formando dei complessi, composti particolarmente stabili e difficili da solubilizzare. Un esempio noto è l'acido ossalico che chelando diversi tipi di cationi forma i sali ossalati, dei prodotti di degrado molto diffusi soprattutto sugli edifici storici dell'Europa meridionale \cite{mediterr}.
\end{itemize}Grazie a una serie di studi pioneri condotti dal 1997 \parencite{ranalli97, ranalli00, ranalli05, cappitelli} si è cominciato a valutare la possibilità di sfruttare e controllare l'azione dei microrganismi a favore dell'opera, in particolare l'azione di solubilizzazione viene sfruttata per la bio-pulitura.
\cleardoublepage
%\phantomsection
\addcontentsline{toc}{chapter}{\bibname}
\printbibliography
\end{document}`Testo di [tt]provadatabase.bib[/tt]:
`@book{librobiodeterioramento,
editor = {Enea e Borgia Editore},
author = {Magaudda, Giovanni},
title = {Il biodeterioramento dei beni culturali},
date = {1994}
}@article{mediterr,
author = {Garcia-Valles, Mario and Vendrell-Saz, Mario and Molera, Jasmine and Blasquez, Fernanda},
journal = {Environmental Geology},
number = {36},
pages = {137–149},
title = {Interaction of rock and atmosphere: patinas on Mediterranean monuments},
year = {1998}
}@article{ranalli97,
author = {Ranalli, Giovanni and Chiavarini, Mario and Guidetti, Vanadio and Marsala, Francesca and Matteini, Moles and Zanardini, Eleonora and Sorlini, Carlo},
journal = {International Biodeterioration \& Biodegradation},
number = {40},
pages = {255–261},
title = {The use of microorganisms for the removal of sulphates on artistic stoneworks},
year = {1997}
}@inbook{ranalli00,
author = {Ranalli, Giovanni and Matteini, Moles and Tosini, Ignazio and Zanardini, Eleonora and Sorlini, Carlo},
booktitle = {Of Microbes and Art: the role of microbial communities in the degradation and protection of cultural heritage},
title = {Bioremediation on cultural heritage: removal of sulphates, nitrates and organic substances},
pages = {231–245},
year = {2000},
editor = {Kluwer Academic/Plenum Publishers},
location = {New York}
}@article{ranalli05,
author = {Ranalli, Giovanni and Alfano, Giovanni and Belli, Carlo and Lustrato, Giovanni and Colombini, Mario Paolo and Bonaduce, Ignazio and Zanardini, Eleonora and Abbruscato, Paolo and Cappitelli, Francesca and Sorlini, Carlo},
journal = {Journal of Applied Microbiology},
number = {98},
pages = {73–83},
title = {Biotechnology applied to cultural heritage: biorestoration of frescoes using viable bacterial cells and enzymes},
year = {2005}
}@article{cappitelli,
author = {Cappitelli, Francesca and Toniolo, Laura and Sansonetti, Alberto and Gulotta, Davide and Ranalli, Giovanni and Zanardini, Eleonora and Sorlini, Carlo},
journal = {Applied and Environmental Microbiology},
number = {73},
pages = {5671–5675},
title = {Advantages of using microbial technology over traditional chemical technology in the removal of black crusts from stone surfaces of historical monuments},
year = {2007}
}`E questo è il file [tt]tesi.blg[/tt]:
`[0] Config.pm:318> INFO – This is Biber 1.8
[0] Config.pm:321> INFO – Logfile is 'tesi.blg'
[67] biber-darwin:275> INFO – === Sat May 9, 2015, 16:34:18
[67] Biber.pm:333> INFO – Reading 'tesi.bcf'
[132] Biber.pm:630> INFO – Found 6 citekeys in bib section 0
[154] Biber.pm:3053> INFO – Processing section 0
[174] Biber.pm:3190> INFO – Looking for bibtex format file 'provadatabase.bib' for section 0
[176] bibtex.pm:937> INFO – Decoding LaTeX character macros into UTF-8
[179] bibtex.pm:812> INFO – Found BibTeX data source 'provadatabase.bib'
[233] Biber.pm:2939> INFO – Overriding locale 'en_US.UTF-8' default tailoring 'variable = shifted' with 'variable = non-ignorable'
[233] Biber.pm:2945> INFO – Sorting 'entry' list 'nty' keys
[233] Biber.pm:2949> INFO – No sort tailoring available for locale 'en_US.UTF-8'
[251] bbl.pm:482> INFO – Writing 'tesi.bbl' with encoding 'UTF-8'
[253] bbl.pm:555> INFO – Output to tesi.bbl`Il messaggio di errore è sempre lo stesso, cioè:
`! Missing number, treated as zero.
\relax
l.20 …ali lapidei \cite{librobiodeterioramento}.? `
E dopo aver dato invio a tutti i riferimenti, cioè a tutti gli errori:
`?
! Missing number, treated as zero.
!
l.20 …ali lapidei \cite{librobiodeterioramento}.?
(/usr/local/texlive/2014/texmf-dist/tex/latex/lm/omslmr.fd)
! Missing number, treated as zero.
\relax
l.25 …i dell'Europa meridionale \cite{mediterr}.?
! Missing number, treated as zero.
\relax
l.25 …i dell'Europa meridionale \cite{mediterr}.?
! Missing number, treated as zero.
!
l.25 …i dell'Europa meridionale \cite{mediterr}.?
! Undefined control sequence.
\blx@tempb l.28 …alli97, ranalli00, ranalli05, cappitelli}
si è cominciato a valutar…?
[1{/usr/local/texlive/2014/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
[2]LaTeX Warning: Empty bibliography on input line 36.
(./tesi.aux) ){/usr/local/texlive/2014/texmf-dist/fonts/enc/dvips/lm/lm-mathsy.
enc}{/usr/local/texlive/2014/texmf-dist/fonts/enc/dvips/lm/lm-ec.enc}
Output written on tesi.pdf (2 pages, 35557 bytes).
SyncTeX written on tesi.synctex.gz.
Transcript written on tesi.log.`
12 Maggio 2015 alle 11:09 in risposta a: Errore numerazione progressiva dei riferimenti bibliografici #101607::letteracdp” post=101406
Cambia l’estensione in [tt].tex[/tt]; io poi so che è un [tt].blg[/tt].MacTeX è una distribuzione per il Mac che comprende una TeXLive completa, i front-end TeXShop e TeXworks, e diverse altre cosette. Se hai il Mac e usi TeXworks, ci sono buone probabilità che tu abbia a suo tempo installato MacTeX, magari senza sapere che si chiamava così. 🙂
Ecco, ora che me lo dici sai che forse ho proprio MacTex 🙂 Ora sono al pc, stasera so dire che versione ho.. in ogni caso l’errore è lo stesso sul pc, quindi non dovrebbe essere quello il problema…
[attachment:1]C:\fakepath\Bio-consolidamento.tex[/attachment]
12 Maggio 2015 alle 10:30 in risposta a: Errore numerazione progressiva dei riferimenti bibliografici #101605::ivan” post=101403Togliendo quella citazione hai ancora lo stesso problema?
Che versione di MacTeX stai usando?
Più tardi provo a compilare il tuo codice.Togliendo la citazione, lo stesso problema si ripresenta con la citazione seguente, e così via.. inoltre sto scrivendo i capitoli della tesi su diversi file, e lo stesso errore mi si ripresenta per qualsiasi file..
Mac Tex..non so esattamente cosa sia 🙂 Se è un programma di scrittura no, sto usando texworks sia sul mac che sul pc. E in entrambi i computer mi dà lo stesso identico errore.
letteracdp” post=101404A me il tuo codice non produce alcun errore. Possiamo vedere il tuo file databasebibliografico.bib? Non dovrebbe influire sull’errore, ma quando si cerca di capire che cosa va storto è meglio non trascurare nulla.
Modifica: E magari anche il file .blg.
Ok, allora il databasebibliografico. bib è quello di seguito. Per il .blg come si fa? Non me lo accetta come allegato
`@book{amoroso,
author = {Amoroso, G. G.},
title = {Trattato di scienza della conservazione dei monumenti},
publisher = {Alinea},
date = {2002},
location = {Firenze}
}@book{horie,
author = {Horie, V.},
title = {Materials for Conservation. Organic consolidants, adhesives and coatings},
publisher = {Butterworth-Heinemann},
date = {2010},
location = {Oxford}
}@article{john,
author = {John, M. J. and Sabu, T.},
title = {Biofibres and biocomposites},
journaltitle = {Carbohydrate Polymers},
number = {71},
date = {2008},
pages = {343–364}
}@article{ocak,
author = {Ocak, Y. and Sofuoglu, A. and Tihminlioglu, F. and Boke, H.},
journal = {Progress in Organic Coatings},
pages = {213–220},
title = {{Protection of marble surfaces by using biodegradable polymers as coating agent}},
volume = {66},
year = {2009}
}@book{laurenzitabasso,
author = {Lazzarini, L. and Laurenzi Tabasso, M.},
title = {Il restauro della pietra},
publisher = {UTET Scienze Tecniche},
date = {2010}
}@article{rinaudo,
author = {Rinaudo, M.},
journal = {Progress in Polymer Science},
number = {7},
pages = {603–632},
title = {{Chitin and chitosan: Properties and applications}},
volume = {31},
year = {2006}
}@article{zhangzeina,
author = {Zhang, Y. and Cui, L. and Che, X. and Zhang, H. and Shi, N. and Li, C. and Chen, Y. and Kong, W.},
journal = {Journal of controlled release : official journal of the Controlled Release Society},
pages = {206–219},
title = {{Zein-based films and their usage for controlled delivery: Origin, classes and current landscape.}},
volume = {206},
year = {2015}
}@article{arrieta,
author = {Arrieta, M. P. and Lopez, J. and Hernandez, A. and Rayon, E.},
journal = {European Polymer Journal},
pages = {255–270},
title = {{Ternary PLA–PHB–Limonene blends intended for biodegradable food packaging applications}},
volume = {50},
year = {2014}
}@incollection{springer,
author = {Averous, L. and Pollet, E.},
booktitle = {Green Energy and Technology},
title = {{Environmental Silicate Nano-Biocomposites}},
volume = {50},
year = {2012}
}@book{librobiodeterioramento,
editor = {Enea e Borgia Editore},
author = {Magaudda, G.},
title = {Il biodeterioramento dei beni culturali},
date = {1994}
}@book{tinti,
editor = {Piccin Nuova Libraria},
author = {Tinti, B.},
title = {Microbiologia con Tecniche ed Esercitazioni di Laboratorio},
date = {2009}
}@article{mediterr,
author = {Garcia-Valles, M. and Vendrell-Saz, M. and Molera, J. and Blasquez, F.},
journal = {Environmental Geology},
number = {36},
pages = {137–149},
title = {Interaction of rock and atmosphere: patinas on Mediterranean monuments},
year = {1998}
}@article{ranalli97,
author = {Ranalli, G. and Chiavarini, M. and Guidetti, V. and Marsala, F. and Matteini, M. and Zanardini, E. and Sorlini, C.},
journal = {International Biodeterioration \& Biodegradation},
number = {40},
pages = {255–261},
title = {The use of microorganisms for the removal of sulphates on artistic stoneworks},
year = {1997}
}@inbook{ranalli00,
author = {Ranalli, G. and Matteini, M. and Tosini, I. and Zanardini, E. and Sorlini, C.},
booktitle = {Of Microbes and Art: the role of microbial communities in the degradation and protection of cultural heritage},
title = {Bioremediation on cultural heritage: removal of sulphates, nitrates and organic substances},
pages = {231–245},
year = {2000},
editor = {Kluwer Academic/Plenum Publishers},
location = {New York}
}@article{ranalli05,
author = {Ranalli, G. and Alfano, G. and Belli, C. and Lustrato, G. and Colombini, M. P. and Bonaduce, I. and Zanardini, E. and Abbruscato, P. and Cappitelli, F. and Sorlini, C.},
journal = {Journal of Applied Microbiology},
number = {98},
pages = {73–83},
title = {Biotechnology applied to cultural heritage: biorestoration of frescoes using viable bacterial cells and enzymes},
year = {2005}
}@article{cappitelli,
author = {Cappitelli, F. and Toniolo, L. and Sansonetti, A. and Gulotta, D. and Ranalli, G. and Zanardini, E. and Sorlini, C.},
journal = {Applied and Environmental Microbiology},
number = {73},
pages = {5671–5675},
title = {Advantages of using microbial technology over traditional chemical technology in the removal of black crusts from stone surfaces of historical monuments},
year = {2007}
}@article{mazzoni,
author = {Mazzoni, M. and Alisi, C. and Tasso, F. and Cecchini, A. and Marconi, P. and Sprocati, A. R.},
journal = {International Biodeterioration \& Biodegradation},
pages = {1–11},
title = {{Laponite micro-packs for the selective cleaning of multiple coherent deposits on wall paintings: The case study of Casina Farnese on the Palatine Hill (Rome-Italy)}},
volume = {94},
year = {2014}
}@article{gioventu,
author = {Giovent\`{u}, E. and Lorenzi, P.},
journal = {Procedia Chemistry},
pages = {123–129},
title = {{Bio-removal of black Crust from marble surface : comparison with traditional methodologies and application on a}},
volume = {8},
year = {2013}
}@article{troiano,
author = {Troiano, F. and Vicini, S. and Giovent\`{u}, E. and Lorenzi, P. F. and Improta, C. M. and Cappitelli, F.},
journal = {Polymer Degradation and Stability},
pages = {321–327},
title = {{A methodology to select bacteria able to remove synthetic polymers}},
volume = {107},
year = {2014}
}@article{lustrato,
author = {Lustrato, G. and Alfano, G. and Andreotti, A. and Colombini, M. P. and Ranalli, G.},
journal = {International Biodeterioration and Biodegradation},
pages = {51–61},
title = {{Fast biocleaning of mediaeval frescoes using viable bacterial cells}},
volume = {69},
year = {2012}
}@online{enea,
editor = {ENEA},
title = {{L’ENEA realizza interventi di bio-restauro dei beni culturali grazie a processi biotecnologici}},
date = {2013},
url = {http://www.enea.it/it/per-la-stampa/news/l2019enea-realizza-interventi-di-bio-restauro-dei-beni-culturali-grazie-a-processi-biotecnologici}
}@inproceedings{frade,
author = {Frade, C. and Cruz, P. and Lopes, E. and Sousa, M. M. and Hallett, J. and Santos, R. and Casimiro, T. and Aguiar-Ricardo A.},
title = {{Cleaning classical Persian carpets with silk and precious metal thread: conservation and ethical considerations}},
editor = {XVI ICOM-CC Triennial Conference},
date = {2011},
location = {Lisbona}
}@book{lancaster,
author = {Lancaster, M.},
title = {Green Chemistry An Introductory Text},
publisher = {The Royal Society of Chemistry},
date = {2010}
}@article{sousa,
author = {Sousa, M. and Melo, M. J. and Casimiro, T. and Aguiar-Ricardo, A.},
journal = {Green Chemistry},
number = {9},
pages = {943},
title = {{The art of CO2 for art conservation: a green approach to antique textile cleaning}},
volume = {9},
year = {2007}
}@online{toxperc,
editor = {Dow Italia srl},
title = {{Scheda di dati di sicurezza}},
date = {2011},
url = {http://www.ilsa.it/SECCO/Immagini/Solventi/Schede\%20sicurezza/2011-04-12\%20DOWPER\%20Pure\%20Power\_IT.pdf}
}@online{toxperc2,
editor = {United States Environmental Protection Agency},
title = {{Tetrachloroethylene (Perchloroethylene)}},
date = {2012},
url = {http://www.epa.gov/ttnatw01/hlthef/tet-ethy.html}
}@article{selli,
author = {Selli, E. and Lang\`{e}, E. and Mossa, A. and Testa, G. and Seves, A.},
journal = {Macromolecular Materials and Engineering},
pages = {71–75},
title = {{Preservation treatments of aged papers by supercritical carbon dioxide}},
volume = {280-281},
year = {2000}
}@book{copede,
author = {Coped\`{e}, M.},
title = {La carta e il suo degrado},
publisher = {Nardini Editore},
date = {1991}
}@article{hanzlicek,
author = {Hanzl\'{\i}\v{c}ek, Tomas and Steinerov\'{a}, Michaela and Straka, Pavel and Pern\'{a}, Ivana and Siegl, Petr and \v{S}varcov\'{a}, Tereza},
journal = {Materials and Design},
number = {8},
pages = {3229–3234},
title = {{Reinforcement of the terracotta sculpture by geopolymer composite}},
volume = {30},
year = {2009}
}@book{chelazzilibro,
author = {Baglioni, P. and Chelazzi, D.},
title = {Nanoscience for the Conservation of Works of Art},
publisher = {Royal Society of Chemistry},
date = {2013}
}@book{davidovits,
author = {Davidovits, J.},
title = {Geopolymer chemistry and applications},
publisher = {Institut Geopolymere},
location = {Saint-Quentin},
date = {2008}
}@article{zhanggeo,
author = {Zhang, Z. and Provis, J. L. and Reid, A. and Wang, H.},
journal = {Construction and Building Materials},
pages = {113–127},
title = {{Geopolymer foam concrete: An emerging material for sustainable construction}},
volume = {56},
year = {2014}
}@article{handy,
author = {Handy, R. D. and {Von Der Kammer}, F. and Lead, J. R. and Hassell\”{o}v, M. and Owen, R. and Crane, M.},
journal = {Ecotoxicology},
number = {4},
pages = {287–314},
title = {{The ecotoxicology and chemistry of manufactured nanoparticles}},
volume = {17},
year = {2008}
}@article{ju,
author = {Ju-Nam, Y. and Lead, J. R.},
journal = {Science of the Total Environment},
number = {1-3},
pages = {396–414},
title = {{Manufactured nanoparticles: An overview of their chemistry, interactions and potential environmental implications}},
volume = {400},
year = {2008}
}@article{singh,
author = {Singh, B. and Ishwarya, G. and Gupta, M. and Bhattacharyya, S.K.},
journal = {Construction and Building Materials},
pages = {78–90},
title = {{Geopolymer concrete: A review of some recent developments}},
volume = {85},
year = {2015}
}@article{simonet,
author = {Simonet, B. M. and Valc\'{a}rcel, M.},
journal = {Analytical and Bioanalytical Chemistry},
number = {1},
pages = {17–21},
title = {{Monitoring nanoparticles in the environment}},
volume = {393},
year = {2009}
}@article{nowack,
author = {Nowack, B. and Bucheli, T. D.},
journal = {Environmental Pollution},
number = {1},
pages = {5–22},
title = {{Occurrence, behavior and effects of nanoparticles in the environment}},
volume = {150},
year = {2007}
}@article{mohd,
author = {Mohd Salahuddina, M. B. and Norkhairunnisaa, M. and Mustaphaa, F.},
journal = {Ceramics International},
pages = {4273–4281},
title = {{A review on thermophysical evaluation of alkali-activated geopolymers}},
volume = {41},
year = {2015}
}@article{chelazziart,
author = {Chelazzi, D. and Poggi, G. and Jaidar, Y. and Toccafondi, N. and Giorgi, R. and Baglioni, P.},
journal = {Journal of Colloid and Interface Science},
pages = {42–49},
title = {{Hydroxide nanoparticles for cultural heritage: Consolidation and protection of wall paintings and carbonate materials}},
volume = {392},
year = {2013}
}@online{chiantore,
author = {Chiantore, O. and Riedo, C. and Poli, T.},
title = {{Sviluppo di geli con caratteristiche viscoelastiche controllate per operazioni di pulitura e consolidamento}},
date = {2013},
url = {http://www.dnaitalia.it/it/documenti/category/22-convegni-2013.html?download=730\%3Achiantore-riedo-poli-sviluppo-di-geli-con-caratteristiche-viscoelastiche}
}@book{guaita,
author = {Guaita, M. and Ciardelli, F. and La Mantia, F. and Pedemonte, E.},
title = {Fondamenti di scienza dei polimeri},
publisher = {Edizioni Nuova Cultura},
date = {2006}
}@book{wolbersaqueousmethods,
author = {Wolbers, R.},
title = {Cleaning painted surfaces Aqueous Methods},
publisher = {Archetype Publications},
date = {2000}
}@article{baglionimicelle,
author = {Baglioni, P. and Berti, D. and Bonini, M. and Carretti, E. and Dei, L. and Fratini, E. and Giorgi, R.},
journal = {Advances in Colloid and Interface Science},
pages = {361–371},
title = {{Micelle, microemulsions, and gels for the conservation of cultural heritage}},
volume = {205},
year = {2014}
}@article{domingues,
author = {Domingues, J. and Bonelli, N. and Giorgi, R. and Fratini, E. and Gorel, F. and Baglioni, P.},
journal = {Langmuir},
number = {8},
pages = {2746–2755},
title = {{Innovative hydrogels based on semi-interpenetrating p(HEMA)/PVP networks for the cleaning of water-sensitive cultural heritage artifacts}},
volume = {29},
year = {2013}
}@book{residue,
author = {Stulik, D. and Miller, D. and Khanjian, H. and Khandekar, N. and Wolbers, R. and Carlson, J. and Petersen, W. C.},
title = {Solvent Gels for the Cleaning of Works of Art},
publisher = {The Getty Conservation Institute},
date = {2004}
}@article{carrettinewclass,
author = {Carretti, E. and Dei, L. and Weiss, R. G. and Baglioni, P.},
journal = {Journal of Cultural Heritage},
number = {4},
pages = {386–393},
title = {{A new class of gels for the conservation of painted surfaces}},
volume = {9},
year = {2008}
}@article{bonini,
author = {Bonini, M. and Lenz, S. and Giorgi, R. and Baglioni, P.},
journal = {Langmuir},
number = {17},
pages = {8681–8685},
title = {{Nanomagnetic sponges for the cleaning of works of art}},
volume = {23},
year = {2007}
}@article{carrettipva,
author = {Carretti, E. and Grassi, S. and Cossalter, M. and Natali, I. and Caminati, G. and Weiss, G. and Baglioni, P. and Dei, L.},
number = {25},
pages = {8656–8662},
title = {{Poly ( vinyl alcohol ) – Borate Hydro / Cosolvent Gels : Viscoelastic Properties , Solubilizing Power , and Application to Art Conservation †}},
volume = {25},
year = {2009}
}@article{toxicityphema,
author = {Hor\'{a}k, Daniel and \v{C}ervinka, Miroslav and Pů\v{z}a, Vladim\'{\i}r},
journal = {Biomaterials},
number = {20},
pages = {1355–1359},
title = {{Hydrogels in endovascular embolization}},
volume = {18},
year = {1997}
}@article{toxicitypvp,
author = {Hassouna, F. and Therias, S. and Mailhot, G. and Gardette, J. L.},
journal = {Polymer Degradation and Stability},
number = {12},
pages = {2257–2266},
title = {{Photooxidation of poly(N-vinylpyrrolidone) (PVP) in the solid state and in aqueous solution}},
volume = {94},
year = {2009}
}@article{sporcosintetico,
author = {Galatis, P. and Boyatzis, S. and Theodorakopoulos, C.},
journal = {E-Preservations Science},
pages = {72–83},
title = {{Removal of a synthetic soiling mixture on mastic, shellac \& Laropal K80 coatings using two hydrogels.}},
volume = {9},
year = {2012}
}@inproceedings{asmus1,
author = {Asmus J.F. and Murphy C.G. and Munk W.H.},
title = {{Studies on the interaction of laser radiation with art artifacts}},
editor = {Proc. SPIE Vol. 41 ‘Developments in Laser Technology II’},
date = {1973},
location = {Bellingham}
}@inproceedings{asmus2,
author = {Asmus J.F. and Lazzarini L. and Martini A. and Fassina V.},
title = {{Performance of the Venice Statue Cleaner}},
editor = {Proc. of the
Fifth Annual Meeting of the American Institute for Conservation
of Historic and Artistic Works},
date = {1977},
location = {Boston}
}@article{orial,
author = {Orial, G. and Gaufillet, J. P.},
journal = {Technologie Industrielle Conservation Restauration du Patrimonie Culturel},
pages = {118–125},
title = {{Nettoyage des monuments historiques par désincrustation photonique des salissures}},
year = {1989}
}@article{laboure,
author = {Labour\'{e}, Martin and Bromblet, Philippe and Orial, Genevi\`{e}ve and Wiedemann, G\”{u}nter and Simon-Boisson, Christophe},
journal = {Journal of Cultural Heritage},
pages = {S21–S27},
title = {{Assessment of laser cleaning rate on limestones and sandstones}},
volume = {1},
year = {2000}
}@article{ortizlaser,
author = {Ortiz, P. and Ant\'{u}nez, V. and Ortiz, R. and Mart\'{\i}n, J. M. and G\'{o}mez, M. a. and Hortal, a. R. and Mart\'{\i}nez-Haya, B.},
journal = {Applied Surface Science},
pages = {193–201},
title = {{Comparative study of pulsed laser cleaning applied to weathered marble surfaces}},
volume = {283},
year = {2013}
}@article{siedel,
author = {Siedel, H. and Hubrich, K. and Kusch, H. G. and Wiedemann, G. and Neumeister, K. and Sobott, R.},
journal = {Applied Surface Science},
pages = {193–201},
title = {{Comparative study of pulsed laser cleaning applied to weathered marble surfaces}},
volume = {283},
year = {2013}
}@inproceedings{pini,
author = {Pini, R. and Siano, S. and Salimbeni, R.},
title = {{In field tests and operative applications of improved laser techniques for stone cleaning}},
editor = {9th International Congress on Deterioration and Conservation of Stone},
location = {Venezia},
date = {2000}
}@inproceedings{gervais,
author = {Gervais, A. and Meier, M. and Mottner, P. and Wiedemann, G. and Conrad, W. and Haber, G.},
title = {{Cleaninghistorical metals: performance of laser technology in monument preservation}},
editor = {LACONA VI Proceedings, Laser in Conservation of Artworks, Springer},
location = {Berlino},
date = {2007}
}@article{kolar,
author = {Kolar, Jana and Strli\v{c}, M. and M\”{u}ller-Hess, D. and Gruber, A. and Troschke, K. and Pentzien, S. and Kautek, W.},
journal = {Journal of Cultural Heritage},
pages = {185–187},
title = {{Laser cleaning of paper using Nd:YAG laser running at 532 nm}},
volume = {4},
year = {2003}
}@article{gaetani,
author = {Gaetani, M. C. and Santamaria, U},
journal = {Journal of Cultural Heritage},
pages = {199–207},
title = {{The laser cleaning of wall paintings}},
volume = {1},
year = {2000}
}@article{kusch,
author = {Kusch, Hans-G\”{u}nter and Heinze, Thomas and Wiedemann, G\”{u}nter},
journal = {Journal of Cultural Heritage},
pages = {38–44},
title = {{Hazardous emissions and health risk during laser cleaning of natural stones}},
volume = {4},
year = {2003}
}@article{verges,
author = {Verg\`{e}s-Belmin, V\'{e}ronique and Wiedemann, Gunter and Weber, Lothar and Cooper, Martin and Crump, Derrick and Gouerne, Rapha\”{e}l},
journal = {Journal of Cultural Heritage},
pages = {33–37},
title = {{A review of health hazards linked to the use of lasers for stone cleaning}},
volume = {4},
year = {2003}
}@article{thuy,
author = {{Thuy Pham}, T. P. and Cho, C. W. and Yun, Y. S.},
journal = {Water Research},
number = {2},
pages = {352–372},
title = {{Environmental fate and toxicity of ionic liquids: A review}},
volume = {44},
year = {2010}
}@article{pacheco,
author = {Pacheco, M. F. and Pereira, A. I. and Branco, L. C. and Parola, J.},
journal = {Journal of Materials Chemistry A},
number = {24},
pages = {7016–7018},
title = {{Varnish removal from paintings using ionic liquids}},
volume = {1},
year = {2013}
}@article{kuckova,
author = {{Hrdlickova Kuckova}, S. and {Crhova Krizkova}, M. and Pereira, C. L. C. and Hynek, R. and Lavrova, O. and Busani, T. and Branco, L. C. and Sandu, I. C. A.},
journal = {Microscopy Research and Technique},
number = {8},
pages = {574–585},
title = {{Assessment of green cleaning effectiveness on polychrome surfaces by MALDI-TOF mass spectrometry and microscopic imaging}},
volume = {77},
year = {2014}
}@online{aldrichil,
editor = {Sigma-Aldrich},
title = {{Ionic Liquids}},
date = {2005},
url = {https://www.sigmaaldrich.com/content/dam/sigma-aldrich/docs/Aldrich/Brochure/al\_chemfile\_v5\_n6.pdf}
}@online{schedatecnicabmimdca,
editor = {solvionic},
title = {{1-Butyl-3-Methylimidazolium Dicyanamide Product Information}},
date = {2015},
url = {http://en.solvionic.com/products/1-butyl-3-methylimidazolium-dicyanamide-99.5}
}@book{gettyspectroscopy,
author = {Derrick, M. R. and Stulik, D. and Landry, J. M.},
title = {Infrared Spectroscopy in Conservation Science},
publisher = {The Getty Conservation Institute},
date = {1999},
}@book{cremonesienzimi,
author = {Cremonesi, P.},
title = {L'uso degli enzimi nella pulitura di opere policrome},
publisher = {il prato},
date = {2002},
}@book{myers,
author = {Myers, D.},
title = {Surfaces, Interfaces, and Colloids},
publisher = {Wiley-VCH},
date = {1999},
}@article{caprioli,
author = {Caprioli, R. M. and Farmer, T. B. and Gile, J.},
journal = {Analytical chemistry},
number = {23},
pages = {4751–4760},
title = {{Molecular imaging of biological samples: localization of peptides and proteins using MALDI-TOF MS.}},
volume = {69},
year = {1997}
}@article{michler,
author = {Michler, G. H.},
journal = {Electron Microscopy of Polymers},
pages = {121–143},
title = {{Atomic Force Microscopy}},
volume = {41},
year = {2008}
}@article{baglioniddao,
author = {Baglioni, M. and {J\`{a}idar Benavides}, Y. and Berti, D. and Giorgi, R. and Keiderling, U. and Baglioni, P.},
journal = {Journal of Colloid and Interface Science},
pages = {204–210},
title = {{An amine-oxide surfactant-based microemulsion for the cleaning of works of art}},
volume = {440},
year = {2015}
}@article{garcia,
author = {Garc\'{\i}a, M. T. and Campos, E. and Ribosa, I.},
journal = {Chemosphere},
number = {10},
pages = {1574–1578},
title = {{Biodegradability and ecotoxicity of amine oxide based surfactants}},
volume = {69},
year = {2007}
}@article{mizia,
author = {Mizia, F. and Notari, M. and Rivetti, F. and Romano, U. and Zecchini C.},
journal = {La Chimica e L'Industria},
pages = {47–54},
title = {{Carbonati alchilici: solventi della nuova generazione}},
volume = {83},
year = {2001}
}@article{grassi,
author = {Grassi, S. and Carretti, E. and Pecorelli, P. and Iacopini, F. and Baglioni, P. and Dei, L.},
journal = {Journal of Cultural Heritage},
pages = {119–125},
title = {{The conservation of the Vecchietta's wall paintings in the Old Sacristy of Santa Maria della Scala in Siena: The use of nanotechnological cleaning agents}},
volume = {8},
year = {2007}
}@article{baglionipeg,
author = {Baglioni, M. and Raudino, M. and Berti, D. and Keiderling, U. and Bordes, R. and Holmberg, K and Baglioni, P.},
journal = {Soft Matter},
pages = {6798–6809},
title = {{Nanostructured fluids from degradable nonionic surfactants for the cleaning of works of art from polymer contaminants}},
volume = {10},
year = {2014}
}@article{melo,
author = {Melo, M.J. and Bracci, S. and Camaiti, M. and Chiantore, O. and Piacenti, F.},
journal = {Polymer Degradation and Stability},
pages = {23–30},
title = {{Photodegradation of acrylic resins used in the conservation of stone}},
volume = {66},
year = {1999}
}@article{favaro,
author = {Favaro, M. and Simon, S. and Menichelli, C. and Fassina, V. and Vigato, P.A.},
journal = {Studies in Conservation},
pages = {109–127},
title = {{The four virtues of the Porta della Carta, Ducal Palace, Venice: assessment of the state of preservation and re-evaluation of the 1979 restoration}},
volume = {50},
year = {2005}
}@article{larussa,
author = {{La Russa}, M. F. and Ruffolo, S. and Rovella, N. and Belfiore, C. M. and Palermo, A. M. and Guzzi, M. T. and Crisci, G. M.},
journal = {Progress in Organic Coatings},
number = {1},
pages = {186–191},
title = {{Multifunctional TiO2 coatings for Cultural Heritage}},
volume = {74},
year = {2012}
}@article{franzoni,
author = {Franzoni, E. and Fregni, A. and Gabrielli, R. and Graziani, G. and Sassoni, E.},
journal = {Building and Environment},
pages = {125–135},
title = {{Compatibility of photocatalytic TiO 2 -based fi nishing for renders in architectural restoration : A preliminary study}},
volume = {80},
year = {2014}
}@thesis{tesidottorato,
author = {Tobaldi, D. M.},
title = {Materiali ceramici per edilizia con funzionalità fotocatalitica},
type = {Tesi di dottorato in Ingegneria dei Materiali},
institution = {Università di Bologna},
date = {2009}
}@article{quagliariniidrofilia,
author = {Quagliarini, E. and Bondioli, F. and Battista, G. and Licciulli, A. and Munaf\`{o}, P.},
journal = {Journal of Cultural Heritage},
number = {1},
pages = {1–7},
title = {{Self-cleaning materials on Architectural Heritage : Compatibility of photo-induced hydrophilicity of TiO 2 coatings on stone surfaces}},
volume = {14},
year = {2013}
}@article{kaegi,
author = {Kaegi, R. and Ulrich, A. and Sinnet, B. and Vonbank, R. and Wichser, A. and Zuleeg, S. and Simmler, H. and Brunner, S. and Vonmont, H. and Burkhardt, M. and Boller, M.},
journal = {Environmental Pollution},
number = {2},
pages = {233–239},
title = {{Synthetic TiO 2 nanoparticle emission from exterior facades into the aquatic environment}},
volume = {156},
year = {2008}
}@inproceedings{italcement,
author = {Pepe, C. and Amadelli, R. and Pimpinelli, N. and Cassar, L. },
title = {{Doped-TiO2/cement matrices photoactive materials}},
editor = {International Symposium on Environment-Conscious Materials and Systems for Sustainable Development},
date = {2004},
location = {Koriyama}
}@article{ocaksustainable,
author = {Ocak, Y. and Sofuoglu, A. and Tihminlioglu, F. and B\”{o}ke, H.},
journal = {Journal of Cultural Heritage},
title = {{Sustainable bio-nano composite coatings for the protection of marble surfaces}},
year = {2014}
}@article{giuntoli,
author = {Giuntoli, G. and Rosi, L. and Frediani, M. and Sacchi, B. and Salvadori, B. and Porcinai, S. and Frediani, P.},
journal = {Progress in Organic Coatings},
number = {4},
pages = {892–903},
title = {{Novel coatings from renewable resources for the protection of bronzes}},
volume = {77},
year = {2014}
}@article{behera,
author = {Behera, B.C. and Singdevsachan, S.K. and Mishra, R.R. and Dutta, S.K. and Thatoi, H.N.},
journal = {Biocatalysis and Agricultural Biotechnology},
number = {2},
pages = {97–110},
title = {{Diversity, mechanism and biotechnology of phosphate solubilising microorganism in mangrove—A review}},
volume = {3},
year = {2014}
}@article{songcellulans,
author = {Song, Jian-Min and Wei, Dong-Zhi},
journal = {Biomass and Bioenergy},
number = {12},
pages = {1930–1934},
title = {{Production and characterization of cellulases and xylanases of Cellulosimicrobium cellulans grown in pretreated and extracted bagasse and minimal nutrient medium M9}},
volume = {34},
year = {2010}
}@article{gaddfungi,
author = {Gadd, G. M.},
journal = {Mycologist},
number = {2},
pages = {60–70},
title = {{Mycotransformation of organic and inorganic substrates}},
volume = {18},
year = {2004}
}@article{ghariebfungi,
author = {Gharieb, M. M.},
journal = {Mycological Research},
number = {5},
pages = {550–556},
title = {{Nutritional effects on oxalic acid production and solubilization of gypsum by Aspergillus niger}},
volume = {104},
year = {2000}
}@article{gaddfungi2,
author = {Gadd, G. M.},
journal = {Geoderma},
number = {2-4},
pages = {109–119},
title = {{Microbial influence on metal mobility and application for bioremediation}},
volume = {122},
year = {2004}
}@article{wangproteasi,
author = {Wang, Z. and Sun, L. and Cheng, J. and Liu, C. and Tang, X. and Zhang, H. and Liu, Y.},
journal = {Biotechnology and Applied Biochemisty},
year = {2015},
title = {{The optimization of fermentation conditions and enzyme properties of Stenotrophomonas maltophilia for protease production}}
}`
-
AutoreRisposte