[MediaWiki-commits] [Gerrit] analytics...WDCM[master]: Shiny Server Frontpage

2017-10-22 Thread GoranSMilovanovic (Code Review)
GoranSMilovanovic has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/385844 )

Change subject: Shiny Server Frontpage
..


Shiny Server Frontpage

Change-Id: I9b0ca3b609ae80c2fd4b452fff3084c1860e7376
---
A WDCM_ShinyServerFrontPage/OverviewDashboard.png
A WDCM_ShinyServerFrontPage/UsageDashboard.png
A WDCM_ShinyServerFrontPage/Wikidata-logo-en.png
A WDCM_ShinyServerFrontPage/wdcm_ShinyFront.html
4 files changed, 285 insertions(+), 0 deletions(-)

Approvals:
  GoranSMilovanovic: Verified; Looks good to me, approved



diff --git a/WDCM_ShinyServerFrontPage/OverviewDashboard.png 
b/WDCM_ShinyServerFrontPage/OverviewDashboard.png
new file mode 100644
index 000..5ad8cda
--- /dev/null
+++ b/WDCM_ShinyServerFrontPage/OverviewDashboard.png
Binary files differ
diff --git a/WDCM_ShinyServerFrontPage/UsageDashboard.png 
b/WDCM_ShinyServerFrontPage/UsageDashboard.png
new file mode 100644
index 000..bce494b
--- /dev/null
+++ b/WDCM_ShinyServerFrontPage/UsageDashboard.png
Binary files differ
diff --git a/WDCM_ShinyServerFrontPage/Wikidata-logo-en.png 
b/WDCM_ShinyServerFrontPage/Wikidata-logo-en.png
new file mode 100644
index 000..5e52bba
--- /dev/null
+++ b/WDCM_ShinyServerFrontPage/Wikidata-logo-en.png
Binary files differ
diff --git a/WDCM_ShinyServerFrontPage/wdcm_ShinyFront.html 
b/WDCM_ShinyServerFrontPage/wdcm_ShinyFront.html
new file mode 100644
index 000..d9368c4
--- /dev/null
+++ b/WDCM_ShinyServerFrontPage/wdcm_ShinyFront.html
@@ -0,0 +1,285 @@
+http://www.w3.org/1999/xhtml; lang="en-US">
+
+Wikidata Concepts Monitor (WDCM)
+
+body, html {
+margin: 0;
+padding: 0;
+font-family: Liberation Sans;
+background-color: ##FF;
+color: #00;
+}
+a {
+text-decoration: none;
+}
+a:hover {
+text-decoration: underline;
+}
+#titleBar {
+border-bottom: 1px solid #0d55a2;
+overflow: hidden;
+height: 80px;
+background-color: #0d55a2;
+}
+#titleBar #container {
+margin-top: 14px;
+}
+#titleBar h1 {
+margin: 0 auto 0.5em;
+padding: 0.2em;
+text-align: center;
+color: white;
+font-family: Liberation Sans;
+}
+#intro {
+border: 1px solid #cc;
+margin: 1em 1em 0;
+padding: 0.75em;
+background-color: #B5D7FC;
+text-align: center;
+font-size: 18px;
+}
+#intro p {
+margin: 0.3em 0;
+}
+#outer-content {
+max-width: 910px;
+margin-left: auto;
+margin-right: auto;
+}
+#content {
+margin: 1em auto;
+float: left;
+}
+#main {
+margin-right: 350px;
+float: left;
+line-height: 18px;
+}
+#shiny {
+border-left: 1px solid #aa;
+float: left;
+width: 305px;
+margin-left: -330px;
+padding-left: 20px;
+}
+#shiny iframe {
+margin-top: 30px;
+}
+.caption {
+font-size: 13px;
+}
+code {
+border: 1px solid #aa;
+padding: 0 0.5em;
+background-color: #e5e5e5;
+-moz-border-radius-topleft: 3px;
+-moz-border-radius-topright: 3px;
+-moz-border-radius-bottomright: 3px;
+-moz-border-radius-bottomleft: 3px;
+}
+
+.box{
+width:100%;
+border: 1px solid #cc;
+padding: 5px;
+}
+
+.blue{
+background:#B5D7FC;
+}
+
+
+
+
+
+
+
+
+Wikidata Concepts Monitor
+
+
+
+
+
+How is Wikidata used across the
+Wikimedia sister projects? 
+
+
+
+0. What is this?
+
+Wikidata Concepts Monitor (WDCM)
+is a system of dashboards that monitor the usage of https://www.wikidata.org/wiki/Wikidata:Main_Page; 
target="_blank">Wikidata
+items on WMF sister projects. The dashboards are currently supported by
+(1) analytical overviews of Wikidata item usage that are organized in a
+number of semantic categories, (2) per sister project analytical
+overviews of Wikidata item usage, and (3) https://en.wikipedia.org/wiki/Distributional_semantics;
+target="_blank">distributional semantics
+models of Wikidata usage that offer analytical insights into the
+structure of Wikidata item usage similarity across the sister projects
+and/or semantic categories of Wikidata items.
+
+
+In other
+words, here you can discover how
+much does a particular project use Wikidata, what
+semantic categories of Wikidata items are more popular in a particular
+project or a subset of projects,
+how similar are two or more
+projects in respect to the way they utilize Wikidata, what
+are the most popular Wikidata items in a particular project or a set of
+projects, and similar. 

+
+
+
+1. Getting started
+In order to be able to use the WDCM system in a way it was ment
+and designed to be used, i.e.
+with a clear understanding of what
+is it built for and why it
+was built that way,
+you probably need to get to learn about some important WDCM definitions
+(and the constraints that dictated them) first. You can do that by
+reading through the Definitions section of the WDCM Wikitech Technical
+Documentation [[LINK HERE!!!]].
+Do not panic, please: it is written in a language that a non-technical
+person who does not necessarily care about https://en.wikipedia.org/wiki/Data_science; target="_blank">Data
+Science or https://en.wikipedia.org/wiki/Cognitive_science; 
target="_blank">Cognitive

[MediaWiki-commits] [Gerrit] analytics...WDCM[master]: Shiny Server Frontpage

2017-10-22 Thread GoranSMilovanovic (Code Review)
GoranSMilovanovic has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/385844 )

Change subject: Shiny Server Frontpage
..

Shiny Server Frontpage

Change-Id: I9b0ca3b609ae80c2fd4b452fff3084c1860e7376
---
A WDCM_ShinyServerFrontPage/OverviewDashboard.png
A WDCM_ShinyServerFrontPage/UsageDashboard.png
A WDCM_ShinyServerFrontPage/Wikidata-logo-en.png
A WDCM_ShinyServerFrontPage/wdcm_ShinyFront.html
4 files changed, 285 insertions(+), 0 deletions(-)


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

