My Family Tree GEDCOM Extensions

Size: px
Start display at page:

Download "My Family Tree GEDCOM Extensions"

Transcription

1 My Family Tree GEDCOM Extensions Document version 3.0 Date 01 Nov 2020 My Family Tree version(s) This document provides details of all GEDCOM extensions used in GEDCOM files produced by the version(s) of My Family Tree specified above. Conditions of use Chronoplex Software This document and the information contained within is made available for private use by end users of My Family Tree for the sole purpose of interpreting the form of GEDCOM extensions in GEDCOM files produced by My Family Tree. All other rights, including, but not limited to, redistribution, reproduction, modification, and public review, are reserved. Disclaimer The information in this document is provided "as is" without warranty of any kind. Chronoplex Software does not accept any responsibility or liability arising from the use of this document. 1

2 My Family Tree GEDCOM files GEDCOM files produced by My Family Tree are LINEAGE-LINKED GEDCOM files which use Unicode (UTF-8) encoding with a byte order mark. In the interests of interoperability, files deviate from the GEDCOM specification in the following cases: 1. <MULTIMEDIA_FILE_REFERENCE> ignores the 30-character limit and uses up to 246-characters before the value is split over multiple lines. This ensures maximum compatibility with other applications. 2. <MULTIMEDIA_FORMAT> is extended to permit any valid file format. 3. <SEX_VALUE> is extended to permit X for other. The term other is to be used to describe the biological sex of a person whose biological sex is not exclusively male or female e.g. intersex. 4. INDI.EVEN uses an <EVENT_DESCRIPTOR> line value to correct a known specification error. 5. <PLACE_LATITUDE> uses a compass direction N or S and a number 0 to 90. <PLACE_LONGITUDE> uses a compass direction E or W and a number 0 and 180 inclusive. This is in line with the examples in the specification. The numerical part of the coordinate is given to 6 decimal places which is equivalent to ~1 m distance on the ground and more than enough for genealogical purposes. The GEDCOM specification erroneously limits these fields to size {5:8}, the correct sizes are {2:10} and {2:11} respectively. Some of these behaviours can be adjusted by manually editing the user.config in the local application data. The following settings are provided: Setting GedcomExport_UseXSexValue GedcomExport_UseLongLineValuesForMultimediaFileReference GedcomExport_UseFileExtensionsForMultimediaFormat GedcomExport_UseIndiEvenLineValue Default True True True True 2

3 Record Structures of Lineage-Linked Form which have been extended Extensions to existing structures are shown in highlight mode. HEADER:= n HEAD _TITL {0:1} _CRST <MULTIMEDIA_FILE_REFERENCE> {0:1} RECORD:= [ n <<FAM_RECORD>> {1:1} n <<INDIVIDUAL_RECORD>> {1:1} n <<MULTIMEDIA_RECORD>> {1:1} n <<NOTE_RECORD>> {1:1} n <<REPOSITORY_RECORD>> {1:1} n <<SOURCE_RECORD>> {1:1} n <<SUBMITTER_RECORD>> {1:1} n <<TASK_RECORD>> {1:1} ] FAM_RECORD:= FAM {1:1} +1 _PRIVATE <PRIVATE_FLAG> {0:1} +1 _READONLY <READONLY_FLAG> {0:1} +1 _MSTAT <RELATIONSHIP_STATUS> {0:1} 3

4 INDIVIDUAL_RECORD:= INDI {1:1} +1 _UID <UID> {0:1} +1 _PRIVATE <PRIVATE_FLAG> {0:1} +1 _READONLY <READONLY_FLAG> {0:1} +1 SEX <SEX_VALUE> {0:1} +1 <<A_DNA_STRUCTURE>> {0:M} +1 <<M_DNA_STRUCTURE>> {0:M} +1 <<Y_DNA_STRUCTURE>> {0:M} +1 _IEOT Y {0:1} +1 {0:1} +2 _FACE <CROP_REGION> {0:1} MULTIMEDIA_RECORD:= OBJE {1:1} +1 _PRIVATE <PRIVATE_FLAG> {0:1} +1 _READONLY <READONLY_FLAG> {0:1} +1 FILE <MULTIMEDIA_FILE_REFERENCE> {1:1} +2 _FDTE <FILE_DATE > {0:1} +2 _FRTG <FILE_RATING> {0:1} +2 _FPLC <FILE_PLACE> {0:1} +2 FORM <MULTIMEDIA_FORMAT> {1:1} Pointers to multimedia records are always used, rather than inline multimedia links. NOTE_RECORD:= NOTE {1:1} +1 _NCHT Y {0:1} REPOSITORY _RECORD:= REPO {1:1} +1 _UID <UID> {0:1} SOURCE_RECORD:= SOUR {1:1} +1 _UID <UID> {0:1} 4

5 Record Structures of Lineage-Linked Form which are new TASK_RECORD:= _TASK {1:1} +1 _TTIL <TASK_TITLE> {0:1} +1 _TDSC <TASK_DESCRIPTION> {0:1} +1 _TCOM <TASK_COMMENTS> {0:1} +1 _TRST <TASK_RESULTS> {0:1} +1 _TLOC <TASK_LOCATION> {0:1} +1 _TSDT <TASK_START_DATE> {0:1} +1 _TRDT <TASK_REVIEW_DATE> {0:1} +1 _TCDT <TASK_COMPLETED_DATE> {0:1} +1 _TSTS <TASK_STATUS> {0:1} +1 _TPTY <TASK_PRIORITY> {0:1} +1 _TTPE <TASK_TYPE> {0:1} +1 _TCAT <TASK_CATEGORY> {0:1} +1 {0:1} +1 {0:1} +1 {0:M} + <<CHANGE_DATE>> {0:1} Tasks may include a single cross-reference to a source and/or repository, and one or more cross-references to any individuals relating to the task. 5

6 Substructures of Lineage-Linked Form which have been extended Extensions to existing structures are shown in highlight mode. PERSONAL_NAME_STRUCTURE:= n NAME <NAME_PERSONAL> {1:1} +1 _FIRN <NAME_PIECE_FIRSTNAME> {0:1} +1 _MIDN <NAME_PIECE_MIDDLENAME> {0:1} +1 _PATN <NAME_PIECE_PATRONYMIC> {0:1} +1 _MATN <NAME_PIECE_MATRONYMIC> {0:1} +1 _RUFNAME <NAME_PIECE_CALLNAME> {0:1} +1 _PRIVATE <PRIVATE_FLAG> {0:1} +1 _READONLY <READONLY_FLAG> {0:1} GEDCOM does not make any distinction between a person s first names, middle names, patronymic names, matronymic names, or call names, and instead combines them in the NAME tag value or the GIVN tag value. However separate identification of each of these name parts is essential if genealogy applications are to correctly display a person s name according to cultural rules associated with that name. Additional tags are therefore provided to ensure that all parts of a person s name can be correctly interpreted. Use of the _FIRN and _MIDN tags is restricted to the case when the GIVN tag value cannot be split at the first white space character to obtain the first name(s) and middle name(s). This avoids unnecessary duplication of information, whilst ensuring complete compatibility with GEDCOM readers which do not support these tags. The _MIDN tag is only used with the _FIRN tag, in other words, a middle name is not permitted without a first name. The combined _FIRN and _MIDN tag values must equal the GIVN tag value i.e. <NAME_PIECE_GIVEN> = [ <NAME_PIECE_FIRSTNAME> <NAME_PIECE_FIRSTNAME> <NAME_PIECE_MIDDLENAME> ] Any other use of the _FIRN and _MIDN tags is not supported. 6

