patriciamar / ShinyItemAnalysis

Test and Item Analysis via Shiny
http://www.ShinyItemAnalysis.org
40 stars 22 forks source link

Title page #308

Closed patriciamar closed 6 years ago

patriciamar commented 7 years ago

Title page should include

Short "Introduction" may be moved to the second page above Contents, including

adelahladka commented 7 years ago

Intro section was added. Title and some info were modified.

adelahladka commented 7 years ago

Title page creation is more compleceted in rmarkdown. Probably new template needs to be created. There is a package to create hexbin: GuangchuangYu/hexSticker

adelahladka commented 7 years ago

For hexSticker package:

install.packages("hexSticker")
source("https://bioconductor.org/biocLite.R")
biocLite("EBImage")
library("hexSticker")
library("difNLR")

data(GMAT)
data <- GMAT[, 1:20]

d <- DDplot(data) + ylim(c(0, 0.85)) + theme_void() + 
theme_transparent() + theme(legend.position = "none") + 
  ggtitle("Test and item analysis") + 
  theme(plot.title = element_text(hjust = 0.5, color = "white"))
# sticker
sticker(d, 
        package="ShinyItemAnalysis", p_size = 11, s_x = 1, s_y = 0.8, s_width = 1.1, s_height = 1,
        h_fill = "#089de3", h_color = "#ffffff", 
        url = "https://shiny.cs.cas.cz/ShinyItemAnalysis/", u_size = 2, u_color = "#ffffff",
        filename="plot.png")

I have been playing with it as well as with other programms and I created some first suggestions :) plot4 plot5 imageedit_25_8728839308

Let's create some of yours!

patriciamar commented 7 years ago

Looks great! With hexbin lets wait for ideas of graphic designer. As for intro page: is it possible to include TEST TITLE? I.e., to allow the user to fill it in when submitting the data, then printing it on the first page.

adelahladka commented 7 years ago

I added it. See in next commit. Please control

patriciamar commented 7 years ago

Checked, test title works great! We'll make it a separate line somewhere on the newly designed Title page in future.

patriciamar commented 7 years ago

We may want to add full citation of the software (either somewhere in the Introduction) or at the very end of the document into References or both.

patriciamar commented 6 years ago

Update: New cool design of Title Page has been added by Adela with hexbin designed by Tomas. Some changes to hexbin are still expected.

adelahladka commented 6 years ago

New hexbin and new design of PDF reports are now available in version 1.2.6. Please, check and close.

patriciamar commented 6 years ago

New intro page and hexbin prepared by Tomas look great, we still need to solve issues with pdf generation. related to added intro page. This task is then ready to close.

adelahladka commented 6 years ago

PDF reports don't work with rmarkdown v1.9, with v1.8 they work fine. This is related to https://github.com/yihui/tinytex/issues/22. Problem is when .sty file is in different directory than output file.

adelahladka commented 6 years ago

I would close this issue (and maybe create a new one), because this is not related to title page in reports.

patriciamar commented 6 years ago

Sounds good. Let's work on solving the issues with PDF generation on UI and LF1 servers under a different issue.