New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ducd

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ducd

keep it together

latest
Source
npmnpm
Version
1.0.9
Version published
Weekly downloads
4
-76.47%
Maintainers
1
Weekly downloads
 
Created
Source

Hypertree

Installation

git clone git@github.com:glouwa/gulp.git
sudo npm run globalinstall
npm install

Generating Tree of Life data

cd res

gulp download

gulp translate --lang en
gulp translate --lang de

gulp deploy

cd ..

The fast way (all languages pretranslated)

cd res
gulp deploy
cd ..

and download prebuild data and copy content to res/hierarchy/Open-Tree-of-Life/.

'res/hierarchy/Open-Tree-of-Life/afrotheria/afrotheria.d3.json-de.lang.json' should be a valid path if done correctly.

Run

gulp watch

Will build and open a browser window.

ISDS Project10

Michael Glatzhofer 0230699 michael.glatzhofer@student.tugraz.at 706.505 Projekt Informationssysteme 10 ECTS

refactoring

- split in 3, rollup, webpack (tests!), npm
- define api, extract infterface
- write howto
- reduce package size
- predefine api for
- configrable component, with configuation ui

features

o upto a few thousand nodes o "perimeter culling" o hyperbolic zoom = radius adjustment o default zoom level (see whole tree) o label filtering - by data (importance is defined in dataset) - by algo o multi-touch events / responsive o level-of-detail drag (lines on drag, curves on refresh) - lines on drag, curves on refresh - hide labels on drag - hide nodes on drag if nessessary o save as svg

[o semantic (doi) filtering]

performace consderations

- svg into frame buffer = miniature using css transform ?
- is css fast? how to save as svg?
- dataset will be loaded completly
- svg elements limited
- javascript limitations
    - currently all nodes are transformed from hyperbolic space to euclidian
    - keep this if possible, otherwise:
        - get a visible node, (the one under mouse?)
        - transform children unitl r > .995 and add to visible set
        - transform parent unitl r > .995 and add to visible set

FAQs

Package last updated on 11 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts