Skip to content

Commit

Permalink
Added Bootstrap style class to metadata logo image HTML to fix width …
Browse files Browse the repository at this point in the history
…issues with really large images. [ref #1319]
  • Loading branch information
mheppler committed Feb 5, 2015
1 parent 8e0098d commit 47f6d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/api/data/metadatablocks/citation.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
producerAffiliation Affiliation The organization with which the producer is affiliated. text 36 (#VALUE) FALSE FALSE FALSE FALSE FALSE FALSE producer citation
producerAbbreviation Abbreviation The abbreviation by which the producer is commonly known. (ex. IQSS, ICPSR) text 37 (#VALUE) FALSE FALSE FALSE FALSE FALSE FALSE producer citation
producerURL URL Producer URL points to the producer's web presence, if appropriate. Enter an absolute URL where the producer's web site is found, such as http://www.my.org. Enter full URL, starting with http:// url 38 <a href="#VALUE">#VALUE</a> FALSE FALSE FALSE FALSE FALSE FALSE producer citation
producerLogoURL Logo URL URL for the producer's logo, which points to this producer's web-accessible logo image. Enter an absolute URL where the producer's logo image is found, such as http://www.my.org/images/logo.gif. Enter full URL for image, starting with http:// url 39 <img src="#VALUE" alt="#NAME" class="metadata-logo"/><br/> FALSE FALSE FALSE FALSE FALSE FALSE producer citation
producerLogoURL Logo URL URL for the producer's logo, which points to this producer's web-accessible logo image. Enter an absolute URL where the producer's logo image is found, such as http://www.my.org/images/logo.gif. Enter full URL for image, starting with http:// url 39 <img src="#VALUE" alt="#NAME" class="metadata-logo img-responsive"/><br/> FALSE FALSE FALSE FALSE FALSE FALSE producer citation
productionDate Production Date Date when the data collection or other materials were produced (not distributed, published or archived). YYYY-MM-DD date 40 TRUE FALSE FALSE TRUE FALSE FALSE citation
productionPlace Production Place The location where the data collection and any other related materials were produced. text 41 FALSE FALSE FALSE FALSE FALSE FALSE citation
contributor Contributor The organization or person responsible for either collecting, managing, or otherwise contributing in some form to the development of the resource. none 42 FALSE FALSE TRUE FALSE FALSE FALSE citation
Expand All @@ -54,7 +54,7 @@
distributorAffiliation Affiliation The organization with which the distributor contact is affiliated. text 50 (#VALUE) FALSE FALSE FALSE FALSE FALSE FALSE distributor citation
distributorAbbreviation Abbreviation The abbreviation by which this distributor is commonly known (e.g., IQSS, ICPSR). text 51 (#VALUE) FALSE FALSE FALSE FALSE FALSE FALSE distributor citation
distributorURL URL Distributor URL points to the distributor's web presence, if appropriate. Enter an absolute URL where the distributor's web site is found, such as http://www.my.org. Enter full URL, starting with http:// url 52 <a href="#VALUE">#VALUE</a> FALSE FALSE FALSE FALSE FALSE FALSE distributor citation
distributorLogoURL Logo URL URL of the distributor's logo, which points to this distributor's web-accessible logo image. Enter an absolute URL where the distributor's logo image is found, such as http://www.my.org/images/logo.gif. Enter full URL for image, starting with http:// url 53 <img src="#VALUE" alt="#NAME" class="metadata-logo"/><br/> FALSE FALSE FALSE FALSE FALSE FALSE distributor citation
distributorLogoURL Logo URL URL of the distributor's logo, which points to this distributor's web-accessible logo image. Enter an absolute URL where the distributor's logo image is found, such as http://www.my.org/images/logo.gif. Enter full URL for image, starting with http:// url 53 <img src="#VALUE" alt="#NAME" class="metadata-logo img-responsive"/><br/> FALSE FALSE FALSE FALSE FALSE FALSE distributor citation
depositor Depositor The person (Family Name, Given Name) or the name of the organization that deposited this Dataset to the repository. text 54 FALSE FALSE FALSE FALSE FALSE FALSE citation
dateOfDeposit Deposit Date Date that the Dataset was deposited into the repository. YYYY-MM-DD date 55 FALSE FALSE FALSE TRUE FALSE FALSE citation
timePeriodCovered Time Period Covered Time period to which the data refer. This item reflects the time period covered by the data, not the dates of coding or making documents machine-readable or the dates the data were collected. Also known as span. none 56 FALSE FALSE TRUE FALSE FALSE FALSE citation
Expand Down

0 comments on commit 47f6d6d

Please sign in to comment.