You can edit almost every page by Creating an account and confirming your email.

DSB International School

From EverybodyWiki Bios & Wiki

DSB International School
Deutsche Schule Bombay
File:Garden Campus.jpg
Garden Campus
Location
,
Maharashtra

India
Information
TypePrivate
MottoLearning Growing Minds[citation needed]
Established1961
PrincipalHoward Gee
GradesEarly years-12
GenderCo-Ed
Enrollmentapprox. 200
Color(s)Blue, red, yellow
Website
<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":255, "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": "18.9595"} },
   {"name":"imgLon", "init": {"expr": "72.8198"} },
   {"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": 18.9595, 
    "lon": 72.8198, 
    "img": "wikirawupload:", 
    "width": 50, 
    "height": 8, 
    "offsetX": 90.5, 
    "offsetY": 115, 
    "textAlign": "right", 
    "textDx": 22, 
    "textDy": -2, 
    "textColor": "grey", 
    "textFont": "Tahoma", 
    "textFontSize": 9, 
    "text":  "4km" }

, { "lat": 18.970056, "lon": 72.80321600000002, "img": "wikirawupload:https://en.everybodywiki.com/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Garden", "textAlign": "right", "textBaseline": "middle", "textDx": -7, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"


}

, { "lat": 18.9573259, "lon": 72.80812229999992, "img": "wikirawupload:https://en.everybodywiki.com/images/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "Aurum House", "textAlign": "left", "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:"},
         "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>

Campuses

DSB International School, also known as Deutsche Schule Bombay, is an international school located in the city of Mumbai, India. It provides the National Curriculum of England and the German Curriculum of Thuringia and was established in 1961.[1]

Curriculum

DSB International School follows the English National Curriculum for students aged 3–18 years. The Cambridge IGCSE is offered to students between the ages of 14 and 16 and the IB Diploma Programme caters to pre-university students between the age of 16 and 19. The school is partly German and offers German and French as a first language.

The German section follows the curriculum for German Schools Abroad (Thüringen) up to the age of 14 years. After this point, students join the International Section to take IGCSE and IBDP, both of which are fully recognized in Germany.

Campuses

DSB International School has two campuses. In 1967, the school moved into Garden Campus in Breach Candy, which is the current Lower Primary Campus (Kindergarten through Year 4/Grade/Klasse 5). In 2014, the Secondary School moved into the Aurum House in Babulnath (from Year 5/Grade/Klasse 6).[2]

The Deutsche Schule Bombay moved to a new campus on Warden Road (now Bhulabhai Desai Road) in 1967. Over time, it expanded, adding campuses in Breach Candy and Parel.[3]

History

Due to growing diplomatic relations between India and Germany, and partly due to the influx of German companies in India, many German citizens were attracted to India, especially to the city of Mumbai. With the focus of educating German expatriates in India with a German method of teaching, the Deutsche Schulverien was built. Despite being built to cater exclusively to the German diaspora, children from countries such as Chile and Japan were admitted.

By the late 1950s, German engineers, technicians and professionals were already part of India’s development story. The need for a school that could offer German-language education became urgent. A survey among German parents confirmed this demand.[4]

In 1967, the school moved to the Garden Campus. At the beginning of the 2000s, fewer Germans were coming to India, and the school started an international section with the British, Cambridge IGCSE and IB Curricula. In 2014, the new Aurum House, or AU, was built for the secondary grades.

Student life

The school offers after-school activities including creative, cultural, sporting, adventure and service activities. Students have the opportunity to become active in Model United Nations and the Duke of Edinburgh Award. Students participate at external MUN conferences at a national and international level. Several Mumbai-based international schools hold MUN conferences which DSB participates in. Further, DSB sends delegates to COBIS MUN and the Harvard Model Congress Europe (HMCE).

Many of the students are expatriates from over 20 countries while others are of Indian ancestry.[citation needed]

References

  1. "DSB International School Mumbai". eduvidya. Retrieved 10 October 2018.
  2. "Contact Us Archived 11 February 2015 at the Wayback Machine." DSB International School. Retrieved on 11 February 2015. "Garden Campus: Students from Kindergarten to Year 4 / Klasse 5 DSB INTERNATIONAL SCHOOL 76 Bhulabhai Desai Road, Breach Candy Mumbai - 400 026 India." and "Aurum House: Students from Year 5 / Klasse 6 DSB INTERNATIONAL SCHOOL 25 Dadi Seth Road, Babulnath Mumbai - 400 007 India. "
  3. Desk, India Today Education (2026-04-12). "In 1960 Bombay, Germans built city's first international school". India Today. Retrieved 2026-04-13.
  4. Desk, India Today Education (2026-04-12). "In 1960 Bombay, Germans built city's first international school". India Today. Retrieved 2026-04-13.


This article "DSB International School" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:DSB International School. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.