1/2 Convert! 1.0 serial key or number

1/2 Convert! 1.0 serial key or number

1/2 Convert! 1.0 serial key or number

1/2 Convert! 1.0 serial key or number

CSL 1.0.1 Specification¶

by Rintze M. Zelle, PhD

with contributions from Frank G. Bennett, Jr. and Bruce D’Arcus.

Introduction¶

The Citation Style Language (CSL) is an XML-based format to describe the formatting of citations, notes and bibliographies, offering:

  • An open format
  • Compact and robust styles
  • Extensive support for style requirements
  • Automatic style localization
  • Infrastructure for style distribution and updating
  • Thousands of freely available styles (Creative Commons BY-SA licensed)

For additional documentation, the CSL schema, styles, and locales, visit the CSL project home, citationstyles.org.

Terminology¶

The key words MUST, MUST NOT, REQUIRED, SHALL, SHALL NOT, SHOULD, SHOULD NOT, RECOMMENDED, MAY, and OPTIONAL, are to be interpreted as described in IETF RFC 2119.

Namespacing¶

The CSL XML namespace URI is “http://purl.org/net/xbiblio/csl”. The namespace prefix is used throughout this specification when referring to CSL elements, but is generally omitted in favor of a default namespace declaration (set with the attribute) on the root or element.

File Types¶

There are three types of CSL files: independent and dependent styles (both types use the “.csl” extension), and locale files (named “locales-xx-XX.xml”, where “xx-XX” is a language dialect, e.g. “en-US” for American English).

Independent Styles¶

Independent styles contain formatting instructions for citations, notes and bibliographies. While mostly self-contained, they rely on locale files for (default) localization data.

Dependent Styles¶

A dependent style is an alias for an independent style. Its contents are limited to style metadata, and doesn’t include any formatting instructions (the sole exception is that dependent styles can specify an overriding style locale). By linking dependent styles for journals that share the same citation style (e.g., “Nature Biotechnology”, “Nature Nanotechnology”, etc.) to a single independent style (e.g., “Nature Journals”), there is no need to duplicate formatting instructions.

Locale Files¶

Each locale file contains a set of localization data (term translations, localized date formats, and grammar options) for a particular language dialect.

XML Declaration¶

Each style or locale should begin with an XML declaration, specifying the XML version and character encoding. In most cases, the declaration will be:

<?xml version="1.0" encoding="UTF-8"?>

Styles - Structure¶

The Root Element - ¶

The root element of styles is . In independent styles, the element carries the following attributes:

Determines whether the style uses in-text citations (value “in-text”) or notes (“note”).
(optional)
Sets a default locale for style localization. Value must be a locale code.
The CSL version of the style. Must be “1.0” for CSL 1.0-compatible styles.

In addition, may carry any of the global options and inheritable name options.

Of these attributes, only is required on in dependent styles, while the attribute may be set to specify an overriding style locale. The other attributes are allowed but ignored.

An example of for an independent style, preceded by the XML declaration:

<?xml version="1.0" encoding="UTF-8"?><stylexmlns="http://purl.org/net/xbiblio/csl"version="1.0"class="in-text"default-locale="fr-FR"/>

Child Elements of ¶

In independent styles, the root element has the following child elements:

Must appear as the first child element of . Contains the metadata describing the style (style name, ID, authors, etc.).
Must appear once. Describes the formatting of in-text citations or notes.
(optional)
May appear once. Describes the formatting of the bibliography.
(optional)
May appear multiple times. Macros allow formatting instructions to be reused, keeping styles compact and maintainable.
(optional)
May appear multiple times. Used to specify (overriding) localization data.

In dependent styles, has only one child element, .

Info¶

The element contains the style’s metadata. Its structure is based on the Atom Syndication Format. In independent styles, has the following child elements:

and (optional)
and , used to respectively acknowledge style authors and contributors, may each be used multiple times. Within these elements, the child element must appear once, while and each may appear once. These child elements should contain respectively the name, email address and URI of the author or contributor.
(optional)

Styles may be assigned one or more categories. may be used once to describe how in-text citations are rendered, using the attribute set to one of the following values:

  • “author-date” - e.g. “… (Doe, 1999)”
  • “author” - e.g. “… (Doe)”
  • “numeric” - e.g. “… [1]”
  • “label” - e.g. “… [doe99]”
  • “note” - the citation appears as a footnote or endnote

may be used multiple times with the attribute, set to one of the discipline categories (see Appendix I - Categories), to indicates the field(s) for which the style is relevant.

Must appear once. The element should contain a URI to establish the identity of the style. A stable, unique and dereferenceable URI is desired for publicly available styles.
// (optional)
The element may be used multiple times to indicate the ISSN identifier(s) of the journal for which the style was written. The and elements may each be used once for the eISSN and ISSN-L identifiers, respectively.
(optional)

May be used multiple times. must carry two attributes: , set to a URI (usually a URL), and , whose value indicates how the URI relates to the style. The possible values of :

  • “self” - style URI
  • “template” - URI of the style from which the current style is derived
  • “documentation - URI of style documentation

The element may contain content describing the link.

