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)
more space for tables 332cdefc80e7d01046dbfe4198c16af92e85f1c4 dleucas 2019-05-22 23:42:50
spelling 48bfa46f40db11b1d120a113502d85916d166db9 dleucas 2019-05-22 23:42:22
ignore generated html files c303061b3e28314361be79b7eea01e38deb4cc52 dleucas 2019-05-22 22:39:25
add Makefile for pandoc based html5 generation 5537d1647e4b76b86bc54b9ce6383feb9618d226 dleucas 2019-05-22 22:37:48
fix spelling and use pandoc title d66f11d8c855ef270ebde81ff5a55473729633f2 dleucas 2019-05-22 22:30:08
Revert "fix spelling and use pandoc title feature" 4a5aca9355e0a2221591047e7b4b56b5e42414e6 dleucas 2019-05-22 22:23:50
fix spelling and use pandoc title feature dc3c3f6b98235fb9d7268ccd5b5c5fb62b52a93c dleucas 2019-05-22 21:54:03
WIP about page 2483c1505cd3379dc9609661e90a4718ea4f6aeb dleucas 2019-05-20 00:07:03
better site description 559a9ece7031d493cec54754aa8f125446e8ad37 dleucas 2019-05-17 15:46:45
add link to world map e865344ba45c24781889924747d0777bbd74128c dleucas 2019-05-17 15:41:51
add map using arcgis.js facbffd944ef65cdea19ec292633b75d1232cd2b dleucas 2019-05-17 14:52:40
add location and date 55d68f71ef5da4edf39b2aad1ac0e55c9236e3b8 dleucas 2019-05-17 14:47:50
document GeoJSON command 8a0c9437ad2c7920d48125ab16795e9d2eb4aae7 dleucas 2019-05-17 02:43:44
working coordinate conversion 93690c423d103a8c643eb736c49f5086c97569ab dleucas 2019-05-17 02:26:16
WIP GeoJSON transformation 0fb3c00fe05abdab66a505526412273340a57c02 dleucas 2018-08-04 03:16:55
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
Commit 332cdefc80e7d01046dbfe4198c16af92e85f1c4 - more space for tables
Author: dleucas
Author date (UTC): 2019-05-22 23:42
Committer name: dleucas
Committer date (UTC): 2019-05-22 23:42
Parent(s): 48bfa46f40db11b1d120a113502d85916d166db9
Signer:
Signing key:
Signing status: N
Tree: d8dc1a3bf20e5e67ec58d053297d029e9c8ca925
File Lines added Lines deleted
webroot/pandoc.css 1 1
File webroot/pandoc.css changed (mode: 100644) (index 8b9903f..8bdf946)
... ... body {
16 16 line-height: 1.7; line-height: 1.7;
17 17 padding: 1em; padding: 1em;
18 18 margin: auto; margin: auto;
19 max-width: 42em;
19 max-width: 80%;
20 20 background: #fefefe; background: #fefefe;
21 21 } }
22 22
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