Differences between revisions 33 and 43 (spanning 10 versions)
Revision 33 as of 2010-03-29 10:06:38
Size: 2034
Editor: root
Comment:
Revision 43 as of 2010-12-07 10:38:39
Size: 1998
Editor: root
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
Line 30: Line 29:
* [[EMEN2/config.yml|Configuration]] * [[EMEN2/Config|Configuration]]
Line 32: Line 31:
* [[EMEN2/User_Guide|User Guide]] * [[EMEN2/Backups|Maintenance and Backups]]
Line 34: Line 33:
* [[EMEN2/FAQ|FAQ]] == EMEN2 Client Documentation ==
Line 37: Line 36:
* [[EMEN2/emen2client.py|Command line upload/download client: emen2client.py]]
Line 38: Line 38:
== Technical Discussions == * [[EMEN2/emdash|EMDash microscope client]]
Line 40: Line 40:
* [[EMEN2/Integration|Instrument Integration]] * [[EMEN2/EMAN2_Integration|EMAN2 Integration]]
Line 42: Line 42:
* [[EMEN2/Architecture|EMEN2 Architecture]]
Line 44: Line 43:
* [[EMEN2/Ontologies|EMEN2 Ontologies]] == EMEN2 API ==
Line 46: Line 45:
* [[EMEN2/Export|Data harvesting and Export]]

* [[EMEN2/API|Public API and web services]]
Coming soon

EMEN2

EMEN2

An extesible, object-oriented electronic lab notebook

EMEN2 is an object oriented database and electronic lab notebook. It is designed to store scientific data in a freeform way without limiting the ability to search/mine the results. Unlike a traditional database, where the contents of each record type (table) must be defined by a database administrator and strictly adhered to, each individual record in EMEN2 can have arbitrary additional parameters outside the record definition, and all such parameters remain fully searchable.

Records in the database may be arbitrarily linked to each other, much like the web. Any record may link to an arbitrary number of other records of arbitrary type (the record's children). Many other records may link to each record (the record's parents). This permits, for example, a publication to be linked into a publications folder as well as being linked to a specific project; or a microscopy session may be a child of both the biological research project as well as the microscope the data was collected on.

EMEN2 Demo

There is a publicly accessible, read-only EMEN2 installation for accessing the NCMI's public datasets:

http://ncmi.bcm.edu/publicdata/db/home/

An overview document has been created to introduce new users to the EMEN2 web interface. It includes a number of screenshots.

Installation and Configuration

* Download

* Dependencies

* Install

* Configuration

* Maintenance and Backups

EMEN2 Client Documentation

* Command line upload/download client: emen2client.py

* EMDash microscope client

* EMAN2 Integration

EMEN2 API

Coming soon

EMEN2 (last edited 2013-04-22 20:02:57 by IanRees)