task
stringlengths
12
101
input
stringlengths
0
3.73k
output
stringlengths
1
5.04k
options
sequence
pageTitle
stringlengths
0
320
outputColName
stringlengths
1
216
url
stringlengths
14
211
wdcFile
stringlengths
69
76
6b9cff02__to_Document_Design_and_Layout__Right_Hand__Recto__Page
[Left-Hand (Verso) Page] Continuation of Glossary The last page of the glossary contains headers and footers, even if the text of the glossary does not extend onto this page. [Right-Hand (Recto) Page]
Index The index begins on a right-hand page and contains a footer, but no header. It is numbered with Arabic numerals continuing sequentially from the previous section. It is customary to set the index in two columns and to use a smaller type size.
[]
A Visual Guide to Document Design and Layout
Right-Hand (Recto) Page
http://www.docsymmetry.com/layout.html
27/1438042988051.33_20150728002308-00139-ip-10-236-191-2_405890204_2.json
6b9cff02__to_Document_Design_and_Layout__Right_Hand__Recto__Page
[Left-Hand (Verso) Page] Continuation of Index The last page of the index contains headers and footers, even if the text of the index does not extend onto this page. [Right-Hand (Recto) Page]
Inside Back Cover This page is completely blank.
[]
A Visual Guide to Document Design and Layout
Right-Hand (Recto) Page
http://www.docsymmetry.com/layout.html
27/1438042988051.33_20150728002308-00139-ip-10-236-191-2_405890204_2.json
6a860029_Triggers__Inline_SQL__updated___Feature
[Rating] 3 (many databases such as DB II, Oracle, SQL Server, MySQL 5, PostGreSQL, FireBird support them). There are also a lot that don’t e.g. MySQL < 5.0, MS Access (although parameterized queries serve a similar role) [Feature]
Works in various kinds of databases
[]
Choice Between Stored Procedures, Functions, Views, Triggers, Inline SQL (updated)
Feature
http://www.paragoncorporation.com/ArticleDetail.aspx?ArticleID=28
27/1438042988051.33_20150728002308-00198-ip-10-236-191-2_634899153_2.json
6a860029_Triggers__Inline_SQL__updated___Feature
[Rating] 4 (generally they can be called, but the use of OUTPUT arguments is not always usable) [Feature]
Can be called by multiple applications and interfaces
[]
Choice Between Stored Procedures, Functions, Views, Triggers, Inline SQL (updated)
Feature
http://www.paragoncorporation.com/ArticleDetail.aspx?ArticleID=28
27/1438042988051.33_20150728002308-00198-ip-10-236-191-2_634899153_2.json
6a860029_Triggers__Inline_SQL__updated___Feature
[Rating] 2 (note most databases allow to define optional arguments, but this can become very unwieldy to maintain if there are a lot because you end up duplicating logic even within the stored procedure so is generally avoided) [Feature]
Can take an undefined number of arguments
[]
Choice Between Stored Procedures, Functions, Views, Triggers, Inline SQL (updated)
Feature
http://www.paragoncorporation.com/ArticleDetail.aspx?ArticleID=28
27/1438042988051.33_20150728002308-00198-ip-10-236-191-2_634899153_2.json
6a860029_Triggers__Inline_SQL__updated___Feature
[Rating] 3 (you can not reuse them in views, rarely in stored functions and other stored procedures unless the stored procedure using it does not require a return value or result query). This varies slightly from DBMS to DBMS. [Feature]
Reusability within the database
[]
Choice Between Stored Procedures, Functions, Views, Triggers, Inline SQL (updated)
Feature
http://www.paragoncorporation.com/ArticleDetail.aspx?ArticleID=28
27/1438042988051.33_20150728002308-00198-ip-10-236-191-2_634899153_2.json
6a860029_Triggers__Inline_SQL__updated___Feature
[Rating] 4 In general true for most DBMSs that support them. [Feature]
Can be used to change data in a table without giving rights to a user to change table directly
[]
Choice Between Stored Procedures, Functions, Views, Triggers, Inline SQL (updated)
Feature
http://www.paragoncorporation.com/ArticleDetail.aspx?ArticleID=28
27/1438042988051.33_20150728002308-00198-ip-10-236-191-2_634899153_2.json
6a860029_Triggers__Inline_SQL__updated___Feature
[Rating] 3 –again in theory it can, but very hard to maintain since you would often be duplicating logic to say return one field in one situation and other set of fields in another situation or update a field when the field is passed in as an argument. Note that in many databases such as for example SQL Server and Oracle, one can return multiple result sets with a stored procedure, but the receiving end needs to be able to do a next result set call and know the sequence in which the result sets are being sent. [Feature]
Can return varying number of fields given different arguments.
[]
Choice Between Stored Procedures, Functions, Views, Triggers, Inline SQL (updated)
Feature
http://www.paragoncorporation.com/ArticleDetail.aspx?ArticleID=28
27/1438042988051.33_20150728002308-00198-ip-10-236-191-2_634899153_2.json
6a860029_Triggers__Inline_SQL__updated___Feature
[Rating] 5 (one of the great strengths of stored procedures is that you can have long transactions of sql statements and conditional loops which can be all committed at once or rolled back as a unit. This also saves on network traffic. [Feature]
Long stretches of SQL easy to read and maintain
[]
Choice Between Stored Procedures, Functions, Views, Triggers, Inline SQL (updated)
Feature
http://www.paragoncorporation.com/ArticleDetail.aspx?ArticleID=28
27/1438042988051.33_20150728002308-00198-ip-10-236-191-2_634899153_2.json
d74e83c9_phpinfo____Local_Value
[Directive] ibase.allow_persistent [Master Value] On [Local Value]
On
[ [ "O", "n" ], [ "%", "Y", "-", "%", "m", "-", "%", "d" ], [ "n", "o", " ", "v", "a", "l", "u", "e" ], [ "U", "n", "l", "i", "m", "i", "t", "e", "d" ], [ "%", "H", ":", "%", "M", ":", "%", "S" ], [ "%", "Y", "-", "%", "m", "-", "%", "d", " ", "%", "H", ":", "%", "M", ":", "%", "S" ] ]
phpinfo()
Local Value
http://www.popweb.com.br/
27/1438042989826.86_20150728002309-00253-ip-10-236-191-2_657576323_34.json
d74e83c9_phpinfo____Local_Value
[Directive] ibase.dateformat [Master Value] %Y-%m-%d [Local Value]
%Y-%m-%d
[ [ "O", "n" ], [ "%", "Y", "-", "%", "m", "-", "%", "d" ], [ "n", "o", " ", "v", "a", "l", "u", "e" ], [ "U", "n", "l", "i", "m", "i", "t", "e", "d" ], [ "%", "H", ":", "%", "M", ":", "%", "S" ], [ "%", "Y", "-", "%", "m", "-", "%", "d", " ", "%", "H", ":", "%", "M", ":", "%", "S" ] ]
phpinfo()
Local Value
http://www.popweb.com.br/
27/1438042989826.86_20150728002309-00253-ip-10-236-191-2_657576323_34.json
d74e83c9_phpinfo____Local_Value
[Directive] ibase.default_charset [Master Value] no value [Local Value]
no value
[ [ "O", "n" ], [ "%", "Y", "-", "%", "m", "-", "%", "d" ], [ "n", "o", " ", "v", "a", "l", "u", "e" ], [ "U", "n", "l", "i", "m", "i", "t", "e", "d" ], [ "%", "H", ":", "%", "M", ":", "%", "S" ], [ "%", "Y", "-", "%", "m", "-", "%", "d", " ", "%", "H", ":", "%", "M", ":", "%", "S" ] ]
phpinfo()
Local Value
http://www.popweb.com.br/
27/1438042989826.86_20150728002309-00253-ip-10-236-191-2_657576323_34.json
d74e83c9_phpinfo____Local_Value
[Directive] ibase.default_db [Master Value] no value [Local Value]
no value
[ [ "O", "n" ], [ "%", "Y", "-", "%", "m", "-", "%", "d" ], [ "n", "o", " ", "v", "a", "l", "u", "e" ], [ "U", "n", "l", "i", "m", "i", "t", "e", "d" ], [ "%", "H", ":", "%", "M", ":", "%", "S" ], [ "%", "Y", "-", "%", "m", "-", "%", "d", " ", "%", "H", ":", "%", "M", ":", "%", "S" ] ]
phpinfo()
Local Value
http://www.popweb.com.br/
27/1438042989826.86_20150728002309-00253-ip-10-236-191-2_657576323_34.json
d74e83c9_phpinfo____Local_Value
[Directive] ibase.default_password [Master Value] no value [Local Value]
no value
[ [ "O", "n" ], [ "%", "Y", "-", "%", "m", "-", "%", "d" ], [ "n", "o", " ", "v", "a", "l", "u", "e" ], [ "U", "n", "l", "i", "m", "i", "t", "e", "d" ], [ "%", "H", ":", "%", "M", ":", "%", "S" ], [ "%", "Y", "-", "%", "m", "-", "%", "d", " ", "%", "H", ":", "%", "M", ":", "%", "S" ] ]
phpinfo()
Local Value
http://www.popweb.com.br/
27/1438042989826.86_20150728002309-00253-ip-10-236-191-2_657576323_34.json
d74e83c9_phpinfo____Local_Value
[Directive] ibase.default_user [Master Value] no value [Local Value]
no value
[ [ "O", "n" ], [ "%", "Y", "-", "%", "m", "-", "%", "d" ], [ "n", "o", " ", "v", "a", "l", "u", "e" ], [ "U", "n", "l", "i", "m", "i", "t", "e", "d" ], [ "%", "H", ":", "%", "M", ":", "%", "S" ], [ "%", "Y", "-", "%", "m", "-", "%", "d", " ", "%", "H", ":", "%", "M", ":", "%", "S" ] ]
phpinfo()
Local Value
http://www.popweb.com.br/
27/1438042989826.86_20150728002309-00253-ip-10-236-191-2_657576323_34.json
d74e83c9_phpinfo____Local_Value
[Directive] ibase.max_links [Master Value] Unlimited [Local Value]
Unlimited
[ [ "O", "n" ], [ "%", "Y", "-", "%", "m", "-", "%", "d" ], [ "n", "o", " ", "v", "a", "l", "u", "e" ], [ "U", "n", "l", "i", "m", "i", "t", "e", "d" ], [ "%", "H", ":", "%", "M", ":", "%", "S" ], [ "%", "Y", "-", "%", "m", "-", "%", "d", " ", "%", "H", ":", "%", "M", ":", "%", "S" ] ]
phpinfo()
Local Value
http://www.popweb.com.br/
27/1438042989826.86_20150728002309-00253-ip-10-236-191-2_657576323_34.json
d74e83c9_phpinfo____Local_Value
[Directive] ibase.max_persistent [Master Value] Unlimited [Local Value]
Unlimited
[ [ "O", "n" ], [ "%", "Y", "-", "%", "m", "-", "%", "d" ], [ "n", "o", " ", "v", "a", "l", "u", "e" ], [ "U", "n", "l", "i", "m", "i", "t", "e", "d" ], [ "%", "H", ":", "%", "M", ":", "%", "S" ], [ "%", "Y", "-", "%", "m", "-", "%", "d", " ", "%", "H", ":", "%", "M", ":", "%", "S" ] ]
phpinfo()
Local Value
http://www.popweb.com.br/
27/1438042989826.86_20150728002309-00253-ip-10-236-191-2_657576323_34.json
d74e83c9_phpinfo____Local_Value
[Directive] ibase.timeformat [Master Value] %H:%M:%S [Local Value]
%H:%M:%S
[ [ "O", "n" ], [ "%", "Y", "-", "%", "m", "-", "%", "d" ], [ "n", "o", " ", "v", "a", "l", "u", "e" ], [ "U", "n", "l", "i", "m", "i", "t", "e", "d" ], [ "%", "H", ":", "%", "M", ":", "%", "S" ], [ "%", "Y", "-", "%", "m", "-", "%", "d", " ", "%", "H", ":", "%", "M", ":", "%", "S" ] ]
phpinfo()
Local Value
http://www.popweb.com.br/
27/1438042989826.86_20150728002309-00253-ip-10-236-191-2_657576323_34.json
d74e83c9_phpinfo____Local_Value
[Directive] ibase.timestampformat [Master Value] %Y-%m-%d %H:%M:%S [Local Value]
%Y-%m-%d %H:%M:%S
[ [ "O", "n" ], [ "%", "Y", "-", "%", "m", "-", "%", "d" ], [ "n", "o", " ", "v", "a", "l", "u", "e" ], [ "U", "n", "l", "i", "m", "i", "t", "e", "d" ], [ "%", "H", ":", "%", "M", ":", "%", "S" ], [ "%", "Y", "-", "%", "m", "-", "%", "d", " ", "%", "H", ":", "%", "M", ":", "%", "S" ] ]
phpinfo()
Local Value
http://www.popweb.com.br/
27/1438042989826.86_20150728002309-00253-ip-10-236-191-2_657576323_34.json
d8fc5aee_Sisyphos__Definition
[Data element] title [Dublin Core] Title [Definition]
A name given to the resource
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] title alternative [Dublin Core] Title.Alternative [Definition]
Any form of the title used as a substitute or alternative to the formal title of the resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] identifier [Dublin Core] Identifier [Authorities] URL, URN [Definition]
An unambiguous reference to the resource within a given context.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] creator [Dublin Core] Creator [Authorities] PND GKD [Definition]
A person or organisation primarily responsible for making the content of the resource
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] contributor [Dublin Core] Contributor [Authorities] PND GKD [Definition]
A person or organisation responsible for making contributions to the content of the resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] publisher [Dublin Core] Publisher [Authorities] PND GKD [Definition]
A person, organisation or service responsible for making the resource available.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] distributor [Dublin Core] Description [Authorities] PND GKD [Definition]
Organisation that supplies technical access to a resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] language [Dublin Core] Language [Authorities] ISO 639-2 SWD [Definition]
The language of the intellectual content of the resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] abstract [Dublin Core] Description.Abstract [Definition]
A summary of the content of the resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] review [Dublin Core] Description.Abstract [Definition]
If available, a comment or review on the resource (of external origin).
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] subject [Dublin Core] Subject [Authorities] Controlled Terms; DAI-Thes, AEB, RIA, OEANE, TUAT, NEAEHL, EncIr [Definition]
classification of the content with common terms of Ancient Near Eastern Studies, Classical Archaeology and Egyptology.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] region [Dublin Core] Coverage.Spatial [Authorities] Controlled Terms; DAI-Thes., AEB, OEANE, NEAEHL, EncIr [Definition]
Spatial location (a place name or geographic coordinates) of the intellectual content of the resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] time period (Ancient Near Eastern Studies and Egyptology) [Dublin Core] Coverage.Temporal [Authorities] Controlled Terms; AEB, RIA, OEANE, TUAT, NEAEHL, EncIr [Definition]
Temporal characteristics (a period label, date, or date range) of the intellectual content of the resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] sourcetype [Dublin Core] Type [Definition]
The nature or genre of the content of the resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] descriptor [Dublin Core] Subject [Authorities] SWD [Definition]
The topic of the resource, taken from the controlled vocabulary of the SWD.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] keyword [Dublin Core] Subject [Authorities] AAT [Definition]
Keywords from the title or description information, or from within a text resource (English vocabulary).
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] DDC [Dublin Core] DDC [Authorities] DDC [Definition]
Classified with Dewey Decimal Classification
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] table of contents [Dublin Core] Description. TableOfContents [Definition]
A list of subunits of the content of the resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] frequency [Definition]
The frequency with which items are published.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] ISBN / ISSN [Authorities] ISBN, ISSN [Definition]
Reference to the resource by ISBN or ISSN.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] date created [Dublin Core] Date.Created [Authorities] ISO 8601 [Definition]
Date of creation of the resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] date submitted [Dublin Core] Date.Submitted [Authorities] ISO 8601 [Definition]
Date of submission of the resource (e.g. thesis, articles, etc.).
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] date accepted [Dublin Core] Date.Accepted [Authorities] ISO 8601 [Definition]
Date of acceptance of the resource (e.g. of thesis by university department, of article by journal, etc.).
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] date issued [Dublin Core] Date.Issued [Authorities] ISO 8601 [Definition]
Date of formal issuance (e.g., publication) of the resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] modified [Dublin Core] Date.Modified [Definition]
Date on which the resource was changed.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] date valid [Dublin Core] Date.Valid [Authorities] ISO 8601 [Definition]
Date (often a range) of validity of a resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] date available [Dublin Core] Date.Available [Authorities] ISO 8601 [Definition]
Date (often a range) that the resource will become or did become available.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] type DCT1 [Dublin Core] Type.DCMIType [Authorities] DCT1 [Definition]
Dublin Core term used as value for the resource type to identify the genre of a resource (e.g. text, dataset, event)
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] extent [Dublin Core] Format.Extent [Definition]
The size or duration of the resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] format [Dublin Core] Format.Medium [Authorities] MIME [Definition]
The physical or digital manifestation of the resource
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] translated identifier [Dublin Core] Identifier [Authorities] URL, URN [Definition]
Translation of the resource under another reference.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] archive identifier [Dublin Core] Identifier [Authorities] URL, URN [Definition]
Permanent reference to the resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] invalid identifier [Dublin Core] Identifier [Authorities] URL, URN [Definition]
Invalid URL, automatic redirection is possible.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] is part of [Dublin Core] Relation.IsPartOf [Definition]
The described resource is a physical or logical part of the referenced resource.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] has part [Dublin Core] Relation.HasPart [Definition]
The described resource includes the referenced resource either physically or logically.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] is format of [Dublin Core] Relation.IsFormatOf [Definition]
The described resource is the same intellectual content of the referenced resource, but presented in another format.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] is version of [Dublin Core] Relation.IsVersionOf [Definition]
The described resource is a version, edition, or adaptation of the referenced resource. Changes in version imply substantive changes in content rather than differences in format.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] Copyright [Dublin Core] Rights.Copyright [Definition]
Date of a statement of copyright.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
d8fc5aee_Sisyphos__Definition
[Data element] access [Dublin Core] Rights.AccessRights [Definition]
Information about who can access the resource or an indication of its security status.
[]
Sisyphos
Definition
http://www.ub.uni-heidelberg.de/helios/sisyphos/Englisch/erfassungskategorien.html
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_802381973_1.json
93b7a290_HTML_5_Attributes__Description
[Attribute] accesskey [Value] character [4] 4 [Description]
Specifies a keyboard shortcut to access an element
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
93b7a290_HTML_5_Attributes__Description
[Attribute] class [Value] classname [4] 4 [5] 5 [Description]
Specifies a classname for an element (used to specify a class in a style sheet)
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
93b7a290_HTML_5_Attributes__Description
[Attribute] contenteditable [Value] true false [5] 5 [Description]
Specifies whether or not a user is allowed to edit the content
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
93b7a290_HTML_5_Attributes__Description
[Attribute] contextmenu [Value] menu_id [5] 5 [Description]
Specifies the context menu for an element
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
93b7a290_HTML_5_Attributes__Description
[Attribute] dir [Value] ltr rtl [4] 4 [5] 5 [Description]
Specifies the text direction for the content in an element
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
93b7a290_HTML_5_Attributes__Description
[Attribute] draggable [Value] true false auto [5] 5 [Description]
Specifies whether or not a user is allowed to drag an element
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
93b7a290_HTML_5_Attributes__Description
[Attribute] id [Value] id [4] 4 [5] 5 [Description]
Specifies a unique id for an element
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
93b7a290_HTML_5_Attributes__Description
[Attribute] irrelevant [Value] true false [5] 5 [Description]
Specifies whether or not a element is irrelevant. An irrelevant element is not displayed
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
93b7a290_HTML_5_Attributes__Description
[Attribute] lang [Value] language_code [4] 4 [5] 5 [Description]
Specifies a language code for the content in an element
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
93b7a290_HTML_5_Attributes__Description
[Attribute] ref [Value] URL / id [5] 5 [Description]
Specifies a reference to another document / another part of a document (use only if the template attribute is set)
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
93b7a290_HTML_5_Attributes__Description
[Attribute] registrationmark [Value] reg_mark [5] 5 [Description]
Specifies a registration mark for an element
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
93b7a290_HTML_5_Attributes__Description
[Attribute] style [Value] style_definition [4] 4 [5] 5 [Description]
Specifies an inline style for an element
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
93b7a290_HTML_5_Attributes__Description
[Attribute] tabindex [Value] number [4] 4 [5] 5 [Description]
Specifies the tab order of an element
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
93b7a290_HTML_5_Attributes__Description
[Attribute] template [Value] URL / id [5] 5 [Description]
Specifies a reference to another document / another part of the document that should be applied to an element
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
93b7a290_HTML_5_Attributes__Description
[Attribute] title [Value] text [4] 4 [5] 5 [Description]
Specifies extra information about an element
[]
HTML 5 Attributes
Description
http://html5tutorial.net/html-5-attributes/html-5-attributes.html
27/1438042988051.33_20150728002308-00309-ip-10-236-191-2_111184426_0.json
8bb35116_rtcuts___Computer_Aided_Design__Description
[Shortcut] PgDn [Comment] Very handy. [Description]
Zooms to selected objects
[]
Top 13 Navisworks 2013 Shortcuts | Computer-Aided Design
Description
https://caddguru.wordpress.com/2012/10/30/top-13-navisworks-2013-shortcuts/
27/1438042989826.86_20150728002309-00315-ip-10-236-191-2_851978087_0.json
8bb35116_rtcuts___Computer_Aided_Design__Description
[Shortcut] SHIFT, CTRL [Comment] You must learn *all* these in the first 30 minutes! [Description]
Used to modify the middle mouse button actions
[]
Top 13 Navisworks 2013 Shortcuts | Computer-Aided Design
Description
https://caddguru.wordpress.com/2012/10/30/top-13-navisworks-2013-shortcuts/
27/1438042989826.86_20150728002309-00315-ip-10-236-191-2_851978087_0.json
8bb35116_rtcuts___Computer_Aided_Design__Description
[Shortcut] ALT [Comment] I must admit having second thoughts… [Description]
Turns the keytips on or off
[]
Top 13 Navisworks 2013 Shortcuts | Computer-Aided Design
Description
https://caddguru.wordpress.com/2012/10/30/top-13-navisworks-2013-shortcuts/
27/1438042989826.86_20150728002309-00315-ip-10-236-191-2_851978087_0.json
8bb35116_rtcuts___Computer_Aided_Design__Description
[Shortcut] Ctrl + 1 [Comment] To snap out of the most useful shortcut [Description]
Turns on Select Mode
[]
Top 13 Navisworks 2013 Shortcuts | Computer-Aided Design
Description
https://caddguru.wordpress.com/2012/10/30/top-13-navisworks-2013-shortcuts/
27/1438042989826.86_20150728002309-00315-ip-10-236-191-2_851978087_0.json
8bb35116_rtcuts___Computer_Aided_Design__Description
[Shortcut] Ctrl + 2 [Comment] Most useful shortcut. This is where Navisworks shines! [Description]
Turns on Walk Mode
[]
Top 13 Navisworks 2013 Shortcuts | Computer-Aided Design
Description
https://caddguru.wordpress.com/2012/10/30/top-13-navisworks-2013-shortcuts/
27/1438042989826.86_20150728002309-00315-ip-10-236-191-2_851978087_0.json
8bb35116_rtcuts___Computer_Aided_Design__Description
[Shortcut] Ctrl + 7 [Comment] If you learn SHIFT and CTRL mouse combos this is less relevant [Description]
Turns on Orbit mode
[]
Top 13 Navisworks 2013 Shortcuts | Computer-Aided Design
Description
https://caddguru.wordpress.com/2012/10/30/top-13-navisworks-2013-shortcuts/
27/1438042989826.86_20150728002309-00315-ip-10-236-191-2_851978087_0.json
8bb35116_rtcuts___Computer_Aided_Design__Description
[Shortcut] Ctrl + A [Comment] Bring ‘em in! [Description]
Displays the Append dialog box
[]
Top 13 Navisworks 2013 Shortcuts | Computer-Aided Design
Description
https://caddguru.wordpress.com/2012/10/30/top-13-navisworks-2013-shortcuts/
27/1438042989826.86_20150728002309-00315-ip-10-236-191-2_851978087_0.json
8bb35116_rtcuts___Computer_Aided_Design__Description
[Shortcut] Ctrl + F [Comment] Remember, BIM is about using relational databases. Here’s a good start! [Description]
Displays he Quick Find dialog box
[]
Top 13 Navisworks 2013 Shortcuts | Computer-Aided Design
Description
https://caddguru.wordpress.com/2012/10/30/top-13-navisworks-2013-shortcuts/
27/1438042989826.86_20150728002309-00315-ip-10-236-191-2_851978087_0.json
8bb35116_rtcuts___Computer_Aided_Design__Description
[Shortcut] Ctrl + F2 [Comment] Learn this in the first 90 minutes. This is where the real Navisworks begins. [Description]
Opens the Clash Detective window
[]
Top 13 Navisworks 2013 Shortcuts | Computer-Aided Design
Description
https://caddguru.wordpress.com/2012/10/30/top-13-navisworks-2013-shortcuts/
27/1438042989826.86_20150728002309-00315-ip-10-236-191-2_851978087_0.json
8bb35116_rtcuts___Computer_Aided_Design__Description
[Shortcut] Ctrl + F12 [Comment] Another window to the database and BIM [Description]
Toggles the Selection Tree window
[]
Top 13 Navisworks 2013 Shortcuts | Computer-Aided Design
Description
https://caddguru.wordpress.com/2012/10/30/top-13-navisworks-2013-shortcuts/
27/1438042989826.86_20150728002309-00315-ip-10-236-191-2_851978087_0.json
8bb35116_rtcuts___Computer_Aided_Design__Description
[Shortcut] F11 [Comment] This and shortcuts will make the world think you’re a wizard! [Description]
Toggles Full Screen mode
[]
Top 13 Navisworks 2013 Shortcuts | Computer-Aided Design
Description
https://caddguru.wordpress.com/2012/10/30/top-13-navisworks-2013-shortcuts/
27/1438042989826.86_20150728002309-00315-ip-10-236-191-2_851978087_0.json
8bb35116_rtcuts___Computer_Aided_Design__Description
[Shortcut] F12 [Comment] Know everything here [Description]
Opens the Options Editor
[]
Top 13 Navisworks 2013 Shortcuts | Computer-Aided Design
Description
https://caddguru.wordpress.com/2012/10/30/top-13-navisworks-2013-shortcuts/
27/1438042989826.86_20150728002309-00315-ip-10-236-191-2_851978087_0.json
8bb35116_rtcuts___Computer_Aided_Design__Description
[Shortcut] Shift + F7 [Comment] More data friendly features here. [Description]
Toggles the Properties window
[]
Top 13 Navisworks 2013 Shortcuts | Computer-Aided Design
Description
https://caddguru.wordpress.com/2012/10/30/top-13-navisworks-2013-shortcuts/
27/1438042989826.86_20150728002309-00315-ip-10-236-191-2_851978087_0.json
9b1d6552____eSort_Home_Page__Notes__description
[Switch] /i [Specifies] input file [Notes, description]
Use this switch to specify the name of an existing file to read the list of email addresses to be sorted from. If a file is not specified using this switch, eSortTM reads the addresses from the standard input, which may be redirected.
[]
!! eSort Home Page
Notes, description
http://l5software.com/Tools/eSort/
27/1438042990112.92_20150728002310-00186-ip-10-236-191-2_144424225_1.json
9b1d6552____eSort_Home_Page__Notes__description
[Switch] /o [Specifies] output file [Notes, description]
This switch specifies the name of the file the sorted list is to be written to. If the file already exists, it is replaced without warning. If an output file is not specified by using this switch, eSortTM writes the sorted list to the standard output, which may be redirected.
[]
!! eSort Home Page
Notes, description
http://l5software.com/Tools/eSort/
27/1438042990112.92_20150728002310-00186-ip-10-236-191-2_144424225_1.json
9b1d6552____eSort_Home_Page__Notes__description
[Switch] /d [Specifies] duplicate list [Notes, description]
Use this switch to create a file containing a list of all of the duplicate email addresses discarded from the input list. If a discard list file is not specified, eSortTM just discards any duplicate records without further notice, unless the "/n" (no discard) switch is specified. Note: The email addresses in the "discard" list are not guaranteed to be unique.
[]
!! eSort Home Page
Notes, description
http://l5software.com/Tools/eSort/
27/1438042990112.92_20150728002310-00186-ip-10-236-191-2_144424225_1.json
9b1d6552____eSort_Home_Page__Notes__description
[Switch] /n [Specifies] no discard [Notes, description]
Unless this switch is used, eSortTM removes duplicate addresses from the output stream. Specify this switch if you want the duplicates written to the output list.
[]
!! eSort Home Page
Notes, description
http://l5software.com/Tools/eSort/
27/1438042990112.92_20150728002310-00186-ip-10-236-191-2_144424225_1.json
9b1d6552____eSort_Home_Page__Notes__description
[Switch] /r [Specifies] report summary [Notes, description]
If this switch is used, eSortTM writes a summary of the results of its operation to the standard output when it finishes. The summary indicates the number of email addresses found in the input list, how many were discarded, the number written to the output list, and the date and time the program ran.
[]
!! eSort Home Page
Notes, description
http://l5software.com/Tools/eSort/
27/1438042990112.92_20150728002310-00186-ip-10-236-191-2_144424225_1.json
9b1d6552____eSort_Home_Page__Notes__description
[Switch] /q [Specifies] quiet mode [Notes, description]
This switch tells eSortTM not to write the program banner to the standard output. Unless this switch is specified, the program's name, version number, and copyright notice are displayed.
[]
!! eSort Home Page
Notes, description
http://l5software.com/Tools/eSort/
27/1438042990112.92_20150728002310-00186-ip-10-236-191-2_144424225_1.json
9b1d6552____eSort_Home_Page__Notes__description
[Switch] /v [Specifies] version display [Notes, description]
eSortTM displays its internal version information and copyright notices only. This switch overrides all others, except the "/h" (help display) switch.
[]
!! eSort Home Page
Notes, description
http://l5software.com/Tools/eSort/
27/1438042990112.92_20150728002310-00186-ip-10-236-191-2_144424225_1.json
9b1d6552____eSort_Home_Page__Notes__description
[Switch] /h [Specifies] help display [Notes, description]
eSortTM writes the help information to the standard output. No other processing performed.
[]
!! eSort Home Page
Notes, description
http://l5software.com/Tools/eSort/
27/1438042990112.92_20150728002310-00186-ip-10-236-191-2_144424225_1.json
1ffc48f0_adients__CSS3_Tips____Hongkiat__Description
[Values] closest-side [Description]
The gradient’s shape meets the side of the box closest to its center (for circles) or meets both the vertical and horizontal sides closest to the center (for ellipses).
[]
CSS3 Circular and Elliptical Gradients [CSS3 Tips] - Hongkiat
Description
http://www.hongkiat.com/blog/css3-circular-elliptical-gradient/
27/1438042988051.33_20150728002308-00153-ip-10-236-191-2_497926230_0.json
1ffc48f0_adients__CSS3_Tips____Hongkiat__Description
[Values] closest-corner [Description]
The gradient’s shape is sized so it exactly meets the closest corner of the box from its center.
[]
CSS3 Circular and Elliptical Gradients [CSS3 Tips] - Hongkiat
Description
http://www.hongkiat.com/blog/css3-circular-elliptical-gradient/
27/1438042988051.33_20150728002308-00153-ip-10-236-191-2_497926230_0.json
1ffc48f0_adients__CSS3_Tips____Hongkiat__Description
[Values] farthest-side [Description]
Similar to closest-side, except the shape is sized to meet the side of the box farthest from its center (or vertical and horizontal sides).
[]
CSS3 Circular and Elliptical Gradients [CSS3 Tips] - Hongkiat
Description
http://www.hongkiat.com/blog/css3-circular-elliptical-gradient/
27/1438042988051.33_20150728002308-00153-ip-10-236-191-2_497926230_0.json
1ffc48f0_adients__CSS3_Tips____Hongkiat__Description
[Values] farthest-corner [Description]
The gradient’s shape is sized so it exactly meets the farthest corner of the box from its center.
[]
CSS3 Circular and Elliptical Gradients [CSS3 Tips] - Hongkiat
Description
http://www.hongkiat.com/blog/css3-circular-elliptical-gradient/
27/1438042988051.33_20150728002308-00153-ip-10-236-191-2_497926230_0.json
1ffc48f0_adients__CSS3_Tips____Hongkiat__Description
[Values] contain [Description]
A synonym for closest-side.
[]
CSS3 Circular and Elliptical Gradients [CSS3 Tips] - Hongkiat
Description
http://www.hongkiat.com/blog/css3-circular-elliptical-gradient/
27/1438042988051.33_20150728002308-00153-ip-10-236-191-2_497926230_0.json
1ffc48f0_adients__CSS3_Tips____Hongkiat__Description
[Values] cover [Description]
A synonym for farthest-corner.
[]
CSS3 Circular and Elliptical Gradients [CSS3 Tips] - Hongkiat
Description
http://www.hongkiat.com/blog/css3-circular-elliptical-gradient/
27/1438042988051.33_20150728002308-00153-ip-10-236-191-2_497926230_0.json