Changeset 143 for trunk/adm


Ignore:
Timestamp:
02/28/12 18:19:33 (12 years ago)
Author:
pinsard
Message:

improve connexion with superbib (still experimental for sphinx)

Location:
trunk/adm/website
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/adm/website/bibtropflux.xml

    r56 r143  
    1313Publications using TropFlux dataset 
    1414 
     15SEE ALSO 
     16======== 
     17 
     18:ref:`gen_survey.sh` 
     19 
    1520TODO 
    1621==== 
    17  
    18 use it with superbib 
    1922 
    2023add instruction to check somewhere:: 
     
    3134$Id$ 
    3235 
     36- fplod 20120228 
     37 
     38  * update 
     39  
    3340- fplod 20110624T100850Z aedon.locean-ipsl.upmc.fr (Darwin) 
    3441 
     
    3845 
    3946<info> 
    40     <date>20110624T101033Z</date> 
     47<date>20120228T133615Z</date> 
    4148</info> 
     49<biblioentry xml:id="praveen_kumar2012_01"> 
     50  <!-- date 20120228T133615Z --> 
     51  <!-- original text 
     52  Praveen Kumar, B., J. Vialard, M. Lengaigne, V.S.N. Murty, M. J. McPhaden, M.F. Cronin and K. Gopala Reddy, 2012: Evaluation of Air-sea heat and momentum fluxes for the tropical oceans and introduction of TropFlux,CLIVAR exchanges, Issue 58, February 2012, in press 
     53  --> 
     54  <authorgroup> 
     55    <author> <personname> <surname>Praveen Kumar</surname> <firstname>B.</firstname> </personname> </author> 
     56    <author> <personname> <surname>Vialard</surname> <firstname>J.</firstname> </personname> </author> 
     57    <author> <personname> <surname>Lengaigne</surname> <firstname>M.</firstname> </personname> </author> 
     58    <author> <personname> <surname>Murty</surname> <firstname>V.S.N.</firstname> </personname> </author> 
     59    <author> <personname> <surname>McPhaden</surname> <firstname>M. J.</firstname> </personname> </author> 
     60    <author> <personname> <surname>Cronin</surname> <firstname>M.F.</firstname> </personname> </author> 
     61    <author> <personname> <surname>Gopala Reddy</surname> <firstname>K.</firstname> </personname> </author> 
     62  </authorgroup> 
     63  <title>Evaluation of Air-sea heat and momentum fluxes for the tropical oceans and introduction of TropFlux</title> 
     64  <biblioset relation="journal"> 
     65    <title>CLIVAR exchanges</title> 
     66    <volumenum>Issue 58</volumenum><issuenum>February 2012</issuenum><pagenums>in press</pagenums> 
     67    <pubdate>2012</pubdate> 
     68  </biblioset> 
     69</biblioentry> 
     70<biblioentry xml:id="praveen_kumar2012_02"> 
     71  <!-- date 20120228T133615Z --> 
     72  <!-- original text 
     73  Praveen Kumar, B., J. Vialard, M. Lengaigne, V.S.N. Murty, M. J. McPhaden, M.F. Cronin and F. Pinsard and K. Gopala Reddy, 2012: TropFlux wind stresses over the tropical oceans: evaluation and comparison with other products, Climate Dynamics, submitted 
     74  --> 
     75  <authorgroup> 
     76    <author> <personname> <surname>Praveen Kumar</surname> <firstname>B.</firstname> </personname> </author> 
     77    <author> <personname> <surname>Vialard</surname> <firstname>J.</firstname> </personname> </author> 
     78    <author> <personname> <surname>Lengaigne</surname> <firstname>M.</firstname> </personname> </author> 
     79    <author> <personname> <surname>Murty</surname> <firstname>V.S.N.</firstname> </personname> </author> 
     80    <author> <personname> <surname>McPhaden</surname> <firstname>M. J.</firstname> </personname> </author> 
     81    <author> <personname> <surname>Cronin</surname> <firstname>M.F.</firstname> </personname> </author> 
     82    <author> <personname> <surname>Pinsard</surname> <firstname>F.</firstname> </personname> </author> 
     83    <author> <personname> <surname>Gopala Reddy</surname> <firstname>K.</firstname> </personname> </author> 
     84  </authorgroup> 
     85  <title>TropFlux wind stresses over the tropical oceans: evaluation and comparison with other products</title> 
     86  <biblioset relation="journal"> 
     87    <title>Climate Dynamics</title> 
     88    <pubdate>2012</pubdate> 
     89    <bibliomisc>submitted</bibliomisc> 
     90  </biblioset> 
     91</biblioentry> 
    4292<biblioentry xml:id="praven-kumar2011_01"> 
    4393<!-- ++ bibtek key PraveenkumarVialardEtAl:CD:2011--> 
  • trunk/adm/website/gen_survey.sh

    r77 r143  
    1 #! /bin/sh 
     1#! /bin/sh -x 
    22#+ 
    33# .. program: gen_survey.sh 
     
    3232# or in ../makefile 
    3333# 
    34 # hard coded superbib path 
     34# hard coded superbib path (see export lines) 
    3535# 
    3636# EVOLUTIONS 
     
    5454# 
    5555#- 
    56 cd /usr/home/fplod/src/superbib_ws 
     56# exports should not be here ++ 
     57export SUPERBIB=${HOME}/SUPERBIB 
     58export SUPERBIB=${HOME}/superbib_ws/trunk/ 
     59cd ${SUPERBIB} 
     60export DIRTMP=./ 
     61make clean 
    5762make before 
    58 ln -sf /usr/home/fplod/incas/tropflux/tropflux_ws/adm/website/bibtropflux.xml .//biblio.xml 
    59 ln -sf  /usr/home/fplod/incas/tropflux/tropflux_ws/adm/website/usertropflux.xml  ./user.xml 
    60 ln -sf  /usr/home/fplod/incas/tropflux/tropflux_ws/adm/website/usertropflux.dtd  ./user.dtd 
    61 ln -sf  /usr/home/fplod/incas/tropflux/tropflux_ws/adm/website/maintropflux.xml ./main.xml 
     63ln -sf ${TROPFLUX}/adm/website/bibtropflux.xml ${DIRTMP}/biblio.xml 
     64ln -sf ${TROPFLUX}/adm/website/usertropflux.xml ${DIRTMP}/user.xml 
     65ln -sf ${TROPFLUX}//adm/website/usertropflux.dtd ${DIRTMP}/user.dtd 
     66ln -sf ${TROPFLUX}/adm/website/maintropflux.xml ${DIRTMP}/main.xml 
    6267make html 
    63 make rest 
    64 find /tmp/superbib/ . -name "*.rst" 
    65 sphinx-build -b html -c . /tmp/superbib/ /tmp 
    66 # ++ cp ++ _static/survey.png 
     68#++make rest 
     69#++make /tmp/superbib/sphinx_tmpdir//user.rst 
     70make /tmp/superbib/sphinx_tmpdir//superbib01.rst 
     71#find /tmp/superbib/ . -name "*.rst" 
     72cd ${TROPFLUX}/adm/website 
     73cp /tmp/superbib/sphinx_tmpdir//superbib01.rst . 
     74#sphinx-build -b html -c . /tmp/superbib/ /tmp 
     75make html 
     76#cp ++ _static/survey.png 
    6777#++ make -n install 
    6878#++install.sh -w /tmp/superbib/ -u  http://www.locean-ipsl.upmc.fr/~fplod/supertropflux/ 
Note: See TracChangeset for help on using the changeset viewer.