Skip to content

Commit

Permalink
Merge branch 'devel' of github.com:Bioconductor/BiocCertificate into …
Browse files Browse the repository at this point in the history
…devel
  • Loading branch information
LiNk-NY committed Sep 16, 2024
2 parents 17efa20 + 08ef492 commit cc2b3a6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: BiocCertificate
Title: Generate Conference Certificates
Version: 0.99.4
Version: 0.99.5
Authors@R: person(
"Marcel", "Ramos", , "marcel.ramos@roswellpark.org",
"Marcel", "Ramos", , "marcel.ramos@sph.cuny.edu",
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")
)
Description: A shiny app to generate conference certificates and letters from
Expand All @@ -24,4 +24,4 @@ License: Artistic-2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Date: 2024-09-16
Date: 2024-08-02
6 changes: 5 additions & 1 deletion R/certificate.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ templatePath <- function(file = c("certificate", "letter")) {
"images", "bioconductor_logo_rgb.png",
package = "BiocCertificate", mustWork = TRUE
)
cbind.data.frame(.data, edf, bioclogo = elogo)
biocseal <- system.file(
"images", "Bioconductor.png",
package = "BiocCertificate", mustWork = TRUE
)
cbind.data.frame(.data, edf, bioclogo = elogo, biocseal = biocseal)
}

.preprocessData <- function(.data) {
Expand Down
Binary file added inst/images/Bioconductor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 11 additions & 9 deletions inst/resources/LetterTemplate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,27 @@ papersize: letter

\opening{To Whom It May Concern:}

On behalf of the Organizing Committee for

{\it {{ename}} \\[.25cm]}
On behalf of the Organizing Committee for \textit{ {{ename}} } held at the\\
\begin{center}
{{elocation}}
\end{center}

We would like to thank you for your participation.
This letter certifies that {{fullname}}
This letter certifies that \underline{ {{fullname}} }
was a participant at {{ename}}.

Please visit {{eurl}} for additional conference information.

\begin{flushright}
Sincerely,\\[.025cm]
%% \includegraphics[width=3cm]{signature.png}\\[.025cm]
Name Surname
\end{flushright}

\begin{flushleft}
\includegraphics[height=4cm]{ {{esticker}} }
\end{flushleft}
\includegraphics[height=3cm,width=3cm,keepaspectratio]{ {{esticker}} }
\hfill
\includegraphics[height=3cm,width=3cm,keepaspectratio]{ {{biocseal}} }\\[.025cm]

\begin{flushright}
The Bioconductor Project
\end{flushright}

\end{letter}

0 comments on commit cc2b3a6

Please sign in to comment.