Skip to content

Latest commit

 

History

History

web

Drug Extraction Web App

This is the web application that consumes the Core library.

logo

Description

This application serves an exploratory role to allow reseachers to test thresholds for their search terms and target words or potential misspellings. It uses the same algorithms as the main CLI and gives helpful notices on whether the combination would be accepted as a match or rejected.

Support

If you encounter any issues or need support please either contact @nanthony007 or open an issue.

Developer Install

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First clone the repo:

with GitHub CLI:

gh repo clone UK-IPOP/drug-extraction

or via HTTPS:

git clone https://github.com/UK-IPOP/drug-extraction.git

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

The only page you will need to edit is pages/index.tsx. The preview auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

See CONTRIBUTING.md for more details.

MIT License

LICENSE