Skip to content

Commit

Permalink
Merge pull request #80 from SINTEF-9012/learning-factory
Browse files Browse the repository at this point in the history
Learning factory
  • Loading branch information
tiptr committed Sep 30, 2022
2 parents a6963b3 + d6905ce commit 8d88a32
Show file tree
Hide file tree
Showing 42 changed files with 1,270 additions and 264 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ mmcv_models/faster_rcnn/faster_rcnn_x101_64x4d_fpn_1x_coco_20200204-833ee192.pth
mmcv_models/faster_rcnn/faster_rcnn_r50_fpn_1x_coco_20200130-047c8118.pth
database_export/
database_import/
safety_backups/
safety_backups/
scatter-output.png
10 changes: 10 additions & 0 deletions assets/custom_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -717,4 +717,14 @@ body {

.node-information-attribute-header {
font-weight: bold;
}

.node-information-attribute-content {
max-height: 100px;
overflow: scroll;
}


.annotation-click-context-feature-container {
padding-bottom: 200px;
}
14 changes: 7 additions & 7 deletions assets/cytoscape-graph-style.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"content": "data(label)",
"text-halign": "center",
"text-wrap": "wrap",
"text-max-width": 30,
"text-max-width": 80,
"font-size": 14,
"font-weight": "bold",
"color": "#777",
Expand Down Expand Up @@ -71,7 +71,7 @@
{
"selector": ".TIMESERIES_CLUSTER",
"style": {
"background-color": "#1A6152",
"background-color": "#6b449b",
"background-image": "https://fonts.gstatic.com/s/i/short-term/release/materialsymbolsrounded/scatter_plot/wght500/48px.svg"
}
},
Expand All @@ -80,7 +80,7 @@
"style": {
"curve-style": "bezier",
"width": 6,
"line-color": "#1A6152",
"line-color": "#6b449b",
"target-arrow-shape": "none",
"source-distance-from-node": 10,
"target-distance-from-node": 10,
Expand All @@ -91,28 +91,28 @@
"text-max-width": 300,
"font-size": 14,
"font-weight": "bold",
"color": "#1A6152"
"color": "#6b449b"
}
},
{
"selector": ".EXTRACTED_KEYWORD",
"style": {
"background-color": "#1A6152",
"background-color": "#6b449b",
"background-image": "https://fonts.gstatic.com/s/i/short-term/release/materialsymbolsrounded/label/wght500/48px.svg"
}
},
{
"selector": ".KEYWORD_EXTRACTION",
"style": {
"width": 3,
"line-color": "#1A6152"
"line-color": "#6b449b"
}
},
{
"selector": ".PART_OF_TS_CLUSTER",
"style": {
"width": 3,
"line-color": "#1A6152"
"line-color": "#6b449b"
}
},
{
Expand Down
Loading

0 comments on commit 8d88a32

Please sign in to comment.