inseri core beta

Scientific and Interactive Gutenberg Blocks for WordPress

  • JavaScript Code Block

    The JavaScript Code Block allows to run JavaScript code in a separate web worker. It is therefore ideal for performing …

  • Data Table Block

    The Data Table block allows the visualisation and exploration of tabular data. As input it takes a JSON array with …

  • Slider Block

    The Slider block allows the user to select: a value a range within specified boundaries. The selection is the output …

  • DSS_Embrace

    Decision Support for Climate Adaptation Planning EClim Group, Department of Geography, University of Zurich Description DSS_Embrace is …

  • Cytoscape Block

    The Cytoscape block allows the visualisation of graphs. It relies on the Cytoscape.js and it is used internally by inseri …

  • IIIF Viewer Block

    The International Image Interoperability Framework (IIIF) is a set of open standards for describing and delivering images and audio/visual content …

  • Python and Requests Package

    Our Python code block relies on Pyodide, a Python distribution that used to not support the requests package (inseri …

  • Python and Matplotlib

    In this example we will show you how to integrate our Python code for generating Matplotlib figures into the Python …

  • Python and Plotly

    In this example we will show you how to integrate our Python code for generating Plotly figures into the Python …

  • Word Count

    Next we will show how to build a Word Count where we will allow the usage of local files. This …

  • Zenodo Repository Block

    The Zenodo Repository block allows us to reuse datasets published to Zenodo. Starting with the DOI of the dataset, the …

  • Download Block

    The Download block allows us to download the content produced by other inseri blocks. For example, let’s write some text …

  • Local File Import Block

    The Local File Import block allows us to consume local files, that are not uploaded at all. They remain local …

  • Plotly Chart Block

    The Plotly Chart block enables interactive visualisation using the great Plotly.js library via its JSON schema – see Plotly JSON …

  • HTML Code Block

    The HTML Code block allows us to dynamic render HTML code and displays it in the browser. To demonstrate this …