7 EVENT_DETAIL:= n _RELTYPE <RELATIONSHIP_TYPE> {0:1} n _PRIVATE <PRIVATE_FLAG> {0:1} n _READONLY <READONLY_FLAG> {0:1} n _DESC {0:1} n <<EVENT_WITNESS_STRUCTURE>> {0:M} n DATE <DATE_VALUE> {0:1} n _DATI <DATE_TIME_INFO> {0:1} The _RELTYPE tag is used only with MARR events which include a user defined type. It is used to flag whether the MARR.TYPE line value is a type of other marriage or a type of other relationship. The _DESC tag is used to preserve information stored on an EVEN or RESI tag value in versions of GEDCOM which do not support this. Events may contain references to individuals who witnessed the event in some capacity using the EVENT_WITNESS_STRUCTURE. The _DATI tag is used to store the data required to completely reconstruct the date and time information associated with an event. It is always included in addition to the standard DATE tag. My Family Tree permits date information to be stored in many different calendars and therefore not all dates can be validly expressed using the standard DATE_VALUE. An associated DATE_TIME_INFO value is used to store all the information required to represent the date. If a _DATI tag and value is present, the corresponding DATE tag and value is ignored. The DATE tag value will store a valid GEDCOM representation of the date, where that is possible. 7

8 Substructures of Lineage-Linked Form which are new M_DNA_STRUCTURE:= n _MTDNA {1:1} +1 _MDSC <DNA_TEST_DESCRIPTION> {0:1} +1 _MNAM <DNA_TEST_NAME_OF_PERSON> {0:1} +1 _MHAP <M_DNA_HAPLOGROUP> {0:1} +1 _MREF <M_DNA_REFERENCE_SAMPLE> {0:1} +1 _MSEQ <DNA_FULL_SEQUENCE> {0:1} +1 <<M_DNA_SNP_STRUCTURE>> {0:M} +1 <<NOTE_STRUCTURE>> {0:M} The results of a mitochondrial DNA test. M_DNA_SNP_ STRUCTURE:= n _MSNP {1:1} +1 _MDIF <M_DNA_DIFFERENCE> {1:1} A difference between a person s mitochondrial DNA full sequence compared to a reference mitochondrial DNA sequence. Y_DNA_STRUCTURE:= n _YTDNA {1:1} +1 _YDSC <DNA_TEST_DESCRIPTION> {0:1} +1 _YNAM <DNA_TEST_NAME_OF_PERSON> {0:1} +1 _YHAP <Y_DNA_HAPLOGROUP> {0:1} +1 <<Y_DNA_STR_STRUCTURE>> {0:M} +1 <<Y_DNA_SNP_STRUCTURE >> {0:M} +1 <<NOTE_STRUCTURE>> {0:M} The results of a Y-chromosome DNA test. Y_DNA_STR_ STRUCTURE:= n _YSTR {1:1} +1 _YMRK <STR_MARKER> {1:1} +1 _YRPT < STR_REPEAT> {1:1} A short tandem repeat (STR) is a section of DNA which repeats several times in a row on a DNA strand. The STRs present and the number of times they repeat is used distinguish one DNA sample from another. Y_DNA_SNP_ STRUCTURE:= n _YSNP {1:1} +1 _YRSID <SNP_RSID> {1:1} +1 _YPOS <SNP_POSITION> {1:1} +1 _YGEN <SNP_GENOTYPE> {1:1} A single nucleotide polymorphism (SNP) DNA sequence variation occurring when a single nucleotide adenine (A), thymine (T), cytosine (C), or guanine (G) in the genome (or other shared sequence) differs between members of a species or paired chromosomes in a person. 8

9 A_DNA_STRUCTURE:= n _ATDNA {1:1} +1 _ADSC <DNA_TEST_DESCRIPTION> {0:1} +1 _ANAM <DNA_TEST_NAME_OF_PERSON> {0:1} +1 <<A_DNA_STR_STRUCTURE>> {0:M} +1 <<A_DNA_SNP_STRUCTURE >> {0:M} +1 <<NOTE_STRUCTURE>> {0:M} The results of an autosomal DNA test. A_DNA_STR_ STRUCTURE:= n _ASTR {1:1} +1 _AMRK <STR_MARKER> {1:1} +1 _ARPT < STR_REPEAT> {1:1} A short tandem repeat (STR) is a section of DNA which repeats several times in a row on a DNA strand. The STRs present and the number of times they repeat is used distinguish one DNA sample from another. A_DNA_SNP_ STRUCTURE:= n _ASNP {1:1} +1 _ARSID <SNP_RSID> {1:1} +1 _ACRO <SNP_CHROMOSOME> {1:1} +1 _APOS <SNP_POSITION> {1:1} +1 _AGEN <SNP_GENOTYPE> {1:1} A single nucleotide polymorphism (SNP) DNA sequence variation occurring when a single nucleotide adenine (A), thymine (T), cytosine (C), or guanine (G) in the genome (or other shared sequence) differs between members of a species or paired chromosomes in a person. EVENT_WITNESS_STRUCTURE:= [ n {1:1} +1 _WTPE <WITNESS_TYPE> {0:1} +1 <<NOTE_STRUCTURE>> {0:M} +1 <<SOURCE_CITATION>> {0:M} n _WITN <WITNESS_NAME> {1:1} +1 _WTPE <WITNESS_TYPE> {0:1} +1 <<NOTE_STRUCTURE>> {0:M} +1 <<SOURCE_CITATION>> {0:M} ] Witnesses can be used to describe individuals who witnessed the event in some capacity. These can be either cross-references to individuals in the GEDCOM file or the name of an individual. For example, an aunt or uncle who is a god parent at the christening of a person may be included in that person s christening event using a cross-reference to that person in the GEDCOM file. The religious official who conducted the christening would not normally be included in the family tree but can be referenced by name. 9

10 Primitive Elements of the Lineage-Linked Form which have been changed Changes to existing elements are shown in highlight mode. Caution The GEDCOM specifications do not permit changes to primitive elements in the standard GEDCOM form. A GEDCOM reader encountering an unsupported or invalid value it cannot handle should produce an error. SEX_VALUE:= {Size=1:1} A code that indicates the sex of the person. M = Male F = Female X = Other U = Unknown (undetermined from available records and quite sure that it can t be) The term other is to be used to describe the biological sex of a person whose biological sex is not exclusively male or female, for example intersex. MULTIMEDIA_FILE_REFERENCE:= A complete local or remote file reference to the auxiliary data to be linked to the GEDCOM context. Remote reference would include a network address where the multimedia data may be obtained. The file path is case sensitive (since GEDCOM files may be used on operating systems with support for case sensitive file paths) and should include the file extension. If the file path is greater than 246 characters, it will be split over multiple GEDCOM lines using CONC. The maximum length of a file path is dependent on the operating system and version. File paths up to 259 characters are always supported by My Family Tree on the Windows operating system. My Family Tree supports longer file paths when running on versions of Windows where the MAX_PATH limitations have been removed. MULTIMEDIA_FORMAT:= Indicates the format of the multimedia data associated with the specific GEDCOM context. This allows processors to determine whether they can process the data object. Any linked files should contain the data required, in the indicated format, to process the file data. Where the format is not one supported by GEDCOM 5.5.1, the file extension is used instead. 10

