Skip to content

Commit 9c992e2

Browse files
authored
Merge pull request #8 from DynamicalSystemsGroup/rebrand-dsg
rebrand: BlockScience → DynamicalSystemsGroup URLs
2 parents ceb3f74 + 43b9fb3 commit 9c992e2

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pip install knowledgecomplex
2121
Or from source:
2222

2323
```bash
24-
git clone https://github.com/BlockScience/knowledgecomplex.git
24+
git clone https://github.com/DynamicalSystemsGroup/knowledgecomplex.git
2525
cd knowledgecomplex
2626
pip install -e ".[dev]"
2727
```
@@ -219,7 +219,7 @@ See [ARCHITECTURE.md](ARCHITECTURE.md) for the full design rationale.
219219

220220
## Domain model example
221221

222-
This package is used by [mtg-kc](https://github.com/BlockScience/mtg-kc) as a demonstration application, and by [assurances-audits-accountability](https://github.com/BlockScience/assurances-audits-accountability) as a domain-specific knowledge complex for typed document assurance.
222+
This package is used by [mtg-kc](https://github.com/mzargham/mtg-kc) as a demonstration application, and by [assurances-audits-accountability](https://github.com/DynamicalSystemsGroup/assurances-audits-accountability) as a domain-specific knowledge complex for typed document assurance.
223223

224224
## License
225225

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pip install knowledgecomplex
2121
Or from source:
2222

2323
```bash
24-
git clone https://github.com/BlockScience/knowledgecomplex.git
24+
git clone https://github.com/DynamicalSystemsGroup/knowledgecomplex.git
2525
cd knowledgecomplex
2626
pip install -e ".[dev]"
2727
```
@@ -57,14 +57,14 @@ fig, ax = plot_hasse(kc)
5757
fig, ax = plot_geometric(kc)
5858
```
5959

60-
For building schemas from scratch, see [`examples/02_construction/`](https://github.com/blockscience/knowledgecomplex/tree/main/examples/02_construction). Three pre-built ontologies ship with the package:
60+
For building schemas from scratch, see [`examples/02_construction/`](https://github.com/DynamicalSystemsGroup/knowledgecomplex/tree/main/examples/02_construction). Three pre-built ontologies ship with the package:
6161

6262
```python
6363
from knowledgecomplex.ontologies import operations, brand, research
6464
sb = brand.schema() # audience/theme with resonance, interplay, overlap
6565
```
6666

67-
See the [examples/](https://github.com/blockscience/knowledgecomplex/tree/main/examples) directory for 11 runnable examples.
67+
See the [examples/](https://github.com/DynamicalSystemsGroup/knowledgecomplex/tree/main/examples) directory for 11 runnable examples.
6868

6969
## API Reference
7070

docs/ontology.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ These constraints use `sh:sparql` validators because they require cross-individu
2424

2525
## Interoperability
2626

27-
Because KC stores all data as standard RDF and enforces constraints via W3C SHACL, instance graphs are natively compatible with RDF-based model management systems such as [Flexo MMS](https://github.com/Open-MBEE/flexo-mms-deployment) from the [OpenMBEE](https://www.openmbee.org/) community. JSON-LD export (`dump_graph(format="json-ld")`) provides the primary bridge format. See the [Interoperability section of ARCHITECTURE.md](https://github.com/blockscience/knowledgecomplex/blob/main/ARCHITECTURE.md#interoperability-flexo-mms-and-openmbee) for integration patterns.
27+
Because KC stores all data as standard RDF and enforces constraints via W3C SHACL, instance graphs are natively compatible with RDF-based model management systems such as [Flexo MMS](https://github.com/Open-MBEE/flexo-mms-deployment) from the [OpenMBEE](https://www.openmbee.org/) community. JSON-LD export (`dump_graph(format="json-ld")`) provides the primary bridge format. See the [Interoperability section of ARCHITECTURE.md](https://github.com/DynamicalSystemsGroup/knowledgecomplex/blob/main/ARCHITECTURE.md#interoperability-flexo-mms-and-openmbee) for integration patterns.
2828

2929
## Design rationale
3030

31-
See [ARCHITECTURE.md](https://github.com/blockscience/knowledgecomplex/blob/main/ARCHITECTURE.md) for the full 2x2 responsibility map and design decisions.
31+
See [ARCHITECTURE.md](https://github.com/DynamicalSystemsGroup/knowledgecomplex/blob/main/ARCHITECTURE.md) for the full 2x2 responsibility map and design decisions.

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: knowledgecomplex
2-
site_url: https://blockscience.github.io/knowledgecomplex
3-
repo_url: https://github.com/blockscience/knowledgecomplex
4-
repo_name: blockscience/knowledgecomplex
2+
site_url: https://dynamicalsystemsgroup.github.io/knowledgecomplex
3+
repo_url: https://github.com/DynamicalSystemsGroup/knowledgecomplex
4+
repo_name: DynamicalSystemsGroup/knowledgecomplex
55

66
theme:
77
name: material

0 commit comments

Comments
 (0)