Molecular Entity Generator: Convenient online form to generate structured data about molecules
2.0K

Molecular Entity Generator (MEgen) is a convenient online form to generate structured data about molecules. It supports all common structured data formats - JSON-LDâ , RDFaâ , and Microdataâ . MEgen was created using PHPâ and Bootstrapâ . Do you loveď¸ Docker? You can use a MEgen containerâ . Come on, try MEgen now!
Structured dataâ is additional data placed on websites. It is not visible to ordinary internet users but can be easily processed by machines. There are 3 formats that we can use to save structured data - JSON-LDâ , RDFaâ , and Microdataâ . MEgen supports them all and uses the MolecularEntity profileâ .
MEgen is available online. If you just want to try MEgen, this is the best option.
MEgen needs HTTP server (e.g. Apacheâ or NGINXâ ) and PHPâ to work. You can also use Docker image to run the app fast and easy.
You can use the pre-built image on Docker Hubâ :
docker run --name megen -p 4000:80 -d lszeremeta/megen:latest
Then, you can use the app by reaching http://localhost:4000â .
Another option is to build the container yourself. You need to download the contents of the MEgen repositoryâ and then build and run the application. If you don't want or can't use git, you can download the zip archiveâ and extract it, then execute the last two commands inside extracted code directory.
git clone [email protected]:lszeremeta/MEgen.git
cd MEgen
docker build -t megen .
docker run --name megen-container -p 4000:80 -d megen
Then, you can use the app by reaching http://localhost:4000â .
Would you like to improve this project? Great! We are waiting for your help and suggestions. If you are new to open source contributions, read How to Contribute to Open Sourceâ .
Distributed under MIT Licenseâ .
These projects can also be useful:
Content type
Image
Digest
sha256:51d77d844âŚ
Size
156.9 MB
Last updated
10 months ago
docker pull lszeremeta/megen