11 Primitive Elements of the Lineage-Linked Form which are new CROP_REGION:= {Size=7:23} [ <PIXELS_FROM_LEFT>,<PIXELS_FROM_TOP>,<PIXEL_WIDTH>,<PIXEL_HEIGHT>] A representation of a crop region of an image. where <PIXELS_FROM_LEFT> = number of pixels from left edge of image to left edge of crop rectangle <PIXELS_FROM_TOP> = number of pixels from top edge of image to top edge of crop rectangle <PIXEL_WIDTH> = pixel width of crop rectangle <PIXEL_HEIGHT> = pixel height of crop rectangle DATE_TIME_INFO:= {Size=43:248} [V<VERSION>T< DATE_TYPE >S<START_DATE>E<END_DATE>T] A representation of date and time information. This representation can be used for almost any calendar system used in genealogical records. where <VERSION> = version [ ] <DATE_TYPE> = a date descriptor [ ] where 00 = default, 01 = about, 02 = before, 03 = after, 04 = estimated, 05 = calculated, 06 = interpreted, 07 = to only, 08 = from only, 09 = span, 10 = range, 11 = text only, 12 = either or <START_DATE> = <DATE> <END_DATE> = <DATE> = text representing the date, can be empty where <DATE> = <CALENDAR><ERA><DAY><MONTH><YEAR><LEAP_DAY><LEAP_MONTH><DUAL_YEAR>< TIME> where <CALENDAR> = calendar type [ ] where 00 = Gregorian, 01 = Julian, 03 = French Republican, 04 = Swedish, 05 = Icelandic, 06 = Hebrew, 07 = AstronomicalSolarHijri, 08 = LunarHijri, 09 = UmmAlQura, 10 = ISO, 11 = Armenian, 12 = Bahá í, 13 = HinduSolar, 14 = HinduLunisolar, 15 = ThaiBuddhist, 16 = TibetanLunisolar, 17 = Japanese, 18 = JapaneseLunisolar, 19 = Korean, 20 = KoreanLunisolar, 21 = Taiwan, 22 = TaiwanLunisolar, 23 = ChineseLunisolar, 24 = VietnameseLunisolar, 25 = Coptic, 26 = Ethiopic, 27 = Egyptian, 28 = Quaker <ERA> = a zero padded era [ ], the first era in a calendar is denoted with a zero <DAY> = a zero padded day [ ], the day is unspecified if the value is zero <MONTH> = a zero padded month [ ], the month is unspecified if the value is zero* <YEAR> = a zero padded year [ ], the year is unspecified if the value is zero <LEAP_DAY> = is leap day [0.. 1], 1 if the day is a leap day in a lunisolar calendar, zero otherwise <LEAP_MONTH> = is leap month [0.. 1], 1 if the day is a leap month in a lunisolar calendar, zero otherwise <DUAL_YEAR> = is dual year [0.. 1], 1 if the year is a dual year in the Gregorian or Julian calendar, zero otherwise <TIME> = [ HHmm ], a local time in HHmm format using the 24-hour clock HH = zero-padded hour [ ] mm = zero-padded minute [ ]. * the <MONTH> is interpreted as a week number in the ISO calendar. 11

12 DNA_FULL_SEQUENCE:= A DNA sequence, described as a sequence of characters representing single nucleotides of adenine (A), thymine (T), cytosine (C), or guanine (G). DNA_TEST_DESCRIPTION:= The description of this DNA test. DNA_TEST_NAME_OF_PERSON:= The name of the person for whom this DNA test relates to. FILE_DATE:= {Size=43:248} <DATE_TIME_INFO> The date associated with a file. For a photograph, this might be the date taken. For a newspaper cutting this may be the publication date of the article. FILE_NAME:= The friendly file name of a file. FILE_PLACE:= The place a depicted in an image. FILE_RATING:= <DIGIT> A number from [0.. 5] which describes the star rating of a multimedia item. NAME_PIECE_CALLNAME:= {Size=1:1} {Size=1:120} [ <NAME_PIECE> <NAME_PIECE_CALLNAME>, <NAME_PIECE> ] Call name. Different call name parts are separated by a comma. NAME_PIECE_FIRSTNAME:= {Size=1:90} [ <NAME_PIECE> ] First name. NAME_PIECE_MATRONYMIC:= [ <NAME_PIECE> <NAME_PIECE_MATRONYMIC>, <NAME_PIECE> ] Matronymic name. Different matronymic name parts are separated by a comma. NAME_PIECE_MIDDLENAME:= {Size=1:120} {Size=1:90} [ <NAME_PIECE> ] Middle name. NAME_PIECE_PATRONYMIC:= [ <NAME_PIECE> <NAME_PIECE_PATRONYMIC>, <NAME_PIECE> ] Patronymic name. Different patronymic name parts are separated by a comma. {Size=1:120} 12

13 M_DNA_HAPLOGROUP:= A human mitochondrial DNA haplogroup. The name should correspond with those found in the phylogenetic tree of global human mitochondrial DNA variation. M_DNA_DIFFERENCE:= {Size=1:10} A difference between the mitochondrial DNA reference sample and the test subject s mitochondrial DNA. M_DNA_REFERENCE_SAMPLE:= The reference sample used for determining human mitochondrial DNA SNPs and haplogroups. Current reference samples include: RSRC = The Reconstructed Sapiens Reference Sequence RCRS = The revised Cambridge Reference Sequence CRS = The Cambridge Reference Sequence CROP_REGION:= {Size=7:23} [ <PIXELS_FROM_LEFT>,<PIXELS_FROM_TOP>,<PIXEL_WIDTH>,<PIXEL_HEIGHT>] A representation of a crop region in an image. READONLY_FLAG:= {Size=1:1} [ Y ] The information in the associated record or substructure should be treated as read-only. RELATIONSHIP_STATUS:= {Size=6:13} [ ENGAGED CURRENT FORMER DECEASED DIVORCE FILED DIVORCED ANNULLED DISSOLVED SEPARATED ] Describes the current status of a relationship.relationship_type:= {Size=1:1} [ M R ] A flag used to interpret MARR.TYPE values. M = User defined other marriage type R = User defined other relationship type My Family Tree recognises ten predefined TYPE values for the marriage event and internally maps them to localized values in the user interface. Users can also define custom types of other marriage or other relationship. This custom type is stored in the MARR.TYPE record. The relationship type flag is used to exclusively with MARR events and enables My Family Tree to retain the distinction between other types of marriage and other types of relationship whilst maintaining a high level of compatibility with other applications using GEDCOM. SNP_CHROMOSOME:= [<DIGIT> <DIGIT><DIGIT> X Y] The identifier of a chromosome which, for humans, is a number [1.. 22], X, or Y. SNP_GENOTYPE:= The genotype present at a given position on a chromosome. {Size=1:2} {Size=1:2} 13

14 SNP_POSITION:= <NUMBER> The position of a genotype on a chromosome. SNP_RSID:= The Reference SNP cluster ID of the SNP. STR_MARKER:= The identifying name of a single tandem repeat (STR) on a DNA strand. {Size=1:120} STR_REPEAT:= [<NUMBER> ] The number of times a single tandem repeat (STR) marker repeats on a DNA strand. TASK_CATEGORY:= The category of a task. TASK_COMMENTS:= The comments about a task. TASK_COMPLETED_DATE:= <DATE_TIME_INFO> The completed date of a task. TASK_DESCRIPTION:= A detailed description of a task. TASK_LOCATION:= The location of a task. TASK_PRIORITY:= [ LOW NORMAL MEDIUM HIGH ] The completion priority of a task. TASK_RESULTS:= The results of a task. TASK_REVIEW_DATE:= <DATE_TIME_INFO> The review date of a task. TASK_START_DATE:= <DATE_TIME_INFO> The start date of a task. {Size=1:10} {Size=43:248} {Size=3:6} {Size=43:248} {Size=43:248} 14

15 TASK_STATUS:= [ COMPLETED INPROGRESS NOTSTARTED ] The status of a task. TASK_TITLE:= The title of a task. TASK_TYPE:= The type of a task. {Size=9:10} UID:= {Size=36:36} A Universally Unique ID (UUID) of 32-hexadecimal digits followed by a 4-hexadecimal digit checksum. WITNESS_NAME:= The name of a witness to an event. WITNESS_TYPE:= [ WITNESS GODPARENT SPONSOR RELATIVE FRIEND BESTMAN BRIDESMAID PAGEBOY HUSBAND WIFE SPOUSEPARTNER FATHER MOTHER PARENT SON DAUGHTER CHILD BROTHER SISTER SIBLING GRANDFATHER GRANDMOTHER GRANDPARENT GRANDSON GRANDDAUGHTER GRANDCHILD COUSIN UNCLE AUNT <USER_DEFINED> ] A role a witness played in an event they are linked to. <USER_DEFINED> = any other text which describes the role of a witness. XREF:TASK:= A pointer to, or a cross-reference identifier of, a task record. {Size=1:22} Y_DNA_HAPLOGROUP:= A human Y-chromosome DNA haplogroup. The name should correspond with those found in the phylogenetic tree of global human Y-chromosome DNA variation. 15

