All Projects → ppillot → libmol

ppillot / libmol

Licence: GPL-3.0 license
Single Page Web Application for displaying and studying molecular models

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to libmol

pymolshortcuts
The repository pymolschortucts contains the a collection of shortcuts that are loaded on startup of PyMOL. These shortcuts enable websearches from within PyMOL as well as many other convienent functions that make work in PyMOL more productive..
Stars: ✭ 34 (+17.24%)
Mutual labels:  pdb, molecular-graphics
react-ngl
React wrapper for ngl
Stars: ✭ 14 (-51.72%)
Mutual labels:  molecular-graphics, ngl
spinmob
Rapid and flexible acquisition, analysis, fitting, and plotting in Python. Designed for scientific laboratories.
Stars: ✭ 34 (+17.24%)
Mutual labels:  science
hacker-laws-tr
💻📖 Programcıların faydalı bulacağı yasalar, teoriler, prensipler ve desenler. #hackerlaws
Stars: ✭ 810 (+2693.1%)
Mutual labels:  science
ember-osf
Ember Addon for interacting with the Open Science Framework
Stars: ✭ 14 (-51.72%)
Mutual labels:  science
deep-learning-resources
A curated list of deep learning resources books, courses, papers, libraries, conferences, sample code, and many more.
Stars: ✭ 101 (+248.28%)
Mutual labels:  science
chemispy
A library for using chemistry in your applications
Stars: ✭ 28 (-3.45%)
Mutual labels:  science
Artiq
A leading-edge control system for quantum information experiments
Stars: ✭ 245 (+744.83%)
Mutual labels:  science
brian2cuda
A brian2 extension to simulate spiking neural networks on GPUs
Stars: ✭ 46 (+58.62%)
Mutual labels:  science
diofant
A Python CAS library
Stars: ✭ 61 (+110.34%)
Mutual labels:  science
SQLCallStackResolver
Utility to resolve SQL Server callstacks to their correct symbolic form using just PDBs and without a dump file
Stars: ✭ 55 (+89.66%)
Mutual labels:  pdb
compute
Scientific and statistical computing with Rust.
Stars: ✭ 55 (+89.66%)
Mutual labels:  science
bioSyntax-archive
Syntax highlighting for computational biology
Stars: ✭ 16 (-44.83%)
Mutual labels:  pdb
butler
Butler is a framework for running scientific workflows on public and academic clouds.
Stars: ✭ 68 (+134.48%)
Mutual labels:  science
ember-osf-preprints
OSF Preprints: The open preprint repository network
Stars: ✭ 38 (+31.03%)
Mutual labels:  science
galaksio
An easy-to-use way for running Galaxy workflows.
Stars: ✭ 19 (-34.48%)
Mutual labels:  science
Awesome Datascience
📝 An awesome Data Science repository to learn and apply for real world problems.
Stars: ✭ 17,520 (+60313.79%)
Mutual labels:  science
diffcalc
Diffcalc: a diffraction condition calculator for X-ray or neutron diffractometer control
Stars: ✭ 17 (-41.38%)
Mutual labels:  science
pytoshop
Library for reading and writing Photoshop PSD and PSB files
Stars: ✭ 100 (+244.83%)
Mutual labels:  science
HackTheStacks
The 3rd Annual American Museum of Natural History Hackathon produced by the BridgeUP: STEM program
Stars: ✭ 32 (+10.34%)
Mutual labels:  science

Libmol.org

Molecular visualization made easy for beginners

Web Application

Libmol.org is a single page web application designed to provide students starting structural biology with simplified self explanatory tools to view and interact with biological macromolecules.

Acknowledgments

Contributors

Thanks to Hervé Furstoss for creating and contributing to the interactive documentation. Arose for developing and continuously improving NGL Philippe, Gilles, Jacques, Thomas, Eric and other members of the Forum National de SVT for their support and insightful inputs.

Libraries and other resources

This application could not have been written nor deployed without the following open source libraries:

  • NGL: Javascript molecular visualization library leveraging WebGL browsers capacities and tuned for performance
    • AS Rose, AR Bradley, Y Valasatava, JM Duarte, A Prlić and PW Rose. Web-based molecular graphics for large complexes. ACM Proceedings of the 21st International Conference on Web3D Technology (Web3D '16): 185-186, 2016. doi:10.1145/2945292.2945324
    • AS Rose and PW Hildebrand. NGL Viewer: a web application for molecular visualization. Nucl Acids Res (1 July 2015) 43 (W1): W576-W579 first published online April 29, 2015. doi:10.1093/nar/gkv402
  • Vue.js, Vuex: Progressive JS framework
  • Vuei18n: Vue plugin for internationalization
  • ElementUI: UI Library for desktop application using Vue
  • screenfull: wrapper to the fullscreen API for cross-browser compatibility
  • Fontello: icon fonts generator

Fonts

  • Font Awesome Copyright (C) 2016 by Dave Gandy Author: Dave Gandy License: SIL
  • Elusive: Copyright (C) 2013 by Aristeides Stathopoulos Author: Aristeides Stathopoulos License: SIL

Special thanks to Netlify.com for hosting open source projects such as Libmol.org for free.

i18n effort

Should you be interested in translating Libmol.org to your language, your contribution is most welcome! First part of the translation process deals with the user interface. It requires completing an online Google spreadsheet with your locale keywords. The second part of the process is more involving and requires forking this repository, duplicating one of the folders in locales/ and translating all the markdown files in it. Please do not hesitate to contact me if interested.

Development and Build Setup

DeepScan grade You don't need this to use LibMol.org The source code is distributed from this repository and can be downloaded to your computer using Git or the complete archive. Once the source code is downloaded and extracted, you'll have to install all dependencies required to build the project.

# install dependencies
npm install

# serve with hot reload at localhost:8081
npm run serve

# build for production with minification
npm run build

ToDo

  • Files :
    • handle mega files
  • Errors/warnings : send messages
    • when file could not be loaded
    • when network is not available --> online/offline api
  • Commands :
    • add/remove labels
    • provide choices for selecting hetero (e.g. : in cox2 ara and hem)
  • Sequences :
    • search (user selection ?)
  • 3D View:
    • change cursor when rotating, zooming, panning, selecting
    • rotating around z-axis
  • known bugs :
    • polymer size should exceed 3 for ribbon/backbone
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].