source: trunk/adm/website/maintropflux.xml @ 199

Last change on this file since 199 was 199, checked in by pinsard, 11 years ago

fix svn properties

  • Property svn:keywords set to Id URL
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE article [
3<!ENTITY select_id "select_id.xml">
4]>
5<article 
6version="5.0"
7xmlns="http://docbook.org/ns/docbook"
8xmlns:xl="http://www.w3.org/1999/xlink"
9xmlns:html="http://www.w3.org/1999/xhtml">
10
11<!--rst
12NAME
13====
14
15main page of the project survey
16
17DESCRIPTIION
18============
19
20This file in DocBook 5 will be processed by superbib tools
21to produced the main page of the project survey.
22
23Specific elements will be used in every XHTML and PHP pages of superbib
24outputs :
25 - title
26 - xml:id='project'
27 - xml:id='homepage'
28 - authorgroup/author[1]/email
29
30TODO
31====
32
33interaction with Sphinx
34
35EVOLUTIONS
36==========
37
38$URL$
39$Id$
40
41- fplod 20110624T124437Z aedon.locean-ipsl.upmc.fr (Darwin)
42
43  * creation
44
45-->
46  <title>TropFlux survey</title>
47  <info>
48    <authorgroup>
49      <author>
50        <personname>
51          <firstname>Jérôme</firstname>
52          <surname>Vialard</surname>
53        </personname>
54        <email>tropflux@locean-ipsl.upmc.fr</email>
55      </author>
56      <author>
57        <personname>
58          <firstname>Françoise</firstname>
59          <surname>Pinsard</surname>
60        </personname>
61      </author>
62    </authorgroup>
63    <keywordset>
64      <keyword xml:id="project">TropFlux</keyword>
65    </keywordset>
66    <bibliosource xml:id="homepage" class="uri">http://www.locean-ipsl.upmc.fr/tropflux</bibliosource>
67  </info>
68
69<important>
70<!--
71<title><emphasis role="bold">THIS IS IMPORTANT</emphasis></title>
72-->
73<title>THIS IS IMPORTANT</title>
74<itemizedlist>
75<listitem>
76<para>
77for you and your publications  to be even more visible to the TropFlux 
78users community;
79</para>
80</listitem>
81<listitem>
82<para>
83for us since these informations (and their temporal evolution) are 
84keys arguments to justify the support of TropFlux development.
85</para>
86</listitem>
87</itemizedlist>
88</important>
89
90<sect1 xml:id="publications">
91<title>TropFlux Bibliography</title>
92<sect2 xml:id="addpublication">
93<title>Add your publication(s)</title>
94<para>
95The goal of this survey is to collect and keep up-to-date information 
96related to the use of TropFlux: informations on users and list of 
97publications involving TropFlux.
98We tried 
99to minimize as much as possible the time needed to fill this survey. 
100Please take a few minutes to add your contribution, this will 
101greatly benefit to us all !
102</para>
103
104<para>
105 <itemizedlist>
106  <listitem>
107   <para>
108   <emphasis role="bold">Your author name is already in the list</emphasis>:
109 You can directly choose one of known author's id (made of the surname and the first name initial).
110</para>
111<note><para>Jump directly to your Id by typing the first letters of your surname.</para></note>
112<html:form>
113<html:label>
114Id (<emphasis>SURNAME_f</emphasis>)
115</html:label>
116<xi:include href="&select_id;"
117   parse="xml" xmlns:xi="http://www.w3.org/2001/XInclude">
118  <xi:fallback>
119   <para><emphasis>manque fichier select_id</emphasis></para>
120  </xi:fallback>
121 </xi:include>
122</html:form>
123  </listitem>
124  <listitem>
125   <para>
126    <emphasis role="bold">First time you add a publication</emphasis>: fill a <link xl:href="./template.php">new form</link> 
127   </para>
128  </listitem>
129 </itemizedlist>
130</para>
131</sect2>
132<sect2 xml:id="seepublications">
133 <title>Publications using TropFlux</title>
134 <para>
135  <itemizedlist>
136   <listitem>
137    <para>
138      <link xl:href="superbib01.html">By years</link>
139    </para>
140   </listitem>
141   <listitem>
142    <para>
143     <link xl:href="superbib02.html">By authors in one unique big file</link>
144    </para>
145   </listitem>
146   <listitem>
147    <para>
148     <link xl:href="../many/superbib01/index.html">By authors in several files (one by author)</link>
149     </para>
150   </listitem>
151  </itemizedlist>
152 </para>
153</sect2>
154</sect1>
155
156</article>
Note: See TracBrowser for help on using the repository browser.