Skip to content
Prev 8261 / 21312 Next

[Bioc-devel] Idea for improved visibility of Bioconductor packages

----- Original Message -----
I've tweaked the package landing pages so their HTML contains (for example, for the EBImage package):

  <meta property="og:title" content="EBImage" />
  <meta property="og:type" content="website" />
  <meta property="og:site_name" content="Bioconductor" />
  <meta property="og:description" content="EBImage provides general purpose functionality for image processing and analysis. In the context of (high-throughput) microscopy-based cellular assays, EBImage offers tools to segment cells and extract quantitative cellular descriptors. This allows the automation of such tasks using the R programming language and facilitates the use of other tools in the R environment for signal processing, statistical modeling, machine learning and visualization with image data." />
  <meta property="og:url" content="http://bioconductor.org/packages/EBImage/" />
  <meta property="og:image" content="http://bioconductor.org/images/logo/jpg/bioconductor_logo_rgb.jpg" />


This should cause sites that implement the Open Graph Protocol (like LinkedIn and Facebook) to extract these elements from the page.

Adding a custom image for each package will need to wait for another iteration. We need to decide on some standard for declaring these images, either a field/url in the DESCRIPTION file, and/or a standard location within the package.

Dan