Harmony News

Here is the news from the Harmony project

Making Harmony sustainable long-term

Making Harmony sustainable long-term

Longevity is a tricky topic in software development. We’ve been thinking about how we can make sure that Harmony continues to operate for a long time in the future, since Harmony is intended as a public good for researchers to use with no strings attached. Sustainability assessment In April 2023, we completed the software sustainability assessment with the Software Sustainability Institute, which gave us 29 recommended improvements to make Harmony more sustainable.

Harmony update: new features and bug fixes

Harmony update: new features and bug fixes

Harmony update: new features and bug fixes We are pleased to announce the release of a new update to Harmony, our online platform for harmonising questions. This update includes a number of new features and bug fixes, designed to improve the user experience and make Harmony even more useful for researchers. New features: Complete reworking of the search functionality: The search functionality in Harmony has been completely rewritten to support Lucene-like queries.

News coverage

News coverage

28 September 2023, Ulster University Ulster University’s Psychology department post writes, “The Harmony project is running at Ulster University in collaboration with University College London, the Universidade Federal de Santa Maria and Fast Data Science.”… Read about Harmony on Ulster University’s website 26 September 2023, Swiss Centre of Expertise in the Social Sciences (FORS), Lausanne Bettina Moltrecht from University College London (UCL) gave a presentation on the development and use of Harmony, a Natural Language Processing (NLP) tool to facilitate measurement harmonisation across studies.

Harmony R notebook R markdown example

Harmony R notebook R markdown example

This notebook shows how you can use Harmony to find the similarity matrix between two questionnaires: the CBCL and GOASSESS. The Harmony project is a data harmonisation project that uses Natural Language Processing to help researchers make better use of existing data from different studies by supporting them with the harmonisation of various measures and items used in different studies. Harmony was developed as a collaboration between Ulster University, University College London, the Universidade Federal de Santa Maria, and Fast Data Science.

Harmony: Natural Language Processing Tool for Item Harmonisation is now on CRAN

Harmony: Natural Language Processing Tool for Item Harmonisation is now on CRAN

We are excited to announce that Harmony, a Natural Language Processing tool for data harmonisation, is now available on the Comprehensive R Archive Network CRAN! Previously, Harmony R could be installed using devtools. Harmony can be used to compare questionnaire items across studies, find the best match for a set of items, and identify different versions of the same questionnaire. Harmony is a collaboration project between Ulster University, University College London, the Universidade Federal de Santa Maria, and Fast Data Science.

Harmony R released!

Harmony R released!

We have developed the R package for Harmony. To get started, you need R installed on your system. Click here to try an example in Google Colab. Here’s a Jupyter Notebook with an example using Harmony in R Installing R library We are currently submitting the R library to CRAN. In the meantime, you can install the development version of harmonydata from GitHub (documentation in the README file): You also need devtools which will already be there if you are using R Studio.