Kandel Group Image Gallery |
|
|
Welcome to the online image database of the Kandel research group, in the Department of Chemistry and Biochemistry at the University of Notre Dame. We use Scanning Tunneling Microscopy (STM) to investigate the physical properties and chemical reactivity of surfaces:
The 18738 images in this database are the results of experiments conducted from September 2001 through February 2006. We are making this database publicly available in the hopes that these images will be useful. If you would like to post, present, or publish one of these images, please read the citation guide below. S. Alex Kandel, skandel@nd.edu | |
|
|
|
DetailsTo manage the gallery, we use zoph, a free online photo album application written in PHP and MySQL. Zoph's extensive search capabilities and simple structure are very well suited to organizing scientific data. Images are indexed by albums and people; that is, by the instrument on which they are recorded and the student or post-doc who acquired them. Image meta-data is fully searchable: for example, I can search for "image acquired by Daniel Fogarty" and "comment like octanethiol" or "sample bias (V) < 0.1" and "current (nA) > 1.0". We use commericial software by RHK Technology and Omicron Nanotechnology to acquire STM images in our lab. We have written programs and scripts to parse the microscope files, extract images (as TIFF files) and meta-data, and upload them into zoph. These, along with the modifications we have made to zoph, are available here. | |
|
|
|
Citation guideThe Kandel group and the University of Notre Dame retain all copyright and other rights for all images in this gallery. You may use, copy, modify, and link to any image here. If you present or otherwise disseminate our images in an academic or professional setting, please cite us:
| |
|
|
|
Source codeDownload everything here. We tried to modify zoph as little as possible to create the gallery. We used zoph's translation capabilities to repurpose photographic terms to scientific ones: focal length and distance, for example, become sample bias and tunneling current. In addition, we added several fields to the search menu, and made small changes to the import script. The "zod" (zoph organizes data) "language" and our copies of util.inc.php and zophImport.pl are available on the download page. Our image file parser is written in C, and can read two types of files from RHK and one from Omicron. It will use file extensions (.SM2, .SM3, or .par) to determine file type, though this can also be specified from the command line. It adjusts image contrast (through a "z exclude" value), subtracts a "best-fit" plane, and has options to do limited high- and low-pass filtering. It saves images as grayscale TIFFs and produces a text file (extension .z) containing experimental parameters, comments, and other data. This file is designed to have the same output format as jhead, which is what zoph uses to parse EXIF data for "real" photos. We've also included the Perl scripts we use to make batch processing of files a little easier. | |
|
|
|
NotesIf you find this gallery useful, e-mail me and let me know. If you have fixes or improvements, I'd be interested to hear about them, too. I'm currently working on modifying stm_to_zoph to output JPEGs with experimental data loaded into EXIF fields, which will make the whole process easier and open up new possibilities for cataloguing images. This is 90% done (see this example) and I will post code when I'm more or less happy with it. |