(optional)
May appear once. The contents of must be a timestamp, indicating when the style was initially created or made available.
(optional)
May appear once. The contents of specifies the license under which the style file is released. The element may carry a attribute to specify the URI of the license.
(optional)
May appear once. The contents of gives a (short) description of the style.
Must appear once. The contents of should be the name of the style as shown to users.
(optional)
May appear once. The contents of should be a shortened style name (e.g. “APA”).
Must appear once. The contents of must be a timestamp that shows when the style was last updated.

The , , , and elements may carry a attribute to specify the language of the element’s content (the value must be an xsd:language locale code). For , the attribute can also be used to indicate the language of the link target.

In dependent styles, must be used with set to “independent-parent”, with the URI of the independent parent style set on . In addition, should not be used with set to “template”.

An example of for an independent style:

<info><title>Style Title</title><id>http://www.zotero.org/styles/style-title</id><linkhref="http://www.zotero.org/styles/style-title"rel="self"/><author><name>Author Name</name><email>name@domain.com</email><uri>http://www.domain.com/name</uri></author><categorycitation-format="author-date"/><categoryfield="zoology"/><updated>2008-10-29T21:01:24+00:00</updated><rightslicense="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License</rights></info>

Citation¶

The element describes the formatting of citations, which consist of one or more references (“cites”) to bibliographic sources. Citations appear in the form of either in-text citations (in the author (e.g. “[Doe]”), author-date (“[Doe 1999]”), label (“[doe99]”) or number (“[1]”) format) or notes. The required child element describes what, and how, bibliographic data should be included in the citations (see Layout). may be preceded by a element, which can be used to specify how cites within a citation should be sorted (see Sorting). The element may carry attributes for Citation-specific Options and Inheritable Name Options. An example of a element:

<citation><sort><keyvariable="citation-number"/></sort><layout><textvariable="citation-number"/></layout></citation>

A note to CSL processor developers In note styles, a citation is often a sentence by itself. Therefore, the first character of a citation should preferably be uppercased when there is no preceding text in the note. In all other cases (e.g. when a citation is inserted into the middle of a pre-existing footnote), the citation should be printed as is.

Bibliography¶

The element describes the formatting of bibliographies, which list one or more bibliographic sources. The required child element describes how each bibliographic entry should be formatted. may be preceded by a element, which can be used to specify how references within the bibliography should be sorted (see Sorting). The element may carry attributes for Bibliography-specific Options and Inheritable Name Options. An example of a element:

<bibliography><sort><keymacro="author"/></sort><layout><groupdelimiter=". "><textmacro="author"/><textvariable="title"/></group></layout></bibliography>

Macro¶

Macros, defined with elements, contain formatting instructions. Macros can be called with from within other macros and the element of and , and with from within of and . It is recommended to place macros after any elements and before the element.

Macros are referenced by the value of the required attribute on . The element must contain one or more rendering elements.

The use of macros can improve style readability, compactness and maintainability. It is recommended to keep the contents of and compact and agnostic of item types (e.g. books, journal articles, etc.) by depending on macro calls. To allow for easy reuse of macros in other styles, it is recommended to use common macro names.

In the example below, cites consist of the item title, rendered in italics when the item type is “book”:

<style><macroname="title"><choose><iftype="book"><textvariable="title"font-style="italic"/></if><else><textvariable="title"/></else></choose></macro><citation><layout><textmacro="title"/></layout></citation></style>

Locale¶

Localization data, by default drawn from the “locales-xx-XX.xml” locale files, may be redefined or supplemented with elements, which should be placed directly after the element.

The value of the optional attribute on , which must be set to an xsd:language locale code, determines which languages or language dialects are affected (see Locale Fallback).

See Terms, Localized Date Formats and Localized Options for further details on the use of .

An example of in a style:

<style><localexml:lang="en"><terms><termname="editortranslator"form="short"><single>ed. &amp; trans.</single><multiple>eds. &amp; trans.</multiple></term></terms></locale></style>
Locale Fallback¶

Locale files provide localization data for language dialects (e.g. “en-US” for American English), whereas the optional elements in styles can either lack the attribute, or have it set to either a language (e.g. “en” for English) or dialect. Locale fallback is the mechanism determining from which of these sources each localizable unit (a date format, localized option, or specific form of a term) is retrieved.

For dialects of the same language, one is designated the primary dialect. All others are secondaries. At the moment of writing, the available locale files include:

Primary dialectSecondary dialect(s)
de-DEde-AT, de-CH
en-USen-GB
pt-PTpt-BR
zh-CNzh-TW

Locale fallback is best described with an example. If the chosen output locale is “de-AT” (Austrian German), localizable units are individually drawn from the following sources, in decreasing order of priority:

  1. In-style elements
    1. set to chosen dialect, “de-AT”
    2. set to matching language, “de” (German)
    3. not set
  2. Locale files
    1. set to chosen dialect, “de-AT”
    2. set to matching primary dialect, “de-DE” (Standard German) (only applicable when the chosen locale is a secondary dialect)
    3. set to “en-US” (American English)

If the chosen output locale is a language (e.g. “de”), the (primary) dialect is used in step 1 (e.g. “de-DE”).

