source: trunk/data/maindemo1.xml @ 323

Last change on this file since 323 was 115, checked in by pinsard, 13 years ago

fix for email

File size: 3.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 demo1 of superbib
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
30
31EVOLUTIONS
32==========
33
34$Id$
35
36- fplod 20110701T122730Z cratos.locean-ipsl.upmc.fr (Linux)
37
38  * add eamil on first author
39
40- fplod 2008-09-17T13:52:14Z aedon.locean-ipsl.upmc.fr (Darwin)
41
42  * creation (previously no customized main page !)
43
44-->
45  <title><application>superbib</application> Demo1</title>
46  <info>
47    <authorgroup>
48      <author>
49        <personname>
50          <firstname>Françoise</firstname>
51          <surname>Pinsard</surname>
52        </personname>
53        <email>Francoise.Pinsard@locean-ipsl.upmc.fr</email>
54      </author>
55    </authorgroup>
56    <keywordset>
57      <keyword xml:id="project">superbib demo1</keyword>
58    </keywordset>
59    <bibliosource xml:id="homepage" class="uri">http://forge.ipsl.jussieu.fr/superbib/</bibliosource>
60  </info>
61
62<sect1 xml:id="purpose">
63<title>Superbib demo1 </title>
64<para>
65tout ce qu'on peut faire avec superbib ++
66</para>
67</sect1>
68<sect1 xml:id="publications">
69<title>Demo1 Bibliography</title>
70<sect2 xml:id="addpublication">
71<title>Add your publication(s)</title>
72<para>
73 <itemizedlist>
74  <listitem>
75   <para>
76   Your author name is already in the list : click on it here:++
77   </para>
78  </listitem>
79  <listitem>
80   <para>
81    First time you add a publication: fill a <link xl:href="./template.php">new form</link> 
82   </para>
83  </listitem>
84 </itemizedlist>
85</para>
86</sect2>
87<sect2 xml:id="bibsorts">
88 <title>Publications using NEMO Nemo Bibliography</title>
89 <para>
90  <itemizedlist>
91   <listitem>
92    <para>
93      <link xl:href="superbib01.html">By years</link>
94    </para>
95   </listitem>
96   <listitem>
97    <para>
98     <link xl:href="superbib02.html">By authors in one unique big file</link>
99    </para>
100   </listitem>
101   <listitem>
102    <para>
103     <link xl:href="../many/superbib01/index.html">By authors in several files (one by author)</link>
104     </para>
105   </listitem>
106  </itemizedlist>
107 </para>
108</sect2>
109</sect1>
110<sect1 xml:id="firstform">
111<title>NEMO survey Contribution</title>
112  <itemizedlist>
113<listitem>
114<para>
115You can directly choose one of known author's id (made of the surname and the first name initial).
116</para>
117<note><para>Jump directly to your Id by typing the first letters of your surname.</para></note>
118<html:form>
119<html:label>
120Id (<emphasis>SURNAME_f</emphasis>)
121</html:label>
122<xi:include href="&select_id;"
123   parse="xml" xmlns:xi="http://www.w3.org/2001/XInclude">
124  <xi:fallback>
125   <para><emphasis>manque fichier select_id</emphasis></para>
126  </xi:fallback>
127 </xi:include>
128</html:form>
129</listitem>
130  <listitem>
131   <para>
132    You can fill a <link xl:href="./template.php">new form</link> 
133    </para>
134  </listitem>
135  </itemizedlist>
136</sect1>
137
138</article>
Note: See TracBrowser for help on using the repository browser.