Giter VIP home page Giter VIP logo

dariah-campus's Introduction

DARIAH-Campus

DARIAH-Campus (D-C) is a combined discovery layer and hosting platform for all learning resources associated with DARIAH-EU. As a discovery layer, D-C links to existing, externally hosted, resources (such as #dariahTeach, PARTHENOS etc.); and as a hosting platform, D-C offers a flexible framework for developing and sharing web-based training materials, as well as capturing face-to-face events.

D-C materials are hosted and version-controlled in this GitHub repository and will be delivered to the user as a Gatsby-based overlay website.

Authors and contributors will be provided with comprehensive author guidelines on how to port existing or create new content for D-C in Markdown, a lightweight markup language with plain text formatting syntax. The overarching aim of D-C is to improve the openness, discoverability, usability, and long-term sustainability of training resources, and to achieve best practice in the production and management of open educational resources in the DARIAH ecosystem.

Co-funded by the Horizon 2020 innovation and research programme of the European Union under grants no. 731081 and 823782.

View content

Visit the website at https://campus.dariah.eu.

Contribute content

Contribute or edit content via CMS

Sign-in to the CMS with your GitHub account at https://campus.dariah.eu/admin.

For edits to existing articles you can also directly click the "Suggest changes to this resource" link at the bottom of each post.

Run a local CMS backend

You can run a local CMS backend which writes directly to the filesystem, and does not require authentication, with pnpm run cms:dev. Then run either a production build of the website with NEXT_PUBLIC_USE_LOCAL_CMS='true' pnpm build && pnpm start or a development build with pnpm dev and visit http://localhost:3000/cms. Don't forget to commit and push changes via git.

Use your favorite text editor

Since content is saved to .mdx files in the content/posts folder, you can use your favourite text editor to make changes and commit via git. When using VS Code you can install the recommended extensions to get linting aud auto-formatting for markdown.

Contributing guidelines

When contributing content directly via git, please use feature branches and don't push to main, to allow for review.

Note on writing Markdown

Content is saved in MDX format, which is markdown with custom JavaScript components. Most markdown syntax is supported, however there are subtle parsing differences to be aware of. Most notably: the "lesser than" sign < needs to be HTML-escaped to &lt; (because it signifies the start of a custom component), and similarly "autolinks" (<https://example.com> instead of [https://example.com](https://example.com)) are not allowed.

dariah-campus's People

Contributors

vickygarnett avatar rebeccakahn avatar stefanprobst avatar ttasovac avatar lottieprovost avatar claireb82 avatar azugic avatar n-romanova avatar mr43 avatar charlottejmc avatar mareike2405 avatar emilykateemilykate avatar alexandrapetrulevich avatar danieleguido avatar zxenia avatar dethorpedri avatar clariah-at avatar deborahthorpe avatar kleean avatar anisa-hawes avatar e-liasz avatar ekoenigshofer avatar etothczifra avatar melina-jander avatar dependabot[bot] avatar spapastamkou avatar ehanscam avatar rlzijdeman avatar ainemadden avatar inl-ct avatar

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.