Graphic NPC test statistics, daily sums, main page logs

API
Timestamp User Remote address User agent Added keys Updated items Removed items
2020-11-08T18:14:49.100Z admin 10.42.2.0 Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "transform": [
      {
        "calculate": "day(datetime(utcyear(datum.date), 0, 1))",
        "as": "startingDay"
      },
      {
        "calculate": "(4 - datum.startingDay) % 7 - 2",
        "as": "mondayOfFirstWeek"
      },
      {
        "calculate": "1 + floor((utcdayofyear(datum.date) - datum.mondayOfFirstWeek) / 7)",
        "as": "ISOweek"
      }
    ],
    "width": 280,
    "height": 200,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Week",
        "field": "ISOweek",
        "type": "ordinal"
      },
      "y": {
        "title": "Number of tests",
        "field": "count",
        "aggregate": "sum",
        "type": "quantitative",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-10-09T10:58:59.134Z arnold 10.42.2.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "transform": [
      {
        "calculate": "day(datetime(utcyear(datum.date), 0, 1))",
        "as": "startingDay"
      },
      {
        "calculate": "(4 - datum.startingDay) % 7 - 2",
        "as": "mondayOfFirstWeek"
      },
      {
        "calculate": "1 + floor((utcdayofyear(datum.date) - datum.mondayOfFirstWeek) / 7)",
        "as": "ISOweek"
      }
    ],
    "width": 280,
    "height": 200,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Week",
        "field": "ISOweek",
        "type": "ordinal"
      },
      "y": {
        "title": "Number of tests",
        "field": "count",
        "aggregate": "sum",
        "type": "quantitative"
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-10-09T10:58:09.929Z arnold 10.42.2.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "transform": [
      {
        "calculate": "day(datetime(utcyear(datum.date), 0, 1))",
        "as": "startingDay"
      },
      {
        "calculate": "(4 - datum.startingDay) % 7 - 2",
        "as": "mondayOfFirstWeek"
      },
      {
        "calculate": "1 + floor((utcdayofyear(datum.date) - datum.mondayOfFirstWeek) / 7)",
        "as": "ISOweek"
      }
    ],
    "width": 280,
    "height": 200,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Week",
        "field": "ISOweek",
        "type": "ordinal",
        "axis": {
          "labelAngle": 0
        }
      },
      "y": {
        "title": "Number of tests",
        "field": "count",
        "aggregate": "sum",
        "type": "quantitative"
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-10-09T10:57:10.721Z arnold 10.42.2.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "transform": [
      {
        "calculate": "day(datetime(utcyear(datum.date), 0, 1))",
        "as": "startingDay"
      },
      {
        "calculate": "(4 - datum.startingDay) % 7 - 2",
        "as": "mondayOfFirstWeek"
      },
      {
        "calculate": "1 + floor((utcdayofyear(datum.date) - datum.mondayOfFirstWeek) / 7)",
        "as": "ISOweek"
      }
    ],
    "width": 280,
    "height": 200,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Week",
        "field": "ISOweek",
        "type": "ordinal",
        "axis": {
          "labelAngle": 0
        }
      },
      "y": {
        "title": "Number of tests",
        "field": "count",
        "aggregate": "sum",
        "type": "quantitative",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-10-02T08:01:49.117Z arnold 10.42.2.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "transform": [
      {
        "calculate": "day(datetime(utcyear(datum.date), 0, 1))",
        "as": "startingDay"
      },
      {
        "calculate": "(4 - datum.startingDay) % 7 - 2",
        "as": "mondayOfFirstWeek"
      },
      {
        "calculate": "1 + floor((utcdayofyear(datum.date) - datum.mondayOfFirstWeek) / 7)",
        "as": "ISOweek"
      }
    ],
    "width": 280,
    "height": 200,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Week",
        "field": "ISOweek",
        "type": "ordinal"
      },
      "y": {
        "title": "Number of tests",
        "field": "count",
        "aggregate": "sum",
        "type": "quantitative",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-10-02T08:00:20.606Z arnold 10.42.2.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "transform": [
      {
        "filter": {
          "timeUnit": "yearmonthdate",
          "field": "date",
          "gt": "2020-08-18"
        }
      }
    ],
    "width": 280,
    "height": 200,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Date",
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "axis": {
          "format": "%b %d"
        }
      },
      "y": {
        "title": "Number of tests",
        "field": "count",
        "type": "quantitative",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-09-30T14:13:58.747Z arnold 10.42.3.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "transform": [
      {
        "filter": {
          "timeUnit": "yearmonthdate",
          "field": "date",
          "gt": "2020-08-18"
        }
      }
    ],
    "width": 250,
    "height": 200,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Date",
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "axis": {
          "format": "%b %d"
        }
      },
      "y": {
        "title": "Number of tests",
        "field": "count",
        "type": "quantitative",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-09-30T14:12:15.495Z arnold 10.42.3.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "transform": [
      {
        "filter": {
          "timeUnit": "yearmonthdate",
          "field": "date",
          "gt": "2020-08-18"
        }
      }
    ],
    "width": 280,
    "height": 200,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Date",
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "axis": {
          "format": "%b %d"
        }
      },
      "y": {
        "title": "Number of tests",
        "field": "count",
        "type": "quantitative",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-09-30T14:05:39.684Z arnold 10.42.3.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "transform": [
      {
        "filter": {
          "timeUnit": "yearmonthdate",
          "field": "date",
          "gt": "2020-08-18"
        }
      }
    ],
    "width": 280,
    "height": 200,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Date",
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "axis": {
          "format": "%Y-%m-%d"
        }
      },
      "y": {
        "title": "Number of tests",
        "field": "count",
        "type": "quantitative",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-09-30T13:45:47.376Z arnold 10.42.3.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "transform": [
      {
        "filter": {
          "timeUnit": "yearmonthdate",
          "field": "date",
          "gt": "2020-08-03"
        }
      }
    ],
    "width": 280,
    "height": 200,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Date",
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "axis": {
          "format": "%Y-%m-%d"
        }
      },
      "y": {
        "title": "Number of tests",
        "field": "count",
        "type": "quantitative",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-09-30T12:32:33.304Z arnold 10.42.3.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "transform": [
      {
        "filter": {
          "timeUnit": "yearmonthdate",
          "field": "date",
          "gt": "2020-08-03"
        }
      }
    ],
    "width": 250,
    "height": 200,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Date",
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "axis": {
          "format": "%Y-%m-%d"
        }
      },
      "y": {
        "title": "Number of tests",
        "field": "count",
        "type": "quantitative",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-09-30T12:32:07.389Z arnold 10.42.3.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "transform": [
      {
        "filter": {
          "timeUnit": "yearmonthdate",
          "field": "date",
          "gt": "2020-08-01"
        }
      }
    ],
    "width": 300,
    "height": 200,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Date",
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "axis": {
          "format": "%Y-%m-%d"
        }
      },
      "y": {
        "title": "Number of tests",
        "field": "count",
        "type": "quantitative",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-09-30T12:30:09.652Z arnold 10.42.3.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "transform": [
      {
        "filter": {
          "timeUnit": "yearmonthdate",
          "field": "date",
          "gt": "2020-07-01"
        }
      }
    ],
    "width": 400,
    "height": 200,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Date",
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "axis": {
          "format": "%Y-%m-%d"
        }
      },
      "y": {
        "title": "Number of tests",
        "field": "count",
        "type": "quantitative",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  }
}
{}
2020-09-30T12:22:02.591Z arnold 10.42.3.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "error": "'week' is not one of ['year', 'quarter', 'month', 'day', 'date', 'hours', 'minutes', 'seconds', 'milliseconds']\n\nFailed validating 'enum' in schema[0]:\n    {'enum': ['year',\n              'quarter',\n              'month',\n              'day',\n              'date',\n              'hours',\n              'minutes',\n              'seconds',\n              'milliseconds'],\n     'type': 'string'}\n\nOn instance:\n    'week'",
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "width": 400,
    "height": 200,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Week",
        "type": "ordinal",
        "field": "date",
        "timeUnit": "week",
        "axis": {
          "format": "%W"
        }
      },
      "y": {
        "title": "Number of tests",
        "aggregate": "sum",
        "field": "count",
        "type": "quantitative",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  },
  "title": "NPC test statistics, weekly sums, main page"
}
{}
2020-09-30T11:55:29.697Z arnold 10.42.3.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "public": false
}
{}
2020-09-30T11:55:13.986Z arnold 10.42.3.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[]
{
  "error": null,
  "specification": {
    "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
    "data": {
      "url": "https://datagraphics.dckube.scilifelab.se/api/dataset/bbbaf64a25a1452287a8630503f07418.csv",
      "format": {
        "type": "csv"
      }
    },
    "width": 800,
    "height": 250,
    "mark": {
      "type": "bar",
      "tooltip": true
    },
    "encoding": {
      "x": {
        "title": "Date",
        "field": "date",
        "type": "temporal",
        "timeUnit": "yearmonthdate",
        "axis": {
          "format": "%Y-%m-%d"
        }
      },
      "y": {
        "title": "Number of tests",
        "field": "count",
        "type": "quantitative",
        "axis": {
          "orient": "right"
        }
      },
      "color": {
        "field": "class",
        "type": "nominal",
        "scale": {
          "domain": [
            "invalid/inconclusive",
            "negative",
            "positive"
          ],
          "range": [
            "#c7c7c7",
            "#8fd7f9",
            "#ef9292"
          ]
        },
        "legend": {
          "title": "Test results"
        }
      }
    }
  },
  "title": "Copy of NPC test statistics, daily sums"
}
{}
2020-09-30T11:54:33.362Z arnold 10.42.3.0 Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:81.0) Gecko/20100101 Firefox/81.0
[
  "dataset",
  "error",
  "doctype",
  "public",
  "specification",
  "owner",
  "created",
  "description",
  "title"
]
{}
{}

DataGraphics 1.0.4