16 Lineage-Linked GEDCOM Tag Definitions which are new _ACRO {AUTOSOMAL_CHROMOSOME}:= A universally unique ID. _ADSC {AUTOSOMAL_DNA_TEST_DESCRIPTION}:= The description of an autosomal DNA test. _AGEN {AUTOSOMAL_GENOTYPE}:= The genotype of an SNP in an autosomal DNA test result. _AMRK {AUTOSOMAL_DNA_MARKER}:= The marker name of an STR in an autosomal DNA test result. _ANAM {AUTOSOMAL_DNA_TEST_NAME_OF_PERSON}:= The name of the person for whom an autosomal DNA test result relates to. _APOS {AUTOSOMAL_DNA_POSITION}:= The position of a genotype on an autosomal DNA strand. _ARPT {AUTOSOMAL_DNA_REPEAT}:= The number of repeats of an STR on an autosomal DNA strand. _ARSID {AUTOSOMAL_DNA_REFERENCE_SNP_CLUSTER_ID}:= The reference SNP cluster ID of a single nucleotide polymorphism on an autosomal DNA strand. _ASNP {AUTOSOMAL_DNA_SNP}:= A single nucleotide polymorphism on an autosomal DNA strand. _ASTR {AUTOSOMAL_DNA_STR}:= A short tandem repeat on an autosomal DNA strand. _ATDNA {AUTOSOMAL_DNA_TEST_RESULT}:= An autosomal DNA test result. _CRST {FAMILY_CREST}:= A reference to a multimedia image file representing a family crest. _DESC {DESCRIPTION}:= The text description of a RESI and FACT attribute or event. _FACE {FACE_CROP_REGION}:= The region of an image file representing a face. _FIRN {FIRST_NAME}:= A name piece used to store the first name(s). _FPLC {FILE_PLACE}:= A place a depicted in an image. 16

17 _FRTG {FILE_RATING}:= The star rating of a file. _IEOT {INDIVIDUAL_END_OF_TREE_FLAG}:= A flag indicating that the associated person terminates their respective branch in the family tree. _MATN {MATRONYMIC_NAME}:= A name piece used to store the matronymic name. _MDIF {MITOCHONDRIAL_DNA_DIFFERENCE}:= A difference between the mitochondrial DNA reference sample and the test subject s mitochondrial DNA. _MDSC {MITOCHONDRIAL_DNA_TEST_DESCRIPTION}:= The description of a mitochondrial DNA test. _MHAP {MITOCHONDRIAL_DNA_HAPLOGROUP}:= The human mitochondrial DNA haplogroup of a person. _MIDN {MIDDLE_NAME}:= A name piece used to store the middle name(s). _MNAM {MITOCHONDRIAL_DNA_TEST_NAME_OF_PERSON}:= The name of the person for whom a mitochondrial DNA test result relates to. _MREF {MITOCHONDRIAL_DNA_REFERENCE_SAMPLE}:= The reference sample used for determining human mitochondrial DNA SNPs and haplogroups. _MSEQ {MITOCHONDRIAL_DNA_FULL_SEQUENCE}:= A full sequence representation of mitochondrial DNA. _MSNP {MITOCHONDRIAL_DNA_SNP}:= A single nucleotide polymorphism on a mitochondrial DNA strand. _MTDNA {MITOCHONDRIAL_DTA_TEST_RESULT}:= A mitochondrial DNA test result. _NCHT {NOTE_CHART_FLAG}:= A flag indicating that the associated person note may be displayed in the family tree chart. _PATN {PATRONYMIC_NAME}:= A name piece used to store the patronymic name. _PHOTO {PRIMARY_PHOTO}:= A link to a multimedia record which is to be used as a person s primary photo. _PRIVATE {PRIVATE_FLAG}:= A flag indicating that the associated record or substructure should be treated as private. _READONLY {READONLY_FLAG}:= A flag indicating that the associated record or substructure should be treated as read-only. 17

18 _RUFNAME {CALL_NAME}:= A name piece used to store the call name. _TASK {TASK}:= A task record. _TCAT {TASK_COMMENTS}:= The category of a task. _TCOM {TASK_COMMENTS}:= The comments about a task. _TCDT {TASK_COMPLETED_DATE}:= The completed date of a task. _TDSC {TASK_DESCRIPTION}:= The description of a task. _TITL {GEDCOM_FILE_TITLE}:= The title of the GEDCOM file. _TLOC {TASK_LOCATION}:= The location of a task. _TPTY {TASK_PRIORITY}:= The completion priority of a task. _TRDT {TASK_REVIEW_DATE}:= The review date of a task. _TRST {TASK_RESULTS}:= The results of a task. _TSDT {TASK_START_DATE}:= The start date of a task. _TSTS {TASK_STATUS}:= The status of a task. _TTIL {TASK_TITLE}:= The title of a task. _TTPE {TASK_TITLE}:= The type of task. _UID {UNIVERSALLY_UNIQUE_ID}:= A universally unique ID and checksum. _WITN {WITNESS}:= The witness to an event. _WTPE {WITNESS_TYPE}:= The role a witness played in an event. 18

19 _YDSC {Y_CHROMOSOME_DNA_TEST_DESCRIPTION}:= The description of an autosomal DNA test. _YGEN {Y_CHROMOSOME_DNA_GENOTYPE}:= The genotype of an SNP in a Y-chromosome DNA test result. _YHAP {Y_CHROMOSOME_DNA_HAPLOGROUP}:= The human Y-chromosome DNA haplogroup of a person. _YMRK {Y_CHROMOSOME_DNA_MARKER}:= The marker name of an STR in a Y-chromosome DNA test result. _YNAM {Y_CHROMOSOME_DNA_NAME_OF_PERSON}:= The name of the person for whom a Y-chromosome DNA test result relates to. _YPOS {Y_CHROMOSOME_DNA_POSITION}:= The position of a genotype on Y-chromosome DNA strand. _YRPT {Y_CHROMOSOME_DNA_REPEAT}:= The number of repeats of an STR on a Y-chromosome DNA strand. _YRSID {Y_CHROMOSOME_DNA_REFERENCE_SNP_CLUSTER_ID}:= The reference SNP cluster ID of a single nucleotide polymorphism on a Y-chromosome DNA strand. _YSNP {Y_CHROMOSOME_DNA_SNP}:= A single nucleotide polymorphism on a Y-chromosome DNA strand. _YSTR {Y_CHROMOSOME_DNA_STR}:= A short tandem repeat on a Y-chromosome DNA strand. _YTDNA {Y_CHROMOSOME_DNA_TEST}:= A Y-chromosome DNA test result. 19

Y Chromosome Markers

Y Chromosome Markers Y Chromosome Markers Lineage Markers Autosomal chromosomes recombine with each meiosis Y and Mitochondrial DNA does not This means that the Y and mtdna remains constant from generation to generation Except

More information

Paternity Testing. Chapter 23

Paternity Testing. Chapter 23 Paternity Testing Chapter 23 Kinship and Paternity DNA analysis can also be used for: Kinship testing determining whether individuals are related Paternity testing determining the father of a child Missing

More information

Quick Start to Family Tree

Quick Start to Family Tree Quick Start to Family Tree Family Tree is a new way to organize and record your genealogy online. It is free, is available to everyone, and provides an easy way to discover your place in history with free

More information

Some ancestors are difficult to trace. Adoptions illegitimacies, name changes and migrations can present brick walls in our research that seem

Some ancestors are difficult to trace. Adoptions illegitimacies, name changes and migrations can present brick walls in our research that seem Some ancestors are difficult to trace. Adoptions illegitimacies, name changes and migrations can present brick walls in our research that seem impregnable. In other cases, documentation that would shed

More information

The sample is taken with a simple mouth swab no blood is involved. There will be instructions included on how to take the sample.

The sample is taken with a simple mouth swab no blood is involved. There will be instructions included on how to take the sample. DNA testing Thanks for your enquiry about DNA testing. I oversee the Scottish DNA Project on behalf of the University of Strathclyde, Glasgow and act as representative for Family Tree DNA who host our

More information

Forensic DNA Testing Terminology

Forensic DNA Testing Terminology Forensic DNA Testing Terminology ABI 310 Genetic Analyzer a capillary electrophoresis instrument used by forensic DNA laboratories to separate short tandem repeat (STR) loci on the basis of their size.

More information

Algorithms in Computational Biology (236522) spring 2007 Lecture #1

Algorithms in Computational Biology (236522) spring 2007 Lecture #1 Algorithms in Computational Biology (236522) spring 2007 Lecture #1 Lecturer: Shlomo Moran, Taub 639, tel 4363 Office hours: Tuesday 11:00-12:00/by appointment TA: Ilan Gronau, Taub 700, tel 4894 Office

