All Projects → hock → Manifest

hock / Manifest

Licence: other
Manifest is an investigative toolkit intended for researchers, journalists, students, and scholars interested in visualizing, analyzing, and documenting supply chains, production lines, and trade networks.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
hack
652 projects
HTML
75241 projects

Projects that are alternatives of or similar to Manifest

Contextualise
Contextualise is a simple but effective tool particularly suited for organising information-heavy projects and activities consisting of unstructured and widely diverse data and information resources
Stars: ✭ 899 (+7391.67%)
Mutual labels:  research, journalism
Osint collection
Maintained collection of OSINT related resources. (All Free & Actionable)
Stars: ✭ 809 (+6641.67%)
Mutual labels:  research, journalism
tips-for-scientific-research
A collection of tips for scientific research
Stars: ✭ 21 (+75%)
Mutual labels:  research
android manifest
The beginnings
Stars: ✭ 26 (+116.67%)
Mutual labels:  manifest
QuakeMigrate
A Python package for automatic earthquake detection and location using waveform migration and stacking.
Stars: ✭ 101 (+741.67%)
Mutual labels:  research
Paper-Notes
Paper notes in deep learning/machine learning and computer vision
Stars: ✭ 37 (+208.33%)
Mutual labels:  research
SeaPearl.jl
Julia hybrid constraint programming solver enhanced by a reinforcement learning driven search.
Stars: ✭ 119 (+891.67%)
Mutual labels:  research
seviz
SEViz (Symbolic Execution VisualIZer) is a tool for visualizing symbolic execution-based test generation
Stars: ✭ 20 (+66.67%)
Mutual labels:  research
covid19 scenarios data
Data preprocessing scripts and preprocessed data storage for COVID-19 Scenarios project
Stars: ✭ 43 (+258.33%)
Mutual labels:  research
boki
Boki: Stateful Serverless Computing with Shared Logs [SOSP '21]
Stars: ✭ 39 (+225%)
Mutual labels:  research
progressive-web-app-starter
Preact based starter kit for making a Progressive Web App (PWA).
Stars: ✭ 19 (+58.33%)
Mutual labels:  manifest
EstimNetDirected
Equilibrium Expectation for ERGM parameter estimation for large directed networks
Stars: ✭ 18 (+50%)
Mutual labels:  research
awesome-aws-research
A curated list of awesome Amazon Web Services (AWS) libraries, open source repos, guides, blogs, and other resources for Academic Researchers new to AWS
Stars: ✭ 41 (+241.67%)
Mutual labels:  research
jcabi-manifests
Java library for convenient reading of MANIFEST.MF files available in classpath
Stars: ✭ 57 (+375%)
Mutual labels:  manifest
R4JournalismBook
Companion site for my book Practical R for Mass Communication & Journalism, part of the CRC Press R Series
Stars: ✭ 52 (+333.33%)
Mutual labels:  journalism
SOMns
SOMns: A Newspeak for Concurrency Research
Stars: ✭ 62 (+416.67%)
Mutual labels:  research
corpusexplorer2.0
Korpuslinguistik war noch nie so einfach...
Stars: ✭ 16 (+33.33%)
Mutual labels:  journalism
sbpy
A Python package for small bodies research
Stars: ✭ 60 (+400%)
Mutual labels:  research
thesis
MSc thesis on: Classifying brain activity using EEG and automated time tracking of computer use (using ActivityWatch)
Stars: ✭ 44 (+266.67%)
Mutual labels:  research
census-map-downloader
Easily download U.S. census maps
Stars: ✭ 31 (+158.33%)
Mutual labels:  journalism

Manifest

Manifest is an investigative toolkit intended for researchers, journalists, students, and scholars interested in visualizing, analyzing, and documenting supply chains, production lines, and trade networks.

Professional logistics platforms developed by companies like SAP, Oracle, and IBM are incredibly complex, suited to global networks with hundreds of suppliers in dozens of countries. These systems interface with numerous data sources, offering powerful capabilities for controlling the world's material distribution in the name of "supply chain management." Manifest is not one of these. Similarly, there are many powerful tools available for detailed statistical evaluation, graph analysis, and geospatial modeling. And while Manifest can work in concert with these tools, the project's primary purpose is to:

  • Provide common data standards for describing and sharing supply chains or similar material networks, along with a simple editor modeled on these standards.
  • Develop a flexible geospatial viewer for supply chain data that is transparent, interactive, and simple to understand, with support for additional, specialized data views (graph relationships, etc.).
  • Support basic analytic tools for evaluating and comparing critical supply chain measures.

Manifest is available at https://supplystudies.com/manifest/ For more information, visit https://supplystudies.com/manifest/about/

Configuration Options

Manifest is configured with a set of options passed in main.js.

let options = { 
	serviceurl: 'https://manifest.supplystudies.com/services/', // Nodejs server location for services
	hoverHighlight: false, // On mouseover hides nodes unconnected to target
	retinaTiles: false, // Forces load of retina (2x) tiles (can impact performance)
	simpleLines: false // Instead of 60+ point line segements, uses 3 point quadratic bezier curves
};

MI = new Manifest(options);

Individual manifests can support their own options.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].