dleucas / wmmsdb (public) (License: GPLv3) (since 2018-07-08) (hash sha1)
A collection of scripts to download, transform and normalize the Watkins Marine Mammal Sound Database.

Credit:

“Watkins Marine Mammal Sound Database, Woods Hole Oceanographic Institution.”

http://cis.whoi.edu/science/B/whalesounds/index.cfm
List of commits:
Subject Hash Author Date (UTC)
add filter by location name 043ca941dd733b0c36274576ec17680255f75646 dleucas 2018-07-25 20:13:46
index settings for location name. also use english for notes 6ccc4e6332fb40b2556c2570e9c3cdbb5a48f8a3 dleucas 2018-07-25 20:13:19
add location names c67e4b4eea6c4ef16337e3eac6eb10ae16393430 dleucas 2018-07-25 18:32:45
use tables for result display and add sort options 19d650a762c7eee577068f17af8af6042e68706f dleucas 2018-07-24 00:28:13
enlarge image on click, display acoustat values cd4cdd355ea4fcd09dbb3c5a3dd46b9e1a2695e5 dleucas 2018-07-23 23:39:39
typo, P2 was not assigned correctly 4fd59e536c917da8a828f30165aae953a6c9455b dleucas 2018-07-23 23:38:58
change spectrogram paramters 14777e7d7c82c664b1fcc3b588fa123e8e124d04 dleucas 2018-07-23 23:38:31
acustat, dl link, spectograms da953b3e7c5c3b4ee2d523ee9773b5c379b4fec1 dleucas 2018-07-22 00:39:51
scripts for processing wave audio files d23b5a2edc5b279ac6998a754a765e6a9e4dcda2 dleucas 2018-07-21 20:04:10
mapping for acoustat time and frequency properties 57007aab9e4b1af93ec97f9fc4743952d3e2ca77 dleucas 2018-07-21 19:59:19
add observation date to UI, facet filter grouping 3fdc0629d9b4dfb8238086569bb4cb666a1657ac dleucas 2018-07-19 22:34:43
image size to 100% and genus list with 50 items 9220f78daa9ad082b2e45b1e115e14747ca8973c dleucas 2018-07-19 19:56:53
add observation date ff39768120d7967104b3da4ca586fef0d7da52db dleucas 2018-07-19 19:55:45
embed sound file, display spectogram 667ac83016e4ffbf0c410057b40abdfd9dc87470 dleucas 2018-07-18 23:48:32
add more filters and display notes d0741e04b40892b2aee2780eeea5e8cc80f70472 dleucas 2018-07-18 20:57:16
ElasticSearch field schema c7d00ee0ec404284ba4f8a6b5851984c0b246d6f dleucas 2018-07-18 20:56:31
(re-)create index with mapping a2d442dbe6c9e37de4dfdba6ed8ab99362914303 dleucas 2018-07-18 20:55:49
add note field for UI display 254ef4bc795c4bc950fed1fdc9331fab4d4aff8d dleucas 2018-07-18 20:54:57
split genus field into animal.genus and signal.source 0623a1e4e9cb69f3f4fc1877ecd1d82b17e4d1f1 dleucas 2018-07-18 00:04:27
map animal sex to full name and cast age and year as numbers 3d4c27a2f0e1158c2f4df255411621a75fe210db dleucas 2018-07-17 22:24:26
Commit 043ca941dd733b0c36274576ec17680255f75646 - add filter by location name
Author: dleucas
Author date (UTC): 2018-07-25 20:13
Committer name: dleucas
Committer date (UTC): 2018-07-25 20:13
Parent(s): 6ccc4e6332fb40b2556c2570e9c3cdbb5a48f8a3
Signer:
Signing key:
Signing status: N
Tree: c0cd7fb7f20119d4d4475856aecfd3caf6ba4555
File Lines added Lines deleted
webroot/index.html 5 0
File webroot/index.html changed (mode: 100644) (index 247fabf..2491518)
... ... jQuery(document).ready(function($) {
80 80 'value_function': function(v) { return new Date(v).getFullYear() } 'value_function': function(v) { return new Date(v).getFullYear() }
81 81 }, },
82 82
83 {'field': 'location.name',
84 'display': 'Geo Location',
85 'open' : false},
86
83 87 {'field': 'signal.class', {'field': 'signal.class',
84 88 'display': 'Class', 'display': 'Class',
85 89 'open' : false}, 'open' : false},
 
... ... jQuery(document).ready(function($) {
201 205 "post" : ".wav'>[ Audio Player ]</audio></div><table><tbody>"} ], "post" : ".wav'>[ Audio Player ]</audio></div><table><tbody>"} ],
202 206 [ {"pre" : "<tr><th>Note</th><td>", "field": "note", "post" : "</td></tr>"} ], [ {"pre" : "<tr><th>Note</th><td>", "field": "note", "post" : "</td></tr>"} ],
203 207 [ {"pre" : "<tr><th>Observation Date</th><td>", "field": "observation_date", "post" : "</td></tr>"} ], [ {"pre" : "<tr><th>Observation Date</th><td>", "field": "observation_date", "post" : "</td></tr>"} ],
208 [ {"pre" : "<tr><th>Geographic location area name</th><td>", "field": "location.name", "post" : "</td></tr>"} ],
204 209 [ {"pre" : "<tr><th>Animal ID</th><td>", "field": "animal.profile.animal_id", "post" : "</td></tr>"} ], [ {"pre" : "<tr><th>Animal ID</th><td>", "field": "animal.profile.animal_id", "post" : "</td></tr>"} ],
205 210 [ {"pre" : "<tr><th>Animal Age</th><td>", "field": "animal.profile.age", "post" : "</td></tr>"} ], [ {"pre" : "<tr><th>Animal Age</th><td>", "field": "animal.profile.age", "post" : "</td></tr>"} ],
206 211 [ {"pre" : "<tr><th>Signal Overlap</th><td>", "field": "signal.overlap", "post" : "</td></tr>"} ], [ {"pre" : "<tr><th>Signal Overlap</th><td>", "field": "signal.overlap", "post" : "</td></tr>"} ],
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/dleucas/wmmsdb

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/dleucas/wmmsdb

Clone this repository using git:
git clone git://git.rocketgit.com/user/dleucas/wmmsdb

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main