Malta in the Junior Eurovision Song Contest 2014

Malta selected their Junior Eurovision Song Contest 2014 entry through an internal selection like they did the previous year. On 20 April 2014 it was revealed that Federica Falzon would represent Malta in the contest.[1][2] It was announced on 12 September 2014 that her song would be called "Diamonds".[3]

Junior Eurovision Song Contest 2014
Country Malta
National selection
Selection processInternal selection
Selection date(s)Artist: 20 April 2014
Song: 12 September 2014
Selected entrantFederica Falzon
Selected song"Diamonds"
Finals performance
Final result4th, 116 points
Malta in the Junior Eurovision Song Contest
◄2013 • 2014 2015►

Internal selection

After winning the Junior Eurovision Song Contest 2013 with the internally selected Gaia Cauchi, the Maltese broadcaster PBS decided to internally select their 2014 artist as well. On 20 April 2014, PBS revealed that 11-year-old Federica Falzon would represent Malta. Falzon is a student of Gillian Attard, who also was the vocal coach of Cauchi.[1] On 22 August 2014, it was revealed that her song was written by Attard, Elton Zarb, and Matt Muxu Mercieca who were all members of the writing team that wrote the winning song "The Start".[2] The title of the song was revealed to be "Diamonds" on 12 September 2014.[3]

At Junior Eurovision

At the running order draw which took place on 9 November 2014, host country Malta were drawn to perform fifteenth on 15 November 2014, following Serbia and preceding Netherlands.[4]

Points awarded to Malta

12 points 10 points 8 points 7 points 6 points
5 points 4 points 3 points 2 points 1 point
Televoting Points awarded to Malta
12 points 10 points 8 points 7 points 6 points
5 points 4 points 3 points 2 points 1 point
Jury Points awarded to Malta
12 points 10 points 8 points 7 points 6 points
5 points 4 points 3 points 2 points 1 point

Points awarded by Malta

gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.
gollark: You're forced to try and map the data/functions your thing provides onto a structure which may not really fit them well.

See also

References

  1. Granger, Anthony (20 April 2014). "Malta: Federica Falzon To Represent Malta At JESC 2014". Eurovoix. Archived from the original on 6 October 2014. Retrieved 22 August 2014.
  2. Fisher, Luke James (22 August 2014). ""Emotional" Maltese Song Ready!". European Broadcasting Union. Retrieved 22 August 2014.
  3. Fisher, Luke James (12 September 2014). "Federica's song title: "Diamonds"". European Broadcasting Union. Retrieved 12 September 2014.
  4. James-Fisher, Luke (9 November 2014). "The running order for Junior Eurovision 2014!". junioreurovision,tv. European Broadcasting Union. Retrieved 13 November 2014.
  5. "Split". Eurovision.tv. 13 March 2015. Retrieved 13 March 2015.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.