Fallback stops once a localizable unit has been found. For terms, this even is the case when they are defined as empty strings (e.g. or ). Locale fallback takes precedence over fallback of term forms (see Terms).

Locale Files - Structure¶

While localization data can be included in styles (see Locale), locale files conveniently provide sets of default localization data, consisting of terms, date formats and grammar options.

Each locale file contains localization data for a single language dialect. This locale code is set on the required attribute on the root element. The same locale code must also be used in the file name of the locale file (the “xx-XX” in “locales-xx-XX.xml”). The root element must carry the attribute, indicating the CSL version of the locale file (must be “1.0” for CSL 1.0-compatible locale files). Locale files have the same requirements for namespacing as styles. The element may contain as its first child element, and requires the child elements , and (these elements are described below). An example showing part of a locale file:

<?xml version="1.0" encoding="UTF-8"?><localexml:lang="en-US"version="1.0"xmlns="http://purl.org/net/xbiblio/csl"><style-optionspunctuation-in-quote="true"/><dateform="text"><date-partname="month"suffix=" "/><date-partname="day"suffix=", "/><date-partname="year"/></date><dateform="numeric"><date-partname="year"/><date-partname="month"form="numeric"prefix="-"range-delimiter="/"/><date-partname="day"prefix="-"range-delimiter="/"/></date><terms><termname="no date">n.d.</term><termname="et-al">et al.</term><termname="page"><single>page</single><multiple>pages</multiple></term><termname="page"form="short"><single>p.</single><multiple>pp.</multiple></term></terms></locale>

Info¶

The element may be used to give metadata on the locale file. It has the following child elements:

(optional)
, used to acknowledge locale translators, may be used multiple times. Within the element, the child element must appear once, while and each may appear once. These child elements should contain respectively the name, email address and URI of the translator.
(optional)
May appear once. The contents of specifies the license under which the locale file is released. The element may carry a attribute to specify the URI of the license, and a attribute to specify the language of the element’s content (the value must be an xsd:language locale code).
(optional)
May appear once. The contents of must be a timestamp that shows when the locale file was last updated.

Terms¶

Terms are localized strings (e.g. by using the “and” term, “Doe and Smith” automatically becomes “Doe und Smith” when the style locale is switched from English to German). Terms are defined with elements, child elements of . Each element must carry a attribute, set to one of the terms listed in Appendix II - Terms.

Terms are either directly defined in the content of , or, in cases where singular and plural variants are needed (e.g. “page” and “pages”), in the content of the child elements and , respectively.

Terms may be defined for specific forms by using with the optional attribute set to:

  • “long” - (default), e.g. “editor” and “editors” for the “editor” term
  • “short” - e.g. “ed.” and “eds.” for the term “editor”
  • “verb” - e.g. “edited by” for the term “editor”
  • “verb-short” - e.g. “ed.” for the term “editor”
  • “symbol” - e.g. “§” and “§§” for the term “section”

If a style uses a term in a form that is undefined (even after Locale Fallback), there is fallback to other forms: “verb-short” first falls back to “verb”, “symbol” first falls back to “short”, and “verb” and “short” both fall back to “long”. If no locale or form fallback is available, the term is rendered as an empty string.

The , , and attributes can be used on for the formatting of number variables rendered as ordinals (e.g. “first”, “2nd”). See Ordinal Suffixes and Gender-specific Ordinals below.

Term content should not contain markup such as LaTeX or HTML. Superscripted Unicode characters can be used for superscripting.

Ordinal Suffixes¶

Number variables can be rendered with in the “ordinal” form, e.g. “2nd” (see Number). The ordinal suffixes (“nd” for “2nd”) are defined with terms.

The “ordinal” term defines the default ordinal suffix. This default suffix may be overridden for certain numbers with the following terms:

  • “ordinal-00” through “ordinal-09” - by default, a term in this group is used when the last digit in the term name matches the last digit of the rendered number. E.g. “ordinal-00” would match the numbers “0”, “10”, “20”, etc. By setting the optional attribute to “last-two-digits” (“last-digit” is the default), matches are limited to numbers where the two last digits agree (“0”, “100”, “200”, etc.). When is set to “whole-number”, there is only a match if the number is the same as that of the term.
  • “ordinal-10” through “ordinal-99” - by default, a term in this group is used when the last two digits in the term name match the last two digits of the rendered number. When the optional attribute is set to “whole-number” (“last-two-digits” is the default), there is only a match if the number is the same as that of the term.

When a number has matching terms from both groups (e.g. “13” can match “ordinal-03” and “ordinal-13”), the term from the “ordinal-10” through “ordinal-99” group is used.

Ordinal terms work differently in CSL 1.0.1 than they did in CSL 1.0. When neither the style or locale file define the “ordinal” term, but do define the terms “ordinal-01” through “ordinal-04”, the original CSL 1.0 scheme is used: “ordinal-01” is used for numbers ending on a 1 (except those ending on 11), “ordinal-02” for those ending on a 2 (except those ending on 12), “ordinal-03” for those ending on a 3 (except those ending on 13) and “ordinal-04” for all other numbers.

Gender-specific Ordinals¶

