Rayne, M. L. (Martha Louise)
google.charts.load('current', {packages: ['corechart']});
google.charts.setOnLoadCallback(drawChart);
function drawChart() {
var options = {
height: 200,
legend: { position: 'top', maxLines: 3 },
bar: { groupWidth: '75%' },
isStacked: true,
colors: ['#FF7600', '#409a3c', '#2178b5'],
vAxis:{
baselineColor: '#fff',
gridlineColor: '#fff',
textPosition: 'none'
}
};
var data = google.visualization.arrayToDataTable([
['', 'By', 'Posthumously by', 'About',
{ role: 'annotation' } ],
['1860-1862', 0, 0, 0, ''],
['1862-1864', 0, 0, 0, ''],
['1864-1866', 0, 0, 0, ''],
['1866-1868', 0, 0, 0, ''],
['1868-1870', 10, 0, 0, ''],
['1870-1872', 10, 0, 0, ''],
['1872-1874', 0, 0, 0, ''],
['1874-1876', 0, 0, 0, ''],
['1876-1878', 10, 0, 0, ''],
['1878-1880', 15, 0, 0, ''],
['1880-1882', 20, 0, 0, ''],
['1882-1884', 15, 0, 0, ''],
['1884-1886', 20, 0, 0, ''],
['1886-1888', 15, 0, 0, ''],
['1888-1890', 15, 0, 0, ''],
['1890-1892', 10, 0, 0, ''],
['1892-1894', 15, 0, 0, ''],
['1894-1896', 5, 0, 0, ''],
['1896-1898', 5, 0, 0, ''],
['1898-1900', 0, 0, 0, ''],
['1900-1902', 0, 0, 0, ''],
['1902-1904', 0, 0, 0, ''],
['1904-1906', 0, 0, 0, ''],
['1906-1908', 0, 0, 0, ''],
['1908-1910', 0, 0, 0, ''],
['1910-1912', 0, 0, 0, ''],
['1912-1914', 0, 0, 0, ''],
['1914-1916', 0, 0, 0, ''],
['1916-1918', 0, 0, 0, ''],
['1918-1920', 0, 0, 0, ''],
['1920-1922', 0, 0, 0, ''],
['1922-1924', 0, 0, 0, ''],
['1924-1926', 0, 0, 0, ''],
['1926-1928', 0, 0, 0, ''],
['1928-1930', 0, 0, 0, ''],
['1930-1932', 0, 0, 0, ''],
['1932-1934', 0, 0, 0, ''],
['1934-1936', 0, 0, 0, ''],
['1936-1938', 0, 0, 0, ''],
['1938-1940', 0, 0, 0, ''],
['1940-1942', 0, 0, 0, ''],
['1942-1944', 0, 0, 0, ''],
['1944-1946', 0, 0, 0, ''],
['1946-1948', 0, 0, 0, ''],
['1948-1950', 0, 0, 0, ''],
['1950-1952', 0, 0, 0, ''],
['1952-1954', 0, 0, 0, ''],
['1954-1956', 0, 0, 0, ''],
['1956-1958', 0, 0, 0, ''],
['1958-1960', 0, 0, 0, ''],
['1960-1962', 0, 0, 0, ''],
['1962-1964', 0, 0, 0, ''],
['1964-1966', 0, 0, 0, ''],
['1966-1968', 0, 0, 0, ''],
['1968-1970', 0, 0, 0, ''],
['1970-1972', 0, 10, 0, ''],
['1972-1974', 0, 0, 0, ''],
['1974-1976', 0, 10, 0, ''],
['1976-1978', 0, 5, 0, ''],
['1978-1980', 0, 0, 0, ''],
['1980-1982', 0, 0, 0, ''],
['1982-1984', 0, 0, 10, ''],
['1984-1986', 0, 0, 0, ''],
['1986-1988', 0, 0, 0, ''],
['1988-1990', 0, 0, 0, ''],
['1990-1992', 0, 0, 0, ''],
['1992-1994', 0, 0, 0, ''],
['1994-1996', 0, 0, 0, ''],
['1996-1998', 0, 0, 0, ''],
['1998-2000', 0, 0, 0, ''],
['2000-2002', 0, 0, 0, ''],
['2002-2004', 0, 5, 0, ''],
['2004-2006', 0, 0, 0, ''],
['2006-2008', 0, 0, 0, ''],
['2008-2010', 0, 0, 0, ''],
['2010-2012', 0, 10, 0, ''],
['2012-2014', 0, 5, 0, ''],
['2014-2016', 0, 5, 0, ''],
['2016-2018', 0, 5, 0, ''],
['2018-2020', 0, 0, 0, ''],
['2020-2022', 0, 0, 0, ''],
]);
var chart = new google.visualization.ColumnChart(document.getElementById('chart_div'));
chart.draw(data, options);
};
function bringBack(sourceKey, targetKey, oclcNum) {
comment=prompt("Enter an optional comment and press "OK" or press "Cancel" to end", "");
if(comment!=null) {
window.location="/identities/move?undo&sourceKey="+sourceKey+"&targetKey="+targetKey+"&oclcNum="+oclcNum+"&originalIdentity="+targetKey+"&comment="+comment;
}
}
function sendBack(sourceKey, targetKey, oclcNum) {
comment=prompt("Enter an optional comment and press "OK" or press "Cancel" to end", "");
if(comment!=null) {
window.location="/identities/move?undo&sourceKey="+sourceKey+"&targetKey="+targetKey+"&oclcNum="+oclcNum+"&originalIdentity="+sourceKey+"&comment="+comment;
}
}
function getElementsByClassName(classname, node) {
if(!node)
node = document.getElementsByTagName("body")[0];
var a=;
var re=new RegExp('\b' + classname + '\b');
var els=node.getElementsByTagName("*");
for(var i=0; els.length>=i; i++)
if(re.test(els[i].className))
a.push(els[i]);
return a;
}
function turnEditEntriesOn(node) {
var entries=getElementsByClassName('editEntry', node);
if (entries) {
for (var i = 0; entries.length>=i; i++) {
entries[i].style.display="block";
}
}
document.getElementById('identitiesonSwitch').style.display='none';
document.getElementById('identitiesoffSwitch').style.display='inline';
}
function turnEditEntriesOff(node) {
var entries=getElementsByClassName('editEntry', node);
if (entries) {
for (var i = 0; entries.length>=i; i++) {
entries[i].style.display="none";
}
}
document.getElementById('identitiesonSwitch').style.display='inline';
document.getElementById('identitiesoffSwitch').style.display='none';
}
Rayne, M. L. (Martha Louise)
Overview
Works: | 17 works in 113 publications in 1 language and 1,441 library holdings |
---|---|
Genres: | Poetry Criticism, interpretation, etc Fiction Anecdotes Juvenile works |
Roles: | Author |
Classifications: | HD6058, 396.5 |
Publication Timeline
.
Most widely held works about
M. L Rayne
M. L Rayne
What can a woman do; or, Her position in the business and literary world by
M. L Rayne(
Book
)
Mrs. Rayne's school of journalism by
James S Bradshaw(
)
Pentwater, Mich., to H. Erichsen, [Detroit] by
Rose Hartwick Thorpe(
)
Mrs. Rayne's school of journalism by
James S Bradshaw(
)
Most widely held works by
M. L Rayne
M. L Rayne
What can a woman do; or, Her position in the business and literary world by
M. L Rayne(
Book
)
34
editions published
between
1883
and
2016
in
English
and held by
686 WorldCat member
libraries
worldwide
A review of the areas of employment open to women is supplemented by examples of women's prose and poetry to illustrate their
literary achievements
Gems of deportment and hints of etiquette : the ceremonials of good society, including valuable moral, mental, and physical
knowledge by
M. L Rayne(
Book
)
17
editions published
between
1880
and
2017
in
English
and held by
232 WorldCat member
libraries
worldwide
An etiquette guide with chapters on hospitality, hand-shaking, letter-writing, body-care, weddings, diamonds and funerals
Against fate : a true story by
M. L Rayne(
Book
)
15
editions published
between
1876
and
2010
in
English
and held by
150 WorldCat member
libraries
worldwide
Her desperate victory by
M. L Rayne(
Book
)
15
editions published
between
1880
and
2010
in
English
and held by
115 WorldCat member
libraries
worldwide
Fallen among thieves : a summer tour by
M. L Rayne(
Book
)
8
editions published
between
1879
and
1970
in
English
and held by
103 WorldCat member
libraries
worldwide
Jennie and her mother : and other stories by
M. L Rayne(
)
4
editions published
between
1870
and
1871
in
English
and held by
71 WorldCat member
libraries
worldwide
Written for you, or, The art of beautiful living : including a large amount of valuable knowledge concerning the every-day
affairs of life, social propriety, mental and moral culture, and all that pertains to the successful realization of a true
and beautiful life by
M. L Rayne(
Book
)
5
editions published
in
1882
in
English
and held by
41 WorldCat member
libraries
worldwide
Pauline, or, The belles of Mackinac : a story of love, crime and adventure by
M. L Rayne(
)
4
editions published
between
1887
and
1888
in
English
and held by
24 WorldCat member
libraries
worldwide
Christmas cheer : song & chorus by
James R Murray(
)
2
editions published
in
1868
in
English
and held by
3 WorldCat member
libraries
worldwide
The answer(
)
in
English
and held by
2 WorldCat member
libraries
worldwide
WHAT CAN A WOMAN DO : or her position in the business and literary world (classic reprint) by
M. L Rayne(
Book
)
1
edition published
in
2015
in
English
and held by
2 WorldCat member
libraries
worldwide
Gems of deportment and hints of etiquette : a manual of instruction for the home by
M. L Rayne(
Book
)
1
edition published
in
1882
in
English
and held by
1 WorldCat member
library
worldwide
Against fate. A true story. By Mrs. M.L. Rayne by
M. L Rayne(
)
1
edition published
in
1876
in
Undetermined
and held by
1 WorldCat member
library
worldwide
Http://hdl.handle.net/2027/uc2.ark:/13960/t74t6fp2t
Her desperate victory by
M. L Rayne(
)
1
edition published
in
1886
in
Undetermined
and held by
1 WorldCat member
library
worldwide
(OCoLC)26366222
more
fewer
Audience Level
0 | 1 | |||
Kids | General | Special |
Audience level:
0.58
(from
0.53
for
What can a
... to
0.96
for
Mrs. Rayne
...)
Related Identities
Eagle Publishing Company
Kenney & Sumner Publisher
Belford, Clarke & Co Publisher
Lawrence J. Gutter Collection of Chicagoana (University of Illinois at Chicago)
F.B. Dickerson & Co
School of Journalism (Detroit, Mich.)
Earl, William E.
Williams, True W.
Murray, James R. (James Ramsey) 1841-1905 Author
Bradshaw, James S. (James Stanford) 1921- Author
Useful Links
Library of Congress Authority File (English)
Virtual International Authority File.
Wikipedia Martha Louise Rayne
Wikidata.
Associated Subjects
Alcoholics American literature--Women authors Booksellers and bookselling--Colportage, subscription trade, etc Brothers and sisters Children's stories Children and death Children of alcoholics Christian life Christmas stories Conduct of life Dinners and dining Dummies (Bookselling) Etiquette Fiction Flower language Flowers Girls--Conduct of life Illinois--Chicago Journalism Journalism--Study and teaching Menus Michigan Michigan--Detroit Michigan--Mackinac Island Michigan--Mackinac Island (Island) Mothers and daughters Murder Rayne, M. L.--(Martha Louise) Sunday school literature Table etiquette Temperance Thanksgiving Day Travelers United States Women and literature Women and the arts Women authors Women--Education Women--Employment Women journalists Women poets Women poets, American Women--Social and moral questions Women--Social conditions Women--Vocational guidance Young women Young women--Employment
Alternative Names
Martha Louise Rayne Canadees journaliste (1836-1911)
Rayne, Martha Louise
Languages
English
(111)
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45070317-1', 'worldcat.org');
ga('send', 'pageview');
setTimeout(function(){var a=document.createElement("script");
var b=document.getElementsByTagName("script")[0];
a.src=document.location.protocol+"//dnn506yrbagrg.cloudfront.net/pages/scripts/0018/3695.js?"+Math.floor(new Date().getTime()/3600000);
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);