19/08/10 15:25 CreateTclPage (first substitution): can't read "cgi(codedpassword1)": no such element in array while executing "ReturnFieldValueList $thisRepository {title author year keywords identifier secondarytype} $serverAddressWithIP $cgi(codedpassword1)" invoked from within "foreach {title author year keywords identifier secondarytype} [ReturnFieldValueList $thisRepository {title author year keywords identifier secondaryty..." invoked from within "subst set\ fileContentList\ \{\n\t\{\}\n\t\{\n%%%%%%%%%\ Auditoria\ interna\ sobre\ o\ repositório\ da\ Memória\ Científica\ do\ INPE\n\n\t\t%\ Thi..." invoked from within "interp eval slave [list subst $fileContent2]" while making substitution within: set fileContentList { {} { %%%%%%%%% Auditoria interna sobre o repositório da Memória Científica do INPE % This file is interpreted by tcl so each LaTeX back slash must be duplicated %\\documentclass#!#brazilian,PublicacaoLivro,SemFormatacaoCapitulo,SemFolhaAprovacao#@#{http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe} \\documentclass#!#brazilian,PublicacaoLivro,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{tdiinpe} % \\RequirePackage{multirow} % \\RequirePackage{dcolumn} \\RequirePackage{csquotes} [ foreach {title author year keywords identifier secondarytype} [ReturnFieldValueList $thisRepository {title author year keywords identifier secondarytype} $serverAddressWithIP $cgi(codedpassword1)] {break} set author [FormatAuthorList [FormatAuthorName $author {} familynamelast] {;}] set x {} ;# return an empty string ] % \\hypersetup{% % pdftitle={$title}, % pdfauthor={$author}, % pdfkeywords={$keywords} % } % \\hypersetup{pdfstartpage=9,pdfpagemode=None,pdfstartview=FitH,baseurl=http://$localSite/col/$thisRepository/doc/} \\hypersetup{pdfstartpage=1,pdfstartview=FitH,baseurl=http://$localSite/col/$thisRepository/doc/} %% ENTRAR OS DADOS ENTRE CHAVES NAS LINHAS APROPRIADAS ABAIXO % CAPA % \\titulo{Auditoria interna sobre o repositório da Memória Científica do INPE} \\titulo{$title} \\title{Internal audit on INPE Scientific Memory digital repository} %% no idioma secundario % \\author{Gerald Jean Francis Banon} %% coloque o nome do(s) autor(es), exemplo: Marcus André Fuckner \\author{$author} %% coloque o nome do(s) autor(es), exemplo: Marcus André Fuckner % \\descriccao{Auditoria interna.} \\descriccao{} \\repositorio{$thisRepository} %% número de série INPE quando existir, caso contrário o nome do repositório onde está depositado o documento \\tipoDaPublicacao{$secondarytype} %% tipo da publicação (NTC, RPQ, PRP, MAN, PUD, TDI, TAE e PRE) na ausência do número de série INPE, caso contrário deixar vazio \\IBI{$identifier} %% IBI (exemplo: J8LNKAN8PW/36CT2G2) quando existir, caso contrário o nome do repositório onde está depositado o documento \\date{$year} %% data da publicação % VERSO DA CAPA \\input{./versoDaCapa} % FICHA \\cutterFICHAC{B227} \\autorUltimoNomeFICHAC{Banon, Gerald Jean Francis} %% exemplo: Fuckner, Marcus André \\autorAbreviadoFICHAC {} %% Não usado - deixar vazio \\tituloFICHAC{Auditoria interna sobre o repositório da Memória Científica do INPE} \\instituicaosigla{INPE} %% não mudar \\instituicaocidade{São José dos Campos} %% não mudar \\paginasFICHAC{40} %% número total de páginas % \\serieinpe{INPE--/} %% número gerado pelo SID \\palavraschaveFICHAC{1.~Auditoria. 2.~Memória científica. 3.~Repositório digital. 4.~Arquivo digital. 5.~Biblioteca digital. I.~\\mbox{Título}.} %% recomenda-se pelo menos 5 palavras-chaves - \mbox{} é para evitar hifenização \\numeroCDUFICHAC{021.61:657.6} %% ENTRAR OS DADOS ENTRE CHAVES NAS LINHAS APROPRIADAS ABAIXO - FIM \\RequirePackage{comment} \\begin{comment} [ set siteList { marte.dpi.inpe.br:80 mtc-m05.sid.inpe.br:80 mtc-m16.sid.inpe.br:80 {mtc-m15.sid.inpe.br 800} {mtc-m18.sid.inpe.br 800} {mtc-m19.sid.inpe.br 800} {md-m09.sid.inpe.br 800} mtc-m12.sid.inpe.br:80 mtc-m17.sid.inpe.br:80 {plutao.dpi.inpe.br 800} bibdigital.sid.inpe.br:80 } proc CreateDataSet {args} { set i 0 set data {} foreach input [lindex $args 0] { set line {} foreach list $args { lappend line [lindex $list $i] } lappend data $line incr i } return [join $data \n] } # CreateSequence creates a list of bar group position along the x axis proc CreateSequence {numberOfItems firstSequenceItem increment} { set sequenceItem $firstSequenceItem for {set i 1} {$i <= $numberOfItems} {incr i} { lappend sequence $sequenceItem set sequenceItem [expr $sequenceItem + $increment] } return $sequence } proc ComputeAxisParameters {dxticks barWidth xnameList numberOfItemsList} { set firstSequenceItem [expr 2 * $barWidth] set xmax [expr ([llength $xnameList] - 1) * $dxticks + 4 * $barWidth] set maxValue [expr round(1.1 * [lindex [lsort -integer $numberOfItemsList] end])] ;# 58 set factor [expr pow(10, [string length $maxValue] - 1)] ;# 10.0 set numberOfUnits [expr int(ceil($maxValue / $factor))] ;# 6 set maxTable(1) 1.2; set dticksTable(1) 0.2 ;# maxValue == 1 set maxTable(2) 3; set dticksTable(2) 0.5 set maxTable(3) 3; set dticksTable(3) 0.5 set maxTable(4) 4; set dticksTable(4) 1 set maxTable(5) 5; set dticksTable(5) 1 set maxTable(6) 6; set dticksTable(6) 1 set maxTable(7) 8; set dticksTable(7) 2 set maxTable(8) 8; set dticksTable(8) 2 set maxTable(9) 10; set dticksTable(9) 2 set maxTable(10) 12; set dticksTable(10) 2 set ymax [expr int($maxTable($numberOfUnits) * $factor)] ;# 60 set dyticks [expr int($dticksTable($numberOfUnits) * $factor)] ;# 10 return [list $firstSequenceItem $xmax $ymax $dyticks] } set publicationYearList1 {1994 1995 1996 1997 1998 1999 2000 2001} set publicationYearList2 {2002 2003 2004 2005 2006 2007 2008 2009} set totalNumberOfSearches 0 ### figureToBeUpdatedList ### set figureToBeUpdatedList {year_numberOfPublications1 year_numberOfPublications2} # set figureToBeUpdatedList {year_numberOfPublications2} set figureToBeUpdatedList {} set hei 0.2 # set dxticks 1.2 ;# 9 bars set dxticks 1.08 ;# 10 bars set barWidth 0.40 set barRed1 130; set barGreen1 130; set barBlue1 230 set barRed2 30; set barGreen2 30; set barBlue2 130 ] \\end{comment} \\begin{document} \\input{./document} \\end{document} } [ set dynamicList {} # Figure year_numberOfPublications1 if {[lsearch $figureToBeUpdatedList year_numberOfPublications1] != -1} { lappend dynamicList {year_numberOfPublications1.dat} lappend dynamicList \ [ set totalNumberOfSearches [expr $totalNumberOfSearches + [llength $publicationYearList1] * 2] set numberOfRecordsPerPublicationYear 0 set numberOfRecordsPerPublicationYear2 0 set numberOfRecordsPerPublicationYearList {} set numberOfRecordsPerPublicationYearList2 {} foreach publicationYear $publicationYearList1 { set searchExpression "ref journal and ar met and y $publicationYear" set number [DisplayNumberOfEntries2 $searchExpression] lappend numberOfRecordsPerPublicationYearList $number incr numberOfRecordsPerPublicationYear $number set searchExpression "ref journal and ar met and y $publicationYear and {dis websci or dis scielo}" set number [DisplayNumberOfEntries2 $searchExpression] lappend numberOfRecordsPerPublicationYearList2 $number incr numberOfRecordsPerPublicationYear2 $number } foreach {firstSequenceItem xmax ymax dyticks} [ComputeAxisParameters $dxticks $barWidth $publicationYearList1 $numberOfRecordsPerPublicationYearList] {break} set graphymove 0.3 set graphxsize 15.4 set graphysize 5.8 CreateDataSet [CreateSequence [llength $publicationYearList1] $firstSequenceItem $dxticks] $numberOfRecordsPerPublicationYearList $numberOfRecordsPerPublicationYearList2 ] lappend dynamicList {year_numberOfPublications1.gle} lappend dynamicList \ " ! size 15.4 6.0 ! size of the paper size $graphxsize [expr $graphysize * 0.92 + $graphymove] set font ss lwidth 0.01 set alabeldist .8 barRed1 = $barRed1 barGreen1 = $barGreen1 barBlue1 = $barBlue1 barRed2 = $barRed2 barGreen2 = $barGreen2 barBlue2 = $barBlue2 include \"./color.gle\" ! include \"barstyles.gle\" include \"./library.gle\" amove 0 $graphymove begin graph size $graphxsize $graphysize center data \"year_numberOfPublications1.dat\" xtitle \"Anos de publica\\c{c}\\~ao\" ytitle \"N\\'umero de publica\\c{c}\\~oes\" xaxis min 0 max $xmax xnames $publicationYearList1 xticks off ! yaxis dticks $dyticks dsubticks $dyticks min 0 max $ymax yaxis dticks 50 dsubticks 50 min 0 max 150 x2axis off y2axis off xlabels hei $hei ylabels hei $hei bar d1,d2 width $barWidth dist [expr $barWidth + 0.04] style colormap1,colormap2 end graph begin key justify bc absolute (pagewidth()/2) 0 hei $hei nobox boxcolor clear fill rgb255($barRed1,$barGreen1,$barBlue1) text \"Publica\\c{c}\\~ao em revista - Total: $numberOfRecordsPerPublicationYear\" fill rgb255($barRed2,$barGreen2,$barBlue2) text \"Publica\\c{c}\\~ao em revista indexada - Total: $numberOfRecordsPerPublicationYear2\" end key " } # Figure year_numberOfPublications2 if {[lsearch $figureToBeUpdatedList year_numberOfPublications2] != -1} { lappend dynamicList {year_numberOfPublications2.dat} lappend dynamicList \ [ set totalNumberOfSearches [expr $totalNumberOfSearches + [llength $publicationYearList2] * 2] set numberOfRecordsPerPublicationYear 0 set numberOfRecordsPerPublicationYear2 0 set numberOfRecordsPerPublicationYearList {} set numberOfRecordsPerPublicationYearList2 {} foreach publicationYear $publicationYearList2 { set searchExpression "ref journal and ar met and y $publicationYear" set number [DisplayNumberOfEntries2 $searchExpression] lappend numberOfRecordsPerPublicationYearList $number incr numberOfRecordsPerPublicationYear $number set searchExpression "ref journal and ar met and y $publicationYear and {dis websci or dis scielo}" set number [DisplayNumberOfEntries2 $searchExpression] lappend numberOfRecordsPerPublicationYearList2 $number incr numberOfRecordsPerPublicationYear2 $number } foreach {firstSequenceItem xmax ymax dyticks} [ComputeAxisParameters $dxticks $barWidth $publicationYearList2 $numberOfRecordsPerPublicationYearList] {break} set graphymove 0.3 set graphxsize 15.4 set graphysize 5.8 CreateDataSet [CreateSequence [llength $publicationYearList2] $firstSequenceItem $dxticks] $numberOfRecordsPerPublicationYearList $numberOfRecordsPerPublicationYearList2 ] lappend dynamicList {year_numberOfPublications2.gle} lappend dynamicList \ " ! size 15.4 6.0 ! size of the paper size $graphxsize [expr $graphysize * 0.92 + $graphymove] set font ss lwidth 0.01 set alabeldist .8 barRed1 = $barRed1 barGreen1 = $barGreen1 barBlue1 = $barBlue1 barRed2 = $barRed2 barGreen2 = $barGreen2 barBlue2 = $barBlue2 include \"./color.gle\" ! include \"barstyles.gle\" include \"./library.gle\" amove 0 $graphymove begin graph size $graphxsize $graphysize center data \"year_numberOfPublications2.dat\" xtitle \"Anos de publica\\c{c}\\~ao\" ytitle \"N\\'umero de publica\\c{c}\\~oes\" xaxis min 0 max $xmax xnames $publicationYearList2 xticks off ! yaxis dticks $dyticks dsubticks $dyticks min 0 max $ymax yaxis dticks 50 dsubticks 50 min 0 max 150 x2axis off y2axis off xlabels hei $hei ylabels hei $hei bar d1,d2 width $barWidth dist [expr $barWidth + 0.04] style colormap1,colormap2 end graph begin key justify bc absolute (pagewidth()/2) 0 hei $hei nobox boxcolor clear fill rgb255($barRed1,$barGreen1,$barBlue1) text \"Publica\\c{c}\\~ao em revista - Total: $numberOfRecordsPerPublicationYear\" fill rgb255($barRed2,$barGreen2,$barBlue2) text \"Publica\\c{c}\\~ao em revista indexada - Total: $numberOfRecordsPerPublicationYear2\" end key " } set dynamicList ] } while executing "CreateTclPage $thisRepository $fileContent $language $languageRep2 $path $writeUserCodedPassword" 03/12/10 21:14 03/12/10 21:14 CreateTclPage (first substitution): can't read "figureToBeUpdatedList": no such variable while executing "lsearch $figureToBeUpdatedList year_numberOfPublications1" invoked from within "if {[lsearch $figureToBeUpdatedList year_numberOfPublications1] != -1} { lappend dynamicList {year_numberOfPublications1.dat} lappend dynamicLis..." invoked from within "subst set\ fileContentList\ \{\n\t\{\}\n\t\{\n%%%%%%%%%\ Auditoria\ interna\ sobre\ o\ repositório\ da\ Memória\ Científica\ do\ INPE\n\n\t\t%\ Thi..." invoked from within "interp eval slave [list subst $fileContent2]" while making substitution within: set fileContentList { {} { %%%%%%%%% Auditoria interna sobre o repositório da Memória Científica do INPE % This file is interpreted by tcl so each LaTeX back slash must be duplicated %\\documentclass#!#brazilian,PublicacaoLivro,SemFormatacaoCapitulo,SemFolhaAprovacao#@#{http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe} % \\documentclass#!#brazilian,PublicacaoLivro,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{../../../../../iconet.com.br/banon/2008/03.25.01.19/doc/tdiinpe} \\documentclass#!#brazilian,PublicacaoArtigoOuRelatorio,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{../../../../../iconet.com.br/banon/2008/03.25.01.19/doc/tdiinpe} % \\documentclass#!#brazilian,PublicacaoArtigoOuRelatorio,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{tdiinpe} % \\RequirePackage{multirow} % \\RequirePackage{dcolumn} \\RequirePackage{csquotes} \\RequirePackage#!#nodash,narrow,portugues#@#{nicealgo} \\theoremstyle{plain} \\newtheorem{theorem}{Theorem} % \\newtheorem{theorem}{Theorem}#!#section#@# \\newtheorem{proposition}#!#theorem#@#{Proposição} \\newtheorem{lemma}#!#theorem#@#{Lemma} \\newtheorem{corollary}#!#theorem#@#{Corollary} \\newtheorem{property}#!#theorem#@#{Property} % \\newtheorem{axiom}{Axiom} \\theoremstyle{definition} % \\newtheorem{definition}#!#theorem#@#{Definição} \\newtheorem{definition}{Definição} % \\newtheorem{example}#!#theorem#@#{Exemplo} \\newtheorem{example}{Exemplo} \\theoremstyle{remark} \\newtheorem{remark}#!#theorem#@#{Remark} \\newtheorem{note}#!#theorem#@#{Note} \\newtheoremstyle{plain}% name {13pt}% Space above - in addition to \topsep {3pt}% Space below {}% Body font {}% Indent amount {\\bfseries}% Theorem head font { --}% Punctuation after theorem head {.5em}% Space after theorem head {}% Theorem head spec (can be left empty, meaning `normal') % \\newtheoremstyle is described in Section 4.3 of ftp://ftp.ams.org/pub/tex/doc/amscls/amsthdoc.pdf \\newtheoremstyle{definition}% name {13pt}% Space above - in addition to \topsep {3pt}% Space below {}% Body font {}% Indent amount {\\bfseries}% Theorem head font { --}% Punctuation after theorem head {.5em}% Space after theorem head {}% Theorem head spec (can be left empty, meaning `normal') % mathenum \\newenvironment{mathenum}{% \\begingroup \\renewcommand{\\theenumi}{\\roman{enumi}}% \\renewcommand{\\labelenumi}{{\\normalfont\\upshape(\\theenumi)}}% \\renewcommand{\\theenumii}{\\alph{enumii}}% \\renewcommand{\\labelenumii}{{\\normalfont\\upshape(\\theenumii)}}% \\begin{enumerate} \\vskip-\\topsep\\vskip-\\parskip \\topsep5pt\\itemsep2pt% \\parsep1pt\\parskip0pt% \\vskip\\topsep\\vskip\\parskip }{% \\end{enumerate} \\endgroup } [ foreach {title author year keywords identifier secondarytype} [ReturnFieldValueList $thisRepository {title author year keywords identifier secondarytype} $serverAddressWithIP $cgi(codedpassword1)] {break} set author [FormatAuthorList [FormatAuthorName $author {} familynamelast] {;}] set x {} ;# return an empty string ] % \\hypersetup{% % pdftitle={$title}, % pdfauthor={$author}, % pdfkeywords={$keywords} % } % \\hypersetup{pdfstartpage=9,pdfpagemode=None,pdfstartview=FitH,baseurl=http://$localSite/col/$thisRepository/doc/} \\hypersetup{pdfstartpage=5,pdfpagemode=None,pdfstartview=FitH,baseurl=http://$localSite/col/$thisRepository/doc/} %% ENTRAR OS DADOS ENTRE CHAVES NAS LINHAS APROPRIADAS ABAIXO % CAPA % \\titulo{Auditoria interna sobre o repositório da Memória Científica do INPE} \\titulo{$title} \\title{Internet based identifier - Norm project} %% no idioma secundario % \\author{Gerald Jean Francis Banon} %% coloque o nome do(s) autor(es), exemplo: Marcus André Fuckner \\author{$author} %% coloque o nome do(s) autor(es), exemplo: Marcus André Fuckner % \\descriccao{Auditoria interna.} \\descriccao{} \\repositorio{$thisRepository} %% número de série INPE quando existir, caso contrário o nome do repositório onde está depositado o documento \\tipoDaPublicacao{$secondarytype} %% tipo da publicação (NTC, RPQ, PRP, MAN, PUD, TDI, TAE e PRE) na ausência do número de série INPE, caso contrário deixar vazio \\IBI{$identifier} %% IBI (exemplo: J8LNKAN8PW/36CT2G2) quando existir, caso contrário o nome do repositório onde está depositado o documento \\date{$year} %% data da publicação % VERSO DA CAPA \\input{./versoDaCapa} % FICHA \\cutterFICHAC{B227} \\autorUltimoNomeFICHAC{Banon, Gerald Jean Francis} %% exemplo: Fuckner, Marcus André \\autorAbreviadoFICHAC {} %% Não usado - deixar vazio \\tituloFICHAC{Auditoria interna sobre o repositório da Memória Científica do INPE} \\instituicaosigla{INPE} %% não mudar \\instituicaocidade{São José dos Campos} %% não mudar \\paginasFICHAC{40} %% número total de páginas % \\serieinpe{INPE--/} %% número gerado pelo SID \\palavraschaveFICHAC{1.~Auditoria. 2.~Memória científica. 3.~Repositório digital. 4.~Arquivo digital. 5.~Biblioteca digital. I.~\\mbox{Título}.} %% recomenda-se pelo menos 5 palavras-chaves - \mbox{} é para evitar hifenização \\numeroCDUFICHAC{021.61:657.6} %% ENTRAR OS DADOS ENTRE CHAVES NAS LINHAS APROPRIADAS ABAIXO - FIM \\RequirePackage{comment} \\begin{document} \\input{./document} \\end{document} } [ set dynamicList {} # Figure year_numberOfPublications1 if {[lsearch $figureToBeUpdatedList year_numberOfPublications1] != -1} { lappend dynamicList {year_numberOfPublications1.dat} lappend dynamicList \ [ set totalNumberOfSearches [expr $totalNumberOfSearches + [llength $publicationYearList1] * 2] set numberOfRecordsPerPublicationYear 0 set numberOfRecordsPerPublicationYear2 0 set numberOfRecordsPerPublicationYearList {} set numberOfRecordsPerPublicationYearList2 {} foreach publicationYear $publicationYearList1 { set searchExpression "ref journal and ar met and y $publicationYear" set number [DisplayNumberOfEntries2 $searchExpression] lappend numberOfRecordsPerPublicationYearList $number incr numberOfRecordsPerPublicationYear $number set searchExpression "ref journal and ar met and y $publicationYear and {dis websci or dis scielo}" set number [DisplayNumberOfEntries2 $searchExpression] lappend numberOfRecordsPerPublicationYearList2 $number incr numberOfRecordsPerPublicationYear2 $number } foreach {firstSequenceItem xmax ymax dyticks} [ComputeAxisParameters $dxticks $barWidth $publicationYearList1 $numberOfRecordsPerPublicationYearList] {break} set graphymove 0.3 set graphxsize 15.4 set graphysize 5.8 CreateDataSet [CreateSequence [llength $publicationYearList1] $firstSequenceItem $dxticks] $numberOfRecordsPerPublicationYearList $numberOfRecordsPerPublicationYearList2 ] lappend dynamicList {year_numberOfPublications1.gle} lappend dynamicList \ " ! size 15.4 6.0 ! size of the paper size $graphxsize [expr $graphysize * 0.92 + $graphymove] set font ss lwidth 0.01 set alabeldist .8 barRed1 = $barRed1 barGreen1 = $barGreen1 barBlue1 = $barBlue1 barRed2 = $barRed2 barGreen2 = $barGreen2 barBlue2 = $barBlue2 include \"./color.gle\" ! include \"barstyles.gle\" include \"./library.gle\" amove 0 $graphymove begin graph size $graphxsize $graphysize center data \"year_numberOfPublications1.dat\" xtitle \"Anos de publica\\c{c}\\~ao\" ytitle \"N\\'umero de publica\\c{c}\\~oes\" xaxis min 0 max $xmax xnames $publicationYearList1 xticks off ! yaxis dticks $dyticks dsubticks $dyticks min 0 max $ymax yaxis dticks 50 dsubticks 50 min 0 max 150 x2axis off y2axis off xlabels hei $hei ylabels hei $hei bar d1,d2 width $barWidth dist [expr $barWidth + 0.04] style colormap1,colormap2 end graph begin key justify bc absolute (pagewidth()/2) 0 hei $hei nobox boxcolor clear fill rgb255($barRed1,$barGreen1,$barBlue1) text \"Publica\\c{c}\\~ao em revista - Total: $numberOfRecordsPerPublicationYear\" fill rgb255($barRed2,$barGreen2,$barBlue2) text \"Publica\\c{c}\\~ao em revista indexada - Total: $numberOfRecordsPerPublicationYear2\" end key " } # Figure year_numberOfPublications2 if {[lsearch $figureToBeUpdatedList year_numberOfPublications2] != -1} { lappend dynamicList {year_numberOfPublications2.dat} lappend dynamicList \ [ set totalNumberOfSearches [expr $totalNumberOfSearches + [llength $publicationYearList2] * 2] set numberOfRecordsPerPublicationYear 0 set numberOfRecordsPerPublicationYear2 0 set numberOfRecordsPerPublicationYearList {} set numberOfRecordsPerPublicationYearList2 {} foreach publicationYear $publicationYearList2 { set searchExpression "ref journal and ar met and y $publicationYear" set number [DisplayNumberOfEntries2 $searchExpression] lappend numberOfRecordsPerPublicationYearList $number incr numberOfRecordsPerPublicationYear $number set searchExpression "ref journal and ar met and y $publicationYear and {dis websci or dis scielo}" set number [DisplayNumberOfEntries2 $searchExpression] lappend numberOfRecordsPerPublicationYearList2 $number incr numberOfRecordsPerPublicationYear2 $number } foreach {firstSequenceItem xmax ymax dyticks} [ComputeAxisParameters $dxticks $barWidth $publicationYearList2 $numberOfRecordsPerPublicationYearList] {break} set graphymove 0.3 set graphxsize 15.4 set graphysize 5.8 CreateDataSet [CreateSequence [llength $publicationYearList2] $firstSequenceItem $dxticks] $numberOfRecordsPerPublicationYearList $numberOfRecordsPerPublicationYearList2 ] lappend dynamicList {year_numberOfPublications2.gle} lappend dynamicList \ " ! size 15.4 6.0 ! size of the paper size $graphxsize [expr $graphysize * 0.92 + $graphymove] set font ss lwidth 0.01 set alabeldist .8 barRed1 = $barRed1 barGreen1 = $barGreen1 barBlue1 = $barBlue1 barRed2 = $barRed2 barGreen2 = $barGreen2 barBlue2 = $barBlue2 include \"./color.gle\" ! include \"barstyles.gle\" include \"./library.gle\" amove 0 $graphymove begin graph size $graphxsize $graphysize center data \"year_numberOfPublications2.dat\" xtitle \"Anos de publica\\c{c}\\~ao\" ytitle \"N\\'umero de publica\\c{c}\\~oes\" xaxis min 0 max $xmax xnames $publicationYearList2 xticks off ! yaxis dticks $dyticks dsubticks $dyticks min 0 max $ymax yaxis dticks 50 dsubticks 50 min 0 max 150 x2axis off y2axis off xlabels hei $hei ylabels hei $hei bar d1,d2 width $barWidth dist [expr $barWidth + 0.04] style colormap1,colormap2 end graph begin key justify bc absolute (pagewidth()/2) 0 hei $hei nobox boxcolor clear fill rgb255($barRed1,$barGreen1,$barBlue1) text \"Publica\\c{c}\\~ao em revista - Total: $numberOfRecordsPerPublicationYear\" fill rgb255($barRed2,$barGreen2,$barBlue2) text \"Publica\\c{c}\\~ao em revista indexada - Total: $numberOfRecordsPerPublicationYear2\" end key " } set dynamicList ] } while executing "CreateTclPage $thisRepository $fileContent $language $languageRep2 $path $writeUserCodedPassword" 10/03/11 17:10 10/03/11 17:10 CreateTclPage (first substitution): can't read "lastupdate": no such variable while executing "subst {set fileContentList { {} { %%%%%%%%% Auditoria interna sobre o repositório da Memória Científica do INPE % This file is interpreted by ..." invoked from within "interp eval slave [list subst $fileContent2]" while making substitution within: set fileContentList { {} { %%%%%%%%% Auditoria interna sobre o repositório da Memória Científica do INPE % This file is interpreted by tcl so each LaTeX back slash must be duplicated %\\documentclass#!#brazilian,PublicacaoLivro,SemFormatacaoCapitulo,SemFolhaAprovacao#@#{http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe} % \\documentclass#!#brazilian,PublicacaoLivro,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{../../../../../iconet.com.br/banon/2008/03.25.01.19/doc/tdiinpe} \\documentclass#!#brazilian,PublicacaoArtigoOuRelatorio,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{../../../../../iconet.com.br/banon/2008/03.25.01.19/doc/tdiinpe} % \\documentclass#!#brazilian,PublicacaoArtigoOuRelatorio,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{tdiinpe} % \\RequirePackage{multirow} % \\RequirePackage{dcolumn} \\RequirePackage{csquotes} \\RequirePackage#!#nodash,narrow,portugues#@#{nicealgo} \\theoremstyle{plain} \\newtheorem{theorem}{Theorem} % \\newtheorem{theorem}{Theorem}#!#section#@# \\newtheorem{proposition}#!#theorem#@#{Proposição} \\newtheorem{lemma}#!#theorem#@#{Lemma} \\newtheorem{corollary}#!#theorem#@#{Corollary} \\newtheorem{property}#!#theorem#@#{Property} % \\newtheorem{axiom}{Axiom} \\theoremstyle{definition} % \\newtheorem{definition}#!#theorem#@#{Definição} \\newtheorem{definition}{Definição} % \\newtheorem{example}#!#theorem#@#{Exemplo} \\newtheorem{example}{Exemplo} \\theoremstyle{remark} \\newtheorem{remark}#!#theorem#@#{Remark} \\newtheorem{note}#!#theorem#@#{Note} \\newtheoremstyle{plain}% name {13pt}% Space above - in addition to \topsep {3pt}% Space below {}% Body font {}% Indent amount {\\bfseries}% Theorem head font { --}% Punctuation after theorem head {.5em}% Space after theorem head {}% Theorem head spec (can be left empty, meaning `normal') % \\newtheoremstyle is described in Section 4.3 of ftp://ftp.ams.org/pub/tex/doc/amscls/amsthdoc.pdf \\newtheoremstyle{definition}% name {13pt}% Space above - in addition to \topsep {3pt}% Space below {}% Body font {}% Indent amount {\\bfseries}% Theorem head font { --}% Punctuation after theorem head {.5em}% Space after theorem head {}% Theorem head spec (can be left empty, meaning `normal') % mathenum \\newenvironment{mathenum}{% \\begingroup \\renewcommand{\\theenumi}{\\roman{enumi}}% \\renewcommand{\\labelenumi}{{\\normalfont\\upshape(\\theenumi)}}% \\renewcommand{\\theenumii}{\\alph{enumii}}% \\renewcommand{\\labelenumii}{{\\normalfont\\upshape(\\theenumii)}}% \\begin{enumerate} \\vskip-\\topsep\\vskip-\\parskip \\topsep5pt\\itemsep2pt% \\parsep1pt\\parskip0pt% \\vskip\\topsep\\vskip\\parskip }{% \\end{enumerate} \\endgroup } [ foreach {title author year keywords identifier secondarytype} [ReturnFieldValueList $thisRepository {title author year lastupdate keywords identifier secondarytype} $serverAddressWithIP $cgi(codedpassword1)] {break} set author [FormatAuthorList [FormatAuthorName $author {} familynamelast] {;}] set x {} ;# return an empty string ] % \\hypersetup{% % pdftitle={$title}, % pdfauthor={$author}, % pdfkeywords={$keywords} % } % \\hypersetup{pdfstartpage=9,pdfpagemode=None,pdfstartview=FitH,baseurl=http://$localSite/col/$thisRepository/doc/} \\hypersetup{pdfstartpage=1,pdfpagemode=None,pdfstartview=FitH,baseurl=http://$localSite/col/$thisRepository/doc/} %% ENTRAR OS DADOS ENTRE CHAVES NAS LINHAS APROPRIADAS ABAIXO % CAPA % \\titulo{Auditoria interna sobre o repositório da Memória Científica do INPE} \\titulo{$title} \\title{Internet based identifier - Draft standard} %% no idioma secundario % \\author{Gerald Jean Francis Banon} %% coloque o nome do(s) autor(es), exemplo: Marcus André Fuckner \\author{$author} %% coloque o nome do(s) autor(es), exemplo: Marcus André Fuckner % \\descriccao{Auditoria interna.} \\descriccao{} \\repositorio{$thisRepository} %% número de série INPE quando existir, caso contrário o nome do repositório onde está depositado o documento \\tipoDaPublicacao{$secondarytype} %% tipo da publicação (NTC, RPQ, PRP, MAN, PUD, TDI, TAE e PRE) na ausência do número de série INPE, caso contrário deixar vazio \\IBI{$identifier} %% IBI (exemplo: J8LNKAN8PW/36CT2G2) quando existir, caso contrário o nome do repositório onde está depositado o documento % \\date{$year} %% data da publicação \\date{$lastupdate} %% data da publicação % VERSO DA CAPA \\input{./versoDaCapa} % FICHA \\cutterFICHAC{B227} \\autorUltimoNomeFICHAC{Banon, Gerald Jean Francis} %% exemplo: Fuckner, Marcus André \\autorAbreviadoFICHAC {} %% Não usado - deixar vazio \\tituloFICHAC{Auditoria interna sobre o repositório da Memória Científica do INPE} \\instituicaosigla{INPE} %% não mudar \\instituicaocidade{São José dos Campos} %% não mudar \\paginasFICHAC{40} %% número total de páginas % \\serieinpe{INPE--/} %% número gerado pelo SID \\palavraschaveFICHAC{1.~Auditoria. 2.~Memória científica. 3.~Repositório digital. 4.~Arquivo digital. 5.~Biblioteca digital. I.~\\mbox{Título}.} %% recomenda-se pelo menos 5 palavras-chaves - \mbox{} é para evitar hifenização \\numeroCDUFICHAC{021.61:657.6} %% ENTRAR OS DADOS ENTRE CHAVES NAS LINHAS APROPRIADAS ABAIXO - FIM \\RequirePackage{comment} \\begin{document} \\input{./document} \\end{document} } } while executing "CreateTclPage $thisRepository $fileContent $language $languageRep2 $path $writeUserCodedPassword" 10/03/11 17:11 10/03/11 17:11 CreateTclPage (first substitution): can't read "lastupdate": no such variable while executing "subst {set fileContentList { {} { %%%%%%%%% Auditoria interna sobre o repositório da Memória Científica do INPE % This file is interpreted by ..." invoked from within "interp eval slave [list subst $fileContent2]" while making substitution within: set fileContentList { {} { %%%%%%%%% Auditoria interna sobre o repositório da Memória Científica do INPE % This file is interpreted by tcl so each LaTeX back slash must be duplicated %\\documentclass#!#brazilian,PublicacaoLivro,SemFormatacaoCapitulo,SemFolhaAprovacao#@#{http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe} % \\documentclass#!#brazilian,PublicacaoLivro,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{../../../../../iconet.com.br/banon/2008/03.25.01.19/doc/tdiinpe} \\documentclass#!#brazilian,PublicacaoArtigoOuRelatorio,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{../../../../../iconet.com.br/banon/2008/03.25.01.19/doc/tdiinpe} % \\documentclass#!#brazilian,PublicacaoArtigoOuRelatorio,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{tdiinpe} % \\RequirePackage{multirow} % \\RequirePackage{dcolumn} \\RequirePackage{csquotes} \\RequirePackage#!#nodash,narrow,portugues#@#{nicealgo} \\theoremstyle{plain} \\newtheorem{theorem}{Theorem} % \\newtheorem{theorem}{Theorem}#!#section#@# \\newtheorem{proposition}#!#theorem#@#{Proposição} \\newtheorem{lemma}#!#theorem#@#{Lemma} \\newtheorem{corollary}#!#theorem#@#{Corollary} \\newtheorem{property}#!#theorem#@#{Property} % \\newtheorem{axiom}{Axiom} \\theoremstyle{definition} % \\newtheorem{definition}#!#theorem#@#{Definição} \\newtheorem{definition}{Definição} % \\newtheorem{example}#!#theorem#@#{Exemplo} \\newtheorem{example}{Exemplo} \\theoremstyle{remark} \\newtheorem{remark}#!#theorem#@#{Remark} \\newtheorem{note}#!#theorem#@#{Note} \\newtheoremstyle{plain}% name {13pt}% Space above - in addition to \topsep {3pt}% Space below {}% Body font {}% Indent amount {\\bfseries}% Theorem head font { --}% Punctuation after theorem head {.5em}% Space after theorem head {}% Theorem head spec (can be left empty, meaning `normal') % \\newtheoremstyle is described in Section 4.3 of ftp://ftp.ams.org/pub/tex/doc/amscls/amsthdoc.pdf \\newtheoremstyle{definition}% name {13pt}% Space above - in addition to \topsep {3pt}% Space below {}% Body font {}% Indent amount {\\bfseries}% Theorem head font { --}% Punctuation after theorem head {.5em}% Space after theorem head {}% Theorem head spec (can be left empty, meaning `normal') % mathenum \\newenvironment{mathenum}{% \\begingroup \\renewcommand{\\theenumi}{\\roman{enumi}}% \\renewcommand{\\labelenumi}{{\\normalfont\\upshape(\\theenumi)}}% \\renewcommand{\\theenumii}{\\alph{enumii}}% \\renewcommand{\\labelenumii}{{\\normalfont\\upshape(\\theenumii)}}% \\begin{enumerate} \\vskip-\\topsep\\vskip-\\parskip \\topsep5pt\\itemsep2pt% \\parsep1pt\\parskip0pt% \\vskip\\topsep\\vskip\\parskip }{% \\end{enumerate} \\endgroup } [ foreach {title author year keywords identifier secondarytype} [ReturnFieldValueList $thisRepository {title author year lastupdate keywords identifier secondarytype} $serverAddressWithIP $cgi(codedpassword1)] {break} set author [FormatAuthorList [FormatAuthorName $author {} familynamelast] {;}] set x {} ;# return an empty string ] % \\hypersetup{% % pdftitle={$title}, % pdfauthor={$author}, % pdfkeywords={$keywords} % } % \\hypersetup{pdfstartpage=9,pdfpagemode=None,pdfstartview=FitH,baseurl=http://$localSite/col/$thisRepository/doc/} \\hypersetup{pdfstartpage=1,pdfpagemode=None,pdfstartview=FitH,baseurl=http://$localSite/col/$thisRepository/doc/} %% ENTRAR OS DADOS ENTRE CHAVES NAS LINHAS APROPRIADAS ABAIXO % CAPA % \\titulo{Auditoria interna sobre o repositório da Memória Científica do INPE} \\titulo{$title} \\title{Internet based identifier - Draft standard} %% no idioma secundario % \\author{Gerald Jean Francis Banon} %% coloque o nome do(s) autor(es), exemplo: Marcus André Fuckner \\author{$author} %% coloque o nome do(s) autor(es), exemplo: Marcus André Fuckner % \\descriccao{Auditoria interna.} \\descriccao{} \\repositorio{$thisRepository} %% número de série INPE quando existir, caso contrário o nome do repositório onde está depositado o documento \\tipoDaPublicacao{$secondarytype} %% tipo da publicação (NTC, RPQ, PRP, MAN, PUD, TDI, TAE e PRE) na ausência do número de série INPE, caso contrário deixar vazio \\IBI{$identifier} %% IBI (exemplo: J8LNKAN8PW/36CT2G2) quando existir, caso contrário o nome do repositório onde está depositado o documento % \\date{$year} %% data da publicação % \\date{$lastupdate} %% data da publicação \\date{2011} %% data da publicação % VERSO DA CAPA \\input{./versoDaCapa} % FICHA \\cutterFICHAC{B227} \\autorUltimoNomeFICHAC{Banon, Gerald Jean Francis} %% exemplo: Fuckner, Marcus André \\autorAbreviadoFICHAC {} %% Não usado - deixar vazio \\tituloFICHAC{Auditoria interna sobre o repositório da Memória Científica do INPE} \\instituicaosigla{INPE} %% não mudar \\instituicaocidade{São José dos Campos} %% não mudar \\paginasFICHAC{40} %% número total de páginas % \\serieinpe{INPE--/} %% número gerado pelo SID \\palavraschaveFICHAC{1.~Auditoria. 2.~Memória científica. 3.~Repositório digital. 4.~Arquivo digital. 5.~Biblioteca digital. I.~\\mbox{Título}.} %% recomenda-se pelo menos 5 palavras-chaves - \mbox{} é para evitar hifenização \\numeroCDUFICHAC{021.61:657.6} %% ENTRAR OS DADOS ENTRE CHAVES NAS LINHAS APROPRIADAS ABAIXO - FIM \\RequirePackage{comment} \\begin{document} \\input{./document} \\end{document} } } while executing "CreateTclPage $thisRepository $fileContent $language $languageRep2 $path $writeUserCodedPassword" {CreateTclPage (3): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: connection timed out} {CreateTclPage (2): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {HTTP/1.1 200 OK} {CreateTclPage (2): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {HTTP/1.1 200 OK} {CreateTclPage (2): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {HTTP/1.1 200 OK} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} {CreateTclPage (1): url not found} http://urlib.net/iconet.com.br/banon/2008/03.25.01.19/tdiinpe.cls {couldn't open socket: invalid argument} 19/05/11 02:03 19/05/11 02:03 CreateTclPage (first substitution): can't read "serverAddress": no such variable while executing "ReturnCommunicationAddress $serverAddress" (procedure "SetFieldValue" line 4) invoked from within "SetFieldValue $serverAddressWithIP $searchResult $fieldNameList" (procedure "ReturnFieldValueList" line 4) invoked from within "ReturnFieldValueList $thisRepository {title author year lastupdate keywords identifier secondarytype} $serverAddressWithIP $cgi(codedpassword1)" invoked from within "foreach {title author year lastupdate keywords identifier secondarytype} [ReturnFieldValueList $thisRepository {title author year lastupdate keywords ..." invoked from within "subst {set fileContentList { {} { %%%%%%%%% Auditoria interna sobre o repositório da Memória Científica do INPE % This file is interpreted by ..." invoked from within "interp eval slave [list subst $fileContent2]" while making substitution within: set fileContentList { {} { %%%%%%%%% Auditoria interna sobre o repositório da Memória Científica do INPE % This file is interpreted by tcl so each LaTeX back slash must be duplicated \\documentclass#!#english,portuguese,PublicacaoLivro,SemFormatacaoCapitulo,SemFolhaAprovacao#@#{tdiinpe} % \\documentclass#!#english,portuguese,PublicacaoLivro,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{../../../../../iconet.com.br/banon/2008/03.25.01.19/doc/tdiinpe} % \\documentclass#!#brazilian,PublicacaoArtigoOuRelatorio,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{../../../../../iconet.com.br/banon/2008/03.25.01.19/doc/tdiinpe} % \\documentclass#!#brazilian,PublicacaoArtigoOuRelatorio,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{tdiinpe} % \\RequirePackage{multirow} % \\RequirePackage{dcolumn} \\RequirePackage{csquotes} \\RequirePackage#!#nodash,narrow,portugues#@#{nicealgo} \\theoremstyle{plain} \\newtheorem{theorem}{Theorem} % \\newtheorem{theorem}{Theorem}#!#section#@# \\newtheorem{proposition}#!#theorem#@#{Proposição} \\newtheorem{lemma}#!#theorem#@#{Lemma} \\newtheorem{corollary}#!#theorem#@#{Corollary} \\newtheorem{property}#!#theorem#@#{Property} % \\newtheorem{axiom}{Axiom} \\theoremstyle{definition} % \\newtheorem{definition}#!#theorem#@#{Definição} \\newtheorem{definition}{Definição} % \\newtheorem{example}#!#theorem#@#{Exemplo} \\newtheorem{example}{Exemplo} \\theoremstyle{remark} \\newtheorem{remark}#!#theorem#@#{Remark} \\newtheorem{note}#!#theorem#@#{Note} \\newtheoremstyle{plain}% name {13pt}% Space above - in addition to \topsep {3pt}% Space below {}% Body font {}% Indent amount {\\bfseries}% Theorem head font { --}% Punctuation after theorem head {.5em}% Space after theorem head {}% Theorem head spec (can be left empty, meaning `normal') % \\newtheoremstyle is described in Section 4.3 of ftp://ftp.ams.org/pub/tex/doc/amscls/amsthdoc.pdf \\newtheoremstyle{definition}% name {13pt}% Space above - in addition to \topsep {3pt}% Space below {}% Body font {}% Indent amount {\\bfseries}% Theorem head font { --}% Punctuation after theorem head {.5em}% Space after theorem head {}% Theorem head spec (can be left empty, meaning `normal') % mathenum \\newenvironment{mathenum}{% \\begingroup \\renewcommand{\\theenumi}{\\roman{enumi}}% \\renewcommand{\\labelenumi}{{\\normalfont\\upshape(\\theenumi)}}% \\renewcommand{\\theenumii}{\\alph{enumii}}% \\renewcommand{\\labelenumii}{{\\normalfont\\upshape(\\theenumii)}}% \\begin{enumerate} \\vskip-\\topsep\\vskip-\\parskip \\topsep5pt\\itemsep2pt% \\parsep1pt\\parskip0pt% \\vskip\\topsep\\vskip\\parskip }{% \\end{enumerate} \\endgroup } [ foreach {title author year lastupdate keywords identifier secondarytype} [ReturnFieldValueList $thisRepository {title author year lastupdate keywords identifier secondarytype} $serverAddressWithIP $cgi(codedpassword1)] {break} set author [FormatAuthorList [FormatAuthorName $author {} familynamelast] {;}] set x {} ;# return an empty string ] % \\hypersetup{% % pdftitle={$title}, % pdfauthor={$author}, % pdfkeywords={$keywords} % } % \\hypersetup{pdfstartpage=9,pdfpagemode=None,pdfstartview=FitH,baseurl=http://$localSite/col/$thisRepository/doc/} % \\hypersetup{pdfstartpage=41,pdfpagemode=None,pdfstartview=FitH,baseurl=http://$localSite/col/$thisRepository/doc/} \\hypersetup{pdfstartpage=1,pdfstartview=FitH,baseurl=http://$localSite/col/$thisRepository/doc/} %% ENTRAR OS DADOS ENTRE CHAVES NAS LINHAS APROPRIADAS ABAIXO % CAPA % \\titulo{Auditoria interna sobre o repositório da Memória Científica do INPE} \\titulo{$title} \\title{Internet based identifier - Draft standard} %% no idioma secundario % \\author{Gerald Jean Francis Banon} %% coloque o nome do(s) autor(es), exemplo: Marcus André Fuckner \\author{$author} %% coloque o nome do(s) autor(es), exemplo: Marcus André Fuckner % \\descriccao{Auditoria interna.} \\descriccao{} \\repositorio{$thisRepository} %% número de série INPE quando existir, caso contrário o nome do repositório onde está depositado o documento \\tipoDaPublicacao{$secondarytype} %% tipo da publicação (NTC, RPQ, PRP, MAN, PUD, TDI, TAE e PRE) na ausência do número de série INPE, caso contrário deixar vazio \\IBI{$identifier} %% IBI (exemplo: J8LNKAN8PW/36CT2G2) quando existir, caso contrário o nome do repositório onde está depositado o documento \\date{$year} %% data da publicação % \\date{$lastupdate} %% versão da publicação % \\date{2011} %% data da publicação % VERSO DA CAPA \\input{./versoDaCapa} % FICHA \\cutterFICHAC{B227} \\autorUltimoNomeFICHAC{Banon, Gerald Jean Francis} %% exemplo: Fuckner, Marcus André \\autorAbreviadoFICHAC {} %% Não usado - deixar vazio % \\tituloFICHAC{Auditoria interna sobre o repositório da Memória Científica do INPE} \\instituicaosigla{INPE} %% não mudar \\instituicaocidade{São José dos Campos} %% não mudar \\paginasFICHAC{40} %% número total de páginas % \\serieinpe{INPE--/} %% número gerado pelo SID \\palavraschaveFICHAC{1.~Auditoria. 2.~Memória científica. 3.~Repositório digital. 4.~Arquivo digital. 5.~Biblioteca digital. I.~\\mbox{Título}.} %% recomenda-se pelo menos 5 palavras-chaves - \mbox{} é para evitar hifenização \\numeroCDUFICHAC{021.61:657.6} %% ENTRAR OS DADOS ENTRE CHAVES NAS LINHAS APROPRIADAS ABAIXO - FIM \\RequirePackage{comment} \\begin{document} \\input{./document} \\end{document} } } while executing "CreateTclPage $thisRepository $fileContent $language $languageRep2 $path $writeUserCodedPassword" 19/05/11 02:03 19/05/11 02:03 CreateTclPage (first substitution): can't read "serverAddress": no such variable while executing "ReturnCommunicationAddress $serverAddress" (procedure "SetFieldValue" line 4) invoked from within "SetFieldValue $serverAddressWithIP $searchResult $fieldNameList" (procedure "ReturnFieldValueList" line 4) invoked from within "ReturnFieldValueList $thisRepository {title author year lastupdate keywords identifier secondarytype} $serverAddressWithIP $cgi(codedpassword1)" invoked from within "foreach {title author year lastupdate keywords identifier secondarytype} [ReturnFieldValueList $thisRepository {title author year lastupdate keywords ..." invoked from within "subst {set fileContentList { {} { %%%%%%%%% Auditoria interna sobre o repositório da Memória Científica do INPE % This file is interpreted by ..." invoked from within "interp eval slave [list subst $fileContent2]" while making substitution within: set fileContentList { {} { %%%%%%%%% Auditoria interna sobre o repositório da Memória Científica do INPE % This file is interpreted by tcl so each LaTeX back slash must be duplicated \\documentclass#!#english,portuguese,PublicacaoLivro,SemFormatacaoCapitulo,SemFolhaAprovacao#@#{tdiinpe} % \\documentclass#!#english,portuguese,PublicacaoLivro,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{../../../../../iconet.com.br/banon/2008/03.25.01.19/doc/tdiinpe} % \\documentclass#!#brazilian,PublicacaoArtigoOuRelatorio,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{../../../../../iconet.com.br/banon/2008/03.25.01.19/doc/tdiinpe} % \\documentclass#!#brazilian,PublicacaoArtigoOuRelatorio,SemFormatacaoCapitulo,SemFolhaAprovacao,LogoINPE#@#{tdiinpe} % \\RequirePackage{multirow} % \\RequirePackage{dcolumn} \\RequirePackage{csquotes} \\RequirePackage#!#nodash,narrow,portugues#@#{nicealgo} \\theoremstyle{plain} \\newtheorem{theorem}{Theorem} % \\newtheorem{theorem}{Theorem}#!#section#@# \\newtheorem{proposition}#!#theorem#@#{Proposição} \\newtheorem{lemma}#!#theorem#@#{Lemma} \\newtheorem{corollary}#!#theorem#@#{Corollary} \\newtheorem{property}#!#theorem#@#{Property} % \\newtheorem{axiom}{Axiom} \\theoremstyle{definition} % \\newtheorem{definition}#!#theorem#@#{Definição} \\newtheorem{definition}{Definição} % \\newtheorem{example}#!#theorem#@#{Exemplo} \\newtheorem{example}{Exemplo} \\theoremstyle{remark} \\newtheorem{remark}#!#theorem#@#{Remark} \\newtheorem{note}#!#theorem#@#{Note} \\newtheoremstyle{plain}% name {13pt}% Space above - in addition to \topsep {3pt}% Space below {}% Body font {}% Indent amount {\\bfseries}% Theorem head font { --}% Punctuation after theorem head {.5em}% Space after theorem head {}% Theorem head spec (can be left empty, meaning `normal') % \\newtheoremstyle is described in Section 4.3 of ftp://ftp.ams.org/pub/tex/doc/amscls/amsthdoc.pdf \\newtheoremstyle{definition}% name {13pt}% Space above - in addition to \topsep {3pt}% Space below {}% Body font {}% Indent amount {\\bfseries}% Theorem head font { --}% Punctuation after theorem head {.5em}% Space after theorem head {}% Theorem head spec (can be left empty, meaning `normal') % mathenum \\newenvironment{mathenum}{% \\begingroup \\renewcommand{\\theenumi}{\\roman{enumi}}% \\renewcommand{\\labelenumi}{{\\normalfont\\upshape(\\theenumi)}}% \\renewcommand{\\theenumii}{\\alph{enumii}}% \\renewcommand{\\labelenumii}{{\\normalfont\\upshape(\\theenumii)}}% \\begin{enumerate} \\vskip-\\topsep\\vskip-\\parskip \\topsep5pt\\itemsep2pt% \\parsep1pt\\parskip0pt% \\vskip\\topsep\\vskip\\parskip }{% \\end{enumerate} \\endgroup } [ foreach {title author year lastupdate keywords identifier secondarytype} [ReturnFieldValueList $thisRepository {title author year lastupdate keywords identifier secondarytype} $serverAddressWithIP $cgi(codedpassword1)] {break} set author [FormatAuthorList [FormatAuthorName $author {} familynamelast] {;}] set x {} ;# return an empty string ] % \\hypersetup{% % pdftitle={$title}, % pdfauthor={$author}, % pdfkeywords={$keywords} % } % \\hypersetup{pdfstartpage=9,pdfpagemode=None,pdfstartview=FitH,baseurl=http://$localSite/col/$thisRepository/doc/} % \\hypersetup{pdfstartpage=41,pdfpagemode=None,pdfstartview=FitH,baseurl=http://$localSite/col/$thisRepository/doc/} \\hypersetup{pdfstartpage=1,pdfstartview=FitH,baseurl=http://$localSite/col/$thisRepository/doc/} %% ENTRAR OS DADOS ENTRE CHAVES NAS LINHAS APROPRIADAS ABAIXO % CAPA % \\titulo{Auditoria interna sobre o repositório da Memória Científica do INPE} \\titulo{$title} \\title{Internet based identifier - Draft standard} %% no idioma secundario % \\author{Gerald Jean Francis Banon} %% coloque o nome do(s) autor(es), exemplo: Marcus André Fuckner \\author{$author} %% coloque o nome do(s) autor(es), exemplo: Marcus André Fuckner % \\descriccao{Auditoria interna.} \\descriccao{} \\repositorio{$thisRepository} %% número de série INPE quando existir, caso contrário o nome do repositório onde está depositado o documento \\tipoDaPublicacao{$secondarytype} %% tipo da publicação (NTC, RPQ, PRP, MAN, PUD, TDI, TAE e PRE) na ausência do número de série INPE, caso contrário deixar vazio \\IBI{$identifier} %% IBI (exemplo: J8LNKAN8PW/36CT2G2) quando existir, caso contrário o nome do repositório onde está depositado o documento \\date{$year} %% data da publicação % \\date{$lastupdate} %% versão da publicação % \\date{2011} %% data da publicação % VERSO DA CAPA \\input{./versoDaCapa} % FICHA \\cutterFICHAC{B227} \\autorUltimoNomeFICHAC{Banon, Gerald Jean Francis} %% exemplo: Fuckner, Marcus André \\autorAbreviadoFICHAC {} %% Não usado - deixar vazio % \\tituloFICHAC{Auditoria interna sobre o repositório da Memória Científica do INPE} \\instituicaosigla{INPE} %% não mudar \\instituicaocidade{São José dos Campos} %% não mudar \\paginasFICHAC{40} %% número total de páginas % \\serieinpe{INPE--/} %% número gerado pelo SID \\palavraschaveFICHAC{1.~Auditoria. 2.~Memória científica. 3.~Repositório digital. 4.~Arquivo digital. 5.~Biblioteca digital. I.~\\mbox{Título}.} %% recomenda-se pelo menos 5 palavras-chaves - \mbox{} é para evitar hifenização \\numeroCDUFICHAC{021.61:657.6} %% ENTRAR OS DADOS ENTRE CHAVES NAS LINHAS APROPRIADAS ABAIXO - FIM \\RequirePackage{comment} \\begin{document} \\input{./document} \\end{document} } } while executing "CreateTclPage $thisRepository $fileContent $language $languageRep2 $path $writeUserCodedPassword" 30/11/11 19:22 30/11/11 19:23 30/11/11 19:28 08/12/11 09:59 08/12/11 12:40 08/12/11 12:40 08/12/11 12:41 08/12/11 12:41 08/12/11 12:48 13/12/11 13:27 13/12/11 13:31 13/12/11 13:54 13/12/11 14:49 13/12/11 14:53 13/12/11 15:01 13/12/11 17:22 13/12/11 17:24 13/12/11 17:26 13/12/11 17:27 18/05/14 19:45 29/05/14 13:52 29/05/14 14:01 29/05/14 14:01 29/05/14 14:02 29/05/14 14:03 29/05/14 14:03 29/05/14 14:55 29/05/14 14:56 29/05/14 14:56 29/05/14 14:56 29/05/14 14:57 29/05/14 14:57 29/05/14 15:00 29/05/14 15:01 29/05/14 15:03 29/05/14 15:04 29/05/14 15:05 29/05/14 15:06 29/05/14 15:06 29/05/14 15:07 29/05/14 15:08 29/05/14 15:09 29/05/14 15:09 29/05/14 15:10 29/05/14 15:12 29/05/14 15:12 29/05/14 15:13 29/05/14 15:14 29/05/14 15:15 29/05/14 15:18 29/05/14 15:20 29/05/14 15:21 29/05/14 15:21 29/05/14 15:22 29/05/14 15:22 29/05/14 15:23 29/05/14 15:24 29/05/14 15:24 29/05/14 15:25 29/05/14 15:25 29/05/14 15:25 29/05/14 15:26 29/05/14 15:26 29/05/14 15:27 29/05/14 15:28 29/05/14 15:31 29/05/14 15:31 29/05/14 15:39 29/05/14 15:42 29/05/14 15:42 29/05/14 15:44 29/05/14 15:44 29/05/14 15:49 29/05/14 15:49 29/05/14 15:49 29/05/14 15:50 29/05/14 15:54 29/05/14 15:55 29/05/14 15:57 29/05/14 15:57 29/05/14 16:12 29/05/14 16:12 29/05/14 16:13 29/05/14 16:13 29/05/14 16:14 29/05/14 16:14 29/05/14 16:14 29/05/14 16:14 29/05/14 16:15 29/05/14 16:15 29/05/14 16:15 29/05/14 16:22 29/05/14 16:36 29/05/14 16:37 29/05/14 16:39 29/05/14 16:42 29/05/14 16:44 29/05/14 16:45 29/05/14 16:45 29/05/14 16:46 29/05/14 16:48 29/05/14 16:58 29/05/14 17:00 29/05/14 17:01 29/05/14 17:03 29/05/14 17:06 29/05/14 19:32 29/05/14 20:12 29/05/14 20:12 29/05/14 21:01 29/05/14 22:18 29/05/14 22:41 30/05/14 08:34 30/05/14 08:36 30/05/14 08:38 30/05/14 08:39 30/05/14 08:53 30/05/14 08:54 30/05/14 08:56 30/05/14 08:57 30/05/14 08:58 30/05/14 09:08 30/05/14 09:09 30/05/14 09:10 30/05/14 09:11 30/05/14 09:16 30/05/14 09:19 30/05/14 09:20 30/05/14 09:21 30/05/14 09:23 30/05/14 09:49 30/05/14 09:49 30/05/14 09:50 30/05/14 09:52 30/05/14 10:20 30/05/14 10:21 30/05/14 10:22 30/05/14 10:22 30/05/14 10:27 30/05/14 10:27 30/05/14 10:31 30/05/14 10:45 30/05/14 11:14 30/05/14 11:14 30/05/14 11:15 30/05/14 11:30 30/05/14 11:33 30/05/14 11:36 30/05/14 11:38 30/05/14 11:52 30/05/14 12:10 30/05/14 12:18 30/05/14 12:21 30/05/14 12:26 30/05/14 12:30 30/05/14 12:32 30/05/14 12:33 30/05/14 12:34 30/05/14 12:35 30/05/14 12:36 30/05/14 12:37 30/05/14 12:38 30/05/14 12:39 30/05/14 12:39 30/05/14 12:41 30/05/14 12:41 30/05/14 12:42 30/05/14 12:57 30/05/14 13:58 30/05/14 14:32 30/05/14 14:33 30/05/14 14:37 30/05/14 14:51 30/05/14 14:51 30/05/14 15:10 30/05/14 15:10 30/05/14 15:37 30/05/14 16:52 30/05/14 16:53 30/05/14 16:53 30/05/14 16:56 30/05/14 16:56 30/05/14 16:57 30/05/14 16:58 30/05/14 23:05 30/05/14 23:12 30/05/14 23:25 30/05/14 23:27 30/05/14 23:29 31/05/14 09:37 31/05/14 09:38 31/05/14 09:55 31/05/14 09:56 31/05/14 11:15 31/05/14 11:20 31/05/14 11:23 31/05/14 11:24 31/05/14 11:24 31/05/14 15:34 31/05/14 15:35 31/05/14 15:38 31/05/14 15:39 31/05/14 16:12 31/05/14 19:22 31/05/14 19:22 31/05/14 19:31 31/05/14 19:35 31/05/14 19:40 31/05/14 19:41 31/05/14 19:51 31/05/14 19:51 31/05/14 19:52 31/05/14 19:53 31/05/14 19:56 31/05/14 19:58 31/05/14 19:59 31/05/14 20:01 31/05/14 20:02 31/05/14 20:03 31/05/14 20:04 31/05/14 20:05 31/05/14 20:10 31/05/14 20:19 31/05/14 20:19 31/05/14 20:25 31/05/14 20:38 31/05/14 20:39 31/05/14 20:39 31/05/14 20:41 31/05/14 20:41 31/05/14 20:45 31/05/14 20:57 31/05/14 20:58 31/05/14 20:58 31/05/14 20:59 31/05/14 21:03 31/05/14 21:05 31/05/14 21:06 01/06/14 16:49 01/06/14 16:51 01/06/14 17:29 01/06/14 21:45 02/06/14 09:23 02/06/14 09:23 02/06/14 09:25 02/06/14 09:26 02/06/14 09:34 02/06/14 09:36 02/06/14 09:42 02/06/14 09:42 02/06/14 09:43 02/06/14 09:43 02/06/14 09:44 02/06/14 09:44 02/06/14 09:45 02/06/14 09:51 02/06/14 12:07 02/06/14 13:14 02/06/14 13:18 02/06/14 13:20 02/06/14 13:28 02/06/14 15:34 02/06/14 15:34 02/06/14 15:49 14/06/14 14:30 26/06/14 08:14 26/06/14 13:30 26/06/14 13:31 26/06/14 13:33 26/06/14 13:35 30/06/14 16:55 30/06/14 16:56 30/06/14 16:58 30/06/14 17:23 30/06/14 17:23 30/06/14 22:19 30/06/14 22:22 17/02/15 12:59 17/02/15 13:01 16/11/15 11:30 16/11/15 11:39 16/11/15 12:28 16/11/15 12:28 16/11/15 12:29 16/11/15 12:31 16/11/15 12:31 16/11/15 12:35 16/11/15 12:51 16/11/15 13:19 16/11/15 17:12 16/11/15 17:12 16/11/15 18:37 17/11/15 12:02 17/11/15 13:00 17/11/15 13:04 19/11/15 10:31