#' The Literature References from which we obtained the Results for the Job Shop Scheduling Problem
#'
#' This data frame holds the bibliographic information from which we obtained
#' the results for the Job Shop Scheduling Problem.
#'
#' @docType data
#'
#' @usage data(jssp.bibliography)
#'
#' @format A data frame with the bibliographic references
#' \describe{
#' \item{ref.id}{the reference id}
#' \item{ref.type}{the bibtex-based type}
#' \item{ref.year}{the year when the publication was created}
#' \item{ref.as.bibtex}{the bibtex representation of the reference}
#' \item{ref.as.text}{the textual representation of the reference}
#'}
#'
#' @keywords Job Shop Scheduling, JSSP, bibliography
#'
#' @examples
#' data(jssp.bibliography)
#' \dontrun{
#' print(jssp.bibliography)
#' }
"jssp.bibliography"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.