Skip to content

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

2 messages · Dan Tenenbaum, Andrzej Oleś

#
----- 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
#
Hi Dan,

many thanks for introducing the Open Graph Protocol on package landing
pages! It's nice to see how package presentation is constantly improving.

I've noticed is that the Bioconductor logo gets typically resized and
cropped to a rectangular aspect ratio of 1.66 (LinkedIn) or 1.91
(Facebook). The result is a bit disappointing, as the resulting central
cutout is unreadable.

Maybe we could provide an optimized image, both in terms of dimensions and
file size? One possibility would be to use a rectangular logo similar to
the one on twitter, see
https://pbs.twimg.com/profile_images/1993565463/note.jpg

There are some detailed Facebook-specific recommendations available at
https://developers.facebook.com/docs/sharing/best-practices#images

Cheers,
Andrzej

On Tue, Nov 3, 2015 at 2:05 AM, Dan Tenenbaum <dtenenba at fredhutch.org>
wrote: