https://github.com/pdbeurope/pdb-raw-exp-data
Polymer component displaying related raw experimental data when available
https://github.com/pdbeurope/pdb-raw-exp-data
Last synced: 8 months ago
JSON representation
Polymer component displaying related raw experimental data when available
- Host: GitHub
- URL: https://github.com/pdbeurope/pdb-raw-exp-data
- Owner: PDBeurope
- License: other
- Created: 2017-08-22T12:56:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T16:59:25.000Z (over 4 years ago)
- Last Synced: 2024-12-28T03:42:10.595Z (9 months ago)
- Language: HTML
- Size: 392 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDBe Raw Experimental Data web component
This repository is the codebase for a Polymer component that displays "raw" (i.e. unprocessed) experimental data when available for a specific PDB entry.
The web component is used by the [Protein Data Bank in Europe (PDBe)](https://pdbe.org) on its entry pages.## Quick start
1.) Download this repository
```
git clone https://github.com/PDBeurope/pdb-raw-exp-data.git
```2.) Import the component and its dependency
```
```
3.) Add the web component for a specified PDB entry
```
```
## Examples
### Electron Microscopy example ([3J7N](https://pdbe.org/3J7N))
### Diffraction example ([4WEQ](https://pdbe.org/4WEQ))
## Authors
* **Mihaly Varadi** - *Initial work* - [mvaradi](https://github.com/mvaradi)
## License
This project is licensed under the EMBL-EBI License - see the [LICENSE](LICENSE) file for details