diff --git a/WDCM_ShinyServerFrontPage/OverviewDashboard.png 
b/WDCM_ShinyServerFrontPage/OverviewDashboard.png
new file mode 100644
index 000..5ad8cda
--- /dev/null
+++ b/WDCM_ShinyServerFrontPage/OverviewDashboard.png
Binary files differ
diff --git a/WDCM_ShinyServerFrontPage/UsageDashboard.png 
b/WDCM_ShinyServerFrontPage/UsageDashboard.png
new file mode 100644
index 000..bce494b
--- /dev/null
+++ b/WDCM_ShinyServerFrontPage/UsageDashboard.png
Binary files differ
diff --git a/WDCM_ShinyServerFrontPage/Wikidata-logo-en.png 
b/WDCM_ShinyServerFrontPage/Wikidata-logo-en.png
new file mode 100644
index 000..5e52bba
--- /dev/null
+++ b/WDCM_ShinyServerFrontPage/Wikidata-logo-en.png
Binary files differ
diff --git a/WDCM_ShinyServerFrontPage/wdcm_ShinyFront.html 
b/WDCM_ShinyServerFrontPage/wdcm_ShinyFront.html
new file mode 100644
index 000..d9368c4
--- /dev/null
+++ b/WDCM_ShinyServerFrontPage/wdcm_ShinyFront.html
@@ -0,0 +1,285 @@
+http://www.w3.org/1999/xhtml; lang="en-US">
+
+Wikidata Concepts Monitor (WDCM)
+
+body, html {
+margin: 0;
+padding: 0;
+font-family: Liberation Sans;
+background-color: ##FF;
+color: #00;
+}
+a {
+text-decoration: none;
+}
+a:hover {
+text-decoration: underline;
+}
+#titleBar {
+border-bottom: 1px solid #0d55a2;
+overflow: hidden;
+height: 80px;
+background-color: #0d55a2;
+}
+#titleBar #container {
+margin-top: 14px;
+}
+#titleBar h1 {
+margin: 0 auto 0.5em;
+padding: 0.2em;
+text-align: center;
+color: white;
+font-family: Liberation Sans;
+}
+#intro {
+border: 1px solid #cc;
+margin: 1em 1em 0;
+padding: 0.75em;
+background-color: #B5D7FC;
+text-align: center;
+font-size: 18px;
+}
+#intro p {
+margin: 0.3em 0;
+}
+#outer-content {
+max-width: 910px;
+margin-left: auto;
+margin-right: auto;
+}
+#content {
+margin: 1em auto;
+float: left;
+}
+#main {
+margin-right: 350px;
+float: left;
+line-height: 18px;
+}
+#shiny {
+border-left: 1px solid #aa;
+float: left;
+width: 305px;
+margin-left: -330px;
+padding-left: 20px;
+}
+#shiny iframe {
+margin-top: 30px;
+}
+.caption {
+font-size: 13px;
+}
+code {
+border: 1px solid #aa;
+padding: 0 0.5em;
+background-color: #e5e5e5;
+-moz-border-radius-topleft: 3px;
+-moz-border-radius-topright: 3px;
+-moz-border-radius-bottomright: 3px;
+-moz-border-radius-bottomleft: 3px;
+}
+
+.box{
+width:100%;
+border: 1px solid #cc;
+padding: 5px;
+}
+
+.blue{
+background:#B5D7FC;
+}
+
+
+
+
+
+
+
+
+Wikidata Concepts Monitor
+
+
+
+
+
+How is Wikidata used across the
+Wikimedia sister projects? 
+
+
+
+0. What is this?
+
+Wikidata Concepts Monitor (WDCM)
+is a system of dashboards that monitor the usage of https://www.wikidata.org/wiki/Wikidata:Main_Page; 
target="_blank">Wikidata
+items on WMF sister projects. The dashboards are currently supported by
+(1) analytical overviews of Wikidata item usage that are organized in a
+number of semantic categories, (2) per sister project analytical
+overviews of Wikidata item usage, and (3) https://en.wikipedia.org/wiki/Distributional_semantics;
+target="_blank">distributional semantics
+models of Wikidata usage that offer analytical insights into the
+structure of Wikidata item usage similarity across the sister projects
+and/or semantic categories of Wikidata items.
+
+
+In other
+words, here you can discover how
+much does a particular project use Wikidata, what
+semantic categories of Wikidata items are more popular in a particular
+project or a subset of projects,
+how similar are two or more
+projects in respect to the way they utilize Wikidata, what
+are the most popular Wikidata items in a particular project or a set of
+projects, and similar. 

+
+
+
+1. Getting started
+In order to be able to use the WDCM system in a way it was ment
+and designed to be used, i.e.
+with a clear understanding of what
+is it built for and why it
+was built that way,
+you probably need to get to learn about some important WDCM definitions
+(and the constraints that dictated them) first. You can do that by
+reading through the Definitions section of the WDCM Wikitech Technical
+Documentation [[LINK HERE!!!]].
+Do not panic, please: it is written in a language that a non-technical
+person who does not necessarily care about https://en.wikipedia.org/wiki/Data_science; target="_blank">Data
+Science or https://en.wikipedia.org/wiki/Cognitive_science;