of the database via the SLAP protocol 1 following the. Atomic & Molecular Line Data Model. We will describe this automatic access as well as its use in various ...
Dec 8, 2010 - We propose applying privilege separation to data access within ... Traditional database user access control and data separation are ..... 4.4 Manual Auditing. Instead of .... Where error bars are not visible, it is because of their prox
allows the user to view many records at once, a Form displays the contents of just
one ... computer, then open Access (Start > All Programs > Microsoft Office > ....
records on the class database will give them valuable experience in dealing with
Various governmental agencies enable ordinary citizens to access and search their .... The spatial database is kept on the same computer .... As an example, we used two Excel files corresponding to EPA-regulated facilities that have Chlorine.
allows the user to view many records at once, a Form displays the contents of just
one ... have dozens of records in his or her class databases; a school district may
well ... computer, then open Access (Start > All Programs > Microsoft Office >.
Beginning Access Database Training. Shelly L Belflower. Learning MS Access.
2010-2011. Basic Learning Concepts. • Classifying raw data o Normalization ...
1.1 Tujuan a. Mahasiswa dapat membuat koneksi dengan mysql b. ..... Panel
Databases setelah dibuatkan koneksi baru. 1.1.7 07. CREATE.PHP. Buka Panel
...
Microsoft Access Database Project. Due: Monday, November 12. The objective of
this project is for you to demonstrate your proficiency in setting up a simple ...
As a high level development environment, the Java technologies offer support to
... and the deletion of the data to advanced implementations such as distributed ...
Genesis then you uncovered the very best website to do it. You can expect ... vo genesis website - Start making your own
(IJCSIS) International Journal of Computer Science and Information Security,. Vol. 6, No. 3, 2009. 253 http://sites.google.com/site/ijcsis/. ISSN 1947-5500 ...
4. Nov. 2010 ... Arno Schmidt: Schwarze Spiegel. Cormack McCarthy: Die Straße. FILM: I am
Legend. 26. 5. Rettungsboot Erde: Katastrophenszenarien und ...
Access Database Basic.pdf. Access Database Basic.pdf. Open. Extract. Open with. Sign In. Main menu. Displaying Access Da
As a high level development environment, the Java technologies offer support to the development o f distributed .... The relationship between the application -JDBC-database ..... The custom types are materialized on the client, so the access.
The JDBC API (Application Programming Interface) creates the le vel of .... The Java SDK includes the ODBC-JDBC driver, thus allowing the access to OD BC ...
Driver registry/factory. 5 connection. 5 statement. 6 result. 7 transaction. 8 parameters. 9. Interfaces for objects of
Understand the uses of simple data types including text, number, and ... The
Access 2007 window should display a Blank Database button as shown in Figure
...
Microsoft ActiveX Data Objects.Net (ADO.Net) is a model, a part of the .Net
framework that is used by the .Net applications for retrieving, accessing and
updating ...
Slick. Scala Language Integrated Connection Kit. ⢠Database query and access library for Scala. ⢠Successor of Scala
1. Document number: Date: 2013-11-28. Project: Programming Language C++, Library Working Group .... Its time and memory
Access Protocol services out of MySQL and Oracle database management systems. .... shared-nothing instances of application servers host the web application.
Jul 18, 1986 ... Microsoft Access 2010. Instructor Notes. 2. Database Concepts and Access 2010.
• Introduction. – Database. – Microsoft Access. • Design and ...
Notes: Please refer to Table Structure section for details about table ... 9. Done.
Notes: We use Microsoft Access 2010 to demonstrate the step-by-step guideline.
Ralf D. Brown, Yibing Geng and Danny Lee (1997). Translingual Information Retrieval: A comparative evaluation. In Proceedings of the Fifteeth International.
Meudon, France. Abstract. Basecol is a combination of a website (using PHP and HTML) and a MySQL database concerning molecular ro-vibrational transitions.
Astronomical Data Analysis Software and Systems XV ASP Conference Series, Vol. 351, 2006 C. Gabriel, C. Arviset, D. Ponz and E. Solano, eds.
VO Access to BASECOL Database N. Moreau and M.L. Dubernet LERMA-UMR 8112, Paris Observatory, 5 Place Janssen, 92195 Meudon, France Abstract. Basecol is a combination of a website (using PHP and HTML) and a MySQL database concerning molecular ro-vibrational transitions induced by collisions with atoms or molecules. This database has been created in view of the scientific preparation of the Heterodyne Instrument for the Far-Infrared on board the Herschel Space Observatory (HSO). Basecol offers an access to numerical and bibliographic data through various output methods such as ASCII, HTML or VOTable (which is a first step towards a VO compliant system). A web service using Apache Axis has been developed in order to provide a direct access to data for external applications.
1.
Introduction
BASECOL is devoted to collisional ro-vibrational excitation of molecules by colliders such as atom, ion, molecule or electron. The database is composed of several parts: • a status page with information about the needs for astrophysics, the current calculations and experiments being carried out, the possibility to contact the relevant groups • a bibliographic database (papers are read and associated to very precise keywords given back to the user in the query response) • calculated collisional rates • graphical visualization of collisional rates • fitted and analytic functions of some of the collisional rates and the associated coefficients • information on the methods used in the calculation of cross sections and rate coefficients • energy levels of the molecules (coming from spectroscopic databases or used in the theoretical calculations) All tables have output format in HTML or ASCII. The rate coefficients tables are linked to tables containing the correspondence between labelling of states and their quantum numbers and energy levels. They are also linked to tables containing the corresponding fitted coefficients as well as the fitted functions. A graphic interface allows to visualize calculated rate coefficients for any transition, to compare different sets of calculations, and to compare fitted and calculated rate coefficients. 391
392
Moreau & Dubernet
Figure 1.
BASECOL Structure
This database is intended to be useful to astrophysicists and is maintained by physicists. It also provides a link between astrophysicists and physicists interested in carrying on calculations or experiments. 2.
Basecol Structure
Figure 1 gives BASECOL Access structure. There are two ways to access the data contained in the database. The web interface provides a classical website access and information is obtained through a browser, by manually reading and saving files. The site has been developed using PHP4 with an Apache 2 server. The Basecol database itself uses MySQL 4.1.11. The web service access is a direct access point to external applications. It provides a set of methods (described later), that can be accessed directly through a script. This web service has been developed in Java with Axis and Tomcat. However, it is not VO compliant yet. 3.
Basecol Data Output Formats
There are several output formats for data available in Basecol. First, using the web interface, it is possible to choose between three different formats : • HTML format displays data directly in the web browser • Text format: text files have a standard presentation in order to use them easily in codes. • VOTable format Second, there is a web service interface where the only output is the VOTable format. Two different VOTables are provided: the first one containing all data re-
VO Access to BASECOL Database
393
lated to a given collision can be very large and is composed of several
elements. VO Tools such as VOPlot or Topcat aren’t able to display multi
elements. To solve this problem, a second VOTable composed of a single
element is available for rate coefficients only. 4.
Web Service
The Web Service has the following methods: • getCollisions : returns a VOTable containing links to the data that match the request criteria • getCollisionsRates : returns a VOTable containing links to the rate coefficients values that match the request criteria • getColliderList : returns a VOTable containing a list of all the colliders available in the database • getTargetList : returns a VOTable containing a list of all the targets available in the database In order to access these methods, a client must be developed, using a WSDL file we provide (Axis and .Net can generate this type of client automatically). 5.
Matching Between Basecol and Other Molecular Databases
We’re currently developing software to merge CDMS1 , JPL2 and Basecol data (in particular, Basecol doesn’t provide Einstein coefficients). A PHP script is used, it reads JPL and CDMS files, inserts values in a MySQL database in order to improve manipulation of data. This script deals with all the small exceptions that have been used to code quantum numbers. Even if all CDMS files have a similar format, it is necessary to check files individually as some problems occur occasionnally. 6.
Conclusion
Several aspects still need to be developed : • Making the matching function available for all the elements available in our database (which should be available soon) • Some methods can be added to the web service (notably the methods defined by the IVOA for the VO compliant web services) • Giving an access to our data through the future SLAP protocol (which hasn’t been totally defined yet) • Registering this future service in a registry • Completing the collision database Acknowledgments. Basecol is a collaborative project supported by several organizations : Programme National PCMI (Physique Chimie du Milieu Interstellaire), VOFrance, the Scientific Council of Paris Observatory, the LERMA. 1