[MediaWiki-commits] [Gerrit] analytics...WDCM[master]: Sep 26 2017 Add logo + Crosstabs

2017-09-26 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/380770 )

Change subject: Sep 26 2017 Add logo + Crosstabs
..


Sep 26 2017 Add logo + Crosstabs

Change-Id: Ib912ed9dfa5060bbe888714b648be77eb6f69734
---
M WDCM_OverviewDashboard/server.R
M WDCM_OverviewDashboard/ui.R
A WDCM_OverviewDashboard/www/Wikidata-logo-en.png
M WDCM_UsageDashboard/server.R
M WDCM_UsageDashboard/ui.R
A WDCM_UsageDashboard/www/Wikidata-logo-en.png
6 files changed, 330 insertions(+), 29 deletions(-)

Approvals:
  GoranSMilovanovic: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/WDCM_OverviewDashboard/server.R b/WDCM_OverviewDashboard/server.R
index be744cd..fd1d5fe 100644
--- a/WDCM_OverviewDashboard/server.R
+++ b/WDCM_OverviewDashboard/server.R
@@ -1,4 +1,3 @@
-
 ### ---
 ### --- WDCM Dashboard Module, v. Beta 0.1
 ### --- Script: server.R, v. Beta 0.1
diff --git a/WDCM_OverviewDashboard/ui.R b/WDCM_OverviewDashboard/ui.R
index 7aa6d79..39e1f07 100644
--- a/WDCM_OverviewDashboard/ui.R
+++ b/WDCM_OverviewDashboard/ui.R
@@ -1,4 +1,3 @@
-
 ### ---
 ### --- WDCM Dashboard Module, v. Beta 0.1
 ### --- Script: ui.R, v. Beta 0.1
