[HELP]Topics not showing

So,I planned on my mod post that I would add a few topics for now.

But,even though no errors pop up,I don’t see the custom topics added to my Research.

Here is the code for one of the to-be-added topics:

GDT.addTopics([
{
id: "MMORPG",
name: "MMORPG".localize("MMORPG"),
genreWeightings: [0.8, 0.9, 1.0, 0.6, 0.7, 0.7],
audienceWeightings: [0.7, 0.6, 1.0],
missionOverrides:[
	[0, 0, 0, 0, 0, 0, 0, 0, 0],
	[0, 0, 0, 0, 0, 0, 0, 0, 0],
	[1.0, 1.0, 1.0, 0.8, 0.9, 1.0, 0.8, 1.0, 0.9],
	[0, 0, 0, 0, 0, 0, 0, 0, 0],
	[0, 0, 0, 0, 0, 0, 0, 0, 0],
	[0, 0, 0, 0, 0, 0, 0, 0, 0]
]
} 
]);

I have tried even with UltimateLib,but nothing.

How does the rest of your mod look like?
What about the .json file?

Here it is:

{
"id" : "rhalexmod",
"name" : "RhalexMod",
"version":"0.5",
"author":"Rhalex,CEO,Rhalex Games Inc.",
"url":"http://twitter.com/la_ryekseu",
"description" : "An official tweak that adds some weird things in your save files,so better backup!",
"main": "startup/modboot.js",
"image": "img/image.png",
"dependencies":{
    "gdt-modAPI":"0.1.1"

  }
}