source: trunk/data/mainnemo.xml @ 100

Last change on this file since 100 was 89, checked in by pinsard, 15 years ago

typo

  • Property svn:keywords set to Id
File size: 4.2 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
29FILES
30=====
31
32original location
33~~~~~~~~~~~~~~~~~
34
35/usr/home/fplod/src/superbib_ws/main.xml sur aedon.locean-ipsl.upmc.fr
36
37EVOLUTIONS
38==========
39
40$Id$
41
42- fplod 2008-09-18T15:00:16Z aedon.locean-ipsl.upmc.fr (Darwin)
43
44  * final modification of outlines for NEMO
45
46- fplod 2008-09-17T13:52:14Z aedon.locean-ipsl.upmc.fr (Darwin)
47
48  * add <keyword xml:id="project"> and <bibliosource xml:id="homepage" class="uri">
49    to be used by superbib XSL tools
50 
51  * change outlines and text according to Claire Lévy request
52    (not yet approved)
53
54- fplod 2008-04-30T15:21:49Z aedon.locean-ipsl.upmc.fr (Darwin)
55  * language inherited from biblio.xml
56
57- fplod 2008-03-20T15:52:10Z aedon.locean-ipsl.upmc.fr (Darwin)
58
59-->
60  <title>NEMO survey</title>
61  <info>
62    <authorgroup>
63      <author>
64        <personname>
65          <firstname>Sébastien</firstname>
66          <surname>Masson</surname>
67        </personname>
68      </author>
69      <author>
70        <personname>
71          <firstname>Françoise</firstname>
72          <surname>Pinsard</surname>
73        </personname>
74      </author>
75      <author>
76        <personname>
77          <firstname>Claire</firstname>
78          <surname>Lévy</surname>
79        </personname>
80      </author>
81    </authorgroup>
82    <keywordset>
83      <keyword xml:id="project">NEMO</keyword>
84    </keywordset>
85    <bibliosource xml:id="homepage" class="uri">http://www.nemo-ocean.eu/</bibliosource>
86  </info>
87
88<important>
89<!--
90<title><emphasis role="bold">THIS IS IMPORTANT</emphasis></title>
91-->
92<title>THIS IS IMPORTANT</title>
93<itemizedlist>
94<listitem>
95<para>
96for you and your publications  to be even more visible to the NEMO 
97users community;
98</para>
99</listitem>
100<listitem>
101<para>
102for us since these informations (and their temporal evolution) are 
103keys arguments to justify the support of NEMO development.
104</para>
105</listitem>
106</itemizedlist>
107</important>
108
109<sect1 xml:id="publications">
110<title>NEMO Bibliography</title>
111<sect2 xml:id="addpublication">
112<title>Add your publication(s)</title>
113<para>
114The goal of this survey is to collect and keep up-to-date information 
115related to the use of NEMO: informations on users and list of 
116publications involving NEMO.
117We tried 
118to minimize as much as possible the time needed to fill this survey. 
119Please take a few minutes to add your contribution, this will 
120greatly benefit to us all !
121</para>
122
123<para>
124 <itemizedlist>
125  <listitem>
126   <para>
127   <emphasis role="bold">Your author name is already in the list</emphasis>:
128 You can directly choose one of known author's id (made of the surname and the first name initial).
129</para>
130<note><para>Jump directly to your Id by typing the first letters of your surname.</para></note>
131<html:form>
132<html:label>
133Id (<emphasis>SURNAME_f</emphasis>)
134</html:label>
135<xi:include href="&select_id;"
136   parse="xml" xmlns:xi="http://www.w3.org/2001/XInclude">
137  <xi:fallback>
138   <para><emphasis>manque fichier select_id</emphasis></para>
139  </xi:fallback>
140 </xi:include>
141</html:form>
142  </listitem>
143  <listitem>
144   <para>
145    <emphasis role="bold">First time you add a publication</emphasis>: fill a <link xl:href="./template.php">new form</link> 
146   </para>
147  </listitem>
148 </itemizedlist>
149</para>
150</sect2>
151<sect2 xml:id="seepublications">
152 <title>Publications using NEMO</title>
153 <para>
154  <itemizedlist>
155   <listitem>
156    <para>
157      <link xl:href="superbib01.html">By years</link>
158    </para>
159   </listitem>
160   <listitem>
161    <para>
162     <link xl:href="superbib02.html">By authors in one unique big file</link>
163    </para>
164   </listitem>
165   <listitem>
166    <para>
167     <link xl:href="../many/superbib01/index.html">By authors in several files (one by author)</link>
168     </para>
169   </listitem>
170  </itemizedlist>
171 </para>
172</sect2>
173</sect1>
174
175</article>
Note: See TracBrowser for help on using the repository browser.