Welcome to TiddlyWiki created by Jeremy Ruston, Copyright © 2007 UnaMesa Association
Inicio del curso intensivo
Inicio del viaje a Andalucía
Inicio del curso Intensivo
Inicio del viaje al Norte de España
Fin del viaje a Andalucía
Inicio del viaje a Madrid
Fin del viaje al Norte de España
Inicio del curso en la Universidad
Inicio del viaje a Madrid
Inicio del viaje a Galicia
To allow for maximum interaction and immersion in the Salamanca community and the Spanish language, all students live with Spanish families that have been carefully selected by the housing office of the University of Salamanca. (Students may not arrange for their own accommodations, nor make any changes in their residence without the permission of the program director. The home-stay is considered an essential element of the WFU in Salamanca program, and all accommodations must be properly approved.) These homestays immerse the students in the local community and provide them with the opportunity to practice their Spanish.
<html><p><span>Adecco S.A. is a Global Fortune 500 company and the world leader in workforce solutions. Adecco connects over 700,000 associates with business clients each day through its network of over 33,000 employees and 6,600 offices in over 70 countries and territories around the world. Registered in Switzerland, and managed by a multinational team with expertise in markets spanning the globe, Adecco delivers an unparalleled range of flexible staffing and career resources to corporate clients and qualified associates.</span><span lang="en-gb"><span> </span></span><span> </span><span lang="EN-GB" style=""><span> </span><o:p><span> </span><br /><span> </span></o:p></span><span> </span><span lang="EN-GB" style=""><span>Students wishing to intern with Adecco will meet a small and friendly team in the office in Salamanca. You will help them welcoming </span></span><span lang="en-gb"><span>candidates by collecting their curricula and having an initial interview, where the objective is to filter profiles. You will also speak with those candidates about the conditions and characteristics of available jobs. Other duties are evaluations of candidates through Expert tests, collaborating with the team in the day to day work, recruitment of candidates, in the different sources: Associations, programs of labor insertion, websites: Adecco.es, Infojobs, infoempleo…</span></span></p><span> </span><p><span lang="EN-GB" style=""><span> </span></span><span lang="EN-GB" style=""><o:p><img width="564" vspace="6" hspace="6" height="190" src="http://www.wfu.edu/romancelanguages/study_abroad/SummerInternship/adecco.jpg" alt="ADECCO" v:shapes="_x0000_s1048" /></o:p></span></p></html>
/***
|Name|AdvancedOptionsPlugin|
|Source|http://www.TiddlyTools.com/#AdvancedOptionsPlugin|
|Documentation|http://www.TiddlyTools.com/#AdvancedOptionsPlugin|
|Version|1.1.0|
|Author|Eric Shulman - ELS Design Studios|
|License|http://www.TiddlyTools.com/#LegalStatements <br>and [[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|
|~CoreVersion|2.3|
|Type|plugin|
|Requires||
|Overrides||
|Options|##Configuration|
|Description|automatically add plugin-defined options to the [[AdvancedOptions]] shadow tiddler|
!!!!!Usage
<<<
At document startup, this plugin examines each tiddler tagged with <<tag systemConfig>> and looks for a tiddler slice named "Options" whose value refers to a tiddler section (or separate tiddler) that contains an 'advanced options control panel' for configuring that plugin's features and behavior. For each plugin that contains an "Options" slice, a tabbed entry is automatically created in the [[AdvancedOptions]] shadow tiddler to display that plugin's control panel.
As an optional fallback for backward-compatibility with plugin tiddlers that do not define the "Options" slice, this plugin will also look for a section heading named "Configuration" within those tiddlers, so that older plugins that define this section can automatically have their settings added to the [[AdvancedOptions]] tiddler without requiring the "Options" slice to be added.
<<<
!!!!!Configuration
<<<
<<option chkAdvancedOptions>> automatically add plugin-defined options to the [[AdvancedOptions]] shadow tiddler
<<option chkAdvancedOptionsBackstage>> automatically add plugin-defined options to Backstage menu
<<option chkAdvancedOptionsFallback>> use <<option txtAdvancedOptionsFallback>> section as a fallback for plugins that don't define an ~AdvancedOptions slice
//note: these settings only take effect after reloading the document//
<<<
!!!!!Revisions
<<<
2008.05.09 [1.1.0] add "options" panel to backstage
2008.04.08 [1.0.0] initial release
<<<
!!!!!Code
***/
//{{{
version.extensions.AdvancedOptionsPlugin= {major: 1, minor: 1, revision: 0, date: new Date(2008,5,9)};
if (config.options.chkAdvancedOptions===undefined)
config.options.chkAdvancedOptions=true;
if (config.options.chkAdvancedOptionsBackstage===undefined)
config.options.chkAdvancedOptionsBackstage=true;
if (config.options.chkAdvancedOptionsFallback===undefined)
config.options.chkAdvancedOptionsFallback=true;
if (config.options.txtAdvancedOptionsFallback===undefined)
config.options.txtAdvancedOptionsFallback="Configuration";
if (config.optionsDesc) config.optionsDesc.chkAdvancedOptions=
"automatically add plugin-defined options to [[AdvancedOptions]]";
var items=[];
var fmt="[[%0 ]] [[view options for %0]] [[%1]]\n";
var section=config.options.txtAdvancedOptionsFallback;
var plugins=store.getTaggedTiddlers("systemConfig");
for (var p=0; p<plugins.length; p++) {
var tid=plugins[p].title;
var settings=store.getTiddlerSlice(tid,"Options");
if (!settings && config.options.chkAdvancedOptionsFallback && store.getTiddlerText(tid+"##"+section))
settings="##"+section; // fallback handling for older plugins
if (settings&&settings.length) {
if (settings.substr(0,2)=="##") settings=tid+settings;
items.push(fmt.format([tid,settings]));
}
}
if (items.length) config.shadowTiddlers.PluginOptions=
"!!![[Plugin-defined options|PluginManager]]\n@@text-align:left;<<tabs '' \n"+items.join(' ')+">>@@";
if (config.options.chkAdvancedOptions)
config.shadowTiddlers.AdvancedOptions+="{{smallform{{{wrap{<<tiddler PluginOptions>>}}}}}}";
// add "options" backstage task
if (config.tasks && config.options.chkAdvancedOptionsBackstage) { // for TW2.2b3 or above
config.tasks.options = {
text: "options",
tooltip: "manage plugin-defined option settings",
content: "{{smallform{{{groupbox{{{wrap{<<tiddler PluginOptions>>}}}}}}\n{{groupbox small {<<options>>}}}}}}"
}
config.backstageTasks.splice(config.backstageTasks.indexOf("plugins")+1,0,"options");
}
//}}}
Students wishing to apply for this program must complete the WFU Salamanca Program application by March 1 for the Fall semester and by October 1 for the Spring semester.
To clarify:
Semester of Study Application Deadline
*Spring 2009 October 1, 2008
*Fall 2009 March 1, 2009
Completed applications must be returned to the Department of Romance Languages, Wake Forest University, 323 Greene Hall, Winston-Salem, NC 27109.
Applications can be obtained by writing to the Department of Romance Languages, by sending an email to the program coordinator (galacs@wfu.edu) or from the website link - Application Form.
Applications from other institutions are welcomed and encouraged.
Tucked in Spain's Northeast corner, with its thriving port and beautiful beaches lining the Mediterranean, its eyes looking out towards France and Italy, Barcelona has a uniquely European and cosmopolitan feel. Spain's second largest city, Barcelona is Madrid's eternal rival, but its chic art and architecture, coastal ambiance and the fierce regionalism of its Catalan people make it a very different place. Here you will stroll down the beautiful avenue of Las Ramblas lined with street vendors and performers, detour into the city's medieval Gothic Quarter and stop to see one of Europe's most distinctive structures at la Iglesia de la Sagrada Familia, Gaudí's masterpiece and whimsical icon of this distinct city. The modern art continues at the Dalí museum, a bizarre monument to one of Spain's most celebrated and peculiar geniuses. From its avant-garde art to the sound of Catalan spoken on the street to its proud defiance of typical Spanish clichés, Barcelona offers all the culture of a giant city with a very particular twist.
[img[http://www.wfu.edu/romancelanguages/study_abroad/Salamanca/images/barcelona.jpg]]
Documents
· Get/renew your passport, if necessary. Go to http://www.travel.state.gov/passport_services.html for information, including the location of the application site nearest you. You will need to submit passport photos with the paperwork.
· Obtain a semester or year long academic visa, see instructions on the Spanish consulate homepage at www.spainemb.org.
· Get an International Student Identity Card from the Office of International Studies or from http://www.counciltravel.com/. It costs about $20 and you will need another passport-sized photo. You will need it for special student deals when buying your plane tickets or rail passes in the US, and you can present it for student discounts in Spain.
· Make copies of all forms of identification. Leave one copy at home, take one copy with you. Make multiple copies of your passport. One to leave in the states, one to leave in your casa, one to carry for ID, and a couple in case your Wake professor needs them.
· Bring your driver's license if you plan on renting a car, but leave other forms of ID at home. Most cars available will have manual, not automatic transmission. You can rent cars with automatic transmission only at the Madrid airport if you reserve it some time ahead. In Salamanca you can find a place (AVAL) to rent cars if you are over 21 years old. Other places will generally ask you to be almost 23.
· Bring a few extra passport-size photos if you have them, or you can have them taken cheaply in one of the photo shops on the Rúa Mayor. Your professors will probably ask for pictures of you to learn your names when classes begin and it's really nice to have them on hand.
Medical Needs
· If you take prescription medication, buy enough to last through your stay. Bring an extra pair of glasses or contact lenses.
/***
|Name|BreadcrumbsPlugin|
|Author|Eric Shulman|
|Source|http://www.TiddlyTools.com/#BreadcrumbsPlugin|
|Documentation|http://www.TiddlyTools.com/#BreadcrumbsPluginInfo|
|Version|2.0.0|
|License|[[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|
|~CoreVersion|2.1|
|Type|plugin|
|Requires||
|Overrides|Story.prototype.displayTiddler,TiddlyWiki.prototype.deleteTiddler|
|Options|##Configuration|
|Description|list/jump to tiddlers viewed during this session plus "back" button/macro|
This plugin provides a list of links to all tiddlers opened during the session, creating a "trail of breadcrumbs" from one tiddler to the next, allowing you to quickly navigate to any previously viewed tiddler, or select 'home' to reset the display to the initial set of tiddlers that were open at the start of the session (i.e., when the document was loaded into the browser).
!!!!!Documentation
<<<
see [[BreadcrumbsPluginInfo]]
<<<
!!!!!Configuration
<<<
<<option chkCreateDefaultBreadcrumbs>> automatically create breadcrumbs display (if needed)
<<option chkShowBreadcrumbs>> show/hide breadcrumbs display
<<option chkReorderBreadcrumbs>> re-order breadcrumbs when visiting a previously viewed tiddler
<<option chkBreadcrumbsHideHomeLink>> omit 'Home' link from breadcrumbs display
<<option chkShowStartupBreadcrumbs>> show breadcrumbs for 'startup' tiddlers
<<option chkBreadcrumbsReverse>> show breadcrumbs in reverse order (most recent first)
<<option chkBreadcrumbsLimit>> limit breadcrumbs display to {{twochar{<<option txtBreadcrumbsLimit>>}}} items
<<option chkBreadcrumbsLimitOpenTiddlers>> limit open tiddlers to {{twochar{<<option txtBreadcrumbsLimitOpenTiddlers>>}}} items
<<<
!!!!!Revisions
<<<
2008.05.01 [2.0.0] added 'limit open tiddlers' feature (with safety check for tiddler in edit mode)
| Please see [[BreadcrumbsPluginInfo]] for previous revision details |
2006.02.01 [1.0.0] initial release
<<<
!!!!!Code
***/
//{{{
version.extensions.breadCrumbs = {major: 2, minor: 0, revision: 0, date: new Date("May 1, 2008")};
var co=config.options; // abbreviation
// show/hide display option (default is to SHOW breadcrumbs)
if (co.chkShowBreadcrumbs===undefined) co.chkShowBreadcrumbs=true;
// REORDER breadcrumbs when visiting previously viewed tiddler (default)
if (co.chkReorderBreadcrumbs===undefined) co.chkReorderBreadcrumbs=true;
// create default breadcrumbs display as needed (default is to CREATE)
if (co.chkCreateDefaultBreadcrumbs===undefined) co.chkCreateDefaultBreadcrumbs=true;
// show breadcrumbs for 'startup' tiddlers (default is FALSE = only show crumbs for tiddlers opened after startup)
if (co.chkShowStartupBreadcrumbs===undefined) co.chkShowStartupBreadcrumbs=false;
// show crumbs in reverse order (most recent first)
if (co.chkBreadcrumbsReverse===undefined) co.chkBreadcrumbsReverse=false;
// limit number of crumbs displayed
if (co.chkBreadcrumbsLimit===undefined) co.chkBreadcrumbsLimit=false;
if (co.txtBreadcrumbsLimit===undefined) co.txtBreadcrumbsLimit=5;
// limit number of open tiddlers
if (co.chkBreadcrumbsLimitOpenTiddlers===undefined) co.chkBreadcrumbsLimitOpenTiddlers=false;
if (co.txtBreadcrumbsLimitOpenTiddlers===undefined) co.txtBreadcrumbsLimitOpenTiddlers=3;
// omit home link from breadcrumbs display
if (co.chkBreadcrumbsHideHomeLink===undefined) co.chkBreadcrumbsHideHomeLink=false;
config.macros.breadcrumbs = {
crumbs: [], // the list of current breadcrumbs
handler: function(place,macroName,params,wikifier,paramString,tiddler) {
var area=createTiddlyElement(place,"span",null,"breadCrumbs",null);
area.setAttribute("homeSep",params[0]?params[0]:this.homeSeparator); // custom home separator
area.setAttribute("crumbSep",params[1]?params[1]:this.crumbSeparator); // custom crumb separator
this.render(area);
},
add: function (title) {
var thisCrumb = title;
var ind = this.crumbs.indexOf(thisCrumb);
if(ind === -1)
this.crumbs.push(thisCrumb);
else if (config.options.chkReorderBreadcrumbs)
this.crumbs.push(this.crumbs.splice(ind,1)[0]); // reorder crumbs
else
this.crumbs=this.crumbs.slice(0,ind+1); // trim crumbs
if (config.options.chkBreadcrumbsLimitOpenTiddlers)
this.limitOpenTiddlers();
this.refresh();
return false;
},
getAreas: function() {
var crumbAreas=[];
// find all DIVs with classname=="breadCrumbs"
// Note: use try/catch to avoid "Bad NPObject as private data" fatal error caused when
// some versions of embedded QuickTime player element is accessed by hasClass() function.
var all=document.getElementsByTagName("*");
for (var i=0; i<all.length; i++)
try{ if (hasClass(all[i],"breadCrumbs")) crumbAreas.push(all[i]); } catch(e) {;}
// find single DIV w/fixed ID (backward compatibility)
var byID=document.getElementById("breadCrumbs")
if (byID && !hasClass(byID,"breadCrumbs")) crumbAreas.push(byID);
if (!crumbAreas.length && config.options.chkCreateDefaultBreadcrumbs) {
// no existing crumbs display areas... create one...
var defaultArea = createTiddlyElement(null,"span",null,"breadCrumbs",null);
defaultArea.style.display= "none";
var targetArea= document.getElementById("tiddlerDisplay");
targetArea.parentNode.insertBefore(defaultArea,targetArea);
crumbAreas.push(defaultArea);
}
return crumbAreas;
},
refresh: function() {
var crumbAreas=this.getAreas();
for (var i=0; i<crumbAreas.length; i++) {
crumbAreas[i].style.display = config.options.chkShowBreadcrumbs?"block":"none";
removeChildren(crumbAreas[i]);
this.render(crumbAreas[i]);
}
},
render: function(here) {
var out=""
var homeSep=here.getAttribute("homeSep"); if (!homeSep) homeSep=this.homeSeparator;
var crumbSep=here.getAttribute("crumbSep"); if (!crumbSep) crumbSep=this.crumbSeparator;
if (!config.options.chkBreadcrumbsHideHomeLink) {
createTiddlyButton(here,"Home",null,this.home,"tiddlyLink tiddlyLinkExisting");
out+=homeSep;
}
for (c=0; c<this.crumbs.length; c++) // remove non-existing tiddlers from crumbs
if (!store.tiddlerExists(this.crumbs[c]) && !store.isShadowTiddler(this.crumbs[c]))
this.crumbs.splice(c,1);
var count=this.crumbs.length;
if (config.options.chkBreadcrumbsLimit && config.options.txtBreadcrumbsLimit<count)
count=config.options.txtBreadcrumbsLimit;
var list=[];
for (c=this.crumbs.length-count; c<this.crumbs.length; c++) list.push('[['+this.crumbs[c]+']]');
if (config.options.chkBreadcrumbsReverse) list.reverse();
out+=list.join(crumbSep);
wikify(out,here);
},
home: function() {
story.closeAllTiddlers();
restart();
config.macros.breadcrumbs.crumbs = [];
var crumbAreas=config.macros.breadcrumbs.getAreas();
for (var i=0; i<crumbAreas.length; i++) crumbAreas[i].style.display = "none";
return false;
},
limitOpenTiddlers: function() {
var limit=config.options.txtBreadcrumbsLimitOpenTiddlers; if (limit<1) limit=1;
for (c=this.crumbs.length-1; c>=0; c--) {
var tid=this.crumbs[c];
var elem=document.getElementById(story.idPrefix+tid);
if (elem) { // tiddler is displayed
if (limit <=0) { // display limit has been reached
if (elem.getAttribute("dirty")=="true") { // tiddler is being edited
var msg="'"+tid+"' is currently being edited.\n\n";
msg+="Press OK to save and close this tiddler\nor press Cancel to leave it opened";
if (confirm(msg)) { story.saveTiddler(tid); story.closeTiddler(tid); }
}
else
story.closeTiddler(this.crumbs[c]);
}
limit--;
}
}
}
};
if (config.macros.breadcrumbs.homeSeparator==undefined) // note: not a cookie
config.macros.breadcrumbs.homeSeparator=" | ";
if (config.macros.breadcrumbs.crumbSeparator==undefined) // note: not a cookie
config.macros.breadcrumbs.crumbSeparator=" > ";
config.commands.previousTiddler = {
text: 'back',
tooltip: 'view the previous tiddler',
hideReadOnly: false,
dateFormat: 'DDD, MMM DDth YYYY hh:0mm:0ss',
handler: function(event,src,title) {
var here=story.findContainingTiddler(src); if (!here) return;
var crumbs=config.macros.breadcrumbs.crumbs;
if (crumbs.length>1) {
var crumb=crumbs[crumbs.length-2];
story.displayTiddler(here,crumb);
}
else
config.macros.breadcrumbs.home();
return false;
}
};
config.macros.previousTiddler= {
label: 'back',
prompt: 'view the previous tiddler',
handler: function(place,macroName,params,wikifier,paramString,tiddler) {
var label=params.shift(); if (!label) label=this.label;
var prompt=params.shift(); if (!prompt) prompt=this.prompt;
createTiddlyButton(place,label,prompt,function() {
var crumbs=config.macros.breadcrumbs.crumbs;
if (crumbs.length>1) {
var crumb=crumbs[crumbs.length-2];
story.displayTiddler(place,crumb);
}
else
config.macros.breadcrumbs.home();
});
}
}
// hijack story.displayTiddler() so crumbs can be refreshed when a tiddler is displayed
if (Story.prototype.breadCrumbs_coreDisplayTiddler==undefined)
Story.prototype.breadCrumbs_coreDisplayTiddler=Story.prototype.displayTiddler;
Story.prototype.displayTiddler = function(srcElement,tiddler,template,animate,slowly)
{
var title=(tiddler instanceof Tiddler)?tiddler.title:tiddler;
this.breadCrumbs_coreDisplayTiddler.apply(this,arguments);
// if not displaying tiddler during document startup, then add it to the breadcrumbs
// note: 'startingUp' flag is a global, set/reset by the core init() function
if (!startingUp || config.options.chkShowStartupBreadcrumbs) config.macros.breadcrumbs.add(title);
}
// hijack store.removeTiddler() so crumbs can be refreshed when a tiddler is deleted
if (TiddlyWiki.prototype.breadCrumbs_coreRemoveTiddler==undefined)
TiddlyWiki.prototype.breadCrumbs_coreRemoveTiddler=TiddlyWiki.prototype.removeTiddler;
TiddlyWiki.prototype.removeTiddler= function(title)
{
this.breadCrumbs_coreRemoveTiddler.apply(this,arguments);
config.macros.breadcrumbs.refresh();
}
//}}}
<html><img align="right" src="http://www.wfu.edu/romancelanguages/study_abroad/SummerInternship/info_clip_image002.jpg" alt="" /></html><html><p><span style="font-size: larger;"><strong>2008-2009</strong></span></html>[[Fall 2008]] - [[Spring 2009]] <html><p><strong>NOTE:</strong><br />These dates are subject to change due to availability in hotels and transportation, reservations, etc.</p></html>
<html><object align="right" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/YPZv7PqaHNU&hl=es&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/YPZv7PqaHNU&hl=es&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></html>''Location''
Salamanca is a beautiful, thriving university town, approximately two hours from Madrid. Students are drawn to this city not only for its beautiful architecture, but also for its lively social atmosphere. Designated as a Cultural Capital of Europe in 2002, Salamanca provides a wonderful ambience for students from all over the world. From the Plaza Mayor to the Catedral Nueva to the Casa de las Conchas, Salamanca will not fail to impress. The rest of Spain is easily accessible from Salamanca. Santiago de Compostela, Sevilla, Madrid, and Barcelona are a few of the cities that students enjoy visiting.
The Wake Forest program is based at the University of Salamanca, one of the oldest and most prestigious universities in Europe. Some of the university buildings date from 1254, and the library is famous for having over 2,800 ancient manuscripts. The quality of the courses and the reputation of the faculty at the University of Salamanca are outstanding.
Click on the links below for information:
*''[[Online Picture Tour of Salamanca:|http://www.flickr.com/groups/salamanca/pool/show/]]''
*''[[About Salamanca:|http://www.aboutsalamanca.com]]''
*''[[Tribuna de Salamanca (newspaper):|http://www.tribuna.net]]''
*''[[La Gaceta de Salamanca (newspaper):|http://www.lagacetadesalamanca.com/]]''
*''[[University of Salamanca:|http://www.usal.es]]''
The Wake Forest program consists of specially-designed classes, taught by both University of Salamanca professors and the Wake Forest program director. Since the only students are you and your fellow program members, classes are very small.
There is also the option of enrolling in regular classes with Spanish students, (PEI courses) which can give a new perspective on the true university experience in Spain. If you have taken a few higher level Spanish classes and your Spanish is strong enough, you may want to consider enrolling in at least one regular university class. Be aware that they will be much larger and probably not taught in the same way as your specialized classes. If you are interested in these classes, you should talk with your program director as soon as possible about your interest, since s/he will need time to investigate what is available and what fits with your schedule. But be forewarned that it is sometimes nearly impossible to fit these classes in with your schedule. None of the students in the Spring 2003 program could make them work, so don't count on having them to transfer for your non Spanish majors.
Another possibility for learning in a practical setting is an internship, which you can do for credit. If you are interested in internships, again, tell your program director early on, so that s/he can help you arrange one. Remember that internships count towards graduation, but not for the major or minor in Spanish.
There are a number of libraries throughout the city, which you can use for study and research. Using a library in Salamanca is much, much more difficult than in the US. In most, you must fill out a form in order for the librarian to bring you a book and let you look at it in the library (most do not have open stacks); if you want to check it out, you have to fill out another form. In order to check books out, you need to get a library card; bring your Salamanca student ID, your passport, and a passport-sized photo to the Biblioteca de Filología. Most libraries will only allow you to take out four books at a time (if that) for a few days (if that). In general, the Biblioteca de Geografía e Historia is a little easier to use than Filología, since it is smaller and more manageable. Use the computer system to look up books; the computer system searches the whole university library system, so make sure the book you're looking for is in a library that you know. (If it's not in Filología or Historia, it's probably not worth trekking across town for.) The central university library, Santa María de los Ángeles, on Calle Libreros, is a good place for finding reference books and has a nice study atmosphere, but you can't check any books out of it.
<html><!--[if !vml]--><span> </span><img width="256" hspace="12" height="193" align="right" src="http://www.wfu.edu/romancelanguages/study_abroad/SummerInternship/academic_program_clip_image006.jpg" v:shapes="_x0000_s1029" alt="" /><span> </span><!--[endif]--><span lang="EN-GB" style=""><span>This is new internship opportunity where Interns will assist as <a href="javascript:;" title="The tiddler 'English-Spanish-English' doesn't yet exist" class="tiddlyLink tiddlyLinkNonExisting" refresh="link" tiddlylink="English-Spanish-English">English-Spanish-English</a> interpreters in general medicine consultations between the physician and the large number of international students who come to </span><st1:city w:st="on"><span>Salamanca</span></st1:city><span> in the summer to learn Spanish at the </span><em><span>Cursos Internacionales </span></em><span>offered by the </span><st1:place w:st="on"><st1:placetype w:st="on"><span>University</span></st1:placetype><span> of </span><st1:placename w:st="on"><span>Salamanca</span></st1:placename></st1:place><span>. Inters will also have the opportunity to assist to consultations related to sports medicine.</span></span></html>
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
For local and long-distance calls, expect to use public telephones or your cell phone (if you have a flat rate). For calls within Spain, you can use coins or you can buy a prepaid card from any tobacco shop. You will also want to buy prepaid calling cards for calling to the states. Eurocity gives the most minutes for your money and can be used for calls within Spain and out of Spain. There is a little tobacco store on the way to class just down the road from Mandala where you can buy phone cards easily in between classes. You can easily use these cards in the pay phones around town.
NOTE: As of Fall 2006, you will have the chance to purchase a contract with a cell phone company to use during the program!
Cell phones, or móviles, as they are called, are all the rage in Spain, especially among students. Be aware that making calls to a cell phone can be very expensive. They can be useful for making calls to friends within Salamanca, but are not the best deal for making calls from the US. I suggest that students should have cell phones because it is the only way to communicate between students.
Cell phone plans are different in Spain than they are in the US. You do not buy a certain number of minutes per month. Instead you buy phone cards to recharge your phone. You can buy these cards in tobacco stores and in the stores of the different phone companies (Movistar, Orange, Vodafone, Yoigo) When choosing your plan, keep in mind that no one company is dominant, so you will probably be calling phones on different plans. As you use up your minutes, you can buy cards for more.
Wake Forest found in fall 2006 a cell phone plan that almost fits perfectly for you at Apelcom. This company offers special plans for foreign students in Spain. Find more info at http://www.apelcomcell.net/. If you don't like their rates you can always look for an adequate cell phone plan at http://www.phonehouse.es/. They deal with all the Spanish phone companies and they have a store next to the WF Center.
There are a number of places where you can use the Internet. Your director will provide you with a cash stipend to use these facilities. Take advantage of the free Internet offered through the University. There are many Internet cafes around town. Find your favorites! Also … WFU Center.
You can buy stamps at any estanco store; just tell the clerk whether it's for a letter or postcard, and whether you're sending it within Spain or out of the country. You can also buy stamps at the yellow post office branches around town. There are several letter drop boxes around town (called buzones), often green or yellow, with the post office symbol on them.
<html><span> </span><p><!--[if !vml]--><span> </span><img width="266" vspace="6" hspace="12" height="133" align="left" src="http://www.wfu.edu/romancelanguages/study_abroad/SummerInternship/academic_program_clip_image004.jpg" alt="Salamanca Clay Formacion" v:shapes="_x0000_s1028" /><span> </span><!--[endif]--><span> </span><span lang="EN-GB" style=""><span>Clay Formación Internacional S.L. is a firm, a spin-off of the </span><st1:place w:st="on"><st1:placetype w:st="on"><span>University</span></st1:placetype><span> of </span><st1:placename w:st="on"><span>Salamanca</span></st1:placename></st1:place><span>, which offers consulting services in Information Technologies. Students wishing to intern with Clay Formación will be interviewed to ascertain their social, communicative and customer service skills. Clay Formación offers one internship in each of the two summer sessions. The main aspect of the intern’s work will center on dealings with potential international customers for the sale of products related with education in new technologies.</span></span></p></html>
<html><p><span style="font-family: Arial;"><span style="font-size: medium;">Brian L. Price, Ph.D.<br /> Program Director [[Spring 2009]]<br /> Assistant Professor of Spanish<br /> Wake Forest University<br /> P.O. Box 7566, Winston-Salem, NC 27109<br /> 336.758.4572 (office)<br /> 336.758.4432 (fax)<br /> Email: </span></span><a href="mailto:pricebl@wfu.edu"><span style="font-family: Arial;"><span style="font-size: medium;">pricebl@wfu.edu</span></span></a></p><hr /><p><span style="font-size: medium;"><span style="font-family: Arial;">Dr. Jane Albrecht<br />Program Director [[Fall 2009]]<br />Associate Professor of Spanish<br />Office: Greene 520<br />Wake Forest University<br />336.758.5468(office)<br />336.758.4432 (fax)<br />Email: <a href="javascript:location.href='mailto:'+String.fromCharCode(97,108,98,114,101,99,104,116,64,119,102,117,46,101,100,117)+'?'">albrecht@wfu.edu</a><br /></span></span> </p><hr /><p><span style="font-family: Arial;"><span style="font-size: medium;"> Professor Candelas Gala <br /> Program Coordinator <br /> 323 Greene Hall <br /> Winston-Salem, NC 27109 <br /> Tel: (336) 758-5485; (336) 758-4206 <br /> Fax: (336) 758-4432 <br /> Email: </span></span><font face="Bell MT"><a href="mailto:galacs@wfu.edu"><span style="font-family: Arial;"><span style="font-size: medium;">galacs@wfu.edu</span></span></a></font><a href="mailto:petersjr@wfu.edu"><span style="font-family: Arial;"><span style="font-size: medium;"><br /> </span></span></a></p><p><span style="font-family: Arial;"><span style="font-size: medium;"> </span></span></p><p><span style="font-family: Arial;"><span style="font-size: medium;"><b>For more information on admissions and tuition please visit the Wake Forest University website:</b><br /> </span></span><font face="Bell MT"><a set="yes" linkindex="0" href="http://www.wfu.edu/"><span style="font-family: Arial;"><span style="font-size: medium;">http://www.wfu.edu/</span></span></a> </font></p></html>
As an official Wake Forest program, Salamanca is considered an "alternate campus" of WFU and program cost is based directly on the current costs of tuition, room and board on the Wake Forest University campus. (Non-Wake Forest students should consult the WFU Admissions webpage: http://www.wfu.edu/ ). Scholarships can be applied to the cost of the program. The total amount covers:
*Roundtrip Airfare (up to $1300)
*Tuition and Academic Fees
*Full Room and Board (all meals)
*Student Health Insurance
*Email Access
*All Group Excursions
*All Books
*Laundry
<html><span> </span><p><span lang="EN-GB" style=""><o:p></o:p></span></p><span> </span><p><!--[if !vml]--><span> </span><!--[endif]--><span> </span><strong><span lang="EN-GB" style=""><span lang="EN-GB" style=""><img width="155" vspace="6" hspace="6" height="207" align="right" src="http://www.wfu.edu/romancelanguages/study_abroad/SummerInternship/sida.jpg" alt="EstivalTour" v:shapes="_x0000_s1047" /></span></span></strong><span lang="EN-GB" style=""><span>In Cáritas Salamanca you will work closely with people affected by AIDS. This internship is only thought for students with a great sense of charity. At Cáritas you will help giving information and accompanying patients and their families, in the process of illness and death. You will also help them in their social and labour insertion. At the hospital you will take turns with the family helping them to take the necessary rest. You will also help the family improve poor relationships with the patient. Your presence will be much appreciated at the “House home”, a shelter for those who have no alternative housing and / or need permanent care.</span></span></p></html>
Our trip to the Andalucian city of Córdoba will take us to the Mezquita or Great Mosque at Córdoba, one of the world's greatest works of Islamic architecture. Córdoba will transport you back to the era of Al-Andalus, the Arab empire that ruled Southern Spain for 7 centuries and flourished as Europe's most advanced medieval civilization. When Paris and London were small towns, Córdoba stood as the Continent's most advanced city, a metropolis of 300 mosques, numerous luxurious palaces and the world's greatest libraries. Visit the city's quaint "judería" or Jewish quarter with its whitewashed houses, bright flowers and quiet courtyards. Enjoy a gazpacho and sangría in the Southern sun as you acclimate to a different world, a place forever marked by the beauty and genius of ancient Islamic arts and science.
[img[http://www.wfu.edu/romancelanguages/study_abroad/Salamanca/images/cordoba_la_mezquita.jpg]]
Spring and Fall semesters. Students may apply for either semester or for both. The Spring semester will run from the middle of January to the beginning of May, and the Fall semester will run from approximately the first week in September through the first of December. More specific dates will be posted soon, or you can contact the coordinator through contact information.
<<tiddler Calendar>>
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser'></span></div>
<!--}}}-->
Our travels will take us to the unforgettable, awe-inspriring 16th Century monastery of the Escorial. Raised in 1563 as a monument to his father Charles V, the Escorial stands as an icon of the Spanish Empire and its audacios grandiosity. Not far from Madrid near an obscure town
this overwhelming construction encompasses a palace, royal pantheon and mausoleum, basilica and library. Its enormous installations include 15 cloisters, 16 patios, 300 cells, 9 organs, 1600 paintings, 88 fountains and 2673 windows and 1200 doors. This is the paramount symbol of the Empire at its height and the massive power and wealth it wielded. Today, visiting it is an almost surreal glimpse at a time when Spain believed it was Divinely destined to and capable of ruling the world.
Take your camera, but no photo can capture the scope of this stunning creation.
[img[http://www.wfu.edu/romancelanguages/study_abroad/Salamanca/images/escorial.JPG]]
''Selection Criteria''
*Applicants must be in good academic standing and must have completed one Spanish course above the 212 or 213 levels.SPA 319 or SPA 320 are recommended.
*Majors in all disciplines are eligible.
*Interview with program director.
Students from other universities who wish to apply should contact their respective schools about credit transfers and other academic issues. Language recommendation form.
<html><p><img width="164" vspace="6" hspace="12" height="124" align="right" src="http://www.wfu.edu/romancelanguages/study_abroad/SummerInternship/academic_program_clip_image008.jpg" v:shapes="_x0000_s1030" alt="" /><span><span><p><span>Students visit local schools on a regular basis in order to assist in English language classes. Schools available include elementary and high school levels.</span><br /><span> Students may work with their school to arrange a mutually convenient time, though Friday participation may be necessary if students have schedule conflicts due to classes.</span><span>This option represents an excellent opportunity for those interested in foreign language education or education in general.</span></p></span></span></p><p><strong><span>Public Kindergarten and Elementary School / Colegio Público de Educación Infantil y Primaria (Santa Catalina)</span></strong></p><p><span> </span></p><p><!--[if !vml]--><span> </span><span> </span><!--[endif]--><span> </span><span lang="EN-GB" style=""><span>This internship site is highly recommended for future teachers as interns will be immersed in daily classroom activities. It is also an excellent </span></span><span lang="EN-GB" style=""><span>site to improve the knowledge of Spanish as interns will be in constant contact with school children (5-10 years of age). They will also work closely with teachers and educators in the development of educational activities for the children, and will assist them during recess periods. A complementary activity will be the organization of the dining hall/cafeteria and assisting during meal time.</span></span></p></html>
<html><span> </span><p><!--[if !vml]--><span> </span><img width="305" vspace="6" hspace="6" height="38" align="left" src="http://www.wfu.edu/romancelanguages/study_abroad/SummerInternship/estivaltour.jpg" alt="EstivalTour" v:shapes="_x0000_s1032" /><span> </span><!--[endif]--><span> </span><span lang="EN-GB" style=""><span>Viajes ESTIVALTOUR is one of the leading travel agencies in </span><st1:country-region w:st="on"><st1:place w:st="on"><span>Spain</span></st1:place></st1:country-region><span>. The group has over 200 offices across the </span><st1:place w:st="on"><span>Peninsula</span></st1:place><span>. Their large experience, almost a decade advising and recommending customers, is their best background. During the internship you will be part of a very familiar and small team of travel agents. Your duties will involve all daily activities in a travel agency such as answering calls, advising national and international customers, accounting, updating web pages, etc.</span></span></p></html>
Looking for activities besides classes, la marcha, and travel to fill your time? Unfortunately, the university bureaucracy can be absolutely maddening, and, predictably, getting involved in student organizations and student life can be difficult. Your best bet is to read the student newspaper (la Tribuna Universitaria) religiously, where you'll find announcements of different club activities. Also talk to Spanish students - they will be your best source of information. Ask your program director about specific interests - sports, music, volunteer work - but keep in mind that s/he will encounter just as much bureaucracy as you will.
Volunteer activities are hard to find in Salamanca. If you do want to get involved, you should get started early, since many organizations want volunteers to commit to serve at least three months. Ask your program director or host family for ideas; you can ask at the Cruz Roja or see what is offered by various churches (catholic or protestant).
There are many catholic churches around town. If you are looking for a nondenominational protestant church, there is one at 30 Paseo de la Estación that offers worship services and other opportunities for involvement, like Bible studies. Check the phone book for other churches, such as the Jehovah's Witnesses and Latter Day Saints. For non-Christian religious services, you may be able to find them in major cities like Madrid, but you will have a hard time finding them in Salamanca.
The best way of finding what you want is to ask other young people. Take advantage of the fact that you are in a city of more than 40,000 students - get to know some Spanish or other international students. Admittedly, it is difficult to "make friends," especially if you are only there for a semester, but there are many opportunities to practice your Spanish with other young people while getting to know some people outside of your circle of American friends. The easiest way to do this is through an intercambio - you will see small notices in the academic buildings from Spanish students who want to practice their English/German/French etc. with native speakers. You may want to put up a few of your own - you are practically guaranteed more than one response and others will take the initiative to contact you. List a few of your interests - sports, music, history, film, literature - so that you can find people who have more in common than just a desire to speak another language. Remember to exercise common sense and be safe - only put your phone or email address, NOT your street address. Meet in a public place, and go to a café for coffee and speak for half an hour in Spanish, half an hour in English. If for some reason you don't feel comfortable with your intercambio, or don't feel that you have much in common, you're under no obligation to meet again. Not every intercambio will work out perfectly, but keep trying - you will learn a lot and maybe even make a few friends in the bargain! You can find a lot of intercambios at the University website http://websou.usal.es/interlin/buscail.asp.
/***
|''Name:''|FCKeditorPlugin|
|''Description:''|Wysiwyg editor for TiddlyWiki using FCKeditor.|
|''Version:''|1.1.1|
|''Date:''|Dec 21,2007|
|''Source:''|http://visualtw.ouvaton.org/VisualTW.html|
|''Author:''|Pascal Collin|
|''License:''|[[BSD open source license|License]]|
|''~CoreVersion:''|2.2.0|
|''Browser:''|Firefox 2.0; InternetExplorer 6.0, others|
!Demo:
On the plugin [[homepage|http://visualtw.ouvaton.org/VisualTW.html]], see and edit [[WysiwygDemo]].
!Installation:
#download and unzip [[FCKeditor|http://www.fckeditor.net/download]] (by default, in a wiki subfolder, such that the relative path "fckeditor/fckeditor.js" is right).
#import [[FCKeditorPlugin]] (systemConfig tagged)
#add the following text to MarkupPreHead : {{{<script type="text/javascript" src="fckeditor/fckeditor.js"></script>}}}
#customize FCKeditorPath if needed (in MarkupPreHead and in options below)
#save and reload
#use the <<toolbar editHtml>> button in the tiddler's toolbar (in default ViewTemplate) or add {{{editHtml}}} command in your own toolbar.
! Useful Addons
*[[HTMLFormattingPlugin|http://www.tiddlytools.com/#HTMLFormattingPlugin]] to embed wiki syntax in html tiddlers.<<br>>//__Tips__ : When this plugin is installed, you can use anchor syntax to link tiddlers in wysiwyg mode (example : #example). Anchors are converted back and from wiki syntax when editing.//
*[[TaggedTemplateTweak|http://www.TiddlyTools.com/#TaggedTemplateTweak]] to use alternative ViewTemplate/EditTemplate for tiddler's tagged with specific tag values.
!Configuration options :
|FCKeditor folder (absolute or relative)|<<option txtFCKeditorPath>> |
|FCKeditor custom configuration script path (relative or absolute)<<br>>[[Example|fckeditor/editor/custom_config.js]] : {{{ fckeditor/editor/custom_config.js}}}|<<option txtFCKCustomConfigScript>>|
|Toolbar name ("Default", "Basic" or custom)<<br>>See [[FCKeditor documentation|http://wiki.fckeditor.net/Developer%27s_Guide/Configuration/Toolbar]] for more information on custom toolbars|<<option txtFCKToolbar>>|
|FCKeditor default height (if blank = 500px)|<<option txtFCKheight>>|
|Template called by the {{{wysiwyg}}} button|EditHtmlTemplate|
!Code
***/
//{{{
config.options.txtFCKeditorPath = config.options.txtFCKeditorPath ? config.options.txtFCKeditorPath : "fckeditor/";
config.options.txtFCKCustomConfigScript = config.options.txtFCKCustomConfigScript ? config.options.txtFCKCustomConfigScript : "";
config.options.txtFCKToolbar = config.options.txtFCKToolbar ? config.options.txtFCKToolbar : "";
config.options.txtFCKheight = config.options.txtFCKheight ? config.options.txtFCKheight : "500px";
config.macros.editHtml = {
handler : function(place,macroName,params,wikifier,paramString,tiddler) {
var field = params[0];
var height = params[1] ? params[1] : config.options.txtFCKheight;
if (typeof FCKeditor=="undefined"){
displayMessage(config.macros.editHtml.FCKeditorUnavailable);
config.macros.edit.handler(place,macroName,params,wikifier,paramString,tiddler);
}
else if (field) {
var e = createTiddlyElement(null,"div");
var fckName = "FCKeditor"+ Math.random();
if(tiddler.isReadOnly())
e.setAttribute("readOnly","readOnly");
e.setAttribute("editHtml",field);
if (height) e.setAttribute("height",height);
e.setAttribute("fckName",fckName);
place.appendChild(e);
var fck = new FCKeditor(fckName);
fck.BasePath = config.options.txtFCKeditorPath;
if (config.options.txtFCKCustomConfigScript) fck.Config["CustomConfigurationsPath"] = config.options.txtFCKCustomConfigScript ;
if (config.options.txtFCKToolbar) fck.ToolbarSet = config.options.txtFCKToolbar;
fck.Height=height;
var re = /^<html>(.*)<\/html>$/m;
var fieldValue=store.getValue(tiddler,field);
var htmlValue = re.exec(fieldValue);
var value = (htmlValue && (htmlValue.length>0)) ? htmlValue[1] : fieldValue;
value=value.replace(/\[\[([^|\]]*)\|([^\]]*)]]/g,'<a href="#$2">$1</a>');
config.macros.editHtml.FCKvalues[fckName]=value;
e.innerHTML = fck.CreateHtml();
}
},
gather : function(e) {
var name = e.getAttribute("fckName");
var oEditor = window.FCKeditorAPI ? FCKeditorAPI.GetInstance(name) : null;
if (oEditor) {
var html = oEditor.GetHTML();
if (html!=null)
return "<html>"+html.replace(/<a href="#([^>]*)">([^<]*)<\/a>/gi,"[[$2|$1]]")+"</html>";
}
},
FCKvalues : {},
FCKeditorUnavailable : "FCKeditor was unavailable. Check plugin configuration and reload."
}
window.FCKeditor_OnComplete= function( editorInstance ) {
var name=editorInstance.Name;
var value = config.macros.editHtml.FCKvalues[name];
delete config.macros.editHtml.FCKvalues[name];
oEditor = FCKeditorAPI.GetInstance(name);
if (value) oEditor.SetHTML(value);
}
Story.prototype.previousGatherSaveEditHtml = Story.prototype.previousGatherSaveEditHtml ? Story.prototype.previousGatherSaveEditHtml : Story.prototype.gatherSaveFields; // to avoid looping if this line is called several times
Story.prototype.gatherSaveFields = function(e,fields){
if(e && e.getAttribute) {
var f = e.getAttribute("editHtml");
if(f){
var newVal = config.macros.editHtml.gather(e);
if (newVal) fields[f] = newVal;
}
this.previousGatherSaveEditHtml(e, fields);
}
};
config.shadowTiddlers.EditHtmlTemplate = config.shadowTiddlers.EditTemplate.replace(/macro='edit text'/,"macro='editHtml text'");
config.commands.editHtml={
text: "wysiwyg",
tooltip: "Edit this tiddler with a rich text editor",
readOnlyText: "",
handler : function(event,src,title) {
clearMessage();
var tiddlerElem = document.getElementById(story.idPrefix + title);
var fields = tiddlerElem.getAttribute("tiddlyFields");
story.displayTiddler(null,title,"EditHtmlTemplate",false,null,fields);
return false;
}
}
config.shadowTiddlers.ViewTemplate = config.shadowTiddlers.ViewTemplate.replace(/\+editTiddler/,"+editTiddler editHtml");
//}}}
''31 agosto:'' llegada a Salamanca
''1-12 sept.:'' Curso Intensivo (lunes a viernes)
''13-16 sept.:'' Viaje a Madrid (sábado a martes)
''17 sept.:'' inicio del curso académico (miércoles)
''5-12 oct.:'' Viaje a Andalucía (domingo a domingo)
''30 oct-2 nov.'' Viaje a Galicia (jueves a domingo)
27 nov. Cena de Thanksgiving
''4 dic.:'' último día de clases (jueves)
''Exámenes:''
viernes 5, martes 9, miércoles 10, jueves 11 y viernes 12 de diciembre
''13 diciembre:'' Salida para el aeropuerto de Madrid
<<calendar year:2008 month:7 numberMonths:5 numberColumns:3>>
You will meet your host family as soon as you arrive in Salamanca. Relax! Everyone is a little nervous about the prospect of living with a new family, communicating in a foreign language, and adjusting to a different culture, but many students consider the homestay one of the most rewarding parts of their experience abroad.
Your host family is paid a certain amount of money to provide you with an individual room, a set of keys to the house, a hot shower, three meals a day, and laundry. Most families are used to hosting foreign students every year, so they won't expect you to be familiar with all Spanish customs or to speak Spanish fluently, and will help you adjust. Every family is different, so there is no formula for having a successful experience. However, here are some general tips that will ease your transition:
Communicate, from the minute you meet your host family. If you don't understand something or have a problem, ask about it. It may take a few tries, but have patience and don't give up. Always be honest about your likes and dislikes.
Ask about the house rules the very first day, and respect them. Since every family is different, don't assume anything - ASK.
Electricity, water, and telephone are all expensive utilities in Spain, much more so than in the U.S. Learn to use them sparingly - turn off the lights when you leave the room, and take short showers. However, you are paying for basic accommodations, so if there isn't hot water or sufficient heat in your room, talk to your host mother.
Since telephone use is very expensive, and most people are nervous about extra charges, don't be surprised if your family won't allow you to make any outgoing calls (even with a calling card, which is a foreign concept). Ask if/when you are allowed to receive calls, and teach the folks back home to say "(your name), por favor." Tell them to call at meal times, so you'll definitely be home, keeping in mind that Spain is six hours ahead of Eastern Standard Time. Most students acquire cell phones while in Salamanca. That’s the preferred way to be contacted by all your friends and family.
When you walk in the door, say a general "Hola" to let them know you are home (unless it is 5AM, of course). Say "Hasta luego" or "Me voy" upon leaving the piso.
Ask about mealtimes and let your host mother know if you won't be home for a meal.
Ask permission before using or borrowing things that are not your own (including food); respect your family's privacy. In the US, turning on the television or helping yourself from the fridge might be considered perfectly normal behaviour for a long-term guest, but in Spanish culture it can be seen as inappropriate if the family hasn't given you leave to do so.
Also respect the family's private space. How would you like to always have strangers invading your home! Read and study in your own room. When you're home, keep your door closed/cracked - this practice gives the family some privacy in their own home and lets you escape as well. But don't expect to be able to lock your bedroom door when you leave the piso. Your madre will need to get in your room to clean, change sheets, etc. Sometimes her housekeeping will involve your stuff being rearranged, especially with some of the more over-zealous madres. Unless your things are being stolen from you (in which case you should see your Wake director immediately), just accept it.
When you're home alone and the phone rings, answer it (say "Diga," not "Hola") and
take a message. If you feel uncomfortable doing this, ask your family.
Watching TV with your family is a great way to learn Spanish expressions and chat with the family about something other than the weather. Some families will also let you watch TV on your own; you can find lots of dubbed American movies on weeknights. Expect the TV to be on (and loud!) during every meal; most families have theirs right by the dinner table.
Entertaining at home is not typical in Spain - most people meet in a restaurant or bar. Don't assume that you will be allowed to bring friends over.
Cleanliness is often very important in the Spanish home. When you enter the piso, take off your shoes and put on a pair of slippers. Offer to help with basic chores; if they say no, don't feel that you have to insist, but offer anyway. Clean up after yourself; this may mean keeping your room cleaner than you would in the dorm at Wake Forest, but your family will appreciate it if you refrain from leaving mountains of dirty clothes in your bedroom and puddles of water on the bathroom floor.
Your madre will have a system set up for doing your laundry, but keep in mind that it may take time for her to get to it, especially in a larger family. If you have something that you want to wear the next day, you may want to take it to a laundrymat or drycleaners. A few families don't have big enough washers to wash piles of clothes so they may ask you to do all of your laundry at the laundrymat. This process is easy and fairly cheap usually $3 for a washer and $3 for a dryer. However, unlike in the states, they will do your wash for you. Ask your madre to take you the first time so you can learn the ropes.
Don't let problems go unresolved. If you feel uncomfortable or uncertain as to how to resolve a situation, talk to your program director. He or she will be able to advise you, help communicate your needs to your hosts and mediate, or help you change families if necessary.
Please do not be nervous! Living in a home that is not your own requires a period of adjustment, but you will be amazed by the improvements in your conversational Spanish. Have a sense of humour and don't be afraid to be yourself - you may discover that you and your host family have more in common than you ever could have imagined.
- Your ATM card from home is the standard, most convenient way to get money in Spain. (Find out what fees your bank charges for international ATM withdrawals. Fewer, larger withdrawals are normally cheaper than many small ones). Call ahead to let them know your travel pattern, so they don’t flag your account as fraudulent.
· Set up a system for monitoring your finances while abroad; most banks will now let you do it online, or make sure that someone at home can access your info and is keeping track of your statements. Establish a means ahead of time for someone at home to make deposits to your account if necessary.
· Buy a money belt to wear around your neck or waist, under your clothes.
· Budgeting. Prices in Spain are roughly comparable to those in the U.S. (with the exception of food and lodging, which tend to be a little cheaper). Most people end up spending between $1000 and $2000 during the course of the semester - this includes extra travel, buying clothes and supplies in Salamanca, and paying for drinks, snacks, and eating out.
Money
Spain is full of telebancos (ATMs) and you can usually find one that services PLUS or Cirrus cards. When you arrive in Salamanca and haven't had time to find your nearest ATM yet, you can find some inside or around the Plaza Mayor. The exchange rate is usually excellent; however, service fees vary for each bank, so you may want to call your bank before you leave the States and inquire about their fees for international withdrawals.
Credit cards are also accepted almost everywhere (several students have encountered problems finding places that accepted American Express). Credit cards can also be used in ATMs to make cash withdrawals. Call your credit card company to inquire about how they charge fees on cash withdrawals. Do not depend solely on a credit card because many establishments simply do no accept them. Also, if you are in a hurry, try to use cash because credit cards can sometimes take longer. If you plan on using your card in an ATM do not forget your PIN.
Traveler´s checks are increasingly hard to use. It is almost impossible to find banks that will cash them and they give you horrible exchange rates coupled with commission charges.
Always remember that banks in Spain close at 2:00 pm and do not reopen and only a select few are open on Saturdays.
Don't forget to bring something secure (like a money belt) to put your money in while traveling. Americans are particularly vulnerable to theft, and replacement credit and ATM cards may take as much as two weeks to arrive.
Food: at home and on your own
Breakfast is typically light - some toast or cookies with a cup of hot chocolate or coffee. You'll eat before you go off to class in the morning. Lunch, or comida, is the big meal of the day. It's rare to eat before 2, and many families wait until 3. Everything shuts down between 2 and 5 in the afternoon, when everyone goes home for a big meal. Some families will serve a first course, primer plato, which usually is vegetarian, followed by segundo plato, some kind of meat or fish. Staple foods include tortilla española (a thick potato omelette), sausages, pork and chicken, lentils and beans, soup, potatoes, and the ever-present pan - crusty, baguette-style bread. Food is cooked with a lot of olive oil. The typical dessert is a piece of fruit or a small cup of yogurt. Dinner is a smaller meal, eaten around 9 or 10 at night, sometimes later.
Students are usually concerned about offending their families if they can't or don't want to eat the food that is offered. If they serve you heaping portions, simply explain that you don't eat much or are watching your weight, and you hate to see good food go to waste. (Spaniards as a rule are more sensitive to the concept of waste than Americans.) As far as food preferences go, the first rule goes back to the advice your mom gave you - try it, you might actually like it. However, if you are a vegetarian, have a food allergy, or are just an extremely picky eater - politely explain that you can't eat meat, eggs, onions, etc. Be forewarned that this will probably invite comments, but if you are polite but determined you won't have to eat it.
The first few weeks or month on the Spanish horario may be a difficult adjustment, but remember that eating between meals here is a way of life. Many people have a small snack around 11 or 12 in the morning, and another at 6 or 7. This is where tapas, or bar snacks, come in. You can also buy cheap snacks at the grocery store - there is a Carrefour Express on Calle Toro, and the discount grocery chain, Día, has stores scattered around the city. There is a 24-hour convenience grocery store (overpriced, but the only one of its kind!) right behind the public library in the Plaza de Gabriel y Galán.
There are tons of cafés in Salamanca, each with an atmosphere to suit your mood. The ones in the Plaza Mayor are over-priced, but they are good places to meet friends and watch people, especially when it gets warm, as you can sit outside. There are also many cafés near school in which you can pass the time between classes. Some favourites are Don Quijote and Mandala, which has excellent batidos (milkshakes), but be forewarned that milkshakes in Spain are more like thick chocolate milk than Cook Out. Find your favorite(s).
Some cafés charge a higher amount for your food or beverage if you sit at a table than if you sit at the bar, as there is no tipping (often resulting in poorer service than you typically receive in the States. The reason they charge more at tables is because you are served by a waiter and waiters in Europe are paid a salary; tips do not count much for them since there is not the 15% or 20% gratuity principle. Besides, waiters do their job as a life profession). Unless there are many tables, you will probably not be waited on, so you can order at the bar. You should pay immediately if you take your food/drink to a table rather than waiting till you leave to settle your tab. If you are unsure about whether they have table service, just walk in, sit down, and if a waiter/waitress doesn't approach you within a few minutes, go order at the bar.
Tapas or pinchos are simply small portions of various foods that you can order with your drink, usually with beer, wine or sangría. The most common (and edible) tapas are tortilla española (it is a potato omelette, sometimes called tortilla de patatas) usually served with bread, fried calamari, patatas bravas (fried potatoes with a spicy sauce), olives, cheese, tuna, egg, chicken, or whatever else you can identify. Other tapas options for the more brave among you include items like octopus and various fish-related delicacies. In Salamanca, some of the best places to go for tapas include Don Quijote and Mandala. Sometimes the bars charge you extra for the tapas, and sometimes they are free with your drink. Almost every bar has its tapas on display.
/***
|Name|FramedLinksPlugin|
|Source|http://www.TiddlyTools.com/#FramedLinksPlugin|
|Version|1.0.5|
|Author|Eric Shulman - ELS Design Studios|
|License|http://www.TiddlyTools.com/#LegalStatements <br>and [[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|
|~CoreVersion|2.1|
|Type|plugin|
|Requires||
|Overrides|createExternalLink|
|Options|##Configuration|
|Description|clicking an external link opens an IFRAME following the link instead of opening a new tab/window|
This plugin causes clicks on external links to be rendered into inline frames (~IFRAMEs) instead of opening them in new browser tabs/windows.
!!!!!Usage
<<<
Just place an external link into your tiddler content using standard TiddlyWiki syntax. When this plugin is enabled (see Configuration), an IFRAME will be created dynamically whenever you click the external link. Clicking on the link again removes the IFRAME. You can hold down a modifier key (shift, control, or alt) while clicking a specific link to ''temporarily'' bypass the plugin-enhanced IFRAME handling and use the standard link handling behavior for that link.
<<<
!!!!!Configuration
<<<
<<option chkFramedLinks>> display external links using inline frames
{{{usage: <<option chkFramedLinks>>}}}
IFRAME size (use CSS units: %, em, px, cm, in):
>width: <<option txtFrameWidth>> height: <<option txtFrameHeight>>
>{{{usage: <<option txtFrameWidth>> <<option txtFrameHeight>>}}}
<<<
!!!!!Examples
<<<
Enable the plugin (see Configuration)... then try these links:
*http://www.TiddlyWiki.com
*http://www.TiddlyTools.com
*http://groups.google.com/group/TiddlyWiki/topics
<<<
!!!!!Revisions
<<<
2007.11.29 [1.0.5] added slider animation and improved CSS handling for IFRAME height/width to maximize display area
2007.11.29 [1.0.0] initial release
<<<
!!!!!Code
***/
//{{{
version.extensions.FramedLinks= {major: 1, minor: 0, revision: 5, date: new Date(2007,11,29)};
if (config.options.chkFramedLinks==undefined) config.options.chkFramedLinks=true;
if (config.options.txtFrameWidth==undefined) config.options.txtFrameWidth="100%";
if (config.options.txtFrameHeight==undefined) config.options.txtFrameHeight="80%";
window.framedLinks_createExternalLink=createExternalLink;
window.createExternalLink=function(place,url)
{
var link=this.framedLinks_createExternalLink.apply(this,arguments);
link.onclick=function(ev) { var e=ev?ev:window.event;
if (!config.options.chkFramedLinks || e.ctrlKey || e.shiftKey || e.altKey) return; // BYPASS
var p=this.parentNode;
var f=this.nextSibling?this.nextSibling.firstChild:null; // get the IFRAME... maybe...
var w=config.options.txtFrameWidth; if (!w || !w.length) w="100%";
var h=config.options.txtFrameHeight; if (!h || !h.length) h="80%";
if (h.indexOf("%")) h=(findWindowHeight()*h.replace(/%/,"")/100)+"px"; // calc height as % of window
var showing=f && f.nodeName.toUpperCase()=="IFRAME"; // does IFRAME really exist?
var stretchCell=p.nodeName.toUpperCase()=="TD" && w.indexOf("%")!=-1 && w.replace(/%/,"")>=100;
if (!showing) { // create an iframe
link.style.display="block"; // force IFRAME onto line following link
if (stretchCell) { p.setAttribute("savedWidth",p.style.width); p.style.width="100%"; } // adjust TD so IFRAME stretches
var wrapper=createTiddlyElement(null,"span"); // wrapper for slider animation
wrapper.setAttribute("url",this.href); // for async loading of frame after animation completes
var f=createTiddlyElement(wrapper,"iframe"); // create IFRAME
f.style.backgroundColor="#fff"; f.style.width=w; f.style.height=h;
p.insertBefore(wrapper,this.nextSibling);
function loadURL(wrapper) { var f=wrapper.firstChild; var url=wrapper.getAttribute("url");
var d=f.contentDocument?f.contentDocument:(f.contentWindow?f.contentWindow.document:f.document);
d.open(); d.writeln("<html>connecting to "+url+"</html>"); d.close();
try { f.src=url; } // if the iframe can't handle the href
catch(e) { alert(e.description?e.description:e.toString()); } // ... then report the error
window.scrollTo(0,ensureVisible(wrapper));
}
if (!config.options.chkAnimate) loadURL(wrapper);
else {
var morph=new Slider(wrapper,true);
morph.callback=loadURL;
morph.properties.push({style: 'width', start: 0, end: 100, template: '%0%'});
anim.startAnimating(morph);
}
} else { // remove iframe
link.style.display="inline"; // restore link style
if (stretchCell) p.style.width=p.getAttribute("savedWidth"); // restore previous width of TD
if (!config.options.chkAnimate) p.removeChild(f.parentNode);
else {
var morph=new Slider(f.parentNode,false,false,"all");
morph.properties.push({style: 'width', start: 100, end: 0, template: '%0%'});
anim.startAnimating(morph);
}
}
e.cancelBubble=true; if (e.stopPropagation) e.stopPropagation(); return false;
}
return link;
}
//}}}
Home to the splendid Alhambra, Granada is a fascinating historical illustration of two worlds and two eras that collided when this last Moorish stronghold fell to Ferdinand's Christian armies in 1492, just as Columbus fatefully sailed for the Americas. See the Cathedral where Ferdinand and Isabel rest, just steps away from the city's medieval Arab university. Get lost in the Albaicín, the city's traditional Arab quarter, a whitewashed maze of charming architecture that has retained its traditional flavor for centuries. Tour the lush gardens and spectacular fountains of the Alhambra's Generalife, a breathtaking contrast to the dry landscape out to the horizon dotted with olive trees. Take a rest from the Spanish heat in the forest below the Alhambra, listening to the trickle of water from ancient Arab fountains. Enjoy views about town of the Sierra Nevada mountains where skiing continues into early spring. When the snow burns off in Granada, you can head to the beaches of the Costa del Sol less than an hour away. More than a historical treasure house, Granada is a bustling university town with a booming bar scene where you will find students from all over the world enjoying perhaps the best tapas in all of Spain. With so many bars vying for so many students and tourists, the competition creates absolutely delicious results!
[img[http://www.wfu.edu/romancelanguages/study_abroad/Salamanca/images/Granada_patio_de_Acequia_2.jpg]]
<html><img align="right" src="http://www.wfu.edu/romancelanguages/study_abroad/Salamanca/images/salamanca5.jpg" alt="" /></html><html><p><span style="font-size: larger;"><strong>2008-2009</strong></span></html><html><ul><li><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b><font color="#ffff00">[[INFORMATION AND POLICIES]]<br /> </font></b></font></li><li><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b><font size="2"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2" color="#000000">Student Visa info</font><font face="Verdana, Arial, Helvetica, sans-serif" color="#000000">:</font><font face="Verdana, Arial, Helvetica, sans-serif" color="#ffff00"> </font></b></font> </b></font> <ul><li><a href="http://www.wfu.edu/romancelanguages/study_abroad/Salamanca/docs/WFU%20Spain%20Visa%20Instructions%20SEMESTER.doc" linkindex="1" set="yes">Instructions for student visa for semester</a></li><li><a href="http://www.wfu.edu/romancelanguages/study_abroad/Salamanca/docs/WFU%20Spain%20Visa%20Instructions%20YEAR.doc" linkindex="1" set="yes">Instructions for student visa for one year </a></li><li><a href="http://www.wfu.edu/romancelanguages/study_abroad/Salamanca/docs/Consulate%20Information.xls" linkindex="1" set="yes">Consulate information</a></li></ul></li></ul></html>
After eating all the tapas and your madre's cooking, you may want to find a way to work it all off. The majority athletic activity (for those who do exercise) takes place outdoors, but do not expect beautiful weather. You will be walking further and more frequently than you ever imagined your feet could take you, so you will be getting a lot of incidental exercise. It is not customary to jog through the streets, so take advantage of the long afternoons for additional invigorating activity at the following places.
Head to Salas Bajas. It's quite a hike, located on the other side of the river to the right of the modern bridge as you leave the city, so you even get somewhat of a workout before you arrive there. It is well worth the walk. We spent many an afternoon there, running on the l km dirt track, playing volleyball, basketball, soccer, tennis...and even picnicking. Your Universidad de Salamanca ID can get you the necessary equipment (with the exception of tennis racquets) at the field center. You can also use the locker rooms there.
If the weather is poor or if you just prefer indoor exercise, many gyms offer aerobics, salsa and flamenco classes, karate classes, free-weights, stairmasters and treadmills. Shop around a bit before joining a gym to make sure its facilities, hours, and prices suit you. Some have cheaper rates if you use them in the mornings, and you often will have the option of 2, 3, 4 or 6 days a week for 2 weeks to a month. Depending on the deal you choose, you can expect to pay an average of $40 a month for gym membership and use. Make sure to check your calendar before joining because you don't want to pay for the gym when you will be out of town.
Gyms include Splashthic by the RENFE station (the best facilities in town, but more expensive), Gimnasio Pasadena on Calle Ancha near Placentinos, Gimnasio Kata on Paseo de Carmelitas, next to TIVE; Gimnasio Pesa, near Cine Van Dyck on Fernando de la Peña; and Gimnasio España in Plaza de España. Ask your host family if there are any near your house - more likely than not there are. Try to get group rates if several people join.
Professional Sports: If you get the opportunity, attend at least one pro soccer game. The Spanish fanáticos will show you what passion is all about. Tickets can be purchased at the stadiums and range from US$6 - $80, depending on which teams are playing and where the game is held. If you consider bullfighting a sport and think you can stomach it, go to a bullfight. What may seem like animal cruelty to some of us is really a significant part of Spanish culture. Pamplona, San Sebastian, Sevilla, and Madrid all have famous bullrings.
/***
|Name|HTMLFormattingPlugin|
|Source|http://www.TiddlyTools.com/#HTMLFormattingPlugin|
|Documentation|http://www.TiddlyTools.com/#HTMLFormattingPluginInfo|
|Version|2.1.5|
|Author|Eric Shulman - ELS Design Studios|
|License|http://www.TiddlyTools.com/#LegalStatements <br>and [[Creative Commons Attribution-ShareAlike 2.5 License|http://creativecommons.org/licenses/by-sa/2.5/]]|
|~CoreVersion|2.1|
|Type|plugin|
|Requires||
|Overrides|'HTML' formatter|
|Description|embed wiki syntax formatting inside of HTML content|
The ~HTMLFormatting plugin allows you to ''mix wiki-style formatting syntax within HTML formatted content'' by extending the action of the standard TiddlyWiki formatting handler.
!!!!!Documentation
>see [[HTMLFormattingPluginInfo]]
!!!!!Revisions
<<<
2008.04.26 [*.*.*] plugin size reduction: more documentation moved to HTMLFormattingInfo
2008.01.08 [*.*.*] plugin size reduction: documentation moved to HTMLFormattingInfo
2007.12.04 [*.*.*] update for TW2.3.0: replaced deprecated core functions, regexps, and macros
2007.06.14 [2.1.5] in formatter, removed call to e.normalize(). Creates an INFINITE RECURSION error in Safari!!!!
| see [[HTMLFormattingPluginInfo]] for additional revision details |
2005.06.26 [1.0.0] Initial Release (as code adaptation - pre-dates TiddlyWiki plugin architecture!!)
<<<
!!!!!Code
***/
//{{{
version.extensions.HTMLFormatting = {major: 2, minor: 1, revision: 5, date: new Date(2007,6,14)};
// find the formatter for HTML and replace the handler
initHTMLFormatter();
function initHTMLFormatter()
{
for (var i=0; i<config.formatters.length && config.formatters[i].name!="html"; i++);
if (i<config.formatters.length) config.formatters[i].handler=function(w) {
if (!this.lookaheadRegExp) // fixup for TW2.0.x
this.lookaheadRegExp = new RegExp(this.lookahead,"mg");
this.lookaheadRegExp.lastIndex = w.matchStart;
var lookaheadMatch = this.lookaheadRegExp.exec(w.source)
if(lookaheadMatch && lookaheadMatch.index == w.matchStart) {
var html=lookaheadMatch[1];
// optionally suppress wiki-style literal handling of newlines
if (html.indexOf('<hide linebreaks>')!=-1) html=html.replace(/\n/g,' ');
// remove carriage returns (\r) added by IE textarea
html=html.replace(/\r/g,'');
// encode newlines (\n) and macro brackets (<< and >>)
html=html.replace(/\n/g,'\\n').replace(/<</g,'%%(').replace(/>>/g,')%%');
// create span to hold HTML
var e = createTiddlyElement(w.output,"span");
// let browser parse HTML
e.innerHTML=html;
// walk node tree and call wikify() on each text node
wikifyTextNodes(e);
// continue wiki parsing
w.nextMatch = this.lookaheadRegExp.lastIndex;
}
}
}
// wikify text nodes remaining after HTML content is processed (pre-order recursion)
function wikifyTextNodes(theNode)
{
// textarea node doesn't get wikified, just decoded...
if (theNode.nodeName.toLowerCase()=='textarea')
theNode.value=theNode.value.replace(/\%%\(/g,'<<').replace(/\)\%%/g,'>>').replace(/\\n/g,'\n');
else for (var i=0;i<theNode.childNodes.length;i++) {
var theChild=theNode.childNodes.item(i);
if (theChild.nodeName.toLowerCase()=='option') continue;
if (theChild.nodeName.toLowerCase()=='select') continue;
wikifyTextNodes(theChild);
if (theChild.nodeName=='#text') {
var txt=theChild.nodeValue;
// decode macro brackets and newlines
txt=txt.replace(/\%%\(/g,'<<').replace(/\)\%%/g,'>>').replace(/\\n/g,'\n');
// replace text node with wikified() span
var newNode=createTiddlyElement(null,"span");
theNode.replaceChild(newNode,theChild);
wikify(txt,newNode);
}
}
}
//}}}
The program will pay for insurance for all the students. You will need to show the doctor or hospital your Cursos Internacionales student ID (which you will receive once you arrive in Salamanca). The insurance is with a company called Sanitas and should be accepted everywhere.
In the case that Sanitas does not cover a certain service, your insurance in the U.S. should pay for it. You would need to be prepared to pay the bill with cash (at a doctor's office or private hospital). A public hospital will give you a bill (flat rate of about $70) with instructions where to go to pay it. Keep all bills and receipts, translate them, and send them to your insurance company at home.
If you are sick and want to see a private doctor, talk to your program director who can recommend one. If you go to a private hospital, there will be less wait than if you go to a public one. Of course, if it's an emergency the university hospital is close by. If at all possible, make sure you have someone with you to help translate, because if you're sick, the last thing you'll want to do is speak Spanish.
If you are feeling sick and just need some over-the-counter medicine (for the flu, motion sickness, etc) go to one of the pharmacies and just tell the pharmacist what's wrong with you.
Sightseeing and entertainment
Salamanca is rich in history, art, and architecture. You will tour the Old and New Cathedrals and the University as a group, but be sure to stop by the Oficina de Turismo (on the plaza mayor and in the Casa de las Conchas on the Rúa Mayor) to get more ideas. From the Roman Bridge to the round church at the Puerta de Zamora, the old city is an amazing place for exploration. Take an afternoon or two to get lost and discover on your own - find the mirador that overlooks the river, the bowling alley behind the Carrefour Express, the movie theatres Van Dyck and Vialia. Explore the parks and the tiny winding streets. See the little University museum and the other cathedrals around town. Every corner can bring a new discovery.
DEPARTMENT OF ROMANCE LANGUAGES STUDY ABROAD:
INFORMATION AND POLICIES
The Programs
The Department of Romance Languages sponsors semester and year long abroad programs, in the fall in Dijon (France), in the fall and spring in Salamanca (Spain), and intensive summer language institutes (ISLI) in Querétaro (Mexico) and in Venice, Italy. As Wake Forest programs, these study abroad opportunities are evaluated in accordance with Wake Forest guidelines, fall under the Wake Forest Honor Code, and are administered as a regular Wake Forest study program. As part of these academic programs, and included in their respective costs, a number of group excursions and trips to places of cultural interest are offered.
The Director
The Director of the study abroad program is a faculty member in the Department of Romance Languages who is authorized to supervise all aspects of the program. The Director remains with the group throughout the length of the program, accompanies students on group excursions, and is available to aid, advise, and attend to students and their concerns during the stay abroad. In Dijon, Salamanca, and Venice the Director teaches one course. In Querétaro, the Director may on occasion teach Spanish 213.
The Faculty
Except for the course taught by the Director, all courses are taught by professors from universities located in the respective study abroad sites. The Department of Romance Languages considers this collaboration with native professors an asset to its programs. Their European or Latin American background and perspectives provide students with a more international and global approach, an essential goal of the study abroad experience. Students should expect their professors to offer a different approach to the discipline, not only in perspective, but also in terms of course plan and evaluative tools. Students should not expect the teaching style of their Spanish, Italian, French, or Mexican professors to replicate the style of the professors on the Wake Forest campus.
Courses
Courses taken as part of the Romance Languages study abroad programs are Wake Forest courses and are evaluated as such. All courses are taught in the target language by the director and/or the faculty from the local university. Course content is presented either in a syllabus or in a general description of the course.
Grades
As part of the Wake Forest curriculum, courses taken as part of any of the Romance Languages study abroad programs are evaluated in accordance with the grading system on campus. Native professors are provided with a translation into the respective language of the description of grades published in the Wake Forest undergraduate bulletin. When the grading system used is that of the country of the study abroad site, grades are translated into the American system before they are reported to the Office of the Registrar.
Cultural Activities
Participants in the Romance Languages study abroad programs are encouraged to explore the culture of the country where they study. Program monies underwrite many cultural activities, including group trips and excursions. During such trips, students must remain with the group and follow its itinerary. A student may not separate from the group to visit other cities. The program will pay for cultural activities under the following circumstances: when the group is together; when, in the judgment of the Director, the activity is related to the Program or to a course; and when the Director organizes the activity. In the event that a student declines to participate in a cultural activity sponsored by the program, s/he will not be reimbursed for the cost of that activity.
Books
The program will pay for books and other materials (e.g. newspapers) that students need for their coursework while studying abroad. The Director will inform the group of where texts may be picked up or purchased. Students may receive some of their textbooks at Wake Forest before leaving the U.S. while other texts may be purchased after they arrive at the study abroad site.
Meals
For students participating in the Salamanca program, all meals are provided by their respective host families. Querétaro students receive breakfast and dinner from their host families and purchase lunch for themselves. Host families participating in the Dijon program offer students a daily breakfast and two evening meals per week; they receive a daily allowance from the Director to pay for the cost of other meals, available in cafes or restaurants in town or at student cafeterias at the university. Breakfast and dinner are included during all excursions and trips that are a part of the academic program in Salamanca and Dijon; during these, students also receive a daily allowance for lunch. Students will receive no reimbursement for meals they miss either with the host family or during group excursions and trips.
Transportation
The Dijon and Salamanca programs pay for students’ roundtrip transportation costs to and from the foreign study site (up to $1,200). While the program will pay transportation costs for group excursions and trips, when students travel on their own during weekends and other breaks, they must pay their own way. Because Dijon and Salamanca pose different local transportation needs, policies pertaining to local transportation are different at the two sites. Participants in the Dijon program will be provided funds to purchase the bus passes they will need to get to their university classes. In Salamanca, no travel allowance will be provided for transportation unless a student is housed outside a normal radius from the town center. Students in Querétaro and Venice provide their own transportation to and from Mexico/Italy and within Querétaro and Venice.
E-mail
Students participating in the Romance Languages study abroad programs should not expect to find the same technological infrastructure and on-demand access to e-mail and the Internet that they have on the Reynolda Campus. Arrangements will be made, however, for them to have access to e-mail accounts while they are in Dijon and Salamanca, although, this may be on a more limited basis than what they are accustomed to. All Wake Forest students participating in a study abroad program are required to complete forms on which they state their intent to leave, store, or take their computer with them. They must also sign computer liability and insurance forms.
Medical Insurance
Students enrolled in the Salamanca program receive insurance, paid by the Program, through the Office of International Studies at the University of Salamanca. Students must be prepared, however, to pay for any medical expenses not covered by the insurance and then to present receipts for those expenses to their insurance company in the United States. Students enrolled in the Dijon and Salamanca programs must confirm with their insurance company that their policy will cover their medical expenses while they are abroad. They will then be expected to pay their own medical expense and present receipts to their insurance company once they return to the United States. Students in Querétaro and Venice must have medical insurance in the United States.
Visits from Family
Students are encouraged to invite their families to visit them while they are abroad. Such visits should take place after students have settled into life with their host families; it is recommended that families from the United States not visit during the first three weeks of the program. Visiting family members and friends should not expect to stay in the home of the host family. It will not be possible for anyone not enrolled in the Program to participate in group trips and excursions.
Important: Salamanca Policies
A Free airfare is extended to all students whose flight falls under a $1200.00 limit. The program will do everything to negotiate the cheapest airfares possible for its students, but can not guarantee that all flights will fall under this limit. Students whose ticket passes this limit in cost may be asked to pay a penalty to cover the difference. As of the drafting of this memorandum (September 19, 2003) all students will receive tickets exclusively negotiated by the Director and may not arrange their own travel expecting compensation from WFU in any amount towards their travel. However, if the director determines that students will generally receive more favorable fares through individual rather than group purchase, WFU in Salamanca may extend compensation of
up to $1200.00 to students purchasing their own tickets. The director will announce any change to the standing ticket policy in due time.
B WFU in Salamanca does not take responsibility for arranging student visas, which are required for participation in the program. All students and parents should read carefully the section below regarding visas.
C All students participating in the program must reside with the families approved and assigned to each student by the program. Students may not make their own arrangements for residence, as the home-stay is considered an essential part of the program.
D Students have internet access in Salamanca at the WFU Center. Students may receive a cash stipend to defray the costs of printing required class work at another facility.
E Students will receive a cash stipend from their director for meals on all group trips. This stipend is calculated to defray the costs of dining at reasonably-priced establishments, but is not guaranteed to cover all dining expenses that students may incur.
F Group travel is a mandatory component of the program. Students may not abbreviate their participation in or skip these trips for personal reasons. Only program participants may travel on group transportation and lodge in group facilities on all official trips. Any friends or family seeing students during group trips must work around the group schedule in order to visit with students.
G. All students are automatically covered by medical insurance under Sanitas for the entire duration of the program. No solicitation of coverage is necessary. Important Note Regarding Visas
Students participating in the WFU in Salamanca program are required to obtain a student visa from the Spanish embassy covering their state of residence prior to departure from Spain. The WFU in Salamanca program does not take responsibility for the successful solicitation of student visas or oversee the visa application process. The following information is intended to assist students, but does not represent a commitment on the University’s part t