Cookies help us deliver our services. By using our services, you agree to our use of cookies. More information

Bioblast manual

From Bioblast

Topics alphabetical

Abstracts

The new abstract have to be based on the MiP2013 formatting.

The abstract are composed by 2 templates, abstract and labelling, here are the links for the template:

  1. Create a new abstract page called Surname year abstract event (i.e Amoedo Abstract MiP2013 / Gnaiger Abstract ASMRM2014 /r Fasching Abstract IOC79).
  2. Add:
- Template:Abstract
- Template:Labelling
- Affiliations and author contributions (2° level heading == )
- References (2° level heading == )
  1. Save and then edit again to fulfill it.

ATTENTION:

  • Inside |info parameter we will add the link to the internet page (Typo3)and to the uploaded pdf in BB (if existing), also DO NOT FORGET to add the photograph of the presenter.
  • In additional label we have to write the event, to make possible to create the automatic table.

Addresses

Format for cities

  • English city names are preferred: e.g. München is written as 'Munich', Wien as 'Vienna'.
  • No puncutation: e.g. 'St Petersburg'
  • Double city names: Hyphenated double names (e.g. Aber-Nein) are written as 'Aber-Nein'; if double names are separated by a space (e.g. Rio de Janeiro) use the space, 'Rio de Janeiro'.
  • Double city names with lower case letters: use lower case as 'Rio de Janeiro'.

Figures

Format of figures

  • Several figures do not change size when the zoom of the screen is modified, hence they change in proportion with the text. In many cases, a zoom of 125% is considered as a standard [Ctrl-O]. Therefore, formatting of such figures should be optimized at a zoom of 125%.


Persons

Format for persons

  • Family name_Initials (no punctuation). The initials should be confirmed from publications, such that author names and person names are linked.
  • Double first names: no spaces and no hyphens are used, e.g. Jean-Pierre Mazat is written as 'Mazat JP'.
  • Double family names: Hyphenated double names (e.g. Aber-Nein) are written as 'Aber-Nein'; if double names are separated by a space (e.g. Aber Ja) use the space, 'Aber Ja'.
  • Special letters (umlauts or accented letters) should be written as: ä=ae, ö=oe, ü=ue, é=e; â=a; æ=ae, å=aa, ø=oe.
  • Please see Discussion for more clarity


References (Publications)

Edit references

Format of references

Article name (name of reference): Author_Year_Journal
  • Author: The most constant part of the author name is the family name. For the same author, initials may vary occasionally between one or more initials. Hence reduction to the family name.
  • Year: The year may change from the original year of Epub to the final year of publication. Then the article has to be moved to a new name.
  • Journal:
  1. After 2011-Nov-21: The journal abbreviation in Bioblast follows exactly the format of the journal abbreviation used in Pubmed (exception: no final dot is permitted in Bioblast). Consequently, the punctuation in the journal abbreviation is also omitted in the full reference.
There were initially two other formats for the Journal in the article name on Bioblast:
  1. Until 2011-Oct: A short 'slang' acronym, such as JEB, to keep the article name short. No standardization is possible, since not all journals have commonly used 'slang' acronyms, and the acronym is different from the standardized abbreviation used in the full reference.
  2. Until 2011-Nov-21: Standardized abbreviation, with punctuation, as used in the full reference until Nov 2011, such as J. Exp. Biol. The final dot in the article name, however, is truncated when the weblink is copied, such that the copied weblink becomes dysfunctional.
  3. If you add a publication, that does not include Oxygraph-2k data, then do not enter the MiPNet lab (otherwise the reference will be listed as O2k-publication)

Labelling references

  • If you add a reference quickly to Bioblast without completing the labelling, add to 'Additional labels' the term 'Labels'. These references can be sorted automatically for later quality control of labelling.

Labels of publication (Add or delete)

1 Special pages/Filter: a Delete: Choose the filter you want to delete, and click on the property which the filter refers (if this property hasn´t got any values it never would appear on Special pages/ properties. i.e: Filter xxxf

-a.1 Delete the property of the selected link (delete page) i.e: xxxpage
-a.2 Delete the filter ie: xxxfilter

b Add:

-b.1 Special pages/Semantic Drilldown/Create a filter : Name and select the property that this filter covers.
-b.2 Special pages/Semantic form/Create a property: as string, save and them in edit add the values i.e:* xxxxProperty "Allows value" is a declarative property and can only be used on a property or category page.

2 Special pages /Templates:Publication (num 44) and click on its define category Publications. Edit and delete or add (depending the case) *Filter xxxfilter

3 Special pages/Form/Publications: Select edit

- 3.1 scroll down and delete or add the name you wanted to appear and the name of filter or property in field

i.e: ! MiPareas: | area |-

- 3.2 if you want to change the name that appears where MiPareas is, wrote the new one. i.e: !MiPareas_new

4 Special pages/Form/Abstracts:delete the property or add/ change a new property writing i.e: !New_property

5 Special pages/Template /labeling:

- 5.1 Delete or add the property name on

''{{Labelling |new property to add }}''

- 5.2 Scroll down to delete (or add) the array

i.e: {{#if: {{{filtername|}}} |'''name to appear on the table:''' {{#arraymap:{{{filtername|}}}|,|x|[[Property::x]]}} }}''


NOTES:

- Form use templates

- Filter and properties don´t accept & or - or , always separate the long name with ;

- Automatic tables: they make a search to show the data, if you change, create or delete a new property. go to edit on the automatic table and delete or change the name on #ask xxxpage

Automatic Tables

If you want to create an automatic table you have to write down the next code (adapting it to your necessities), after the code you would find the explanation to each part.

{{#ask:[[Category:O2k-Workshops]] [[Additional label::IOC]] |?Has title=Reference |format=broadtable |limit=500 |offset=0 |sort=Was written by |order=descending}} [[Category:Publications]] [[Category:O2k-Workshops]]

  • #ask:[[Category:xxx]] will search on the category where the information is, you can search over more than one category, for that you have to write:#ask:[[Category:xxx]][[Category:xxx]]
  • [[Additional label::xxx]] in this area you have to write what you want to search, in which field, for example those pages that in the keyword field contein O2k and are from year 2012 -->[[Keyword::O2k]][[Year::2012]]
  • |?Has title=reference |?Was published in year |?Diseases With the question mark you selected the fields you want to appear in the table
  • |format=broadtable |limit=500 |offset=0 this line define the format of the table. it´s necessary to write limit 500 because if it´s too short it would not appear all of them.
  • |sort= Was written by |sort=was published in year |sort=Has title |sort=Was submitted in year Here you selected the field from which the table will be sorted.
  • |order=descending or ascending}} choose one of both options to order the table.

Attention-

  • For automatic publication tables sort by Was published in year / for automatic abstract tables sort by Was submitted in year
  • If in the pages where you are searching to create the automatic table, exist the label articletype, this page WILL NOT appear in the table.