@@ -28,11 +27,25 @@
 # - fluidRow Title
 fluidRow(
   column(width = 12,
- h2('WDCM Overview Dahsboard'),
- HTML('Wikidata Concepts 
Monitor'),
- hr()
+ h2('WDCM Overview Dashboard'),
+ HTML('Wikidata Concepts 
Monitor')
  )
 ), # - fluidRow Title END
+
+# - fluidRow Logo
+fluidRow(
+  column(width = 12,
+ img(src='Wikidata-logo-en.png', 
+ align = "left")
+  )
+), # - fluidRow END
+
+# - hr()
+fluidRow(
+  column(width = 12,
+ hr()
+  )
+),
 
 fluidRow(
   column(width = 12,
@@ -204,39 +217,61 @@
)
  ), # - tabPanel Overview END
 
-# - tabPanel Usage
+# - tabPanel Description
 tabPanel("Description",
  fluidRow(
-   column(width = 12,
+   column(width = 8,
   HTML('WDCM Overview 
Dashboard
 Description

Introduction

-   This 
Dashboard is a part of the Wikidata Concepts Monitor (WDMC). The WDCM system 
provides analytics on Wikidata usage
+   This 
Dashboard is a part of the Wikidata Concepts Monitor (WDMC). The WDCM 
system provides analytics on Wikidata usage
across the client projects. 
The WDCM Overview Dashboard presents the big picture of Wikidata usage; other 
WDCM dashboards go
-   into more detail.
+   into more detail. The 
Overview Dashboard provides insights into (1) the similarities between 
the client projects in respect to their use of 
+   of Wikidata, as well as 
(2) the volume of Wikidata usage in every client project, (3) 
Wikidata usage tendencies, described by the volume of 
+   Wikidata usage in each of 
the semantic categories of items that are encompassed by the current WDCM 
edition, (4) the similarities between the 
+   Wikidata semantic 
categories of items in respect to their usage across the client projects, 
(5) ranking of client projects in respect to their 
+   Wikidata usage volume, 
(6) the Wikidata usage breakdown across the types of client projects and 
Wikidata semantic categories.

-   Wikidata Item Usage 
Definition
+   Definitions

-   NOTE. The current Wikidata item usage statistic definition is the 
count of the number of pages in a 

[MediaWiki-commits] [Gerrit] analytics...WDCM[master]: Sep 26 2017 Add logo + Crosstabs

2017-09-26 Thread GoranSMilovanovic (Code Review)
GoranSMilovanovic has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/380770 )

Change subject: Sep 26 2017 Add logo + Crosstabs
..

Sep 26 2017 Add logo + Crosstabs

Change-Id: Ib912ed9dfa5060bbe888714b648be77eb6f69734
---
M WDCM_OverviewDashboard/server.R
M WDCM_OverviewDashboard/ui.R
A WDCM_OverviewDashboard/www/Wikidata-logo-en.png
M WDCM_UsageDashboard/server.R
M WDCM_UsageDashboard/ui.R
A WDCM_UsageDashboard/www/Wikidata-logo-en.png
6 files changed, 330 insertions(+), 29 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/analytics/wmde/WDCM 
refs/changes/70/380770/1

diff --git a/WDCM_OverviewDashboard/server.R b/WDCM_OverviewDashboard/server.R
index be744cd..fd1d5fe 100644
--- a/WDCM_OverviewDashboard/server.R
+++ b/WDCM_OverviewDashboard/server.R
@@ -1,4 +1,3 @@
-
 ### ---
 ### --- WDCM Dashboard Module, v. Beta 0.1
 ### --- Script: server.R, v. Beta 0.1
diff --git a/WDCM_OverviewDashboard/ui.R b/WDCM_OverviewDashboard/ui.R
index 7aa6d79..39e1f07 100644
--- a/WDCM_OverviewDashboard/ui.R
+++ b/WDCM_OverviewDashboard/ui.R
@@ -1,4 +1,3 @@
-
 ### ---
 ### --- WDCM Dashboard Module, v. Beta 0.1
 ### --- Script: ui.R, v. Beta 0.1
@@ -28,11 +27,25 @@
 # - fluidRow Title
 fluidRow(
   column(width = 12,
- h2('WDCM Overview Dahsboard'),
- HTML('Wikidata Concepts 
Monitor'),
- hr()
+ h2('WDCM Overview Dashboard'),
+ HTML('Wikidata Concepts 
Monitor')
  )
 ), # - fluidRow Title END
+
+# - fluidRow Logo
+fluidRow(
+  column(width = 12,
+ img(src='Wikidata-logo-en.png', 
+ align = "left")
+  )
+), # - fluidRow END
+
+# - hr()
+fluidRow(
+  column(width = 12,
+ hr()
+  )
+),
 
 fluidRow(
   column(width = 12,
@@ -204,39 +217,61 @@
)
  ), # - tabPanel Overview END
 
-# - tabPanel Usage
+# - tabPanel Description
 tabPanel("Description",
  fluidRow(
-   column(width = 12,
+   column(width = 8,
   HTML('WDCM Overview 
Dashboard
 Description

Introduction

-   This 
Dashboard is a part of the Wikidata Concepts Monitor (WDMC). The WDCM system 
provides analytics on Wikidata usage
+   This 
Dashboard is a part of the Wikidata Concepts Monitor (WDMC). The WDCM 
system provides analytics on Wikidata usage
across the client projects. 
The WDCM Overview Dashboard presents the big picture of Wikidata usage; other 
WDCM dashboards go
-   into more detail.
+   into more detail. The 
Overview Dashboard provides insights into (1) the similarities between 
the client projects in respect to their use of 
+   of Wikidata, as well as 
(2) the volume of Wikidata usage in every client project, (3) 
Wikidata usage tendencies, described by the volume of 
+   Wikidata usage in each of 
the semantic categories of items that are encompassed by the current WDCM 
edition, (4) the similarities between the 
+   Wikidata semantic 
categories of items in respect to their usage across the client projects, 
(5) ranking of client projects in respect to their 
+   Wikidata usage volume, 
(6) the Wikidata usage breakdown across the types of client projects and 
Wikidata semantic categories.

-   Wikidata Item Usage 
Definition
+   Definitions

-   NOTE. The current Wikidata item usage statistic definition is the 
count of the number of pages in a