Skip to content
This repository has been archived by the owner on Oct 29, 2018. It is now read-only.
/ pumilio Public archive

Pumilio: A Web-Based Management System for Ecological Recordings

Notifications You must be signed in to change notification settings

ljvillanueva/pumilio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pumilio

Important note

Due to changes in my career path, this project is no longer under development. It may or may not work in newer systems. Feel free to fork it and change it and expand as you see fit.

About

Pumilio is a PHP/MySQL application that serves as a sound archive manager and allows the user to load sound files in many formats and see the spectrogram of the sound, select regions of the sound for further analysis and insertion in a database, filter, and many other manipulations.

https://ljvillanueva.github.io/pumilio

Copyright (©) 2010-2014 Luis J. Villanueva-Rivera ([email protected]) Licensed under the GPLv3

Citation: Villanueva-Rivera, Luis J., and Bryan C. Pijanowski. 2012. Pumilio: A Web-Based Management System for Ecological Recordings. Bulletin of the Ecological Society of America 93: 71-81. doi: 10.1890/0012-9623-93.1.71

##Thanks to

This application uses several other open source tools and programs like:

The name "pumilio" refers to the tropical frog known as the Strawberry Poison-dart Frog (Oophaga pumilio), a bold little critter that sings during the day without fear of being predated upon.

Feel free to contribute code, ideas, suggestions, bugs, etc.

Read the INSTALLATION file to install and the UPGRADE file to upgrade.

Check the website for an installatio overview, guides, and videos:

https://ljvillanueva.github.io/pumilio

Versions with a ".dev" suffix are not official and are in the middle of development. Use these versions with caution as some features may be broken.

To prevent access to the original sound files from the web (for example, someone trying to download your whole dataset), rename the file "htaccess" to ".htaccess" (starting with a period) and place it in the main folder of the application. The apache server must be configured to allow this option.

In Ubuntu:

 sudo a2enmod rewrite
 sudo service apache2 restart

For other distros or options, please consult your administrator.

You can also visit the project page for more information: https://ljvillanueva.github.io/pumilio