source: tapas/web/mentionsl_en.jsp @ 784

Last change on this file since 784 was 783, checked in by cbipsl, 10 years ago

Correction - texte et xml

File size: 2.7 KB
Line 
1<%@ page contentType="text/html;charset=UTF-8" language="java" %>
2<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
3<%@ taglib prefix="tiles" uri="/WEB-INF/tlds/struts-tiles.tld" %>
4<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
5
6<tiles:insert page="/resources/templates/templateEther.jsp" flush="true">
7
8    <tiles:put name="insertCss" type="string"/>
9    <tiles:put name="insertJsOrJsp" type="string"/>
10
11    <tiles:put name="title" type="string"><spring:message code="app.title"/> - <spring:message code="title.home"/></tiles:put>
12    <tiles:put name="nav" type="string"><a href=""><spring:message code="label.home"/></a></tiles:put>
13
14
15    <%-- ****************** CONTENT ****************** --%>
16    <tiles:put name="bodytitle" type="string"><spring:message code="title.legals"/></tiles:put>
17
18    <tiles:put name="body" type="string">
19        <c:if test="${not empty errors}">
20            <div id="errors"><spring:message code="${errors}"/></div>
21        </c:if>
22    <div class="containerLabel3">
23     <fieldset class="cfs3">
24<u>Quotations in publications</u><br>
25It would be appreciated by the TAPAS team that the user acknowledges in his/her publication the use of TAPAS service through ETHER center, and the address mentioned: http://ether.ipsl.jussieu.fr/tapas/ .
26<br>
27A description of TAPAS may be quoted: <br>
28Bertaux, J.L., R. Lallement, S.Ferron, C.Boonne, R. Bodichon, 2014. TAPAS, a web-based service of atmospheric transmission computation for astronomy. A&A 564, A46, 12p.<br>
29
30Bertaux, J.L., R. Lallement, S.Ferron, C.Boonne, R. Bodichon, TAPAS : a web-based service of atmospheric transmission computation for astronomy, ASA/HITRAN conference, 29 - 31 August, 2012 Reims.
31<br>
32This poster may be requested to Jean-Loup.Bertaux @ latmos.ipsl.fr
33<br><br>
34The HITRAN Database is maintained by Lawrence Rothman and Youli Gordon at the Harvard Smithsonian Center for Astrophysics (CfA) 60 GARDEN STREET | CAMBRIDGE, MA 02138 ,USA
35Center for Astrophysics at http://www.cfa.harvard.edu/hitran/
36<br>
37Reference: L.S. Rothman, I.E. Gordon, A. Barbe, The HITRAN 2008 molecular spectroscopic database , JQSRT, vol. 110, numbers 9-10, June/July (2009)
38<br><br>
39LBLRTM (Line-By-Line Radiative Transfer Model) is an accurate line-by-line model that is efficient and highly flexible.
40The LBLRTM code is maintained by Atmospheric and Environmental Research company, at 131 Hartwell Ave., Lexington, MA 02421
41<br>
42Reference:<br>
43Clough, S.A. and M.J. Iacono, Line-by-line calculations of atmospheric fluxes and cooling rates II: Application to carbon dioxide, ozone, methane, nitrous oxide, and the halocarbons. J. Geophys. Res., 100, 16,519-16,535, 1995.
44     </fieldset>
45 </div>
46
47    </tiles:put>
48
49
50</tiles:insert>
Note: See TracBrowser for help on using the repository browser.