<style><!-- [et_pb_line_break_holder] -->/*************Advent Calendar 2017 - 9**************/<!-- [et_pb_line_break_holder] -->/***********Vertical Timeline Blog Module***********/<!-- [et_pb_line_break_holder] -->/*******************By Divi Soup********************/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Add transition to the posts*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 {<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease;<!-- [et_pb_line_break_holder] --> transition: all .3s ease;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Size and position the featured image*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post .entry-featured-image-url {<!-- [et_pb_line_break_holder] --> width: 35%;<!-- [et_pb_line_break_holder] --> margin: 0 30px 0 100px;<!-- [et_pb_line_break_holder] --> float: left;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Style and position the read more link*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 a.more-link {<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> width: 35%;<!-- [et_pb_line_break_holder] --> height: 100%;<!-- [et_pb_line_break_holder] --> left: 100px;<!-- [et_pb_line_break_holder] --> top: 0;<!-- [et_pb_line_break_holder] --> text-transform: uppercase;<!-- [et_pb_line_break_holder] --> background: rgba(0, 0, 0, .5);<!-- [et_pb_line_break_holder] --> color: #fff;<!-- [et_pb_line_break_holder] --> font-weight: bold;<!-- [et_pb_line_break_holder] --> font-size: 20px;<!-- [et_pb_line_break_holder] --> opacity: 0;<!-- [et_pb_line_break_holder] --> display: -webkit-box;<!-- [et_pb_line_break_holder] --> display: -ms-flexbox;<!-- [et_pb_line_break_holder] --> display: flex;<!-- [et_pb_line_break_holder] --> -webkit-box-orient: horizontal;<!-- [et_pb_line_break_holder] --> -webkit-box-direction: normal;<!-- [et_pb_line_break_holder] --> -ms-flex-direction: row;<!-- [et_pb_line_break_holder] --> flex-direction: row;<!-- [et_pb_line_break_holder] --> -webkit-box-pack: center;<!-- [et_pb_line_break_holder] --> -ms-flex-pack: center;<!-- [et_pb_line_break_holder] --> justify-content: center;<!-- [et_pb_line_break_holder] --> -webkit-box-align: center;<!-- [et_pb_line_break_holder] --> -ms-flex-align: center;<!-- [et_pb_line_break_holder] --> align-items: center;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease;<!-- [et_pb_line_break_holder] --> transition: all .3s ease;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Add title padding*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post .entry-title {<!-- [et_pb_line_break_holder] --> padding-top: 20px;<!-- [et_pb_line_break_holder] --> padding-right: 20px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Style & position the date*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post .published {<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> left: 0;<!-- [et_pb_line_break_holder] --> top: 25%;<!-- [et_pb_line_break_holder] --> display: -webkit-box;<!-- [et_pb_line_break_holder] --> display: -ms-flexbox;<!-- [et_pb_line_break_holder] --> display: flex;<!-- [et_pb_line_break_holder] --> width: 100px;<!-- [et_pb_line_break_holder] --> -webkit-box-align: center;<!-- [et_pb_line_break_holder] --> -ms-flex-align: center;<!-- [et_pb_line_break_holder] --> align-items: center;<!-- [et_pb_line_break_holder] --> -webkit-box-pack: center;<!-- [et_pb_line_break_holder] --> -ms-flex-pack: center;<!-- [et_pb_line_break_holder] --> justify-content: center;<!-- [et_pb_line_break_holder] --> background: #dedede;<!-- [et_pb_line_break_holder] --> text-align: center;<!-- [et_pb_line_break_holder] --> bottom: 25%;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease;<!-- [et_pb_line_break_holder] --> transition: all .3s ease;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Add the background to the post content*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media all and (min-width: 601px) {<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post:before {<!-- [et_pb_line_break_holder] --> content: '';<!-- [et_pb_line_break_holder] --> height: 100%;<!-- [et_pb_line_break_holder] --> background: #dedede;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> left: 45%;<!-- [et_pb_line_break_holder] --> right: 0;<!-- [et_pb_line_break_holder] --> top: 0;<!-- [et_pb_line_break_holder] --> bottom: 0;<!-- [et_pb_line_break_holder] --> z-index: -1;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease;<!-- [et_pb_line_break_holder] --> transition: all .3s ease;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Add the vertical line below the date*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .published:before {<!-- [et_pb_line_break_holder] --> left: 50%;<!-- [et_pb_line_break_holder] --> top: 100%;<!-- [et_pb_line_break_holder] --> content: " ";<!-- [et_pb_line_break_holder] --> height: 200%;<!-- [et_pb_line_break_holder] --> width: 5px;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> background: #dedede;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease;<!-- [et_pb_line_break_holder] --> transition: all .3s ease;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Remove the vertical line from the last post*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post:last-of-type .published:before {<!-- [et_pb_line_break_holder] --> display: none;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Add the side arrow to the date*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post .published:after {<!-- [et_pb_line_break_holder] --> left: 100%;<!-- [et_pb_line_break_holder] --> top: 50%;<!-- [et_pb_line_break_holder] --> border: solid transparent;<!-- [et_pb_line_break_holder] --> content: " ";<!-- [et_pb_line_break_holder] --> height: 0;<!-- [et_pb_line_break_holder] --> width: 0;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> z-index: 1;<!-- [et_pb_line_break_holder] --> pointer-events: none;<!-- [et_pb_line_break_holder] --> border-color: transparent;<!-- [et_pb_line_break_holder] --> border-left-color: #dedede;<!-- [et_pb_line_break_holder] --> border-width: 15px;<!-- [et_pb_line_break_holder] --> margin-top: -15px;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease;<!-- [et_pb_line_break_holder] --> transition: all .3s ease;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Change the arrow colour on hover*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post:hover .published:after {<!-- [et_pb_line_break_holder] --> border-left-color: #8ACAF8;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Change the date, vertical line and post content background colour on hover*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post:hover .published,<!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post:hover .published:before,<!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post:hover:before {<!-- [et_pb_line_break_holder] --> background: #8ACAF8;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Show the readmore link on hover*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post:hover a.more-link {<!-- [et_pb_line_break_holder] --> opacity: 1;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Limit the excerpt length*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post .post-content p {<!-- [et_pb_line_break_holder] --> padding-right: 20px;<!-- [et_pb_line_break_holder] --> max-height: 6em;<!-- [et_pb_line_break_holder] --> overflow: hidden;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Adjust excerpt limit for smaller screens*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media all and (max-width: 1079px) {<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .post-content p {<!-- [et_pb_line_break_holder] --> max-height: 4.5em;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media all and (max-width: 980px) {<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .post-content p {<!-- [et_pb_line_break_holder] --> max-height: 3em;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media all and (max-width: 768px) {<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .post-content p {<!-- [et_pb_line_break_holder] --> max-height: 0;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Rearrange content for mobiles*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media all and (max-width: 600px) {<!-- [et_pb_line_break_holder] --> /*Add margin to top of module*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 {<!-- [et_pb_line_break_holder] --> margin-top: 40px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Set spacing between posts and add background colour*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post {<!-- [et_pb_line_break_holder] --> margin-bottom: 40%;<!-- [et_pb_line_break_holder] --> background: #dedede;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease;<!-- [et_pb_line_break_holder] --> transition: all .3s ease;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Position and size the image*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .entry-featured-image-url {<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> margin: 0 0 15px 0;<!-- [et_pb_line_break_holder] --> border-bottom: 5px solid #fff;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Position and size the date*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .published {<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> padding: 10px;<!-- [et_pb_line_break_holder] --> top: -40px;<!-- [et_pb_line_break_holder] --> height: 40px;<!-- [et_pb_line_break_holder] --> bottom: auto;<!-- [et_pb_line_break_holder] --> display: -webkit-box;<!-- [et_pb_line_break_holder] --> display: -ms-flexbox;<!-- [et_pb_line_break_holder] --> display: flex;<!-- [et_pb_line_break_holder] --> -webkit-box-pack: center;<!-- [et_pb_line_break_holder] --> -ms-flex-pack: center;<!-- [et_pb_line_break_holder] --> justify-content: center;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Add some padding*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .entry-title {<!-- [et_pb_line_break_holder] --> padding: 0 20px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .post-content p {<!-- [et_pb_line_break_holder] --> max-height: 100%;<!-- [et_pb_line_break_holder] --> padding: 0 20px 20px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Style and position the bottom arrow*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .published:after {<!-- [et_pb_line_break_holder] --> top: calc(100% + 15px);<!-- [et_pb_line_break_holder] --> left: 50%;<!-- [et_pb_line_break_holder] --> border-top-color: #dedede;<!-- [et_pb_line_break_holder] --> border-left-color: transparent;<!-- [et_pb_line_break_holder] --> border-width: 10px;<!-- [et_pb_line_break_holder] --> margin-left: -10px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Change arrow colour on hover*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post:hover .published:after {<!-- [et_pb_line_break_holder] --> border-left-color: transparent;<!-- [et_pb_line_break_holder] --> border-top-color: #8ACAF8;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Position the read more link*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 a.more-link {<!-- [et_pb_line_break_holder] --> left: 0;<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> bottom: 0;<!-- [et_pb_line_break_holder] --> top: 100%;<!-- [et_pb_line_break_holder] --> height: 40px;<!-- [et_pb_line_break_holder] --> margin-top: 5px;<!-- [et_pb_line_break_holder] --> background: #dedede;<!-- [et_pb_line_break_holder] --> opacity: 1;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Change post and read more background on hover*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post:hover,<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post:hover a.more-link {<!-- [et_pb_line_break_holder] --> background: #8ACAF8;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*************Advent Calendar 2017 - 9**************/<!-- [et_pb_line_break_holder] -->/********End - Vertical Timeline Blog Module********/<!-- [et_pb_line_break_holder] -->/*******************By Divi Soup********************/<!-- [et_pb_line_break_holder] --></style>

Articles on Reincarnation by Researchers of the Division of Perceptual Studies

All articles below are in PDF format. To download, right-click on the link and select “Save As”. Related articles can be downloaded at the Division of Perceptual Studies at the University of Virginia.

•  The Evidence for Survival from Claimed Memories of Former Incarnations PDF icon.  by Dr. Ian Stevenson. (Journal of the American Society for Psychical Research 54:51-71 and 95-117, 1960). Dr. Stevenson’s early essay about cases suggestive of reincarnation and several interpretations of them.

•  Some Questions Related to Cases of the Reincarnation Type PDF icon.  by Dr. Ian Stevenson. (Journal of the American Society for Psychical Research 68:395-416, 1974). A discussion of some frequently asked questions about reincarnation.

•  A Preliminary Report of a New Case of Responsive Xenoglossy: The Case of Gretchen PDF icon.  by Dr. Ian Stevenson. (Journal of the American Society for Psychical Research 70:65-77, 1976). A report of a case in which the subject, under hypnosis, spoke and conversed in German, a language that she seems not to have learned normally.

•  The Explanatory Value of the Idea of Reincarnation PDF icon.  by Dr. Ian Stevenson. (Journal of Nervous and Mental Disease. 164:305-326, 1977). A consideration of the ways in which the concept of reincarnation might supplement those of heredity and environment in explaining some poorly understood aspects of human behavior and development.

•  The Southeast Asian Interpretation of Gender Dysphoria: An Illustrative Case Report PDF icon.  by Dr. Ian Stevenson. (Journal of Nervous and Mental Disease. 165:201-208, 1977). Suggesting that gender identity confusion may derive from influences of a previous life as a member of the opposite sex, Dr. Stevenson reports the case of a girl who claims to remember a previous life as a man.

•  A Preliminary Report on an Unusual Case of the Reincarnation Type with Xenoglossy PDF icon.  by Dr. Ian Stevenson. (Journal of the American Society of Psychical Research 74: 331-348, 1980). A report of a case of a woman who periodically assumes a second personality, speaking only a language she does not know in her normal state. She has also given verified details about another life she claims to have lived.

•  American Children Who Claim to Remember Previous Lives PDF icon.  by Dr. Ian Stevenson. (Journal of Nervous and Mental Disease. 171:742-748, 1983). Report of an analysis of 79 cases of American children who claim to remember a previous life.

•  A Review and Analysis of “Unsolved” Cases of the Reincarnation Type: I. Introduction and Illustrative Case Reports PDF icon.  by Dr. Ian Stevenson, Dr. Emily Williams Cook et al. (Journal of the American Society for Psychical Research 77:45-62, 1983). Brief reports of 7 cases of the reincarnation type in which no deceased person corresponding to the child subject’s statements has been found.

•  A Review and Analysis of “Unsolved” Cases of the Reincarnation Type: II. Comparison of Features of Solved and Unsolved Cases PDF icon.  by Dr. Ian Stevenson, Dr. Emily Williams Cook et al. (Journal of the American Society for Psychical Research 77:115-135, 1983). Report of an analysis and comparison of 856 solved and unsolved reincarnation cases with regard to 9 important features.

•  The Belief in Reincarnation Among the Igbo of Nigeria PDF icon.  by Dr. Ian Stevenson. (Journal of Asian and African Studies XX:13-30, 1985.) A summary of the belief in reincarnation among the Igbo with a description of the repeater children, called ogbanjes by the Igbo people.

•  Characteristics of Cases of the Reincarnation Type Among the Igbo of Nigeria PDF icon.  by Dr. Ian Stevenson. (Journal of Asian and African Studies XXI:204-216, 1986). A description of the principle features found in 57 cases of the reincarnation type occurring among the Igbo people. Several tables compare the incidence of the main features of the cases in nine or ten different cultures.

•  Indian Cases of the Reincarnation Type Two Generations Apart PDF icon.  by Dr. Ian Stevenson and Dr. Satwant Pasricha. (Journal of the Society for Psychical Research 54(809):239-246, 1987). Cases of the reincarnation type from the early years of this century show features closely resembling those of cases whose subjects were born after 1965.

•  Deception and Self-Deception in Cases of the Reincarnation Type: Seven Illustrative Cases in Asia PDF icon.  by Dr. Ian Stevenson, Dr. Satwant Pasricha and Godwin Samararatne. (Journal of the American Society for Psychical Research 82:1-31, 1988). Detailed reports of 7 cases of the reincarnation type in Asia that seemed to be authentic at first but, on investigation, proved to be best interpreted as instances of deception or self-deception.

•  Two Correlates of Violent Death in Cases of the Reincarnation Type PDF icon.  by Dr. Ian Stevenson and Dr. N. K. Chadha. (Journal of the Society for Psychical Research 55(811):71-79, 1988). In the cases of children remembering previous lives that ended violently the interval between death of the deceased person whose life is remembered and the subject’s birth is shorter, on average, than in cases having a natural death in the previous life. Also, children remembering violent deaths tend to speak about the previous life at an earlier age than do children who remember lives that ended naturally.

•  Three New Cases of the Reincarnation Type in Sri Lanka with Written Records Made before Verification PDF icon.  by Dr. Ian Stevenson. (Journal of Nervous and Mental Disease. 176:741, 1988). Short summaries of three recent cases of the valuable type in which the child’s statements were recorded in writing before they were verified.

•  Three New Cases of the Reincarnation Type in Sri Lanka with Written Records Made before Verification PDF icon.  by Dr. Ian Stevenson and Godwin Samararatne. (Journal of Scientific Exploration 2:217-238, 1988). A longer version of 15a, including more detail about the 3 cases reported.

•  Phobias in Children Who Claim to Remember Previous Lives PDF icon.  by Dr. Ian Stevenson. (Journal of Scientific Exploration 4:243-254, 1990). A discussion of the phobias that occur among many children who seem to remember a previous life, and some possible explanations for these phobias.

•  Birthmarks and Birth Defects Corresponding to Wounds on Deceased Persons PDF icon.  by Dr. Ian Stevenson. (Journal of Scientific Exploration 7:403-410, 1993). A short summary of research on the cases of children who claim to remember previous lives and who have birthmarks or birth defects that correspond to wounds in the claimed previous life.

•  Does the Socio-Psychological Hypothesis Explain Cases of the Reincarnation Type? PDF icon.  by Dr. Ian Stevenson and Dr. Sybo Schouten. (Journal of Nervous and Mental Disorder. 186:504-506, 1998). Cases of the reincarnation type (in India and Sri Lanka) in which a written record of the subject’s statements was made only after the families concerned had met did not have more statements and more correct ones than cases in which a written record was made before the statements were verified.

•  Do Cases of the Reincarnation Type Show Similar Features Over Many Years? A Study of Turkish Cases a Generation Apart PDF icon.  by Dr. Jürgen Keil and Dr. Ian Stevenson. ( Journal of Scientific Exploration 13(2):189-198, 1999). In Turkey the features of 45 cases studied by one investigator were compared with the features of 45 other cases studied nearly a generation later by another investigator. Overall, the two groups of cases showed closely similar features. The cases appear to be a natural phenomenon occurring over many years.

•  The Phenomenon of Claimed Memories of Previous Lives: Possible Interpretations and Importance PDF icon.  by Dr. Ian Stevenson. (Medical Hypotheses 54(4):652-659, 2000). The hypothesis of previous lives can contribute to the further understanding of several conditions, disorders, or abnormalities (such as phobias observed in early infancy, gender identity disorder, and behavioral and physical differences in one-egg [monozygotic] twins) that are not adequately explained by genetic and/or environmental influences.

•  The Stability of Assessments of Paranormal Connections in Reincarnation-Type Cases PDF icon.  by Dr. Ian Stevenson and Dr. Jürgen Keil. (Journal of Scientific Exploration 14 (3): 365-382, 2000). Fifteen cases of children who claimed to remember a previous life were investigated twice and independently with an average interval of 22 years between the investigations. The reports were evaluated for evidence of a paranormal process. With the lapse of time informants lost some details; but with one possible exception there was no evidence of increased claims of paranormality in the later investigations.

•  An Unusual Birthmark Case Thought to be Linked to a Person Who Had Previously Died PDF icon.  by Dr. Jürgen Keil and Dr. Jim B. Tucker. (Psychological Reports 87:1067-1074, 2000). A report of a case of a Burmese subject who was born with birthmarks and birth defects that were thought to be linked to the death of his mother’s first husband in a parachute accident.

•  A Scale to Measure the Strength of Children’s Claims of Previous Lives: Methodology and Initial Findings by Dr. Jim B. Tucker. (Journal of Scientific Exploration 14(4):571-581, 2000). 799 cases of children who claim to remember a previous life were analyzed using a scale that measured the strength of the claims. The analysis showed that in the stronger cases, the children tended to start talking about the previous life at an earlier age; they demonstrated more emotion in recalling the past life; and they showed greater facial resemblance to the deceased individual that they were said to have been.

•  Unusual Play in Young Children Who Claim to Remember Previous Lives PDF icon.  by Dr. Ian Stevenson ( Journal of Scientific Exploration 14(4):557-570, 2000). Children who, when they learn to speak express memories of previous lives, frequently engage in play that is unusual and has no model or other obvious stimulus in their family. The play seems to repeat the vocation or an avocation of the person whose life the child seems to remember. Sometimes the play reenacts the cause of death, such as drowning, of that person.

•  Ropelike Birthmarks on Children Who Claim to Remember Past Lives PDF icon.  by Dr. Ian Stevenson (Psychological Reports 89:142-144, 2001). Description of birthmarks having the pattern of strands of a rope in a second known case includes some verification of the correspondence between the birthmarks and injuries from ropes on an identified deceased person.

•  Can Cultural Beliefs Cause a Gender Identity Disorder? PDF icon.  by Dr. Jim B. Tucker and Dr. Jürgen Keil. (Journal of Psychology & Human Sexuality 13(2):21-30, 2001). Report of a child in Thailand who was born with a birthmark that matched a mark made on the body of his deceased grandmother. As he got older, he claimed to be his grandmother reborn, and he demonstrated cross-gender behavior.

•  The Similarity of Features of Reincarnation Type Cases over Many Years: A Third Study PDF icon.  by Dr. Ian Stevenson and Dr. Erlendur Haraldsson. ( Journal of Scientific Exploration 17(2):283-289, 2003). The principal features of two series of cases suggestive of reincarnation in Lebanon were compared. The series were investigated about a generation apart by two different investigators. In three important features the two series were closely similar; in other features they were not similar, probably because of differences in the thoroughness of investigation in the two series.

•  Cases of the Reincarnation Type with Memories from the Intermission Between Lives PDF icon.  by Poonam Sharma and Dr. Jim B. Tucker. (Journal of Near-Death Studies 23(2):101-118, 2005). A minority of children who claim to remember previous lives also claim to remember events between lives. This analysis of statements from 35 Burmese subjects reveals patterns in the memories that they described. A comparison of these reports to reports of near-death experiences indicates significant areas of overlap.

•  Children Who Claim to Remember Previous Lives: Cases with Written Records Made before the Previous Personality Was Identified PDF icon.  by Dr. Jürgen Keil and Dr. Jim B. Tucker. (Journal of Scientific Exploration 19(1): pp. 91-101, 2005). A case is presented in which a written record, made before the deceased individual was identified, documented that the numerous statements made by a Turkish boy about a previous life were accurate for the life of a man who lived 500 miles away and died 50 years before the boy was born. Other similar cases are reviewed.

•  Children of Myanmar Who Behave like Japanese Soldiers: A Possible Third Element in Personality PDF icon.  by Dr. Ian Stevenson and Dr. Jürgen Keil. (Journal of Scientific Exploration 19(2): pp. 171-183, 2005). Among 750 children of Myanmar who claimed to remember a previous life 24 spoke about having been Japanese soldiers killed, presumably during World War II. None gave verifiable information, but they all showed unusual behavior, such as insensitivity to pain, dislike of hot weather and, distaste for spicy food, which are typical of Japanese soldiers, but not of Burmese persons. Genetic factors cannot explain these cases; neither can encouragement of such behavior by the children’s parents. Reincarnation is suggested as a third component of human personality illustrated by these cases.

•  Some Bodily Malformations Attributed to Previous Lives PDF icon.  by Dr. Satwant K. Pasricha, Dr. Jürgen Keil, Dr. Jim B. Tucker, and Dr. Ian Stevenson. (Journal of Scientific Exploration 19(3):359-383, 2005). This two part article examines cases in which children were born with abnormalities that were attributed to wounds from a previous life. Part I presents three cases in which evidence indicated a close correspondence between a child’s birthmark and a wound on a particular deceased person. Part II describes four cases of birth defects that were attributed to previous lives and looks at the evidence supporting that attribution. Photographs of the malformations are included.

•  Children Who Claim to Remember Previous Lives: Past, Present, and Future Research PDF icon.  by Dr. Jim B. Tucker. (Journal of Scientific Exploration, 21(3): pp. 543-552, 2007). The research with Cases of the Reincarnation Type is reviewed, beginning with Ian Stevenson’s initial paper on the phenomenon in 1961. Current projects and planned future projects are also discussed.

•  Ian Stevenson and cases of the reincarnation type PDF icon.  by Dr. Jim B. Tucker (Journal of Scientific Exploration, 22 (1); 36-43, 2008). Ian Stevenson began studying children who claim to remember previous lives — an endeavor that will surely be remembered as the primary focus of his life’s work — almost by accident. Enjoying a successful mainstream career with some 60 publications in the medical and psychiatric literature to his credit, he had become chairman of the Department of Psychiatry and Neurology at the University of Virginia in 1957.

•  Children’s reports of past-life memories: A review PDF icon.  by Dr. Jim B. Tucker, (EXPLORE: The Journal of Science and Healing, 4(4):244-248, 2008). Researchers have studied young children’s reports of past-life memories for the last 45 years. The children usually describe a recent, ordinary life, and many of them have given enough details so that one particular deceased individual has been identified to match the children’s statements. These cases occur worldwide, and although they are easiest to find in cultures with a belief in reincarnation, many cases have been found in the West as well. This review explores the facets of this phenomenon and presents several recent American cases.

•  Review by Dr. Jim B. Tucker of “Can the Mind Survive beyond Death? In Pursuit of Scientific Evidence” PDF icon.  by Satwant K. Pasricha. (Journal of Scientific Exploration 24:133-137, 2010). This two-volume set is divided into 22 chapters, each consisting of a previously published article, with Pasricha being sole author or lead author of 17 of them. (Full disclosure: I am one of four authors of one paper.) Though most deal with what are called cases of the reincarnation type, related areas such as near-death experiences (NDEs) are addressed as well.

•  Response to “How To Improve the Study and Documentation of Cases of the Reincarnation Type? A Reappraisal of the Case of Kemal Atasoy” PDF icon.  written by Vitor Moura Visoni. The response is by Dr. Jürgen Keil and Dr. Jim B. Tucker. (Journal of Scientific Exploration 24:295-296, 2010). The Essay by Vitor Moura Visoni in JSE, 24(1), Spring 2010, pp. 101–108, makes a number of criticisms of our Research Article “Children Who Claim To Remember Previous Lives: Cases with Written Records Made before the Previous Personality Was Identified,” JSE, 19(1), Spring 2005, pp. 91–101, which we will address by section.

•  Experimental Birthmarks: New Cases of an Asian Practice PDF icon.  by Dr. Jim B. Tucker and Dr. Jürgen Keil. (Journal of Scientific Exploration 27:263-276, 2013). Experimental birthmarks involve a practice in several countries in Asia in which the body of a dying or recently deceased person is marked with a substance, most often soot, in the belief that when the individual is reborn, the baby will bear a birthmark corresponding to the mark. This is usually done with the expectation that the rebirth will occur in the same family as the deceased individual. A field study was undertaken in Thailand and Myanmar (Burma) to examine such cases. Eighteen cases were found in which a baby was born with a birthmark that corresponded to a marking made on the body of a deceased person; in six of these, the child also made statements that the family believed were related to the life of the deceased individual. Possible etiologies for these cases are explored..

•  A Case of the Possession Type in India with Evidence of Paranormal Knowledge PDF icon.  by Ian Stevenson et al. (Journal of Scientific Exploration. Vol. 3, No. I, pp. 81-101, 1989). A young married woman, Sumitra, in a village of northern India, apparently died and then revived. After a period of confusion she stated that she was a person named Shiva who had been murdered in another village. She gave enough details to permit verification of her statements, which corresponded to facts in the life of another young married woman called Shiva. Extensive interviews with 53 informants satisfied the investigators that the families concerned had been, as they claimed, completely unknown to each other before the case developed and that Sumitra had had no normal knowledge of the people and events in Shiva’s life. The authors conclude that the subject demonstrated knowledge of another person’s life obtained paranormally.

•  Psychological Evaluation of American Children Who Report Memories of Previous Lives PDF icon.  by Jim Tucker et al. (Journal of Scientific Exploration, Vol. 28, No. 4, pp. 583–594, 2014). Some young children claim to have memories of a previous life, and they often show behaviors that appear related to the memories. This pilot study examined the psychological functioning of such children in the United States. Fifteen participants, ages 3–6 years, underwent testing with the Stanford-Binet Intelligence Scale (fourth edition) and the Children’s Apperception Test. The children’s composite intelligence scores on the Stanford-Binet were greater than one standard deviation above the mean, with relative strengths in verbal reasoning and quantitative reasoning.

Leave a comment

Share This