source: trunk/main.xml @ 57

Last change on this file since 57 was 56, checked in by pinsard, 16 years ago

migration to docbook5 for biblio.xml; bug fix in bibopa.sh; xmlto is not anymore needed; xml(starlet) must be available

  • Property svn:keywords set to Id
File size: 2.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"
10xml:lang="en">
11<!--
12module :
13
14original location :
15/usr/home/fplod/src/superbib_ws/main.xml sur aedon.locean-ipsl.upmc.fr
16
17update :
18$Id$
19fplod 2008-03-20T15:52:10Z aedon.locean-ipsl.upmc.fr (Darwin)
20-->
21  <title>Nemo Survey</title>
22  <info>
23    <authorgroup>
24      <author>
25        <personname>
26          <firstname>Sébastien</firstname>
27          <surname>Masson</surname>
28        </personname>
29      </author>
30      <author>
31        <personname>
32          <firstname>Françoise</firstname>
33          <surname>Pinsard</surname>
34        </personname>
35      </author>
36    </authorgroup>
37    <keywordset>
38      <keyword>NEMO</keyword>
39    </keywordset>
40  </info>
41
42<para xml:id="intro">
43As you can imagine, this survey is not a new way to spy NEMO users and their work! The goal of this survey is simply collect and keep up-to-date information related to the use of NEMO: mainly the number of users and list of publications involving NEMO. These information and their temporal evolution are keys arguments when negotiating man-power or money to support our work. We tried to minimize as much as possible the time needed to fill this survey. Please, take a few minutes to fill it, this will greatly benefit to NEMO!
44</para>
45
46<sect1 xml:id="bibsorts">
47<title>Nemo Bibliography</title>
48
49
50  <itemizedlist>
51<listitem>
52<para>
53            <link xl:href="superbib01.html">By years</link>
54</para>
55</listitem>
56<listitem>
57<para>
58            <link xl:href="superbib02.html">By authors in one unique big file</link>
59</para>
60</listitem>
61<listitem>
62<para>
63            <link xl:href="../many/superbib01/index.html">By authors in several files (one by author)</link>
64</para>
65</listitem>
66  </itemizedlist>
67</sect1>
68
69<sect1 xml:id="firstform">
70<title>Nemo Survey Contribution</title>
71  <itemizedlist>
72<listitem>
73<para>
74You can directly choose one of known author's id (made of the surname and the first name initial).
75</para>
76<note><para>Jump directly to your Id by typing the first letters of your surname.</para></note>
77<html:form>
78<html:label>
79Id (<emphasis>SURNAME_f</emphasis>)
80</html:label>
81<xi:include href="&select_id;"
82   parse="xml" xmlns:xi="http://www.w3.org/2001/XInclude">
83  <xi:fallback>
84   <para><emphasis>manque fichier select_id</emphasis></para>
85  </xi:fallback>
86 </xi:include>
87</html:form>
88</listitem>
89<listitem>
90<para>
91You can fill a <link xl:href="./template.php">new form</link>.
92</para>
93</listitem>
94  </itemizedlist>
95</sect1>
96
97</article>
Note: See TracBrowser for help on using the repository browser.