Giter Site home page Giter Site logo

harmonydata / harmonydata.github.io Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 192.47 MB

Blog for NLP data harmonisation project Harmony, open source solution using Python for psychologists

Home Page: https://harmonydata.ac.uk/

CSS 9.15% HTML 72.34% JavaScript 18.51%
hugo static-site ssg static-site-generator github-pages harmony harmonydata data-harmonisation data-harmonization deep-learning

harmonydata.github.io's Introduction

The Harmony Project logo

๐ŸŒ harmonydata.ac.uk Harmony | LinkedIn Harmony | X Harmony | Instagram Harmony | Facebook Harmony | YouTube

Harmony on Twitter

Harmony static blog source code (Markdown, Hugo)

This repo is the source code for the blog at https://harmonydata.ac.uk. It does not include the source code for the Harmony app or library itself.

How to make a new blog post

Put the md file in content/en/blog. For an idea on the format, please look at the other blog posts in content/en/blog.

Any images should go in assets/images.

So if your blog post has an image called dog.jpg, put it in assets/images/dog.jpg and in your Markdown you can include the image like this:

{{< image src="images/dog.jpg" alt="dog" title="dog" >}}

Each time you upload a document to the main branch, Github Actions/Github Pages will automatically rebuild the site. So if possible try to make only the minimum number of edits as any change triggers the rebuild process, which lasts about 3 minutes.

CTA Link Shortcode

We have a "call-to-action" button which can appear on a page.

cta

Here's how to use it:

Card

{{< card heading="Lorem" copy="Descriptive text goes here." url="/docs/" >}}

If the url is not set the card acts as info box.

Grid

Used to display the Link and Card shortcodes in two or three column grid. The columns attribute can be set to 3, if not set it defaults to 2 columns.

Three column example with Card shortcodes:

{{< grid columns="3" >}}
  {{< card heading="Card 1 with a link" copy="Descriptive text goes here, one to two lines is acceptable." url="/docs/product/intro/" >}}
  {{< card heading="Card 2 with a link" copy="Descriptive text goes here, one to two lines is acceptable." url="/docs/product/intro/" >}}
  {{< card heading="Card 3 no link" copy="Descriptive text goes here, one to two lines is acceptable." >}}
{{< /grid >}}

How to run the website locally on your computer

Install Hugo.

Install dependencies: npm install

To start server: npm run dev

Image in content:

{{< image src="images/image.png" alt="Lorem" title="Lorem" >}}

Code highlighter

Is set in config.yml:

markup:
  highlight:
    style: github-dark
    tabWidth: 2

All available styles can be found: https://xyproto.github.io/splash/docs/.

Buttons

buttons:
- text: Try Harmony Now!
  url: "/app/"
.button-outline {
  style: gradient #options: gradient | outline | muted | primary | secondary
  size: large #options: small | large | leave blank for medium

Gradient text

Headings and superheadings can be set to gradient text using **text**, example:

- block: video
  superheading: "**Harmony**"
  heading: "Introduction to **Harmony**"

Docs menu item to be added

[[languages.en.menu.main]]
name = "Docs"
weight = 40
url = "/documentation/"

harmonydata.github.io's People

Contributors

atomtigerzoo avatar bdougie avatar benaiah avatar biilmann avatar burmecia avatar calavera avatar colorful-tones avatar darindimitroff avatar dependabot-preview[bot] avatar deveth0 avatar erquhart avatar fool avatar ivanchromjak avatar joshua-scott avatar jwithington avatar kalinchernev avatar madebymike avatar mattsturgeon avatar ojn avatar okabrionz avatar rachhg avatar renovate-bot avatar renovate[bot] avatar sibiraj-s avatar sumiyurup avatar thinlines avatar tinymachine avatar tzmanics avatar verythorough avatar woodthom2 avatar

Watchers

 avatar

Forkers

nikhildevre

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.