Organization:Bank Street College of Education

From HandWiki
Short description: Educational institution in Manhattan, New York City
Bank Street College of Education
Bank Street College of Education round seal.svg
TypePrivate graduate school and school for children
Established1916; 108 years ago (1916)
Endowment$49.1 million (2019)[1]
PresidentShael Polakow-Suransky
Academic staff
125
Students549 (2018, graduate school)[2]
451 (2019, school for children)[3]
Location,
New York
,
United States

[ ⚑ ] : 40°48′20″N 73°57′59″W / 40.80556°N 73.96639°W / 40.80556; -73.96639
CampusUrban
Websitebankstreet.edu
Bank Street College of Education horizontal logo.svg
<graph>

{

 //
 // ATTENTION: This code is maintained at https://www.mediawiki.org/wiki/Template:Graph:Street_map_with_marks
 //            Please do not modify it anywhere else, as it may get copied and override your changes.
 //            Suggestions can be made at https://www.mediawiki.org/wiki/Template_talk:Graph:Street_map_with_marks
 //
 // Template translation is in https://commons.wikimedia.org/wiki/Data:Original/Template:Graphs.tab
 //
 "version": 2, "width":250, "height": 250, "padding": 0,
 "signals":[
   // These signals allow us to quickly move the map within the image, e.g. to leave space for the legend

{"name":"legendWidth", "init": {"expr": "0"} },

   {"name":"legendHeight", "init": {"expr": "height"} },
   {"name":"imgWidth", "init": {"expr": "width-legendWidth"} },
   {"name":"imgHeight", "init": {"expr": "height"} },
   {"name":"imgXC", "init": {"expr": "imgWidth/2"} },
   {"name":"imgYC", "init": {"expr": "imgHeight/2"} },
   {"name":"imgTileSize", "init": {"expr": "256"} },
   {"name":"imgLat", "init": {"expr": ""} },
   {"name":"imgLon", "init": {"expr": "Lua error in mw.text.lua at line 219: bad argument #1 to 'len' (string expected, got nil)."} },
   {"name":"imgZoom", "init": {"expr": "12"} },
   {"name":"picWidth", "init": {"expr": "180"} },
   {"name":"picHeight", "init": {"expr": "picWidth/2"} },
   {"name":"picXC", "init": {"expr": "imgWidth-(picWidth/2)"} },
   {"name":"picYC", "init": {"expr": "imgHeight-(picHeight/2)"} },
   {"name":"showMiniMap", "init": {"expr": "0"} }
 ],
 "data": [
   {
     "name": "data",

// Otherwise use the first unnamed argument for source values

     "values": [  { "lat": , 
    "lon": Lua error in mw.text.lua at line 219: bad argument #1 to 'len' (string expected, got nil)., 
    "img": "wikirawupload:https://handwiki.org/wiki/images/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png", 
    "width": 50, 
    "height": 8, 
    "offsetX": 88, 
    "offsetY": 115, 
    "textAlign": "right", 
    "textDx": 22, 
    "textDy": -2, 
    "textColor": "grey", 
    "textFont": "Tahoma", 
    "textFontSize": 9, 
    "text":  "Expression error: Unexpected < operator." }


, { "lat": 0.1, "lon": 0.1, "img": "wikirawupload:https://handwiki.org/wiki/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "", "textAngle": 0, "textAlign": "right", "textBaseline": "middle", "textDx": -7, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"


}































     ],
     "transform": [
       {
         "type": "geo",
         "projection": "mercator",
         "scale": {"expr": "imgTileSize/PI/2*pow(2,imgZoom)"},
         "translate": [{"expr": "imgXC"}, {"expr": "imgYC"}],
         "center": [{"expr": "imgLon"}, {"expr": "imgLat"}],
         "lon": "lon", "lat": "lat"
       },
       { "type": "formula", "field":"layout_x", "expr": "datum.layout_x + (datum.offsetX || 0)" },
       { "type": "formula", "field":"layout_y", "expr": "datum.layout_y + (datum.offsetY || 0)" },
       { "type": "formula", "field":"color", "expr": "datum.color || '#c33'" },
       { "type": "formula", "field":"textColor", "expr": "datum.textColor || datum.color" },
       { "type": "formula", "field":"strokeColor", "expr": "datum.strokeColor || '#ffe7e6'" }
     ]
   },
   {
     // Hack: single value data source for drawing/hiding images and other non-series elements
     "name": "dummyData",
     "values": [{}]
   }
 ],

// Legend only works if showLegend and colorScaleField are set

 "marks": [
   {
     "type": "image",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "formula", "field":"url", "expr": "'mapsnapshot:///?width='+imgWidth+'&height='+imgHeight+'&zoom='+imgZoom+'&lat='+imgLat+'&lon='+imgLon" }
       ]
     },
     "properties": {
       "enter": {
         "url": {"field": "url"},
         "xc": {"signal": "imgXC"}, "yc": {"signal": "imgYC"},
         "width": {"signal": "imgWidth"}, "height": {"signal": "imgHeight"}
       }
     }
   },
   {
     // Places an image of a given name and size at the [lan,lon] location
     "type": "image",
     "from": {
       "data": "data",
       "transform": [
         { "type": "filter", "test": "datum.img" },
         { "type": "formula", "field":"iconWidth", "expr": "datum.width || 0" },
         { "type": "formula", "field":"iconHeight", "expr": "datum.height || 0" },
         { "type": "formula", "field":"img",
           "expr": "if(!test(/^[a-z]+:\\/\\//, datum.img), 'wikifile:///'+datum.img, datum.img)" },
         // Ensure that either width or height parameter is passed to wikifile:// request
         { "type": "formula", "field":"img",
           "expr": "if((datum.iconWidth || datum.iconHeight) && !test(/[?&](width|height)=\\d/, datum.img),if(datum.iconWidth,datum.img+'?width='+datum.iconWidth,datum.img+'?height='+datum.iconHeight), datum.img)" }
     ]},
     "properties": {
       "enter": {
         "url": {"field": "img"},
         "xc": {"field": "layout_x"}, "yc": {"field": "layout_y"},
         "width": {"field": "iconWidth"}, "height": {"field": "iconHeight"}
       }
     }
   },
   {
     // Draw marks of a given color, shape, and size at the [lan,lon] location
     "type": "symbol",
     "from": {
       "data": "data",
       "transform": [{ "type": "filter", "test": "!datum.img" }]
     },
     "properties": {
       "enter": {
         "x": {"field": "layout_x"},
         "y": {"field": "layout_y"},
         // If colorScaleField is set, use color scaling, otherwise use the preset color value
         "fill": { "field": "color" },
         "size": {"field": "size"},
         "shape": {"field": "shape"},
         "stroke": {"field": "strokeColor"}
       }
     }
   },
   {
     // Draw text with the given color and size at the [lan,lon] location
     // See https://github.com/vega/vega/wiki/Marks#text for all parameter description (prepend "text" and capitalize them)
     "type": "text",
     "from": {
       "data": "data",
       "transform": [
         { "type": "filter", "test": "datum.text" },
         // Figure out if this is an LTR or RTL page. For LTR, show label to the right of the icon, left-aligned. For RTL, reverse.
         { "type": "formula", "field":"isLTR", "expr": "'‎' == '\\u200E'" },
         // If these values are not defined ("undefined" is not allowed, so test for truthiness and not 0)
         { "type": "formula", "field":"textDx", "expr": "if(!datum.textDx && datum.textDx != 0, if(datum.isLTR,8,-8), datum.textDx)" },
         { "type": "formula", "field":"textAlign", "expr": "if(!datum.textAlign, if(datum.isLTR,'left','right'), datum.textAlign)" },
         { "type": "formula", "field":"textBaseline", "expr": "datum.textBaseline || 'middle'" }
     ]},
     "properties": {
       "enter": {
         "text": {"field": "text"},
         "x": {"field": "layout_x" },
         "y": {"field": "layout_y"},
         "dx": {"field": "textDx" },
         "dy": {"field": "textDy"},
         "fill": {"field": "textColor"},
         "align": {"field": "textAlign"},
         "baseline": {"field": "textBaseline"},
         "radius": {"field": "textRadius"},
         "theta": {"field": "textTheta"},
         "angle": {"field": "textAngle"},
         "font": {"field": "textFont"},
         "fontSize": {"field": "textFontSize"},
         "fontWeight": {"field": "textFontWeight"},
         "fontStyle": {"field": "textFontStyle"}
       }
     }
   },
   {
     // Draw a low-zoom locator map frame
     "type": "rect",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" }
       ]
     },
     "properties": {
       "enter": {
         "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
         "width": {"signal": "picWidth", "offset":2}, "height": {"signal": "picHeight"},
         "stroke": {"value":"#fff"},"strokeWidth": {"value":6}
       }
     }
   },
   {
     // Draw a low-zoom locator map by using a premade world map image
     "type": "image",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" },
         { "type": "formula", "field":"url", "expr": "1" }
       ]
     },
     "properties": {
       "enter": {
         "url": {"value": "wikirawupload:https://handwiki.org/wiki/images/thumb/a/ac/Earthmap1000x500.jpg/180px-Earthmap1000x500.jpg"},
         "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
         "width": {"signal": "picWidth"}, "height": {"signal": "picHeight"}
       }
     }
   },
   {
     // Draw a zoom-out mark at the [lan,lon] location
     "type": "symbol",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" },
         { "type": "formula", "field":"lat", "expr": "imgLat" },
         { "type": "formula", "field":"lon", "expr": "imgLon" },
         {
           "type": "geo",
           "projection": "equirectangular",
           "scale": {"expr": "180/2/PI"},
           "translate": [{"expr": "picXC"}, {"expr": "picYC"}],
           "center": [{"expr": "0"}, {"expr": "0"}],
           "lon": "lon", "lat": "lat"
         }
       ]
     },
     "properties": {
       "enter": {
         "x": {"field": "layout_x"}, "y": {"field": "layout_y"},
         "fill": {"value": "#c33"},
         "stroke": {"value": "#ffe7e6"},
         "size": {"value": 40}
       }
     }
   }
 ]

} </graph>