More information

FL401 Application for: a non-molestation order / an occupation order (10.97)

FL401 Application for: a non-molestation order / an occupation order (10.97) Application for: a non-molestation order an occupation order Family Law Act 1996 (Part IV) To be completed by the court Date issued Case number The court 1 About you (the applicant) Please read the accompanying

More information

I Have the Results of My Genetic Genealogy Test, Now What?

I Have the Results of My Genetic Genealogy Test, Now What? I Have the Results of My Genetic Genealogy Test, Now What? Version 2.1 1 I Have the Results of My Genetic Genealogy Test, Now What? Chapter 1: What Is (And Isn t) Genetic Genealogy? Chapter 2: How Do I

More information

Mitochondrial DNA Analysis

Mitochondrial DNA Analysis Mitochondrial DNA Analysis Lineage Markers Lineage markers are passed down from generation to generation without changing Except for rare mutation events They can help determine the lineage (family tree)

More information

Application Guide for the Family Members Category SASKATCHEWAN IMMIGRANT NOMINEE PROGRAM (SINP)

Application Guide for the Family Members Category SASKATCHEWAN IMMIGRANT NOMINEE PROGRAM (SINP) Application Guide for the Family Members Category SASKATCHEWAN IMMIGRANT NOMINEE PROGRAM (SINP) This Application Guide outlines the requirements for the Family Members Category of the Saskatchewan Immigrant

More information

Population Genetics and Multifactorial Inheritance 2002

Population Genetics and Multifactorial Inheritance 2002 Population Genetics and Multifactorial Inheritance 2002 Consanguinity Genetic drift Founder effect Selection Mutation rate Polymorphism Balanced polymorphism Hardy-Weinberg Equilibrium Hardy-Weinberg Equilibrium

More information

INDIANA DEPARTMENT OF CHILD SERVICES CHILD WELFARE MANUAL. Chapter 5: General Case Management Effective Date: March 1, 2007

INDIANA DEPARTMENT OF CHILD SERVICES CHILD WELFARE MANUAL. Chapter 5: General Case Management Effective Date: March 1, 2007 INDIANA DEPARTMENT OF CHILD SERVICES CHILD WELFARE MANUAL Chapter 5: General Case Management Effective Date: March 1, 2007 Family Network Diagram Guide Version: 1 Family Network Diagram Instruction Guide

More information

Recovering the Romanovs

Recovering the Romanovs Recovering the Romanovs Description of activity Recovering the Romanovs is an excellent opening to any unit on human genetics. To complete the three parts of this module, approximately three 40-minute

More information

