Skip to content

Commit db52728

Browse files
committed
quote project names with colons ...
Unquoted colons produced error 'yaml.scanner.ScannerError: mapping values are not allowed here'
1 parent e04d8e5 commit db52728

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ projects:
361361
- name: glp
362362
category: mlp
363363
github_id: sirmarcel/glp
364-
- name: gkx: Green-Kubo Method in JAX
364+
- name: "gkx: Green-Kubo Method in JAX"
365365
category: representation-learning
366366
labels: ["transport-phenomena"]
367367
github_id: sirmarcel/gkx
@@ -463,7 +463,7 @@ projects:
463463
category: representation-learning
464464
homepage: https://crystals.ai/
465465
github_id: txie-93/cgcnn
466-
- name: GATGNN: Global Attention Graph Neural Network
466+
- name: "GATGNN: Global Attention Graph Neural Network"
467467
category: representation-learning
468468
github_id: superlouis/GATGNN
469469
- name: DeeperGATGNN
@@ -871,7 +871,7 @@ projects:
871871
- name: MAChINE
872872
category: educational
873873
github_id: aimat-lab/MAChINE
874-
- name: MEGAN: Multi Explanation Graph Attention Student
874+
- name: "MEGAN: Multi Explanation Graph Attention Student"
875875
category: xai
876876
github_id: aimat-lab/graph_attention_student
877877
- name: 3DSC Database

0 commit comments

Comments
 (0)