<maplink zoom="13" latitude="" longitude="<strong class="error"><span class="scribunto-error" id="mw-scribunto-error-0">Lua error in mw.text.lua at line 219: bad argument #1 to &#039;len&#039; (string expected, got nil).</span></strong>" text="[Interactive fullscreen map]">

[


{"type": "FeatureCollection",

 "features": [

{ "type": "Feature",

  "properties": {
   "title": "", 
   "description": " Lua error in mw.text.lua at line 219: bad argument #1 to 'len' (string expected, got nil)._dim:2000 ,Lua error in mw.text.lua at line 219: bad argument #1 to 'len' (string expected, got nil).",
   "marker-symbol": "-number", "marker-size": "medium", "marker-color": "#AA1205" },
  "geometry": {"type": "Point", "coordinates": [Lua error in mw.text.lua at line 219: bad argument #1 to 'len' (string expected, got nil).,] }
}

, { "type": "Feature",

  "properties": {
   "title": ".", 
   "description": " 0.1,0.1",
   "marker-symbol": "-number", "marker-size": "medium", "marker-color": "#AA1205" },
  "geometry": {"type": "Point", "coordinates": [0.1,0.1] }
}




























































] }

]</maplink>

Bank Street College of Education is a private school and graduate school in New York City . It consists of a graduate-only teacher training college[4] and an independent nursery-through-8th-grade school. In 2020 the graduate school had about 65 full-time teaching staff and approximately 850 students, of which 87% were female.[4]

History

The origins of the school lie in the Bureau of Educational Experiments, which was established in 1916 by Lucy Sprague Mitchell, her husband Wesley Clair Mitchell, and Harriet Merrill Johnson; Lucy Mitchell's cousin Elizabeth Sprague Coolidge provided financial support.[5][6] The bureau was intended to foster research into, and development of, experimental and progressive education, and was influenced by the thinking of Edward Thorndike and John Dewey, both of whom Mitchell had studied with at Columbia University. The bureau was run by a council of twelve members, but Mitchell was its most influential figure until the 1950s.[5] The name of the institution derives from its 1930–1971 location at 69 Bank Street in Greenwich Village.[7]

In 1919 the bureau started a nursery school for children from fifteen to thirty-six months old; Harriet Johnson was the director. The school fed in to the Play School for three- to seven-year-olds run by Caroline Pratt; eight-year-olds were taught in a special class by members of the bureau.[5]

Bank Street College of Education served as an academic consultant during development for Multiplication Rock, the first series of Schoolhouse Rocks![8]

In 1958, the college received a $1,000,000 grant from the Department of Health, Education and Welfare for a five-year study on how schools for younger children could improve mental health development.[9]

The personal computer word processing application Bank Street Writer (1981) was developed by the college and marketed to school and home computer markets. Its brand extension Bank Street Music Writer (1985) was a music composition application.

Doug Knecht is the current Dean of Children's Programs and Head of the School for Children.[10]

Academics

Accreditation

Since 1960 the school has been accredited by the Middle States Association of Colleges and Schools.[11] Bank Street School for Children is accredited by the New York State Association of Independent Schools.[3]

Head Start

It is one of about hundred schools in the Manhattan area which participate in the national Head Start Program of the Early Childhood Learning & Knowledge Center of the U.S. Department of Health & Human Services.[12]

Bank Street School for Children

The Bank Street School for Children is a private coed preschool, elementary school, and middle school within the Bank Street College of Education.[13][14] The school includes children in nursery through eighth grade,[14] split into three divisions: the lower school, for nursery through first grade; the middle school, for second through fourth grades; and the upper school, for fifth through eighth grades.[15] There are 451 children enrolled as students,[15] approximately 50% of which are students of color.[16] The instructors are often current or past students of Bank Street's graduate school, which shares a campus with the School for Children—including more than half of the teachers who are alumni.[17]

The School for Children is accredited by the New York State Association of Independent Schools and is a member of the National Association of Independent Schools.[15][18]

Bank Street Bookstore

The Bank Street Bookstore was an Upper West Side community bookstore that sold children's books and educational toys and games. It opened in 1970 in the lobby of Bank Street College, and moved to its second location on 112th Street and Broadway shortly thereafter. Its final location was on Broadway and West 107th Street until its closing in August 2020, due to the Coronavirus pandemic.[19] The bookstore also hosted readings, daily story time, and celebrity events, with past guests including Stephen Colbert, Julianne Moore, and author Jeff Kinney.

Alumni

Graduate school

  • Bill Ayers, militant activist and educator
  • Lee Bennett Hopkins, educator, poet, author, and anthologist
  • Claudine K. Brown, director at the Smithsonian Institution, museum educator, artist
  • Margaret Wise Brown, author of classic children's books such as Goodnight Moon
  • Ruth Cohn, psychotherapist, educator, and poet
  • Rosina Fernhoff, Obie Award-winning theater actress
  • Robie Harris, award-winning children's book author
  • Trudie Lamb-Richmond, Schaghticoke Tribal Nation member and educator
  • Anne Mitchell, early childhood education consultant and co-founder of the Alliance on Early Childhood Finance
  • Shael Polakow-Suransky, current president and former Chief Academic Officer of the New York City Education Department
  • Miriam Roth, Israeli writer and scholar of children's books, kindergarten teacher, and educator
  • Julie Stevens, actress and acting coach
  • Dorothy Stoneman, founder and president of YouthBuild USA
  • Ellen Tarry, the first African-American picture book author
  • Edith Thacher Hurd, children's book writer with more than 70 books to her credit as well as a few collaborations with Margaret Wise Brown
  • Lucy Wainwright Roche, singer-songwriter
  • Sara Wilford, philanthropist and granddaughter of Franklin D. Roosevelt
  • Valerie Wilson Wesley, author and former executive editor of Essence Magazine
  • Diane Wolkstein, folklorist and a former New York City official storyteller
  • Adam Gidwitz, author

School for Children

  • Liz Garbus, filmmaker[20]
  • Ben Lerer, CEO Thrillist Media Group[21]
  • Angelica Page, actress and filmmaker[22]
  • Shuwanza Goff, Deputy Director of the Office of Legislative Affairs for President Joe Biden[23]
  • Purva Bedi, actress
  • Ally Sheedy, actress[24]

References

  1. As of June 30, 2019. "U.S. and Canadian 2019 NTSE Participating Institutions Listed by Fiscal Year 2019 Endowment Market Value, and Percentage Change in Market Value from FY18 to FY19 (Revised)". National Association of College and University Business Officers and TIAA. https://www.nacubo.org/-/media/Nacubo/Documents/EndowmentFiles/2019-Endowment-Market-Values--Final-Feb-10.ashx?. 
  2. "Bank Street College of Education". National Center for Education Statistics. https://nces.ed.gov/collegenavigator/?id=189015. 
  3. 3.0 3.1 "Bank Street School for Children". New York State Association of Independent Schools. https://www.nysais.org/page.cfm?p=102&start=1. 
  4. 4.0 4.1 Bank Street College of Education. Peterson's LLC. Accessed February 2020.
  5. 5.0 5.1 5.2 Antler, Joyce (2000). Mitchell, Lucy Sprague (1878-1967), educator. doi:10.1093/anb/9780198606697.article.0900513. ISBN 978-0-19-860669-7. https://www.anb.org/view/10.1093/anb/9780198606697.001.0001/anb-9780198606697-e-0900513. 
  6. Lucy Sprague Mitchell. In: John Arthur Garraty, Mark C. Carnes (editors) (1988). Dictionary of American Biography, supplement eight: 1966-1970. New York, NY: Charles Scribner's Sons; London: Collier Macmillan Publishers. ISBN 9780684186184. (Subscription content?).
  7. "History". https://www.bankstreet.edu/about-bank-street/history/. 
  8. Kamp, David (2020-05-12) (in en). Sunny Days: The Children's Television Revolution That Changed America. Simon and Schuster. ISBN 978-1-5011-3780-8. https://books.google.com/books?id=za3jDwAAQBAJ&pg=PA182. 
  9. "Educator to Direct Kindergarten Group"New York Times, October 2, 1958
  10. "Doug Knecht" (in en-US). Bank Street College of Education. https://www.bankstreet.edu/about-bank-street/staff/doug-knecht/. 
  11. "Bank Street College of Education". Middle States Commission on Higher Education. http://www.msche.org/institutions_view.asp?idinstitution=29. 
  12. Bank Street College of Education - 02CH010795. Early Childhood Learning & Knowledge Center, U.S. Department of Health & Human Services. Accessed February 2020.
  13. "A Guide to the Best Manhattan Private Schools: 2019-20" (in en-US). https://www.newyorkfamily.com/a-guide-to-manhattans-private-schools-new-york/. 
  14. 14.0 14.1 "Bank Street School For Children Profile (2021) | New York, NY" (in en). https://www.privateschoolreview.com/bank-street-school-for-children-profile. 
  15. 15.0 15.1 15.2 "New York State Association of Independent Schools (NYSAIS): Bank Street School for Children". https://www.nysais.org/page.cfm?p=102. 
  16. "How to help your youngest students talk about and navigate differences: A profile of Bank Street School for Children | EAB" (in en-US). https://eab.com/insights/expert-insight/independent-school/school-for-children-racial-justice-curriculum/. 
  17. Lewis, Crystal. "Grooming Teachers, Bank Street Puts Stress on Basics and a Belief in Kids" (in en). https://thechiefleader.com/news/news_of_the_week/grooming-teachers-bank-street-puts-stress-on-basics-and-a-belief-in-kids/article_f7d9f1b8-5b5d-11e7-a84b-c3281f3a50aa.html. 
  18. "NAIS Bookstore". https://my.nais.org/s/searchdirectory?id=a2C3m00000EQaO4. 
  19. "Coronavirus Shutters Longtime NYC Children's Bookstore" (in en). https://www.publishersweekly.com/pw/by-topic/childrens/childrens-industry-news/article/83822-coronavirus-shutters-longtime-nyc-children-s-bookstore.html. 
  20. Salamon, Julie (2003-10-26). "FILM; A Filmmaker Who Chooses to Live Behind Bars" (in en-US). The New York Times. ISSN 0362-4331. https://www.nytimes.com/2003/10/26/movies/film-a-filmmaker-who-chooses-to-live-behind-bars.html. 
  21. "School for Children Alum, Ben Lerer, Featured in The New York Times – Morningside Area Alliance". 2020-10-25. https://morningside-alliance.org/uncategorized/school-for-children-alum-ben-lerer-featured-in-the-new-york-times-2/. 
  22. Brown, Dennis. "Angelica Torn, the daughter of Rip Torn and Geraldine Page, forges her own stage path" (in en). https://www.riverfronttimes.com/stlouis/angelica-torn-the-daughter-of-rip-torn-and-geraldine-page-forges-her-own-stage-path/Content?oid=2491686. 
  23. Parker, Adam. "Shuwanza Goff, with Georgetown roots, to join President-elect Biden's White House staff" (in en). https://www.postandcourier.com/news/local_state_news/shuwanza-goff-with-georgetown-roots-to-join-president-elect-bidens-white-house-staff/article_992653c4-2f52-11eb-a5ca-570acd913952.html. 
  24. "Ally Sheedy". http://www.imdb.com/name/nm0000639/bio. 

Further reading

  • Fisher, Patricia, and Anne Perryman. "A brief history: Bank street college of education." (2000) online.
  • Nager, Nancy, and Edna Shapiro. "A progressive approach to the education of teachers: Some principles from Bank Street College of Education." Occasional Paper Series (2007) #18 online

External links