MARRIAGE VISITOR (VAF1F NOV

MARRIAGE VISITOR (VAF1F NOV MARRIAGE VISITOR (VAF1F NOV 2008) This form is for use outside the UK only. This form is provided free of charge. READ THIS FIRST This form must be completed in English. You may use blue or black ink.

More information

FAMILY VISITOR (VAF1B NOV

FAMILY VISITOR (VAF1B NOV FAMILY VISITOR (VAF1B NOV 2008) This form is for use outside the UK only. This form is provided free of charge. READ THIS FIRST This form must be completed in English. You may use blue or black ink. Please

More information

How long do you want your visa to be valid for? Put a cross (x) in the relevant box 6 months 1 year 2 years 5 years 10 years

How long do you want your visa to be valid for? Put a cross (x) in the relevant box 6 months 1 year 2 years 5 years 10 years GENERAL VISITOR (VAF1A v 2008) This form is for use outside the UK only. This form is provided free of charge. READ THIS FIRST This form must be completed in English. You may use blue or black ink. Please

More information

Genetics Test Biology I

Genetics Test Biology I Genetics Test Biology I Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Avery s experiments showed that bacteria are transformed by a. RNA. c. proteins.

More information

agucacaaacgcu agugcuaguuua uaugcagucuua

agucacaaacgcu agugcuaguuua uaugcagucuua RNA Secondary Structure Prediction: The Co-transcriptional effect on RNA folding agucacaaacgcu agugcuaguuua uaugcagucuua By Conrad Godfrey Abstract RNA secondary structure prediction is an area of bioinformatics

More information

SPORTS VISITOR (VAF1J NOV

SPORTS VISITOR (VAF1J NOV SPORTS VISITOR (VAF1J NOV 2008) This form is for use outside the UK only. This form is provided free of charge. READ THIS FIRST This form must be completed in English. You may use blue or black ink. Please

More information

2. True or False? The sequence of nucleotides in the human genome is 90.9% identical from one person to the next. False (it s 99.

2. True or False? The sequence of nucleotides in the human genome is 90.9% identical from one person to the next. False (it s 99. 1. True or False? A typical chromosome can contain several hundred to several thousand genes, arranged in linear order along the DNA molecule present in the chromosome. True 2. True or False? The sequence

More information

Beyond EDI - How to import data into any JD Edwards table directly from an Excel spreadsheet without creating a custom program Session ID 36350

Beyond EDI - How to import data into any JD Edwards table directly from an Excel spreadsheet without creating a custom program Session ID 36350 Beyond EDI - How to import data into any JD Edwards table directly from an Excel spreadsheet without creating a custom program Session ID 36350 Shyh-Fang Huang Consulting Technical Manager The following

More information

NOTICE TO MARITIME INDUSTRY ORGANISATIONS AND OTHER INTERESTED PARTIES

NOTICE TO MARITIME INDUSTRY ORGANISATIONS AND OTHER INTERESTED PARTIES NOTICE TO MARITIME INDUSTRY ORGANISATIONS AND OTHER INTERESTED PARTIES NOTICE NO 06/2009 Amendments to Seafarers Rehabilitation and Compensation Act 1992 as a consequence of the Same-Sex Relationships

More information

Intel Hexadecimal Object File Format Specification Revision A, 1/6/88

Intel Hexadecimal Object File Format Specification Revision A, 1/6/88 Intel Hexadecimal Object File Format Specification Revision A, 1/6/88 DISCLAIMER Intel makes no representation or warranties with respect to the contents hereof and specifically disclaims any implied warranties

More information

Activity IT S ALL RELATIVES The Role of DNA Evidence in Forensic Investigations

Activity IT S ALL RELATIVES The Role of DNA Evidence in Forensic Investigations Activity IT S ALL RELATIVES The Role of DNA Evidence in Forensic Investigations SCENARIO You have responded, as a result of a call from the police to the Coroner s Office, to the scene of the death of

More information

Terms: The following terms are presented in this lesson (shown in bold italics and on PowerPoint Slides 2 and 3):

Terms: The following terms are presented in this lesson (shown in bold italics and on PowerPoint Slides 2 and 3): Unit B: Understanding Animal Reproduction Lesson 4: Understanding Genetics Student Learning Objectives: Instruction in this lesson should result in students achieving the following objectives: 1. Explain

More information

Hexadecimal Object File Format Specification

Hexadecimal Object File Format Specification Hexadecimal Object File Format Specification Revision A January 6, 1988 This specification is provided "as is" with no warranties whatsoever, including any warranty of merchantability, noninfringement,

More information

International Language Character Code

International Language Character Code , pp.161-166 http://dx.doi.org/10.14257/astl.2015.81.33 International Language Character Code with DNA Molecules Wei Wang, Zhengxu Zhao, Qian Xu School of Information Science and Technology, Shijiazhuang

More information

Got Lactase? The Co-evolution of Genes and Culture

Got Lactase? The Co-evolution of Genes and Culture The Making of the Fittest: Natural The Making Selection of the and Fittest: Adaptation Natural Selection and Adaptation OVERVIEW PEDIGREES AND THE INHERITANCE OF LACTOSE INTOLERANCE This activity serves

More information

DICOM Correction Item

DICOM Correction Item Correction Number DICOM Correction Item CP-626 Log Summary: Type of Modification Clarification Rationale for Correction Name of Standard PS 3.3 2004 + Sup 83 The description of pixel spacing related attributes

More information

Small Estate Declaration and Indemnity

Small Estate Declaration and Indemnity 03/08/15 This form must be completed in block capitals and in black ink. If you are not entering information in any of the fields, please leave them blank and do not cross them through. If you make any

More information

SNP Essentials The same SNP story

SNP Essentials The same SNP story HOW SNPS HELP RESEARCHERS FIND THE GENETIC CAUSES OF DISEASE SNP Essentials One of the findings of the Human Genome Project is that the DNA of any two people, all 3.1 billion molecules of it, is more than

More information

Analyzing A DNA Sequence Chromatogram

Analyzing A DNA Sequence Chromatogram LESSON 9 HANDOUT Analyzing A DNA Sequence Chromatogram Student Researcher Background: DNA Analysis and FinchTV DNA sequence data can be used to answer many types of questions. Because DNA sequences differ

More information

Elsevier Editorial System(tm) for Forensic Science International: Genetics Manuscript Draft

Elsevier Editorial System(tm) for Forensic Science International: Genetics Manuscript Draft Elsevier Editorial System(tm) for Forensic Science International: Genetics Manuscript Draft Manuscript Number: Title: A comment on the Paper: A comparison of Y-chromosomal lineage dating using either resequencing

More information

Genetic modification for cell pedigree labels to aid disease treatment

Genetic modification for cell pedigree labels to aid disease treatment Genetic modification for cell pedigree labels to aid disease treatment Ronald L. Rivest rivest@mit.edu March 10, 2014 Abstract We suggest modifying the human genome in order to aid in the treatment of

More information

Commonly Used STR Markers

Commonly Used STR Markers Commonly Used STR Markers Repeats Satellites 100 to 1000 bases repeated Minisatellites VNTR variable number tandem repeat 10 to 100 bases repeated Microsatellites STR short tandem repeat 2 to 6 bases repeated

More information

This application is to obtain a Birth Certificate for individuals who were born in Ontario. Applicant Information

This application is to obtain a Birth Certificate for individuals who were born in Ontario. Applicant Information This application is to obtain a Birth Certificate for individuals who were born in Ontario. Please type in the information for this application on your computer, print it out and sign it. Alternatively,

More information

5a. Children - Name (Last, First, Middle Initial) 5b. Relationship 5c. Date of Birth 5d. Address (include zip code) and Telephone number

5a. Children - Name (Last, First, Middle Initial) 5b. Relationship 5c. Date of Birth 5d. Address (include zip code) and Telephone number U.S. DEPARTMENT OF HOMELAND SECURITY U. S. Coast Guard DESIGNATION OF BENEFICIARIES & RECORD OF EMERGENCY DATA CG-2020D (Rev. 09-10) PRIVACY ACT STATEMENT AUTHORITY: 5 USC 552, 10 USC 655, 1475 to 1480

More information

Recovering the Romanovs

Recovering the Romanovs Recovering the Romanovs ACTIVITY 1 The Romanov Family: Screen #4 Inheritance of a Sex-linked Trait Key: H=normal allele; h=hemophilia allele; X=X chromosome; Y=Y chromosome 1. Use a Punnett square to show

More information

Genetics Module B, Anchor 3

Genetics Module B, Anchor 3 Genetics Module B, Anchor 3 Key Concepts: - An individual s characteristics are determines by factors that are passed from one parental generation to the next. - During gamete formation, the alleles for

More information

MCB41: Second Midterm Spring 2009

MCB41: Second Midterm Spring 2009 MCB41: Second Midterm Spring 2009 Before you start, print your name and student identification number (S.I.D) at the top of each page. There are 7 pages including this page. You will have 50 minutes for

More information

GENETIC GENEALOGY AND DNA TESTING

GENETIC GENEALOGY AND DNA TESTING GENETIC GENEALOGY AND DNA TESTING by Ted Steele This publication may be ordered from: St. Louis Genealogical Society P. O. Box 432010 St. Louis, MO 63143 Copyright 2013 St. Louis Genealogical Society All

More information

Electronically Filing in INTEGRITY

Electronically Filing in INTEGRITY Introduction: We use INTEGRITY, https://integrity.gov, to securely electronically file the OGE 278, Public Financial Disclosure Report, and the OGE Form 278-T, Periodic Transaction Report. Electronically

More information

PUTTING ENGLISH TO WORK 1: UNIT 5. In this unit you will learn:

PUTTING ENGLISH TO WORK 1: UNIT 5. In this unit you will learn: PUTTING ENGLISH TO WORK 1: UNIT 5 TELL ME ABOUT YOUR FAMILY In this unit you will learn: THESE LIFE SKILLS: Identify family members Ask for and give marital status Identify school personnel THIS VOCABULARY:

More information

Inheritance: Laws of Inheritance & Unfair Gifts

Inheritance: Laws of Inheritance & Unfair Gifts Inheritance: Laws of Inheritance & Unfair Gifts A woman gifted her house to her niece only two weeks before her death, thus depriving her heirs, two sisters and a brother, from their shares of inheritance.

More information

Residence Guide INZ 1002. Who is this guide for? About this guide. Immigration Levy. More information

Residence Guide INZ 1002. Who is this guide for? About this guide. Immigration Levy. More information April 2016 INZ 1002 Residence Guide a guide to completing the Residence Application (INZ 1000) About this guide This guide is intended to help you complete your Residence Application (INZ 1000) correctly.

More information

Genomes and SNPs in Malaria and Sickle Cell Anemia

Genomes and SNPs in Malaria and Sickle Cell Anemia Genomes and SNPs in Malaria and Sickle Cell Anemia Introduction to Genome Browsing with Ensembl Ensembl The vast amount of information in biological databases today demands a way of organising and accessing

More information

Islamic Wills & Estate Planning

Islamic Wills & Estate Planning Islamic Wills & Estate Planning This is a brief overview of Islamic and California Wills and Estate Law The topic is much more complicated, but this is to, Inshallah, provide a brief overview to understand

More information

In a genogram, the male is represented by a square on the left and the female by a circle on the right. Standard gender symbols for a genogram

In a genogram, the male is represented by a square on the left and the female by a circle on the right. Standard gender symbols for a genogram Genogram Symbols In a genogram, the male is represented by a square on the left and the female by a circle on the right Standard gender symbols for a genogram In a standard genogram, there are three different

More information

GLOSSARY OF TERMS. A kinship term used when speaking to or addressing a relative. Those relatives connected by one or more marital links.

GLOSSARY OF TERMS. A kinship term used when speaking to or addressing a relative. Those relatives connected by one or more marital links. GLOSSARY OF TERMS ADDRESS, TERM OF: AFFINAL RELATIVES: AGNATES: A kinship term used when speaking to or addressing a relative. Those relatives connected by one or more marital links. Male or female descendants

More information

Uploading GEDCOM Files and Copying the Information into Family Tree

Uploading GEDCOM Files and Copying the Information into Family Tree Uploading GEDCOM Files and Copying the Information into Family Tree All registered users of FamilySearch.org can upload GEDCOM files for inclusion in the Pedigree Resource File. If you have access to Family

More information

Visualization of Phylogenetic Trees and Metadata

Visualization of Phylogenetic Trees and Metadata Visualization of Phylogenetic Trees and Metadata November 27, 2015 Sample to Insight CLC bio, a QIAGEN Company Silkeborgvej 2 Prismet 8000 Aarhus C Denmark Telephone: +45 70 22 32 44 www.clcbio.com support-clcbio@qiagen.com

More information

Digital Imaging and Communications in Medicine (DICOM) Part 10: Media Storage and File Format for Media Interchange

Digital Imaging and Communications in Medicine (DICOM) Part 10: Media Storage and File Format for Media Interchange Digital Imaging and Communications in Medicine (DICOM) Part 10: Media Storage and File Format for Media Interchange Published by National Electrical Manufacturers Association 1300 N. 17th Street Rosslyn,

More information

Fact Sheet 14 EPIGENETICS

Fact Sheet 14 EPIGENETICS This fact sheet describes epigenetics which refers to factors that can influence the way our genes are expressed in the cells of our body. In summary Epigenetics is a phenomenon that affects the way cells

More information

PRACTICE PROBLEMS - PEDIGREES AND PROBABILITIES

PRACTICE PROBLEMS - PEDIGREES AND PROBABILITIES PRACTICE PROBLEMS - PEDIGREES AND PROBABILITIES 1. Margaret has just learned that she has adult polycystic kidney disease. Her mother also has the disease, as did her maternal grandfather and his younger

More information

CCR Biology - Chapter 7 Practice Test - Summer 2012

CCR Biology - Chapter 7 Practice Test - Summer 2012 Name: Class: Date: CCR Biology - Chapter 7 Practice Test - Summer 2012 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. A person who has a disorder caused

More information

Mail Programming Topics

Mail Programming Topics Mail Programming Topics Contents Introduction 4 Organization of This Document 4 Creating Mail Stationery Bundles 5 Stationery Bundles 5 Description Property List 5 HTML File 6 Images 8 Composite Images

More information

Organizing Your Paper Files Using File Folders Guide

Organizing Your Paper Files Using File Folders Guide EASY Way to Organize Family History Papers Presented by Beth Powell Susquehanna Valley Family History Conference 14 April 2012 Overview of Principles of Organization Presentation of Mary E.V. Hill s Organizing

More information

About XML in InDesign

About XML in InDesign 1 Adobe InDesign 2.0 Extensible Markup Language (XML) is a text file format that lets you reuse content text, table data, and graphics in a variety of applications and media. One advantage of using XML

More information

AN1304. NFC Type MIFARE Classic Tag Operation. Application note PUBLIC. Rev. 1.3 2 October 2012 130413. Document information

AN1304. NFC Type MIFARE Classic Tag Operation. Application note PUBLIC. Rev. 1.3 2 October 2012 130413. Document information NFC Type MIFARE Classic Tag Operation Document information Info Content Keywords NDEF, NDEF data mapping, NDEF Data Exchange Format MIFARE Classic 1K, MIFARE Classic 4K, MIFARE Classic 1K/4K, MIFARE Plus

More information

Letters of administration (usually when there is no valid will).

Letters of administration (usually when there is no valid will). The Probate Service What is probate? When a person dies somebody has to deal with their estate (money property and possessions left) by collecting in all the money, paying any debts and distributing what

More information

Digital Imaging and Communications in Medicine (DICOM) Part 10: Media Storage and File Format for Media Interchange

Digital Imaging and Communications in Medicine (DICOM) Part 10: Media Storage and File Format for Media Interchange Digital Imaging and Communications in Medicine (DICOM) Part 10: Media Storage and File Format for Media Interchange Published by National Electrical Manufacturers Association 1300 N. 17th Street Rosslyn,

More information

Follow your family using census records

Follow your family using census records Census records are one of the best ways to discover details about your family and how that family changed every 10 years. You ll discover names, addresses, what people did for a living, even which ancestor

More information

Compensation University of for Innsbruck Personal Injury in Europe Where Shall We Go? Bernhard Faculty of A. Law Koch Compensation for Personal Injury in Europe Where Shall We Go? Council of Europe Resolution

More information

1. Getting Started with RootsMagic Recorded 8 Jan 2011, 78 minutes, 53 MB

1. Getting Started with RootsMagic Recorded 8 Jan 2011, 78 minutes, 53 MB 1. Getting Started with RootsMagic Recorded 8 Jan 2011, 78 minutes, 53 MB 00:00:06 RootsMagic News screen 00:00:48 Create a new file 00:01:27 File location 00:02:32 Add a person 00:04:20 Date Tools Calendar

More information

AN1305. MIFARE Classic as NFC Type MIFARE Classic Tag. Application note COMPANY PUBLIC. Rev. 1.3 2 October 2012 130513. Document information

AN1305. MIFARE Classic as NFC Type MIFARE Classic Tag. Application note COMPANY PUBLIC. Rev. 1.3 2 October 2012 130513. Document information MIFARE Classic as NFC Type MIFARE Classic Tag Document information Info Content Keywords NFC Forum, NFC data mapping, MIFARE Classic 1K/4K, MIFARE Classic 1K, MIFARE Classic 4K, MIFARE Plus X/S, NFC Type

More information

winhex Disk Editor, RAM Editor PRESENTED BY: OMAR ZYADAT and LOAI HATTAR

winhex Disk Editor, RAM Editor PRESENTED BY: OMAR ZYADAT and LOAI HATTAR winhex Disk Editor, RAM Editor PRESENTED BY: OMAR ZYADAT and LOAI HATTAR Supervised by : Dr. Lo'ai Tawalbeh New York Institute of Technology (NYIT)-Jordan X-Ways Software Technology AG is a stock corporation

More information

Table of Contents. Chapter 1: Introduction to FDIC Deposit Insurance Coverage. Chapter 2: Overview of Revocable Trusts 6

Table of Contents. Chapter 1: Introduction to FDIC Deposit Insurance Coverage. Chapter 2: Overview of Revocable Trusts 6 FDIC Guide to Calculating Deposit Insurance Coverage for Revocable and Irrevocable Trusts January 2008 Table of Contents Page Instructions for Using this Guide Chapter 1: Introduction to FDIC Deposit Insurance

More information

Title: Genetics and Hearing Loss: Clinical and Molecular Characteristics

Title: Genetics and Hearing Loss: Clinical and Molecular Characteristics Session # : 46 Day/Time: Friday, May 1, 2015, 1:00 4:00 pm Title: Genetics and Hearing Loss: Clinical and Molecular Characteristics Presenter: Kathleen S. Arnos, PhD, Gallaudet University This presentation

More information

Creating and Managing Online Surveys LEVEL 2

Creating and Managing Online Surveys LEVEL 2 Creating and Managing Online Surveys LEVEL 2 Accessing your online survey account 1. If you are logged into UNF s network, go to https://survey. You will automatically be logged in. 2. If you are not logged

More information

JiveX Enterprise PACS Solutions. JiveX HL7 Gateway Conformance Statement - HL7. Version: 4.7.1 As of 2015-05-20

JiveX Enterprise PACS Solutions. JiveX HL7 Gateway Conformance Statement - HL7. Version: 4.7.1 As of 2015-05-20 JiveX Enterprise PACS Solutions JiveX HL7 Gateway Conformance Statement - HL7 Version: 4.7.1 As of 2015-05-20 VISUS Technology Transfer GmbH Universitätsstr. 136 D-44799 Bochum Germany Phone: +49 (0) 234

More information

Running Descriptive Statistics: Sample and Population Values

Running Descriptive Statistics: Sample and Population Values Running Descriptive Statistics: Sample and Population Values Goal This exercise is an introduction to a few of the variables in the household- and person-level LIS data sets. The exercise concentrates

More information

What is the purpose of the grant of representation?

What is the purpose of the grant of representation? PA2 How to obtain probate - A guide for people acting without a solicitor What is the Probate Service? The Probate Service is part of HM Courts & Tribunals Service. It administers the system of probate

More information

Chapter 13: Meiosis and Sexual Life Cycles

Chapter 13: Meiosis and Sexual Life Cycles Name Period Chapter 13: Meiosis and Sexual Life Cycles Concept 13.1 Offspring acquire genes from parents by inheriting chromosomes 1. Let s begin with a review of several terms that you may already know.

More information

AN11008 Flash based non-volatile storage

AN11008 Flash based non-volatile storage Rev. 1 5 January 2011 Application note Document information Info Content Keywords Flash, EEPROM, Non-Volatile Storage Abstract This application note describes the implementation and use of a library that

More information

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions

Bitrix Site Manager 4.0. Quick Start Guide to Newsletters and Subscriptions Bitrix Site Manager 4.0 Quick Start Guide to Newsletters and Subscriptions Contents PREFACE...3 CONFIGURING THE MODULE...4 SETTING UP FOR MANUAL SENDING E-MAIL MESSAGES...6 Creating a newsletter...6 Providing

More information

Three daily lessons. Year 5

Three daily lessons. Year 5 Unit 6 Perimeter, co-ordinates Three daily lessons Year 4 Autumn term Unit Objectives Year 4 Measure and calculate the perimeter of rectangles and other Page 96 simple shapes using standard units. Suggest

More information

CESAs Coverdell Education Savings Accounts

CESAs Coverdell Education Savings Accounts CESAs Coverdell Education Savings Accounts Questions & Answers What is a Coverdell Education Savings Account? A Coverdell Education Savings Account is a type of tax-preferred savings and investment account

More information

Application for a Parental Order Section 54 Human Fertilisation and Embryology Act 2008

Application for a Parental Order Section 54 Human Fertilisation and Embryology Act 2008 C51 Application for a Parental Order Section 54 Human Fertilisation and Embryology Act 2008 To be completed by the court Name of court Date received by the court Date issued Please complete this form using

More information

Crime Scenes and Genes

Crime Scenes and Genes Glossary Agarose Biotechnology Cell Chromosome DNA (deoxyribonucleic acid) Electrophoresis Gene Micro-pipette Mutation Nucleotide Nucleus PCR (Polymerase chain reaction) Primer STR (short tandem repeats)

More information

Lecture 6: Single nucleotide polymorphisms (SNPs) and Restriction Fragment Length Polymorphisms (RFLPs)

Lecture 6: Single nucleotide polymorphisms (SNPs) and Restriction Fragment Length Polymorphisms (RFLPs) Lecture 6: Single nucleotide polymorphisms (SNPs) and Restriction Fragment Length Polymorphisms (RFLPs) Single nucleotide polymorphisms or SNPs (pronounced "snips") are DNA sequence variations that occur

More information

CORSO DI LINGUA INGLESE Beginners Tursi. Corso di lingua inglese a cura della Prof.ssa Luisa PONTILLO

CORSO DI LINGUA INGLESE Beginners Tursi. Corso di lingua inglese a cura della Prof.ssa Luisa PONTILLO CORSO DI LINGUA INGLESE Beginners Tursi 1 ENGLISH COURSE 2 9 o clock GOOD MORNING GOOD MORNING 3 GOOD AFTERNOON Ore 15.00 GOOD AFTERNOON 4 Ore 18.00 GOOD EVENING GOOD EVENING 5 Ore 22.00 GOOD NIGHT GOOD

More information

What is the purpose of the Grant of Representation?

What is the purpose of the Grant of Representation? PA2 How to obtain probate - A guide for people acting without a solicitor What is the Probate Service? The Probate Service is part of HM Courts & Tribunals Service. It administers the system of probate,

More information

Genealogy apps for Android phones & tablets

Genealogy apps for Android phones & tablets Introduction Genealogy apps for Android phones & tablets Many of us use a genealogy program to record the details of our research and also to guide us where to add more details. But that is at home and

More information

N A T I O N A L M I S S I N G P E R S O N S P R O G R A M DNA

N A T I O N A L M I S S I N G P E R S O N S P R O G R A M DNA University of North Texas Center for Human Identification Family Reference Sample Evidence Registration Form Investigating Agency Information Investigating Agency: Agency Case No.: Address: ORI No.: NCIC

More information

Name Date Period. 2. When a molecule of double-stranded DNA undergoes replication, it results in

Name Date Period. 2. When a molecule of double-stranded DNA undergoes replication, it results in DNA, RNA, Protein Synthesis Keystone 1. During the process shown above, the two strands of one DNA molecule are unwound. Then, DNA polymerases add complementary nucleotides to each strand which results

More information

Happy Families Players notes Happy Families Templates & Card Happy Families: Children Females & Partners Answers

Happy Families Players notes Happy Families Templates & Card Happy Families: Children Females & Partners Answers Happy Families This is a simple inheritance game. It shows how children receive characteristic features from their parents. Will they get their mum s blue eyes or their dad s brown eyes? Will they be tall

More information

MyHeritage Family Tree Builder: Tutorial April 9 2006

MyHeritage Family Tree Builder: Tutorial April 9 2006 MyHeritage Family Tree Builder: Tutorial April 9 2006 Welcome! Our Family Tree Builder software is now in Beta. This tutorial has been created specifically for our Beta testers in order to acquaint you

More information

Proposed Amendments to the Fatal Accidents Act Discussion Paper. Prepared by the Department of Justice

Proposed Amendments to the Fatal Accidents Act Discussion Paper. Prepared by the Department of Justice Proposed Amendments to the Fatal Accidents Act Discussion Paper Prepared by the Department of Justice Contents About the proposed Amendments to the Fatal Accident Act... 3 Background and Purpose... 4 Proposed

More information

DNA as a Biometric. Biometric Consortium Conference 2011 Tampa, FL

DNA as a Biometric. Biometric Consortium Conference 2011 Tampa, FL DNA as a Biometric Biometric Consortium Conference 2011 Tampa, FL September 27, 2011 Dr. Peter M. Vallone Biochemical Science Division National Institute of Standards and Technology Gaithersburg, MD 20899

More information

DVMAX Practice v8 - What s New. Using the Appointment Scheduler in DVMAX Practice v8

DVMAX Practice v8 - What s New. Using the Appointment Scheduler in DVMAX Practice v8 1 DVMAX Practice v8 - What s New Using the Appointment Scheduler in DVMAX Practice v8 DVMAX Practice v8 User Guide Appointment Scheduler 1 Using The Appointments Scheduler The Appointment Scheduler lets

More information

BASIC STATISTICAL METHODS FOR GENOMIC DATA ANALYSIS

BASIC STATISTICAL METHODS FOR GENOMIC DATA ANALYSIS BASIC STATISTICAL METHODS FOR GENOMIC DATA ANALYSIS SEEMA JAGGI Indian Agricultural Statistics Research Institute Library Avenue, New Delhi-110 012 seema@iasri.res.in Genomics A genome is an organism s

More information

Release Notes. Asset Control and Contract Management Solution 6.1. March 30, 2005

Release Notes. Asset Control and Contract Management Solution 6.1. March 30, 2005 Release Notes Asset Control and Contract Management Solution 6.1 March 30, 2005 Contents SECTION 1 OVERVIEW...4 1.1 Document Purpose... 4 1.2 Background... 4 1.3 Documentation... 4 SECTION 2 UPGRADING

More information

DNA and Forensic Science

DNA and Forensic Science DNA and Forensic Science Micah A. Luftig * Stephen Richey ** I. INTRODUCTION This paper represents a discussion of the fundamental principles of DNA technology as it applies to forensic testing. A brief

More information

FATAL ACCIDENTS ACT CHAPTER 32 CAP. 32. Fatal Accidents LAWS OF KENYA

FATAL ACCIDENTS ACT CHAPTER 32 CAP. 32. Fatal Accidents LAWS OF KENYA CAP. 32 LAWS OF KENYA FATAL ACCIDENTS ACT CHAPTER 32 Revised Edition 2012 [2003] Published by the National Council for Law Reporting with the Authority of the Attorney-General www.kenyalaw.org [Rev. 2012]

More information

Chapter 13: Meiosis and Sexual Life Cycles

Chapter 13: Meiosis and Sexual Life Cycles Name Period Concept 13.1 Offspring acquire genes from parents by inheriting chromosomes 1. Let s begin with a review of several terms that you may already know. Define: gene locus gamete male gamete female

More information

Basic Concepts Recombinant DNA Use with Chapter 13, Section 13.2

Basic Concepts Recombinant DNA Use with Chapter 13, Section 13.2 Name Date lass Master 19 Basic oncepts Recombinant DN Use with hapter, Section.2 Formation of Recombinant DN ut leavage Splicing opyright lencoe/mcraw-hill, a division of he Mcraw-Hill ompanies, Inc. Bacterial

More information

Heritability: Twin Studies. Twin studies are often used to assess genetic effects on variation in a trait

Heritability: Twin Studies. Twin studies are often used to assess genetic effects on variation in a trait TWINS AND GENETICS TWINS Heritability: Twin Studies Twin studies are often used to assess genetic effects on variation in a trait Comparing MZ/DZ twins can give evidence for genetic and/or environmental

More information

Virto SharePoint Gantt Chart Web Part for SharePoint 2013 Release 4.3.0. User and Installation Guide

Virto SharePoint Gantt Chart Web Part for SharePoint 2013 Release 4.3.0. User and Installation Guide Virto SharePoint Gantt Chart Web Part for SharePoint 2013 Release 4.3.0 User and Installation Guide Table of Contents FEATURES LIST... 3 SYSTEM/DEVELOPER REQUIREMENTS... 3 OPERATING SYSTEM... 3 SERVER...

More information