Changeset 173


Ignore:
Timestamp:
04/06/12 12:58:26 (12 years ago)
Author:
pinsard
Message:

improve AERES productions

Location:
branches/bibliolocean/src
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/bibliolocean/src/define_teams_aeres2007_2012.sh

    r172 r173  
    22#+ 
    33# 
    4 # ============ 
    5 # define_teams 
    6 # ============ 
     4# ============================== 
     5# define_teams_aeres2007_2012.sh 
     6# ============================== 
    77# 
    88# define team for : 
     
    3030#- 
    3131set -u 
    32 command=$(basename ${0}) 
    3332iteam=1 
    3433list_team_bibtool[${iteam}]="phybiocar" 
     
    4443list_team_title[${iteam}]="austral-boreal" 
    4544iteam=$(( ${iteam} + 1)) 
    46 list_team_bibtool[${iteam}]="bio&pal" 
    47 list_team_title[${iteam}]="bio_et_pal" 
    48 iteam=$(( ${iteam} + 1)) 
    49 list_team_bibtool[${iteam}]="paléotropique" 
    50 list_team_title[${iteam}]="paleotropique" 
    51 iteam=$(( ${iteam} + 1)) 
    5245list_team_bibtool[${iteam}]="snapo" 
    5346list_team_title[${iteam}]="snapo" 
    54 iteam=$(( ${iteam} + 1)) 
    55 list_team_bibtool[${iteam}]="dycos" 
    56 list_team_title[${iteam}]="dycos" 
    57 iteam=$(( ${iteam} + 1)) 
    58 list_team_bibtool[${iteam}]="prodyam" 
    59 list_team_title[${iteam}]="prodyam" 
    6047iteam=$(( ${iteam} + 1)) 
    6148list_team_bibtool[${iteam}]="incas" 
     
    7360list_team_bibtool[${iteam}]="paleoproxus" 
    7461list_team_title[${iteam}]="paleoproxus" 
    75 iteam=$(( ${iteam} + 1)) 
    76 list_team_bibtool[${iteam}]="vartrop" 
    77 list_team_title[${iteam}]="vartrop" 
  • branches/bibliolocean/src/genaeres.sh

    r172 r173  
    101101mkdir -p ${dirwww} 
    102102# 
    103 . define_teams.sh 
     103. define_teams_aeres2007_2012.sh 
    104104# 
    105105# define bibliography reference file 
     
    231231   ${biblioref} 
    232232   jabref_status=${?} 
    233 read a #++ 
    234233   if [ ${jabref_status} -ne 0 ] 
    235234   then 
  • branches/bibliolocean/src/locean_tablerefsabsbibsort.begin.layout

    r171 r173  
    1515  * remove DOI/URL column (they are in journal column) 
    1616  * remove css media print 
     17  * add a link to the main page 
    1718    
    1819- fplod 20100616T072219Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    584585<body> 
    585586 
     587        <p>Back to the <a href="http://www.locean-ipsl.upmc.fr/~fplod/gtbiblio/fr/one/gtbiblio.html">main page</p> 
    586588<div id="qs"> 
    587589        <form action=""> 
  • branches/bibliolocean/src/makefile

    r121 r173  
    1515# $URL$ 
    1616# 
     17# - fplod 20120406 
     18#    
     19#   * remove pdf 
     20#    
    1721# - fplod 2009-08-17T10:08:34Z aedon.locean-ipsl.upmc.fr (Darwin) 
    1822# 
     
    2428 
    2529DIRBASE = \ 
    26 /usr/home/fplod/locean/hal/$(PRODUCT)/ 
     30./ 
    2731 
    2832DIRSRC = \ 
     
    5761XSLDOCBOOKMAN = \ 
    5862http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl 
    59  
    60 PDF_XSLDOCBOOK = \ 
    61 $(DIRSRC)/main_notes_pdf.xsl 
    6263 
    6364help : 
     
    9899 
    99100all : \ 
    100 un_html_fr \ 
    101 pdf_fr 
     101un_html_fr 
    102102 
    103103un_html_fr : \ 
    104104$(DIRWWW)/fr/one/$(PRODUCT).html 
    105  
    106 pdf_fr : \ 
    107 $(DIRTMP)/$(PRODUCT).pdf 
    108105 
    109106$(DIRWWW)/fr/one/$(PRODUCT).html : \ 
     
    118115        $(DIRTMP)/main_full.xml 
    119116 
    120 $(DIRTMP)/$(PRODUCT).pdf : \ 
    121 $(DIRTMP)/main_full.xml \ 
    122 $(PDF_XSLDOCBOOK) 
    123         @dblatex \ 
    124         -b pdftex \ 
    125         -T simple \ 
    126         -o $(DIRTMP)/$(PRODUCT).pdf \ 
    127         -d \ 
    128         -x "--nonet" \ 
    129         -I "/tmp/pinsard/png/" \ 
    130         -f png \ 
    131         -p $(PDF_XSLDOCBOOK) \ 
    132         $(DIRTMP)/main_full.xml \ 
    133         1> $(DIRTMP)/main_dblatex.log \ 
    134         2> $(DIRTMP)/main_dblatex.err 
    135  
    136117$(DIRTMP)/main_full.xml : \ 
    137118$(DIRSRC)/$(PRODUCT).xml 
Note: See TracChangeset for help on using the changeset viewer.