Some languages use gender-specific ordinals. For example, the English “1st” and “first” translate in French to “1er” and “premier” if the target noun is masculine, and “1re” and “première” if the noun is feminine.

Feminine and masculine variants of the ordinal terms (see Ordinals) may be specified by setting the attribute to “feminine” or “masculine” (the term without represents the neuter variant). There are two types of target nouns: a) the terms accompanying the number variables, and b) the month terms (see Months). The gender of these nouns may be specified on the “long” (default) form of the term using the attribute (set to “feminine” or “masculine”). When a number variable is rendered with in the “ordinal” or “long-ordinal” form, the ordinal term of the same gender is used, with a fallback to the neuter variant if the feminine or masculine variant is undefined. When the “day” date-part is rendered in the “ordinal” form, the ordinal gender is matched against that of the month term.

The example below gives “1re éd.” (“1st ed.”), “1er janvier” (“January 1st”), and “3e édition” (“3rd edition”):

<?xml version="1.0" encoding="UTF-8"?><localexml:lang="fr-FR"><terms><termname="edition"gender="feminine"><single>édition</single><multiple>éditions</multiple></term><termname="edition"form="short">éd.</term><termname="month-01"gender="masculine">janvier</term><termname="ordinal">e</term><termname="ordinal-01"gender-form="feminine"match="whole-number">re</term><termname="ordinal-01"gender-form="masculine"match="whole-number">er</term></terms></locale>

Localized Date Formats¶

Two localized date formats can be defined with elements: a “numeric” (e.g. “12-15-2005”) and a “text” format (e.g. “December 15, 2005”). The format is set on with the required attribute.

A date format is constructed using child elements (see Date-part). With a required attribute set to either , or , the order of these elements reflects the display order of respectively the day, month, and year. The date can be formatted with formatting and text-case attributes on the and elements. The delimiter attribute may be set on to specify the delimiter for the elements, and affixes may be applied to the elements.

Note Affixes are not allowed on when defining localized date formats. This restriction is in place to separate locale-specific affixes (set on the elements) from any style-specific affixes (set on the calling element), such as parentheses. An example of a macro calling a localized date format:

<macroname="issued"><datevariable="issued"form="numeric"prefix="("suffix=")"/></macro>

Localized Options¶

There are two localized options, and (see Locale Options). These global options (which affect both citations and the bibliography) are set as optional attributes on .

Rendering Elements¶

Rendering elements specify which, and in what order, pieces of bibliographic metadata are included in citations and bibliographies, and offer control over their formatting.

Layout¶

The rendering element is a required child element of and . It must contain one or more of the other rendering elements described below, and may carry affixes and formatting attributes. When used within , the delimiter attribute may be used to specify a delimiter for cites within a citation. For example, a citation like “(1, 2)” can be achieved with:

<citation><layoutprefix="("suffix=")"delimiter=", "><textvariable="citation-number"/></layout></citation>

Text¶

The rendering element outputs text. It must carry one of the following attributes to select what should be rendered:

  • - renders the text contents of a variable. Attribute value must be one of the standard variables. May be accompanied by the attribute to select the “long” (default) or “short” form of a variable (e.g. the full or short title). If the “short” form is selected but unavailable, the “long” form is rendered instead.
  • - renders the text output of a macro. Attribute value must match the value of the attribute of a element (see Macro).
  • - renders a term. Attribute value must be one of the terms listed in Appendix II - Terms. May be accompanied by the attribute to select the singular (“false”, default) or plural (“true”) variant of a term, and by the attribute to select the “long” (default), “short”, “verb”, “verb-short” or “symbol” form variant (see also Terms).
  • - renders the attribute value itself.

An example of rendering the “title” variable:

<textvariable="title"/>

may also carry affixes, display, formatting, quotes, strip-periods and text-case attributes.

Date¶

The rendering element outputs the date selected from the list of date variables with the required attribute. A date can be rendered in either a localized or non-localized format.

Localized date formats are selected with the optional attribute, which must set to either “numeric” (for fully numeric formats, e.g. “12-15-2005”), or “text” (for formats with a non-numeric month, e.g. “December 15, 2005”). Localized date formats can be customized in two ways. First, the attribute may be used to show fewer date parts. The possible values are:

  • “year-month-day” - (default), renders the year, month and day
  • “year-month” - renders the year and month
  • “year” - renders the year

Secondly, may have one or more child elements (see Date-part). The attributes set on these elements override those specified for the localized date formats (e.g. to get abbreviated months for all locales, the attribute on the month- element can be set to “short”). These elements do not affect which, or in what order, date parts are rendered. Affixes, which are very locale-specific, are not allowed on these elements.

In the absence of the attribute, describes a self-contained non-localized date format. In this case, the date format is constructed using child elements. With a required attribute set to either , or , the order of these elements reflects the display order of respectively the day, month, and year. The date can be formatted with formatting attributes on the elements, as well as several -specific attributes (see Date-part). The delimiter attribute may be set on to specify the delimiter for the elements, and affixes may be applied to the elements.

For both localized and non-localized dates, may carry affixes, display, formatting and text-case attributes.

Date-part¶

The elements control how date parts are rendered. Unless the parent element calls a localized date format, they also determine which, and in what order, date parts appear. A element describes the date part selected with the required attribute:

