Main Page OLD: Difference between revisions
From MaRDI portal
DavidNolte (talk | contribs) No edit summary |
DavidNolte (talk | contribs) m DavidNolte moved page Main Page to Main Page OLD without leaving a redirect: replaced by Portal |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<div class="thumb tright" style="width:302px;height: | __NOTOC__ | ||
<twitter account=" | <div class="thumb tright" style="width:302px;height:100vh"> | ||
<twitter account="MardiPortal" height=600 dnt="true" /> | |||
</div> | </div> | ||
Welcome to the [https://www.mardi4nfdi.de MaRDI] portal. This page is currently a work in progress. | Welcome to the [https://www.mardi4nfdi.de MaRDI] portal. This page is currently a work in progress. | ||
Search{{Search box|search-button-label=search for mathematical research data}} | |||
{{Search box|search-button-label=search for mathematical research data}} | |||
* DLMF formulae | * DLMF formulae | ||
Line 14: | Line 12: | ||
* [https://tinyurl.com/ychcutek swMATH software] | * [https://tinyurl.com/ychcutek swMATH software] | ||
==== New Pages ==== | |||
{{Special:NewPages/limit=3}} | |||
==== New Project Pages ==== | |||
{{Special:NewPages/limit=3,namespace=Project}} | |||
<div><youtube width="400" height="240">hvRqzlIrmTc</youtube></div> | |||
==== [https://www.mardi4nfdi.de/contact Contact] ==== | ==== [https://www.mardi4nfdi.de/contact Contact] ==== |
Latest revision as of 12:24, 18 May 2022
<twitter account="MardiPortal" height=600 dnt="true" />
Welcome to the MaRDI portal. This page is currently a work in progress.
Search
- DLMF formulae
- swMATH software
New Pages
25 March 2025
- 22:3622:36, 25 March 2025 JupyterNotebook:6767929 (hist | edit) [19 bytes] Tconrad (talk | contribs) (Created page with "{{JupyterNotebook}}")
- 00:0600:06, 25 March 2025 JupyterNotebook:6767923 (hist | edit) [19 bytes] Tconrad (talk | contribs) (Created page with "{{JupyterNotebook}}")
24 March 2025
- 23:2623:26, 24 March 2025 JupyterNotebook:6767921 (hist | edit) [19 bytes] Tconrad (talk | contribs) (Created page with "{{JupyterNotebook}}")
New Project Pages
28 March 2025
- 11:1011:10, 28 March 2025 Project:BotBased imports (hist | edit) [928 bytes] Tconrad (talk | contribs) (Created page with "== Synopsis == If you want to use a script to import / update items in the MaRDI Knowledge Graph, you might want to to that by using a Python script and the MardiClient library. This document describes the main steps. ===== Create the Python script ===== The core is something like this: <code>from mardiclient import MardiClient mc = MardiClient(user="username", password="my-password") item = mc.item.new() item.labels.set(language='en', value='My Label') item.write()</c...")
25 March 2025
- 13:1813:18, 25 March 2025 Project:Item links (hist | edit) [1,591 bytes] Tconrad (talk | contribs) (Created page with "== Synopsis == MaRDI uses a knowledge graph to store items and their connections to other items. One of the main strength of this approach is that relationships can be modelled easily, e.g between a publication and the authors, or a publication and the dataset used in that publication. This document describes which properties to use for these links. == Relevant Item Types == (See here for the full list.)")
19 March 2025
- 10:5910:59, 19 March 2025 Project:K8s commands (hist | edit) [1,886 bytes] EloiFerrer (talk | contribs) (Created page with "== Accessing internally deployed services == During development it is often useful to deploy services that are only '''internally accessible''' within the cluster. The types of services that we can attach to any kubernetes resource are <code>NodePort</code>, <code>ClusterIP</code> and <code>LoadBalancer</code>. * <code>LoadBalancer</code> would be the choice if we want to assign an external IP to the resource in order to make the service accessible from outside the c...")