Skip to content

Commit 68684ff

Browse files
authored
Merge pull request #3 from datatractor/its_Datatractor
Consistent `Datatractor` branding
2 parents 768fa16 + 5a3a7f0 commit 68684ff

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
</div>
1212

13-
A repository containing the [LinkML](https://linkml.io/linkml/)-based schemas backing the registry of extractors at [datatractor yard](https://github.com/datatractor/yard/) and powering the reference implementation of the extractor framework at [datatractor beam](https://github.com/datatractor/beam/).
13+
A repository containing the [LinkML](https://linkml.io/linkml/)-based schemas backing the registry of extractors at [Datatractor Yard](https://github.com/datatractor/yard/) and powering the reference implementation of the extractor framework at [Datatractor Beam](https://github.com/datatractor/beam/).
1414

1515
This repository is a continuation of the MaRDA WG7 on Automated [Metadata Extractors](https://www.marda-alliance.org/working-group/wg7-automated-metadata-extractors/).
1616

@@ -49,12 +49,12 @@ gen-python schemas/filetype.yaml >> filetype.py
4949
gen-pydantic schemas/extractor.yaml >> extractor.py
5050
```
5151

52-
The generated files can be used in downstream codes such as in the [validation function](https://github.com/datatractor/beam/blob/main/tasks.py#L33) of [datatractor beam](https://github.com/datatractor/beam).
52+
The generated files can be used in downstream codes such as in the [validation function](https://github.com/datatractor/beam/blob/main/tasks.py#L33) of [Datatractor Beam](https://github.com/datatractor/beam).
5353

5454
## Contributing
5555

5656
Contributions are welcome. We pledge to follow the [Contributor Covenant Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/).
5757

58-
If you wish to contribute a new `FileType` or a new `Extractor` to the Registry, please open a pull request at the [datatractor yard repo](https://github.com/datatractor/yard).
58+
If you wish to contribute a new `FileType` or a new `Extractor` to the Registry, please open a pull request at the [Datatractor Yard repo](https://github.com/datatractor/yard).
5959

60-
If you have any suggestions, technical queries, or a feature request related to the schemas, please do not hesitate to open an issue in this repository. For general questions related to the datatractor project, please use the [datatractor schema discussion board](https://github.com/datatractor/schema/discussions).
60+
If you have any suggestions, technical queries, or a feature request related to the schemas, please do not hesitate to open an issue in this repository. For general questions related to the Datatractor project, please use the [Datatractor discussion board](https://github.com/orgs/datatractor/discussions).

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
# -- Project information -----------------------------------------------------
2121

22-
project = "datatractor schema"
23-
copyright = "2022 - 2024, datatractor team"
22+
project = "Datatractor Schema"
23+
copyright = "2022 - 2024, Datatractor Team"
2424
author = "Matthew Evans, Peter Kraus"
2525
release = version
2626

@@ -73,7 +73,7 @@
7373
"github_user": "datatractor",
7474
"github_repo": "schema",
7575
"github_version": version,
76-
"conf_py_path": "/docs/source/"
76+
"conf_py_path": "/docs/source/",
7777
}
7878
html_logo = "https://avatars.githubusercontent.com/u/166528759"
7979
html_favicon = "https://datatractor.github.io/schema/main/_images/166528759-32x32.png"

docs/source/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Contributions to this project are welcome. We pledge to follow the `Contributor
99

1010
If you have any suggestions, technical queries, or a feature request related to the schemas, please do not hesitate to `open an issue <https://github.com/datatractor/schema/issues>`_ on |schemarepo|_.
1111

12-
For general questions related to the datatractor project, please use the `discussion board in the schema repo on GitHub <https://github.com/datatractor/schema/discussions>`_.
12+
For general questions related to the Datatractor project, please use the `discussion board on the Datatractor page on GitHub <https://github.com/orgs/datatractor/discussions>`_.
1313

1414
Contributors
1515
------------

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
datatractor schema
2-
==================
1+
Datatractor Schema: Schemas for Metadata Extractors
2+
===================================================
33

44
A repository at |schemarepo|_, containing the |LinkML|_-based schemas backing the |yardrepo|_.
55

6-
The schemas implemented here are machine-actionable. They are used by the `Registry <https://marda-registry.fly.dev/>`_ to validate entries; a reference implementation demonstrating their pracical use is shown in the |beamrepo|_.
6+
The schemas implemented here are machine-actionable. They are used by the `Registry <https://yard.datatractor.org/>`_ to validate entries; a reference implementation demonstrating their pracical use is shown in the |beamrepo|_.
77

88
.. note::
99

docs/source/usage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Usage of datatractor schema
1+
Usage of Datatractor Schema
22
===========================
33

44
Usage example
@@ -8,7 +8,7 @@ This repository is intended to be used as a |git submodule|_ to be cloned and us
88

99
.. figure:: images/registry.screenshot.PNG
1010
:target: https://github.com/datatractor/yard
11-
:alt: A screenshot of the datatractor yard showing "schemas" as a link to another repository.
11+
:alt: A screenshot of the Datatractor Yard showing "schemas" as a link to another repository.
1212

1313
A screenshot of |yard|. Note that ``schemas`` is a ``git submodule``, pointing to the Schema repository at a certain commit (here: |c03a732|_, corresponding to the 1.0 release).
1414

@@ -52,7 +52,7 @@ The generated files are intended to be used in downstream codes such as in the `
5252

5353
.. _git submodule: https://git-scm.com/book/en/v2/Git-Tools-Submodules
5454

55-
.. |yard| replace:: datatractor yard
55+
.. |yard| replace:: Datatractor Yard
5656

5757
.. _yard: https://github.com/datatractor/yard
5858

schemas/base.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ imports:
1212
- linkml:types
1313
default_range: string
1414
description: >-
15-
This file describes the generic slots used by models in the datatractor schema.
15+
This file describes the generic slots used by models in the Datatractor Schema.
1616
1717
1818
classes:
@@ -77,7 +77,7 @@ classes:
7777
attributes:
7878
id:
7979
description: >-
80-
A reference to the registered datatractor `FileType->id` for this file
80+
A reference to the registered Datatractor `FileType->id` for this file
8181
type.
8282
description:
8383
description: Free-text description of caveats or instructions specific
@@ -213,7 +213,7 @@ slots:
213213
slot_uri: schema_org:identifier
214214
required: true
215215
description: >-
216-
A unique identifier for the entry within the datatractor yard
216+
A unique identifier for the entry within the Datatractor Yard
217217
namespace, this should be a shorthand label rather than
218218
a UUID. Only lower-case alphanumeric and dash ("-") characters
219219
are permitted.

schemas/extractor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: datatractor schema
2+
title: Datatractor Schema
33
name: extractor
44
version: 1.0
55
id: https://datatractor.github.io/schema/main/datatractor_schema/
@@ -17,7 +17,7 @@ imports:
1717
- filetype
1818
default_range: string
1919
description: >-
20-
This file describes the `Extractor` model from the datatractor schema.
20+
This file describes the `Extractor` model from the Datatractor Schema.
2121
2222
2323
classes:

schemas/filetype.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ imports:
1414
- base
1515
default_range: string
1616
description: >-
17-
This file describes the `FileType` model from the datatractor schema.
17+
This file describes the `FileType` model from the Datatractor Schema.
1818
1919
2020
classes:

0 commit comments

Comments
 (0)