“day”

For “day”, may carry the attribute, with values:

  • “numeric” - (default), e.g. “1”
  • “numeric-leading-zeros” - e.g. “01”
  • “ordinal” - e.g. “1st”

Some languages, such as French, only use the “ordinal” form for the first day of the month (“1er janvier”, “2 janvier”, “3 janvier”, etc.). Such output can be achieved with the “ordinal” form and use of the attribute (see Locale Options).

“month”

For “month”, may carry the strip-periods and attributes. In locale files, month abbreviations (the “short” form of the month terms) should be defined with periods if applicable (e.g. “Jan.”, “Feb.”, etc.). These periods can be removed by setting strip-periods to “true” (“false” is the default). The attribute can be set to:

  • “long” - (default), e.g. “January”
  • “short” - e.g. “Jan.”
  • “numeric” - e.g. “1”
  • “numeric-leading-zeros” - e.g. “01”
“year”

For “year”, may carry the attribute, with values:

  • “long” - (default), e.g. “2005”
  • “short” - e.g. “05”

may also carry formatting, text-case and (see Date Ranges) attributes. Attributes for affixes are allowed, unless calls a localized date format.

Date Ranges¶

The default delimiter for dates in a date range is an en-dash (e.g. “May–July 2008”). Custom range delimiters can be set on elements with the optional attribute. When a date range is rendered, the range delimiter is drawn from the element matching the largest date part (“year”, “month”, or “day”) that differs between the two dates. For example,

<style><citation><layout><datevariable="issued"><date-partname="day"suffix=" "range-delimiter="-"/><date-partname="month"suffix=" "/><date-partname="year"range-delimiter="/"/></date></layout></citation></style>

would result in “1-4 May 2008”, “May–July 2008” and “May 2008/June 2009”.

AD and BC¶

The “ad” term (Anno Domini) is automatically appended to positive years of less than four digits (e.g. “79” becomes “79AD”). The “bc” term (Before Christ) is automatically appended to negative years (e.g. “-2500” becomes “2500BC”).

Seasons¶

If a date includes a season instead of a month, a season term (“season-01” to “season-04”, respectively Spring, Summer, Autumn and Winter) take the place of the month term. E.g.,

<style><citation><layout><datevariable="issued"><date-partname="month"suffix=" "/><date-partname="year"/></date></layout></citation></style>

would result in “May 2008” and “Winter 2009”.

Approximate Dates¶

Approximate dates test “true” for the conditional (see Choose). For example,

<style><citation><layout><choose><ifis-uncertain-date="issued"><textterm="circa"form="short"suffix=" "/></if></choose><datevariable="issued"><date-partname="year"/></date></layout></citation></style>

would result in “2005” (normal date) and “ca. 2003” (approximate date).

Number¶

The rendering element outputs the number variable selected with the required attribute. Number variables are a subset of the list of standard variables.

If a number variable is rendered with and only contains numeric content (as determined by the rules for , see Choose), the number(s) are extracted. Variable content is rendered “as is” when the variable contains any non-numeric content (e.g. “Special edition”).

During the extraction, numbers separated by a hyphen are stripped of intervening spaces (“2 - 4” becomes “2-4”). Numbers separated by a comma receive one space after the comma (“2,3” and “2 , 3” become “2, 3”), while numbers separated by an ampersand receive one space before and one after the ampersand (“2&3” becomes “2 & 3”).

Extracted numbers can be formatted via the optional attribute, with values:

  • “numeric” - (default), e.g. “1”, “2”, “3”
  • “ordinal” - e.g. “1st”, “2nd”, “3rd”. Ordinal suffixes are defined with terms (see Ordinal Suffixes).
  • “long-ordinal” - e.g. “first”, “second”, “third”. Long ordinals are defined with the terms “long-ordinal-01” to “long-ordinal-10”, which are used for the numbers 1 through 10. For other numbers “long-ordinal” falls back to “ordinal”.
  • “roman” - e.g. “i”, “ii”, “iii”

Numbers with prefixes or suffixes are never ordinalized or rendered in roman numerals (e.g. “2E” remains “2E). Numbers without affixes are individually transformed (“2, 3” can become “2nd, 3rd”, “second, third” or “ii, iii”).

may carry affixes, display, formatting and text-case attributes.

Names¶

The rendering element outputs the contents of one or more name variables (selected with the required attribute), each of which can contain multiple names (e.g. the “author” variable contains all the author names of the cited item). If multiple variables are selected (separated by single spaces, see example below), each variable is independently rendered in the order specified, with one exception: when the selection consists of “editor” and “translator”, and when the contents of these two name variables is identical, then the contents of only one name variable is rendered. In addition, the “editortranslator” term is used if the element contains a element, replacing the default “editor” and “translator” terms (e.g. resulting in “Doe (editor & translator)”). The delimiter attribute may be set on to separate the names of the different name variables (e.g. the semicolon in “Doe, Smith (editors); Johnson (translator)”).

<namesvariable="editor translator"delimiter="; "><labelprefix=" ("suffix=")"/></names>

has four child elements (discussed below): , , and . The element may carry affixes, display and formatting attributes.

Name¶

