Skip to content

Commit 853d99e

Browse files
committed
Add missing crosswalk intro
Also update Trove link to one from Wayback Machine (the original one no longer works) Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent ca0ac05 commit 853d99e

File tree

15 files changed

+17
-25
lines changed

15 files changed

+17
-25
lines changed

content/crosswalk/datacite.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
title: "Crosswalk for DataCite metadata"
33
image: "/img/datacite.png"
44
date: "2017-06-01"
5-
65
---
76

8-
<img src="/img/datacite.png" width="400" />
9-
7+
[DataCite](https://datacite.org/) metadata is a standardized set of schema used when registering a DOI to ensure research outputs are findable, citable, and connected within the global scholarly ecosystem.
108

119
{{< crosswalk name="DataCite" >}}

content/crosswalk/doap.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ date: "2017-06-01"
66

77
[DOAP](https://github.com/ewilderj/doap) (Description of a Project) is an XML/RDF vocabulary to describe software projects, and in particular open source projects.
88

9-
109
{{< crosswalk name="DOAP" >}}

content/crosswalk/dublincore.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ title: "Crosswalk for Dublin Core metadata"
33
image: "/img/dcmi.png"
44
---
55

6+
[Dublin Core](https://www.dublincore.org/) vocabulary (or the Dublin Core Metadata Terms - DCMT) is a widely used, general-purpose metadata vocabulary for describing any type of resource.
67

78
{{< crosswalk name="Dublin Core" >}}

content/crosswalk/figshare.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: "Crosswalk for figshare metadata"
33
image: "/img/figshare.jpg"
44
---
55

6-
[figshare](https://figshare.com) is a general purpose scientific data repository that provides DataCite DOIs.
7-
6+
[figshare](https://figshare.com) is a general purpose scientific data repository that provides [DataCite](https://datacite.org/) DOIs.
87

98
{{< crosswalk name="Figshare" >}}

content/crosswalk/github.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ image: "/img/github.png"
44
date: "2017-06-01"
55
---
66

7+
[GitHub](https://github.com/) is a widely-used proprietary developer platform that allows users to store, manage, and share code using Git for distributed version control.
78

9+
[GitHub API](https://docs.github.com/en/rest) provides a programmatic way to retrieve repository metadata.
810

911
{{< crosswalk name="GitHub" >}}

content/crosswalk/java.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
title: "Crosswalk for Java's Maven metadata"
33
image: "/img/java.png"
44
date: "2017-06-01"
5-
65
---
76

87
[Maven](https://maven.apache.org/what-is-maven.html) is a popular packaging/build system for Java-based projects.
98

10-
119
{{< crosswalk name="Java (Maven)" >}}

content/crosswalk/node.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
title: "Crosswalk for NodeJS package.json"
2+
title: "Crosswalk for Node.js package.json"
33
image: "/img/npm.png"
44
date: "2017-06-01"
55
---
66

7-
The `npm` package manager for NodeJS [defines](https://docs.npmjs.com/files/package.json) software metadata using a `package.json` file.
7+
The `npm` package manager for JavaScript [defines](https://docs.npmjs.com/files/package.json) software metadata using a `package.json` file.
88

9+
`npm` is the default package manager for the JavaScript runtime environment Node.js.
910

1011
{{< crosswalk name="NodeJS" >}}

content/crosswalk/publiccode.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: "Crosswalk for publiccode.yml"
33
image: "/img/publiccode.png"
44
date: "2025-08-10"
5-
65
---
76

87
The [publiccode.yml](https://github.com/publiccodeyml/publiccode.yml) spec defines metadata for public sector OSS software projects, used by national and international catalogs to index, present, and facilitate the reuse of open source software developed by or for public administrations.

content/crosswalk/python.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
title: "Crosswalk for Python distutils"
33
image: "/img/python.png"
44
date: "2017-06-01"
5-
65
---
76

8-
[Python `distutils`](https://docs.python.org/3.6/distutils/) allows users to associate a range of metadata information when packaging and distributing python-based applications or source code.
9-
7+
[Python `distutils`](https://docs.python.org/3.6/distutils/) allows users to associate a range of metadata information when packaging and distributing Python-based applications or source code.
108

119
{{< crosswalk name="Python Distutils (PyPI)" >}}

content/crosswalk/ruby.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
title: "Crosswalk for Ruby gems"
33
image: "/img/ruby.png"
44
date: "2017-06-01"
5-
65
---
76

87
Ruby gems [specify metadata](http://guides.rubygems.org/specification-reference/) in a `.gemspec` file.
98

10-
119
{{< crosswalk name="Ruby Gem" >}}

0 commit comments

Comments
 (0)