Biofilm Image Library
Corpora:
TBD #1 |
TBD #2
Instructions:
BROW |
RSYN |
DISK
To request access to the Biofilm Image Library Corpus, please fill out
this form
and email a signed copy to
help@nedcdata.org.
Please include "Download BIL Resources" in the subject line
or click on this
link.
Note this is an Adobe Acrobat form, and it is best filled out
using Adobe Acrobat or a similarly compatible tool. We suggest you
download a copy to your desktop and fill it out using a local app,
rather than attempt to complete the form from within a browser.
The form must be filled out correctly or it will be returned to you.
Please follow the instructions on the form very carefully, including
completing the address information accurately. This is very important
and we cannot accept forms with incorrect addresses.
Once your form is accepted, you will receive the username and
password to our resources in a separate email, and be added to
our listserv. This usually takes about 24 hours. The TUH EEG
Corpus is freely available. The only reason we require
registration is that we need to track who downloads the data. We
also want to be able to inform you of any updates to the
releases.
Once you have obtained the username and password, you can selectively
download portions of the corpus using your browser. You can also
use the rsync interface described below.
Corpora
-
Our First Corpus (TBD1: v1.0.0): A rich archive of ...
-
Our Second Corpus (TBD2: v1.0.0): A really interesting corpus...
Instructions
All of our released corpora are now available these ways:
-
From the web at:
https://www.biofilm_image_library.org/projects/biofilm_image_library/data/
You can directly browse the directories and explore the data. This is convenient if you want to sample the data and explore formats, content, etc.
The username and password are the same as what you use to access the web-based version of these resources. If you do not have the username and password, register by filling out this form and we will contact you with registration information by email.
-
Rsync, which is available on Linux and Mac platforms, is our preferred way of downloading data. It allows you to easily keep your copy of the data in sync with ours.
Windows users can get access to rsync by installing MobaXterm. Some tips on how to install and use MobaXterm are here.
Before you attempt to download an entire corpus, you should test your ability to download data by executing this command:
rsync -auxvL --delete biofilms@www.biofilm_image_library.org:data/TEST .
If for some reason this fails, change "-auxvL" to "-auxvvvL". This will generate a log file that your IT support team can use to diagnose the problems with your downloads.
Once this command works correctly, then you should go here to select the corpus you want to download. A typical rsync command to download a specific release (e.g., vx.x.x) of a specific corpus (AAAA) is:
rsync -auxvL --delete biofilms@www.biofilm_image_library.org:data/AAAA/vx.x.x/ .
You can also download all versions of a corpus that are available on the server by dropping the version number:
rsync -auxvL --delete biofilms@www.biofilm_image_library.org:data/tuh_eeg/AAAA/ .
Note that the "." at the end of this command is very important since it denotes the destination directory. Without a destination directory specification, the command will not transfer any data.
The username and password are the same as what you use to access the web-based version of these resources.
Note that the "-L" option in rsync instructs it to follow links. All of our corpora are linked back to TUEG. It is best to always use the "-L" option.
-
If Internet connectivity is a problem, you can send us a 8T USB drive. We will copy the data to this disk and send it to you. You must arrange for postage as described below. If you elect this option, you need to send us a 8T USB drive and provide a UPS or FedEx account number for return shipping.
Please send us a conventional USB-mounted disk drive. We have had problems with other types of media such as thumb drives. Any standard USB-powered USB 2.0 compatible 8T drive, such as a Western Digital or Seagate, will work fine. Because of the time it takes to copy the data, we need a drive that can maintain a stable connection, and thumb drives have proven to be unreliable.
Mail the drive to:
Joseph Picone
1610 Rhawn Street
Philadelphia, PA 19111
Tel: 708-848-2846Please email us for details before shipping the drive. If you ship us a drive directly from a reseller such as Amazon, please make sure that the shipment contains information that we can use to identify you. This information should include a point of contact (POC), the name of your institution, and contact information (name, surface mail address and telephone number for the POC).
Please note that disk drives sent to international destinations will often get caught in Customs for weeks. Rsync is a much better option than going through your local governments.
If you are having trouble deciding what to do, email us and describe what specific resources in which you are interested. We will be happy to guide you through the process.