The element, an optional child element of , can be used to describe the formatting of individual names, and the separation of names within a name variable. may carry the following attributes:

Specifies the delimiter between the second to last and last name of the names in a name variable. Allowed values are “text” (selects the “and” term, e.g. “Doe, Johnson and Smith”) and “symbol” (selects the ampersand, e.g. “Doe, Johnson & Smith”).
Specifies the text string used to separate names in a name variable. Default is “, ” (e.g. “Doe, Smith”).

Determines when the name delimiter or a space is used between a truncated name list and the “et-al” (or “and others”) term in case of et-al abbreviation. Allowed values:

  • “contextual” - (default), name delimiter is only used for name lists truncated to two or more names
    • 1 name: “J. Doe et al.”
    • 2 names: “J. Doe, S. Smith, et al.”
  • “after-inverted-name” - name delimiter is only used if the preceding name is inverted as a result of the
Источник: [https://torrent-igruha.org/3551-portal.html]
, 1/2 Convert! 1.0 serial key or number

Keygen OM

Find and download crack or keygen for any software

youTube downloader, 116 records found, first 100 of them are:

  1. Download and save any video from YouTube.
  2. Download video from YouTube. Free YouTube downloader. Complete Free & Clean.
  3. Download and convert online videos.
  4. Download YouTube videos and convert them into various formats.
  5. Download and convert YouTube videos into any format.
  6. Download YouTube videos and increase download speeds to maximum.
  7. Download YouTube videos and increase download speeds to maximum!.
  8. Download YouTube video and FLV files from various video Web sites.
  9. Enjoy YouTube videos anywhere.
  10. Search, download, and convert streaming videos from thousands of Web sites including YouTube.
  11. Download and convert videos from YouTube to your computer with one mouse click.
  12. Download any video from YouTube on your hard drive.
  13. Download embedded flash videos from YouTube-type video sharing Web sites.
  14. Capture videos you like from any video site.
  15. Download YouTube video files to your PC.
  16. Download video from Youtube and convert videos into your favorite formats.
  17. Download videos from YouTube.
  18. Download YouTube, metacafe, and break.com videos.
  19. Download videos from YouTube.
  20. Download videos from YouTube, Metacafe, Google Video, Yahoo Video, MySpace.
  21. Download all possible YouTube videos to your computer.
  22. Download and convert videos from YouTube.
  23. Download entire YouTube playlists, channel or user's videos and convert them for your mobile devices.
  24. Download videos from YouTube.
  25. Save and convert YouTube videos.
  26. Download and play YouTube videos.
  27. Download video from YouTube easily and save them in any format you like.
  28. Download and convert video from Youtube with support of various video quality.
  29. Download videos from YouTube and other video sites.
  30. Download, convert and play flv flash videos.
  31. Take videos from YouTube and convert them into various formats.
  32. Download videos from YouTube-like Web sites and convert them to other video formats.
  33. Download videos from YouTube, Metacafe, and Yahoo.
  34. Download and convert videos from YouTube.
  35. Download and convert youtube videos.
  36. Download multiple YouTube videos.
  37. Download, manage, and share YouTube videos.
  38. Download, save, and play Flash Video (FLV) files from YouTube Web site.
  39. Download videos from any site like YouTube automatically and convert them to popular formats.
  40. Download and convert all your favorite YouTube music and videos.
  41. Download video from YouTube straight onto your computer.
  42. Download and convert YouTube videos to your PC.
  43. Download and save YouTube video to you local computer.
  44. Use a queueable YouTube downloader to download mp4.
  45. Download and convert YouTube videos with a single click.
  46. Pre-analyze clips and get a list of up to 12 qualities of clips to download.
  47. Download and convert multiple files in the background without copy/paste URLs.
  48. Download YouTube videos in WebM, FLV and MP4 formats.
  49. Download and save YouTube videos to device-playable formats.
  50. Download YouTube and other online videos.
  51. Download and convert videos from YouTube.
  52. Download all video from YouTube.
  53. Download YouTube videos to PC with ease.
  54. Download YouTube in 3GP, MP4 HD, MP4 High-Quality and FLV.
  55. Download and convert video from YouTube quickly and easily.
  56. Download YouTube videos with a click of a button.
  57. YouTube Downloader is a simple tool useful to download any video from YouTube to SD card.YouTube Downloader is very easy to useInstructions for use...
  58. Download FLV video files from YouTube.
  59. Download videos from YouTube to your computer.
  60. Download and convert videos from YouTube.
  61. Download video from YouTube with ease.
  62. Download YouTube movies and convert to all popular formats.
  63. Download YouTube.com videos.
  64. Download your favorite YouTube videos.
  65. Download videos from YouTube straight from the browser.
  66. Add a download button to Youtube. Download video and save to your PC for free.
  67. Download and convert HD videos from YouTube, Metacafe, DailyMotion to MP4, AVI, or WMV format.
  68. Download and convert YouTube videos to various formats.
  69. Convert YouTube videos into multiple formats.
  70. Download videos from YouTube easily..
  71. Download and convert any YouTube video.
  72. Download videos from various videos sites.
  73. Search and download Youtube, Google, dailyMotion, and other videos to ipod, iphone, psp.
  74. Detect a video in your browser and download it to AVI, MP3, 3GP or FLV.
  75. Download YouTube videos to your computer.
  76. Download YouTube videos and convert them into AVI or WMV formats.
  77. Download Youtube videos (supports multiple download) and automatically convert to multiple formats.
  78. Download YouTube videos and convert them to any video or audio format.
  79. Download YouTube videos and save them as FLV files.
  80. Download HD youtube videos to your PC.
  81. Download video from YouTub or extract audio from Youtube video.
  82. Search, download, and convert Youtube videos in bulk.
  83. Download YouTube videos and convert them into various formats.
  84. Search, download, and play videos from Youtube.
  85. Download FLV files online.
  86. Download videos from YouTube and increase download speeds by up to 500% or even more.
  87. Download YouTube video with one-click.
  88. Download videos from YouTube and convert them into various video formats.
  89. Download videos from YouTube and watch them in FLV player.
  90. Download high definition videos from YouTube in resolution of 1080P or 720.
  91. Search, download, and convert YouTube, Google, and MySpace videos.
  92. Download file from youtube.
  93. Get FLV videos from various sites.
  94. Download and converrt YouTube video in single or batch mode.
  95. Download YouTube movies and watch them with your Windows Mobile device.
Источник: [https://torrent-igruha.org/3551-portal.html]
1/2 Convert! 1.0 serial key or number

Numeric types consist of two-, four-, and eight-byte integers, four- and eight-byte floating-point numbers, and selectable-precision decimals. Table 8.2 lists the available types.

Table 8.2. Numeric Types

NameStorage SizeDescriptionRange
2 bytessmall-range integer-32768 to +32767
4 bytestypical choice for integer-2147483648 to +2147483647
8 byteslarge-range integer-9223372036854775808 to +9223372036854775807
variableuser-specified precision, exactup to 131072 digits before the decimal point; up to 16383 digits after the decimal point
variableuser-specified precision, exactup to 131072 digits before the decimal point; up to 16383 digits after the decimal point
4 bytesvariable-precision, inexact6 decimal digits precision
8 bytesvariable-precision, inexact15 decimal digits precision
2 bytessmall autoincrementing integer1 to 32767
4 bytesautoincrementing integer1 to 2147483647
8 byteslarge autoincrementing integer1 to 9223372036854775807

The syntax of constants for the numeric types is described in Section 4.1.2. The numeric types have a full set of corresponding arithmetic operators and functions. Refer to Chapter 9 for more information. The following sections describe the types in detail.

8.1.1. Integer Types

The types , , and store whole numbers, that is, numbers without fractional components, of various ranges. Attempts to store values outside of the allowed range will result in an error.

The type is the common choice, as it offers the best balance between range, storage size, and performance. The type is generally only used if disk space is at a premium. The type is designed to be used when the range of the type is insufficient.

only specifies the integer types (or ), , and . The type names , , and are extensions, which are also used by some other database systems.

8.1.2. Arbitrary Precision Numbers

The type can store numbers with a very large number of digits. It is especially recommended for storing monetary amounts and other quantities where exactness is required. Calculations with values yield exact results where possible, e.g. addition, subtraction, multiplication. However, calculations on values are very slow compared to the integer types, or to the floating-point types described in the next section.

We use the following terms below: The precision of a is the total count of significant digits in the whole number, that is, the number of digits to both sides of the decimal point. The scale of a is the count of decimal digits in the fractional part, to the right of the decimal point. So the number 23.5141 has a precision of 6 and a scale of 4. Integers can be considered to have a scale of zero.

Both the maximum precision and the maximum scale of a column can be configured. To declare a column of type use the syntax:

NUMERIC(, )

The precision must be positive, the scale zero or positive. Alternatively:

NUMERIC()

selects a scale of 0. Specifying:

NUMERIC

without any precision or scale creates a column in which numeric values of any precision and scale can be stored, up to the implementation limit on precision. A column of this kind will not coerce input values to any particular scale, whereas columns with a declared scale will coerce input values to that scale. (The standard requires a default scale of 0, i.e., coercion to integer precision. We find this a bit useless. If you're concerned about portability, always specify the precision and scale explicitly.)

Note

The maximum allowed precision when explicitly specified in the type declaration is 1000; without a specified precision is subject to the limits described in Table 8.2.

If the scale of a value to be stored is greater than the declared scale of the column, the system will round the value to the specified number of fractional digits. Then, if the number of digits to the left of the decimal point exceeds the declared precision minus the declared scale, an error is raised.

Numeric values are physically stored without any extra leading or trailing zeroes. Thus, the declared precision and scale of a column are maximums, not fixed allocations. (In this sense the type is more akin to than to .) The actual storage requirement is two bytes for each group of four decimal digits, plus three to eight bytes overhead.

In addition to ordinary numeric values, the type allows the special value , meaning “not-a-number”. Any operation on yields another . When writing this value as a constant in an SQL command, you must put quotes around it, for example . On input, the string is recognized in a case-insensitive manner.

Note

In most implementations of the “not-a-number” concept, is not considered equal to any other numeric value (including ). In order to allow values to be sorted and used in tree-based indexes, PostgreSQL treats values as equal, and greater than all non- values.

The types and are equivalent. Both types are part of the standard.

When rounding values, the type rounds ties away from zero, while (on most machines) the and types round ties to the nearest even number. For example:

SELECT x, round(x::numeric) AS num_round, round(x::double precision) AS dbl_round FROM generate_series(-3.5, 3.5, 1) as x; x | num_round | dbl_round ------+-----------+----------- -3.5 | -4 | -4 -2.5 | -3 | -2 -1.5 | -2 | -2 -0.5 | -1 | -0 0.5 | 1 | 0 1.5 | 2 | 2 2.5 | 3 | 2 3.5 | 4 | 4 (8 rows)

8.1.3. Floating-Point Types

The data types and are inexact, variable-precision numeric types. In practice, these types are usually implementations of Standard 754 for Binary Floating-Point Arithmetic (single and double precision, respectively), to the extent that the underlying processor, operating system, and compiler support it.

Inexact means that some values cannot be converted exactly to the internal format and are stored as approximations, so that storing and retrieving a value might show slight discrepancies. Managing these errors and how they propagate through calculations is the subject of an entire branch of mathematics and computer science and will not be discussed here, except for the following points:

  • If you require exact storage and calculations (such as for monetary amounts), use the type instead.

  • If you want to do complicated calculations with these types for anything important, especially if you rely on certain behavior in boundary cases (infinity, underflow), you should evaluate the implementation carefully.

  • Comparing two floating-point values for equality might not always work as expected.

On most platforms, the type has a range of at least 1E-37 to 1E+37 with a precision of at least 6 decimal digits. The type typically has a range of around 1E-307 to 1E+308 with a precision of at least 15 digits. Values that are too large or too small will cause an error. Rounding might take place if the precision of an input number is too high. Numbers too close to zero that are not representable as distinct from zero will cause an underflow error.

Note

The extra_float_digits setting controls the number of extra significant digits included when a floating point value is converted to text for output. With the default value of , the output is the same on every platform supported by PostgreSQL. Increasing it will produce output that more accurately represents the stored value, but may be unportable.

In addition to ordinary numeric values, the floating-point types have several special values:

These represent the IEEE 754 special values “infinity”, “negative infinity”, and “not-a-number”, respectively. (On a machine whose floating-point arithmetic does not follow IEEE 754, these values will probably not work as expected.) When writing these values as constants in an SQL command, you must put quotes around them, for example . On input, these strings are recognized in a case-insensitive manner.

Note

IEEE754 specifies that should not compare equal to any other floating-point value (including ). In order to allow floating-point values to be sorted and used in tree-based indexes, PostgreSQL treats values as equal, and greater than all non- values.

PostgreSQL also supports the SQL-standard notations and for specifying inexact numeric types. Here, specifies the minimum acceptable precision in binary digits. PostgreSQL accepts to as selecting the type, while to select . Values of outside the allowed range draw an error. with no precision specified is taken to mean .

Note

The assumption that and have exactly 24 and 53 bits in the mantissa respectively is correct for IEEE-standard floating point implementations. On non-IEEE platforms it might be off a little, but for simplicity the same ranges of are used on all platforms.

Note

This section describes a PostgreSQL-specific way to create an autoincrementing column. Another way is to use the SQL-standard identity column feature, described at CREATE TABLE.

The data types , and are not true types, but merely a notational convenience for creating unique identifier columns (similar to the property supported by some other databases). In the current implementation, specifying:

CREATE TABLE ( SERIAL );

is equivalent to specifying:

CREATE SEQUENCE __seq AS integer; CREATE TABLE ( integer NOT NULL DEFAULT nextval('__seq') ); ALTER SEQUENCE __seq OWNED BY .;

Thus, we have created an integer column and arranged for its default values to be assigned from a sequence generator. A constraint is applied to ensure that a null value cannot be inserted. (In most cases you would also want to attach a or constraint to prevent duplicate values from being inserted by accident, but this is not automatic.) Lastly, the sequence is marked as “owned by” the column, so that it will be dropped if the column or table is dropped.

Note

Because , and are implemented using sequences, there may be "holes" or gaps in the sequence of values which appears in the column, even if no rows are ever deleted. A value allocated from the sequence is still "used up" even if a row containing that value is never successfully inserted into the table column. This may happen, for example, if the inserting transaction rolls back. See in Section 9.16 for details.

To insert the next value of the sequence into the column, specify that the column should be assigned its default value. This can be done either by excluding the column from the list of columns in the statement, or through the use of the key word.

The type names and are equivalent: both create columns. The type names and work the same way, except that they create a column. should be used if you anticipate the use of more than 231 identifiers over the lifetime of the table. The type names and also work the same way, except that they create a column.

The sequence created for a column is automatically dropped when the owning column is dropped. You can drop the sequence without dropping the column, but this will force removal of the column default expression.

Источник: [https://torrent-igruha.org/3551-portal.html]
.

What’s New in the 1/2 Convert! 1.0 serial key or number?

Screen Shot

System Requirements for 1/2 Convert! 1.0 serial key or number

Add a Comment

Your email address will not be published. Required fields are marked *