[
    
    {
        "type": "brand",
        "items": [
            {
                "type": "link",
                "url": [
                    {"config": "visualization_url"},
                    "?lang=",
                    {"locale": "lang"}
                ],
                "title": {
                    "en": "Visualizations from GROS",
                    "nl": "Visualisaties van GROS"
                },
                "content": [
                    {
                        "type": "image",
                        "url": [
                            {"config": "visualization_url"},
                            "images/ICTU-LEIDEN.png"
                        ],
                        "alt": {
                            "en": "Grip on Software",
                            "nl": "Grip op Software"
                        },
                        "width": 28,
                        "height": 28
                    }
                ]
            },
            {
                "type": "link",
                "url": "https://gros.liacs.nl",
                "title": {
                    "en": "Grip on Software",
                    "nl": "Grip op Software"
                },
                "content": {
                    "en": "GROS",
                    "nl": "GROS"
                }
            },
            {
                "type": "burger",
                "target": "menu-visualizations",
                "lines": 3
            },
            {
                "type": "fullscreen",
                "icon": ["fas", "arrows-alt"],
                "title": {
                    "en": "Full screen",
                    "nl": "Volledig scherm"
                }
            }
        ]
    },
    {
        "type": "menu",
        "id": "menu-visualizations",
        "items": [
            {
                "type": "start",
                "items": [
                    {
                        "type": "dropdown",
                        "id": "visualizations",
                        "class": "is-focus",
                        "link": {
                            "url": [
                                {"config": "visualization_url"},
                                "?lang=",
                                {"locale": "lang"}
                            ],
                            "content": {
                                "en": "Visualizations",
                                "nl": "Visualisaties"
                            }
                        },
                        "items": [
                            {
                                "type": "link",
                                "id": "visualization-sprint-report",
                                "url": [
                                    {"config":"visualization_url"}, "sprint-report",
                                    "?lang=",
                                    {"locale": "lang"}
                                ],
                                "icon": ["fas","book-open"],
                                "content": {"en":"Sprint Report","nl":"Sprintrapportage"}
                            },
                            {
                                "type": "link",
                                "id": "visualization-prediction",
                                "url": [
                                    {"config":"prediction_url"}, "show",
                                    "?lang=",
                                    {"locale": "lang"}
                                ],
                                "icon": ["fas","percent"],
                                "content": {"en":"Prediction","nl":"Voorspelling"}
                            },
                            {
                                "type": "link",
                                "id": "visualization-timeline",
                                "url": [
                                    {"config":"visualization_url"}, "timeline",
                                    "?",
                                    {"locale": "lang"}
                                ],
                                "icon": ["fas","align-center"],
                                "content": {"en":"Timeline","nl":"Tijdslijn"}
                            },
                            {
                                "type": "link",
                                "id": "visualization-leaderboard",
                                "url": [
                                    {"config":"visualization_url"}, "leaderboard",
                                    "?lang=",
                                    {"locale": "lang"}
                                ],
                                "icon": ["fas","trophy"],
                                "content": {"en":"Leaderboard","nl":"Leaderboard"}
                            },
                            {
                                "type": "divider"
                            },
                            {
                                "type": "link",
                                "id": "visualization-collaboration-graph",
                                "url": [
                                    {"config":"visualization_url"}, "collaboration-graph",
                                    "?lang=",
                                    {"locale": "lang"}
                                ],
                                "icon": ["far","circle"],
                                "content": {"en":"Collaboration Graph","nl":"Samenwerkingsgraaf"}
                            },
                            {
                                "type": "link",
                                "id": "visualization-process-flow",
                                "url": [
                                    {"config":"visualization_url"}, "process-flow",
                                    "?lang=",
                                    {"locale": "lang"}
                                ],
                                "icon": ["fas","sync"],
                                "content": {"en":"Process Flow","nl":"Procesverloop"}
                            },
                            {
                                "type": "link",
                                "id": "visualization-heatmap",
                                "url": [
                                    {"config":"visualization_url"}, "heatmap",
                                    "?lang=",
                                    {"locale": "lang"}
                                ],
                                "icon": ["fas","grip"],
                                "content": {"en":"Heat Map","nl":"Heatmap"}
                            },
                            {
                                "type": "link",
                                "id": "visualization-bigboat-status",
                                "url": [
                                    {"config":"visualization_url"}, "bigboat-status",
                                    "?lang=",
                                    {"locale": "lang"}
                                ],
                                "icon": ["fab","docker"],
                                "content": {"en":"BigBoat Status","nl":"BigBoat-status"}
                            }]
                    }
                ]
            },
            {
                "type": "end",
                "items": [
                    {
                        "type": "dropdown",
                        "id": "languages",
                        "class": "has-icon is-focus",
                        "items": [],
                        "link": {
                            "url": ".",
                            "icon": ["fas", "language", "xs"],
                            "content": {
                                "en": "Language",
                                "nl": "Taal"
                            },
                            "title": {
                                "en": "Switch language",
                                "nl": "Taal wisselen"
                            }
                        }
                    },
                    {
                        "type": "link",
                        "url": "https://liacs.leidenuniv.nl/",
                        "title": {
                            "en": "Leiden Institute of Advanced Computer Science (LIACS)",
                            "nl": "Leiden Institute of Advanced Computer Science (LIACS)"
                        },
                        "content": [
                            {
                                "type": "image",
                                "url": [
                                    {"config": "visualization_url"},
                                    "images/liacs.svg"
                                ],
                                "alt": {
                                    "en": "LIACS",
                                    "nl": "LIACS"
                                },
                                "width": 108,
                                "height": 28
                            }
                        ]
                    },
                    {
                        "type": "link",
                        "class": "item is-fullsized is-hidden-touch",
                        "url": "https://www.universiteitleiden.nl/",
                        "title": {
                            "en": "Leiden University",
                            "nl": "Universiteit Leiden"
                        },
                        "content": [
                            {
                                "type": "image",
                                "url": [
                                    {"config": "visualization_url"},
                                    {
                                        "en": "images/leiden-en-light.svg",
                                        "nl": "images/leiden-nl-light.svg"
                                    }
                                ],
                                "alt": {
                                    "en": "Leiden University",
                                    "nl": "Universiteit Leiden"
                                },
                                "style": "max-height: 5rem",
                                "width": 94,
                                "height": 52
                            }
                        ]
                    },
                    {
                        "type": "link",
                        "class": "item is-hidden-desktop",
                        "url": "https://www.universiteitleiden.nl/",
                        "title": {
                            "en": "Leiden University",
                            "nl": "Universiteit Leiden"
                        },
                        "content": [
                            {
                                "type": "image",
                                "url": [
                                    {"config": "visualization_url"},
                                    {
                                        "en": "images/leiden-en-dark.svg",
                                        "nl": "images/leiden-nl-dark.svg"
                                    }
                                ],
                                "alt": {
                                    "en": "Leiden University",
                                    "nl": "Universiteit Leiden"
                                },
                                "style": "max-height: 5rem",
                                "width": 94,
                                "height": 52
                            }
                        ]
                    },
                    {
                        "type": "dropdown",
                        "id": "organizations",
                        "class": "is-at-end is-focus is-hidden",
                        "link": {
                            "title": {
                                "en": "Switch organization",
                                "nl": "Organisatie wisselen"
                            },
                            "url": [
                                {"config": "visualization_url"},
                                "?lang=",
                                {"locale": "lang"}
                            ],
                            "content": []
                        },
                        "items": [
                            {
                                "type": "link",
                                "id": "organization-combined",
                                "class": "item",
                                "url": [
                                    "/prediction/?lang=",
                                    {"locale": "lang"}
                                ],
                                "title": {
                                    "en": "Switch to combined data set",
                                    "nl": "Wisselen naar gecombineerde dataset"
                                },
                                "content": {
                                    "en": "Combined",
                                    "nl": "Gecombineerd"
                                }
                            }
                        ]
                    }
                ]
            }
        ]
    }
]
