|
[
if {[info exists cgi(session)] && ![string equal {} $cgi(session)] && [info exists cgi(username)] && ![string equal {} $cgi(username)]} {
set warning "This page is restricted to the user $cgi(username)"
}
]
I want to update my records
I want to export references to the Lattes platform
[
if [string equal {} $CPF] {
set x "
Before exporting, enter your CPF.
"
} else {
set x "
- years of $previousYear and $currentYear
- all the years
"
}
]
I want to submit the PDF (the final draft is preferable to the PDF of the Publisher) of a:
- journal article
- conference paper
- book section
[
if ![string equal {} $resumeID] {
set x "
Before submitting, check if there are no records of your work whithin the Archive.
"
}
]
$openComment(reviewaccess)
I want to release and display my reviews
$closeComment(reviewaccess)
I want to update my data
[
if ![string equal {} $resumeID] {
set x "
Some of my publications
"
}
]
$returnButton
|