Daniela Butano
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    --- layout: page title: 2021 Project ideas list permalink: /project-ideas/2021/ --- ## Table of Contents: {:.no_toc} - table of contents {:toc} ## Ideas list: **DO NOT EDIT THIS FILE ANYMORE** Edit https://github.com/intermine/internships/blob/master/project-ideas/2021.md instead ### Migration of natural language query translation code to OpenNMT 2.0 **Description**: [InterMine](http://intermine.org) is an open source biological data warehouse used by different organisations around the world. It allows you to specify a data model specific to your use-case, and provides a framework for populating your data warehouse with the integrated data. This data can then be accessed using the webapp, web services or API libraries available for various programming languages. It is known that the number of InterMine instances as well as their size and complexity is constantly increasing. This creates a barrier to use especially for non-experts, who have to come to grips with the nature of the data, the way it has been represented in the database, and how to use the interfaces by which data are accessed. One approach to improving this situation is to allow users to pose their queries in natural language. At InterMine, we have developed a prototype system that in a general way, supports the mapping of natural language searches to database queries by employing a sequence-to-sequence machine learning approach. We have a proof of concept working with [HumanMine](https://www.humanmine.org/), an InterMine instance covering human data, as well as with other common database engines. The system is based on statistical natural language processing techniques, and makes use of the [OpenNMT](https://opennmt.net/) library. Currently, the system uses the previous version of OpenNMT (1.2), therefore migrating it to the new OpenNMT release (2.0) would provide major benefits, especially in terms of performance and modeling flexibility. Additionally, as a stretch goal if time allows, the intern could work on extending our current approach to be a sequence-to-graph prediction, which we believe has the potential to significantly improve performance. **Required skills:** - Python - Software engineering skills with experience of object-oriented programming. **Useful skills:** - Basic machine learning concepts desired. - Basic understanding of sequence-to-sequence models desired. - For the stretch goal, advanced knowledge of machine learning-based natural language processing techniques would help. **Possible mentors:** - Adrián Rodríguez-Bazaga (ar989@cam.ac.uk) - Rachel Lyne (rachel@intermine.org) Please always email **all** mentors in the same mail if you would like to ask questions or discuss the project. **Expected outcome:** We would like the current model training and prediction code to be migrated to use the new OpenNMT 2.0 version. As a stretch goal, the intern could go further beyond and extend the current prediction pipeline to work as a sequence-to-graph problem **Difficulty level:** Hard. ------------------------- ### InterMine query builder library **Description**: [InterMine](http://intermine.org) is an open source biological data warehouse used by different organisations around the world. It allows you to specify a data model specific to your use-case, and provides a framework for loading the integrated biological data you want your data warehouse to be populated with. This data can then be accessed using the webapp, web services or API libraries available for various programming languages. To tell InterMine what data you want, you build a query using the [PathQuery API standard](https://intermine.readthedocs.io/en/latest/api/pathquery/). A client will usually build the XML representation of a PathQuery and transmit it to a web service, which will then respond with the appropriate data. The creation of a user interface to build PathQuery XML is oft repeated (a recent example is [BlueGene’s Query Builder](http://bluegenes.apps.intermine.org/flymine/querybuilder)- which is set to replace the legacy webapp soon). Another example is [im-tables](https://github.com/intermine/im-tables-3), which is a library used in the InterMine webapp to display the results of a query and provide rudimentary editing of the PathQuery. There exist also alternative user interfaces like [Data Browser](https://intermine-data-browser.netlify.app/), which provides a slightly different approach to querying InterMine servers and displaying the results. Third-party organisations have expressed interest in developing similar use-case specific user interfaces to their InterMine server. All these interfaces redo the task of creating a user interface for generating PathQuery XML. Therefore we believe there lies value in creating a reusable library for building and modifying PathQuery. **Rough specification:** - Preferably written in React.js (for consistency with existing user interfaces) but allow easy usage from a plain JavaScript environment - Can both load a previously created query encoded in PathQuery XML, and allow the creation of a query from scratch - Supports exporting the modified or newly created query to PathQuery XML, such that the application using the library can pass it to the InterMine server to obtain data - Parses the InterMine server’s [Data Model](https://intermine.readthedocs.io/en/latest/data-model/) encoded in JSON, which specifies the structure of the data present For an example of the JSON you will need to parse, open [iodocs](http://iodocs.apps.intermine.org/humanmine/docs#/), search for Data Model, click it, change the parameter *format* to JSON and click run. Another important JSON is Summary Fields, which you can view in the same manner. The Data Model basically tells you what options to provide in the user interface, as we don’t want to make it possible to create an invalid query. Summary Fields specifies the attributes we want to show by default, unless the user wants something more specific. **Required skills:** - Experience with frontend development and modern JavaScript tooling - Familiar with building SPAs in a functional UI framework (e.g. React, Vue) - Creative interest in building user interfaces - Note: no biology skills needed **Possible mentors:** - Kevin Herald Reierskog (khr29@cam.ac.uk) - Daniela Butano (daniela@intermine.org) Please always email **all** mentors in the same mail if you would like to ask questions or discuss the project. **Expected outcome:** A library easily used from React or plain JavaScript which provides a query building UI and passes PathQuery XML to its caller. **How could this integrate with existing InterMine tools?** This will be used directly within BlueGenes' im-tables and will be available for use by other user interfaces. **Difficulty level:** Hard. ------------------------- ### imjs query export from Query Builder **Description**: Add a link to the Query Builder query exports that generates the appropriate Javascript imjs query. This will be extremely useful for client-side developers that are using imjs but are not IM experts (e.g. LIS web app devs other than Sam). **Required skills:** - Java -- at the IM webapp level - JavaScript - Note: no biology skills needed **Possible mentors:** - Sam Hokin (shokin@ncgr.org) Please always email **all** mentors in the same mail if you would like to ask questions or discuss the project. **Expected outcome:** A useful imjs query exporter **Difficulty level:** Easy to Medium, depending on your experience with Java and JavaScript. -------------------------- ### End to End and integration testing with Cypress **Description**: BlueGenes ([GitHub](https://github.com/intermine/bluegenes), [Demo](http://bluegenes.apps.intermine.org/)) is a [ClojureScript](https://clojurescript.org/) browser-based UI for [InterMine](http://intermine.org/). im-tables-3 ([GitHub](https://github.com/intermine/im-tables-3/)) is a dynamic result table library used to show InterMine query results in BlueGenes. Test libraries like Cypress which automate a series of interactions with the webapp through a controlled web browser, are very useful to avoid regression in functionality during development. By using selectors and methods which correspond to common actions done in a web browser, you are able to describe these automated interactions in JavaScript. The Cypress test runner will then run these interactions on the running webapp, and produce a test report along with artifacts like a video recording or images. BlueGenes has a few integration tests written in JavaScript with Cypress, while im-tables-3 has none. Both could use vastly more of this type of tests. These tests would then be run in automated CI environments like CircleCI. **Required skills:** - JavaScript - [Cypress](https://www.cypress.io/) or other frontend interaction/integration testing library - Note: no biology skills needed **Possible mentors:** - Kevin Herald Reierskog (khr29@cam.ac.uk) - ??? Please always email **all** mentors in the same mail if you would like to ask questions or discuss the project. **Expected outcome:** A vast pool of tests that covers the majority of use cases. **Difficulty level:** Easy to Medium, depending on your experience with JavaScript and Cypress.

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully