File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020# Default attribute patterns for common binary files
2121# which should be stored in Git LFS.
2222# ==================================================
23- # Images
24- * . [Ii ][Cc ][Oo ] filter =lfs diff =lfs merge =lfs - text
25- * . [Jj ][Pp ][Gg ] filter =lfs diff =lfs merge =lfs - text
26- * . [Jj ][Pp ][Ee ][Gg ] filter =lfs diff =lfs merge =lfs - text
27- * . [Pp ][Nn ][Gg ] filter =lfs diff =lfs merge =lfs - text
28- * . [Gg ][Ii ][Ff ] filter =lfs diff =lfs merge =lfs - text
29- * . [Tt ][Ii ][Ff ] filter =lfs diff =lfs merge =lfs - text
30- * . [Tt ][Ii ][Ff ][Ff ] filter =lfs diff =lfs merge =lfs - text
31- * . [Pp ][Ss ][Dd ] filter =lfs diff =lfs merge =lfs - text
32- * . [Aa ][Ii ] filter =lfs diff =lfs merge =lfs - text
33-
3423# Media
3524* . [Pp ][Dd ][Ff ] filter =lfs diff =lfs merge =lfs - text
3625
Original file line number Diff line number Diff line change @@ -34,19 +34,7 @@ The tool works in two steps:
3434 graph via a human-readable configuration file and the previously generated
3535 index
3636
37- <details >
38- <summary>Table of Content</summary>
39-
40- <!-- toc:start-->
41-
42- - [ Installation] ( #installation )
43- - [ Container] ( #container )
44- - [ Source Build] ( #source-build )
45- - [ Usage] ( #usage )
46- - [ Development] ( #development )
47- <!-- toc:end-->
48-
49- </details >
37+ ![ tripsu flowchart] ( ./docs/assets/diagram/diagram.png )
5038
5139## Installation
5240
Original file line number Diff line number Diff line change 1+ remote_theme : pages-themes/cayman@v0.2.0
2+ title : tripsu
3+ description : Pseudonymize specific triples in a knowledge graph, with speed and accuracy. 🥷
4+ markdown : GFM
5+ plugins :
6+ - jemoji
7+ - jekyll-remote-theme
Original file line number Diff line number Diff line change 1+ ---
2+ config :
3+ theme : redux
4+ look : handDrawn
5+ layout : elk
6+ ---
7+ flowchart LR
8+ subgraph subGraph0 [ "Step 1: Indexing"]
9+ C [ " index.json" ]
10+ B ([ " index" ])
11+ end
12+ subgraph subGraph1 [ "Step 2: Pseudonymization"]
13+ F [ " pseudo.nt" ]
14+ D ([ " pseudo" ])
15+ end
16+ A [ " input.nt" ] --> B & D
17+ B --> C
18+ C --> D
19+ E [ " rules.yaml" ] --> D
20+ D --> F
You can’t perform that action at this time.
0 commit comments