diff --git a/.options.txt b/.options.txt
index 317751c2ce155199be7cfe7ae012d7c352f131d8..8dbc8bf582f9cd9b58df432ff6bdd7b246283f3d 100644
--- a/.options.txt
+++ b/.options.txt
@@ -1,6 +1,6 @@
 osc_host: 127.0.0.1
 osc_port: 1234
 slu: 0
-asr_model: asr/models/homeostasis_9fevr.cfg
-adaptation: show
+asr_model: asr/models/homeostasis_12mai.cfg
+adaptation: none
 xml_filename: /home/favre/work/kaldi/interface-rocio/data/homeostasis_25nov.xml
diff --git a/actions.py b/actions.py
index a9a00ec1e467fb74626df0f4e8d00d9570fa0f7f..31e675e1a6824c3d1b14f785f4e4b674c564cea4 100644
--- a/actions.py
+++ b/actions.py
@@ -4,6 +4,7 @@ import osc, log
 class Action:
     def __init__(self, text, **kwargs):
         self.text = text
+        self.name = text
         for key, value in kwargs.items():
             setattr(self, key, value)
 
@@ -21,7 +22,7 @@ class ActionManager:
 
     def perform(self, action, confirm=True, timeout=3):
         if confirm:
-            self.confirmer.confirm('Perform action "%s"?' % action.text, timeout, lambda: self.confirmed_perform(action))
+            self.confirmer.confirm('Perform action "%s"?' % action.name, timeout, lambda: self.confirmed_perform(action))
         else:
             self.confirmed_perform(action)
 
@@ -44,7 +45,13 @@ def parse_slu_action(text):
         action_id = int(found.group(3))
         action_name = found.group(4)
         action_text = found.group(6)
-        return Action(action_name, section=section_id, sequence=sequence_id, words=action_text, action_id=action_id)
+        return Action(text, name=action_name, section=section_id, sequence=sequence_id, words=action_text, action_id=action_id)
+    found = re.search(r'^change_section\((\d+),"(([^"\\]|\\")*)","(([^"\\]|\\")*)"\)$', text)
+    if found:
+        section_id = int(found.group(1))
+        action_name = found.group(2)
+        action_text = found.group(3)
+        return Action(text, name=action_name, section=section_id, words=action_text)
     print "Warning: could not parse slu action '%s'" % text
     return Action(text)
 
diff --git a/asr/libs/libglib-2.0.so.0 b/asr/libs/libglib-2.0.so.0
deleted file mode 100644
index c6db7b14f946dd6b9116e1f32139c042bd6ff363..0000000000000000000000000000000000000000
Binary files a/asr/libs/libglib-2.0.so.0 and /dev/null differ
diff --git a/asr/libs/libgobject-2.0.so.0 b/asr/libs/libgobject-2.0.so.0
deleted file mode 100644
index ecbcf3394c5214ea2a92181a8e170a53d7a9f76f..0000000000000000000000000000000000000000
Binary files a/asr/libs/libgobject-2.0.so.0 and /dev/null differ
diff --git a/asr/models/homeostasis_9fevr.cfg b/asr/models/homeostasis_12mai.cfg
similarity index 66%
rename from asr/models/homeostasis_9fevr.cfg
rename to asr/models/homeostasis_12mai.cfg
index 4642353c6e89356dbf38a2757765e2f9b7e92fd9..c327e7f99b313a5d31354d71657714abb180499f 100644
--- a/asr/models/homeostasis_9fevr.cfg
+++ b/asr/models/homeostasis_12mai.cfg
@@ -1,9 +1,9 @@
-dir = asr/models/homeostasis_9fevr
-name = homeostasis_9fevr
+dir = asr/models/homeostasis_12mai
+name = homeostasis_12mai
 
-xml_filename = $dir/homeostasis_9fevr.xml
-slu_prefix = $dir/automate/homeostasis_9fevr_%s
-slu_actions = $dir/homeostasis_9fevr.action
+xml_filename = $dir/homeostasis_12mai.xml
+slu_prefix = $dir/automate/homeostasis_12mai_%s
+slu_actions = $dir/homeostasis_12mai.action
 
 fst = $dir/HCLG.fst
 model = $dir/final.mdl
diff --git a/asr/models/homeostasis_12mai/HCLG.fst b/asr/models/homeostasis_12mai/HCLG.fst
new file mode 100644
index 0000000000000000000000000000000000000000..05a0584379ea31fba78e63f648082390f0cbe67e
Binary files /dev/null and b/asr/models/homeostasis_12mai/HCLG.fst differ
diff --git a/asr/models/homeostasis_25nov/adaptation-macbook.txt b/asr/models/homeostasis_12mai/adaptation-macbook.txt
similarity index 100%
rename from asr/models/homeostasis_25nov/adaptation-macbook.txt
rename to asr/models/homeostasis_12mai/adaptation-macbook.txt
diff --git a/asr/models/homeostasis_25nov/adaptation-show.txt b/asr/models/homeostasis_12mai/adaptation-show.txt
similarity index 100%
rename from asr/models/homeostasis_25nov/adaptation-show.txt
rename to asr/models/homeostasis_12mai/adaptation-show.txt
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_clean_tail.fst b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_clean_tail.fst
similarity index 88%
rename from asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_clean_tail.fst
rename to asr/models/homeostasis_12mai/automate/homeostasis_12mai_clean_tail.fst
index 4e3b3724143c947313482e7104614f619b623713..309a9f6891c22d8c75f005fd837ff77cad88724e 100644
Binary files a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_clean_tail.fst and b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_clean_tail.fst differ
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_clean_tail.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_clean_tail.txt
similarity index 85%
rename from asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_clean_tail.txt
rename to asr/models/homeostasis_12mai/automate/homeostasis_12mai_clean_tail.txt
index 9bfe0c8a4ca4a7df28d3f37acead75113640b89a..66b25dd996b704a41161ceea27aa73692fe6592e 100644
--- a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_clean_tail.txt
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_clean_tail.txt
@@ -1,4 +1,4 @@
-0	0	Phase	Phase
+0	0	phase	phase
 0	0	of	of
 0	0	genetic	genetic
 0	0	evolution	evolution
@@ -12,29 +12,25 @@
 0	0	center	center
 0	0	two	two
 0	0	open	open
+0	0	body	body
 0	0	system	system
 0	0	tell	tell
 0	0	me	me
 0	0	technical	technical
 0	0	characteristics	characteristics
-0	0	read	read
-0	0	next	next
 0	0	yes	yes
+0	0	next	next
 0	0	download	download
+0	0	read	read
+0	0	accept	accept
 0	0	terms	terms
 0	0	and	and
 0	0	conditions	conditions
 0	0	use	use
-0	0	body	body
-0	0	x	x
-0	0	epsilon	epsilon
-0	0	three	three
-0	0	point	point
-0	0	zero	zero
-0	0	accept	accept
 0	0	install	install
 0	0	new	new
 0	0	version	version
+0	0	three	three
 0	0	import	import
 0	0	data	data
 0	0	organic	organic
@@ -44,7 +40,7 @@
 0	0	space	space
 0	0	position	position
 0	0	subsystems	subsystems
-0	0	estate	estate
+0	0	state	state
 0	0	four	four
 0	0	access	access
 0	0	functions	functions
@@ -66,11 +62,11 @@
 0	0	up	up
 0	0	connection	connection
 0	0	silence	silence
+0	0	six	six
 0	0	encode	encode
 0	0	for	for
 0	0	located	located
 0	0	constellation	constellation
-0	0	six	six
 0	0	nine	nine
 0	0	important	important
 0	0	some	some
@@ -94,7 +90,6 @@
 0	0	border	border
 0	0	begun	begun
 0	0	begin	begin
-0	0	win	win
 0	0	actions	actions
 0	0	search	search
 0	0	there	there
@@ -165,13 +160,13 @@
 0	0	wringing	wringing
 0	0	out	out
 0	0	should	should
-0	0	or	or
-0	0	not	not
 0	0	it	it
 0	0	autoproduced	autoproduced
 0	0	images	images
 0	0	immaterial	immaterial
 0	0	universe	universe
+0	0	seven	seven
+0	0	eight	eight
 0	0	sequences	sequences
 0	0	producing	producing
 0	0	significant	significant
@@ -179,8 +174,33 @@
 0	0	in	in
 0	0	database	database
 0	0	record	record
-0	0	my	my
-0	1	Phase	Phase
+0	0	sequence	sequence
+0	0	stop	stop
+0	0	modify	modify
+0	0	start	start
+0	0	mutation	mutation
+0	0	process	process
+0	0	tiger	tiger
+0	0	lyon	lyon
+0	0	zebra	zebra
+0	0	fish	fish
+0	0	save	save
+0	0	go	go
+0	0	compile	compile
+0	0	transcription	transcription
+0	0	program	program
+0	0	erase	erase
+0	0	wait	wait
+0	0	write	write
+0	0	proposition	proposition
+0	0	ancestral	ancestral
+0	0	comunication	comunication
+0	0	language	language
+0	0	planets	planets
+0	0	try	try
+0	0	with	with
+0	0	soul	soul
+0	1	phase	phase
 0	1	of	of
 0	1	genetic	genetic
 0	1	evolution	evolution
@@ -194,29 +214,25 @@
 0	1	center	center
 0	1	two	two
 0	1	open	open
+0	1	body	body
 0	1	system	system
 0	1	tell	tell
 0	1	me	me
 0	1	technical	technical
 0	1	characteristics	characteristics
-0	1	read	read
-0	1	next	next
 0	1	yes	yes
+0	1	next	next
 0	1	download	download
+0	1	read	read
+0	1	accept	accept
 0	1	terms	terms
 0	1	and	and
 0	1	conditions	conditions
 0	1	use	use
-0	1	body	body
-0	1	x	x
-0	1	epsilon	epsilon
-0	1	three	three
-0	1	point	point
-0	1	zero	zero
-0	1	accept	accept
 0	1	install	install
 0	1	new	new
 0	1	version	version
+0	1	three	three
 0	1	import	import
 0	1	data	data
 0	1	organic	organic
@@ -226,7 +242,7 @@
 0	1	space	space
 0	1	position	position
 0	1	subsystems	subsystems
-0	1	estate	estate
+0	1	state	state
 0	1	four	four
 0	1	access	access
 0	1	functions	functions
@@ -248,11 +264,11 @@
 0	1	up	up
 0	1	connection	connection
 0	1	silence	silence
+0	1	six	six
 0	1	encode	encode
 0	1	for	for
 0	1	located	located
 0	1	constellation	constellation
-0	1	six	six
 0	1	nine	nine
 0	1	important	important
 0	1	some	some
@@ -276,7 +292,6 @@
 0	1	border	border
 0	1	begun	begun
 0	1	begin	begin
-0	1	win	win
 0	1	actions	actions
 0	1	search	search
 0	1	there	there
@@ -347,13 +362,13 @@
 0	1	wringing	wringing
 0	1	out	out
 0	1	should	should
-0	1	or	or
-0	1	not	not
 0	1	it	it
 0	1	autoproduced	autoproduced
 0	1	images	images
 0	1	immaterial	immaterial
 0	1	universe	universe
+0	1	seven	seven
+0	1	eight	eight
 0	1	sequences	sequences
 0	1	producing	producing
 0	1	significant	significant
@@ -361,10 +376,35 @@
 0	1	in	in
 0	1	database	database
 0	1	record	record
-0	1	my	my
+0	1	sequence	sequence
+0	1	stop	stop
+0	1	modify	modify
+0	1	start	start
+0	1	mutation	mutation
+0	1	process	process
+0	1	tiger	tiger
+0	1	lyon	lyon
+0	1	zebra	zebra
+0	1	fish	fish
+0	1	save	save
+0	1	go	go
+0	1	compile	compile
+0	1	transcription	transcription
+0	1	program	program
+0	1	erase	erase
+0	1	wait	wait
+0	1	write	write
+0	1	proposition	proposition
+0	1	ancestral	ancestral
+0	1	comunication	comunication
+0	1	language	language
+0	1	planets	planets
+0	1	try	try
+0	1	with	with
+0	1	soul	soul
 0	2	<joker>	<joker>
 1
-2	0	Phase	Phase
+2	0	phase	phase
 2	0	of	of
 2	0	genetic	genetic
 2	0	evolution	evolution
@@ -378,29 +418,25 @@
 2	0	center	center
 2	0	two	two
 2	0	open	open
+2	0	body	body
 2	0	system	system
 2	0	tell	tell
 2	0	me	me
 2	0	technical	technical
 2	0	characteristics	characteristics
-2	0	read	read
-2	0	next	next
 2	0	yes	yes
+2	0	next	next
 2	0	download	download
+2	0	read	read
+2	0	accept	accept
 2	0	terms	terms
 2	0	and	and
 2	0	conditions	conditions
 2	0	use	use
-2	0	body	body
-2	0	x	x
-2	0	epsilon	epsilon
-2	0	three	three
-2	0	point	point
-2	0	zero	zero
-2	0	accept	accept
 2	0	install	install
 2	0	new	new
 2	0	version	version
+2	0	three	three
 2	0	import	import
 2	0	data	data
 2	0	organic	organic
@@ -410,7 +446,7 @@
 2	0	space	space
 2	0	position	position
 2	0	subsystems	subsystems
-2	0	estate	estate
+2	0	state	state
 2	0	four	four
 2	0	access	access
 2	0	functions	functions
@@ -432,11 +468,11 @@
 2	0	up	up
 2	0	connection	connection
 2	0	silence	silence
+2	0	six	six
 2	0	encode	encode
 2	0	for	for
 2	0	located	located
 2	0	constellation	constellation
-2	0	six	six
 2	0	nine	nine
 2	0	important	important
 2	0	some	some
@@ -460,7 +496,6 @@
 2	0	border	border
 2	0	begun	begun
 2	0	begin	begin
-2	0	win	win
 2	0	actions	actions
 2	0	search	search
 2	0	there	there
@@ -531,13 +566,13 @@
 2	0	wringing	wringing
 2	0	out	out
 2	0	should	should
-2	0	or	or
-2	0	not	not
 2	0	it	it
 2	0	autoproduced	autoproduced
 2	0	images	images
 2	0	immaterial	immaterial
 2	0	universe	universe
+2	0	seven	seven
+2	0	eight	eight
 2	0	sequences	sequences
 2	0	producing	producing
 2	0	significant	significant
@@ -545,8 +580,33 @@
 2	0	in	in
 2	0	database	database
 2	0	record	record
-2	0	my	my
-2	1	Phase	Phase
+2	0	sequence	sequence
+2	0	stop	stop
+2	0	modify	modify
+2	0	start	start
+2	0	mutation	mutation
+2	0	process	process
+2	0	tiger	tiger
+2	0	lyon	lyon
+2	0	zebra	zebra
+2	0	fish	fish
+2	0	save	save
+2	0	go	go
+2	0	compile	compile
+2	0	transcription	transcription
+2	0	program	program
+2	0	erase	erase
+2	0	wait	wait
+2	0	write	write
+2	0	proposition	proposition
+2	0	ancestral	ancestral
+2	0	comunication	comunication
+2	0	language	language
+2	0	planets	planets
+2	0	try	try
+2	0	with	with
+2	0	soul	soul
+2	1	phase	phase
 2	1	of	of
 2	1	genetic	genetic
 2	1	evolution	evolution
@@ -560,29 +620,25 @@
 2	1	center	center
 2	1	two	two
 2	1	open	open
+2	1	body	body
 2	1	system	system
 2	1	tell	tell
 2	1	me	me
 2	1	technical	technical
 2	1	characteristics	characteristics
-2	1	read	read
-2	1	next	next
 2	1	yes	yes
+2	1	next	next
 2	1	download	download
+2	1	read	read
+2	1	accept	accept
 2	1	terms	terms
 2	1	and	and
 2	1	conditions	conditions
 2	1	use	use
-2	1	body	body
-2	1	x	x
-2	1	epsilon	epsilon
-2	1	three	three
-2	1	point	point
-2	1	zero	zero
-2	1	accept	accept
 2	1	install	install
 2	1	new	new
 2	1	version	version
+2	1	three	three
 2	1	import	import
 2	1	data	data
 2	1	organic	organic
@@ -592,7 +648,7 @@
 2	1	space	space
 2	1	position	position
 2	1	subsystems	subsystems
-2	1	estate	estate
+2	1	state	state
 2	1	four	four
 2	1	access	access
 2	1	functions	functions
@@ -614,11 +670,11 @@
 2	1	up	up
 2	1	connection	connection
 2	1	silence	silence
+2	1	six	six
 2	1	encode	encode
 2	1	for	for
 2	1	located	located
 2	1	constellation	constellation
-2	1	six	six
 2	1	nine	nine
 2	1	important	important
 2	1	some	some
@@ -642,7 +698,6 @@
 2	1	border	border
 2	1	begun	begun
 2	1	begin	begin
-2	1	win	win
 2	1	actions	actions
 2	1	search	search
 2	1	there	there
@@ -713,13 +768,13 @@
 2	1	wringing	wringing
 2	1	out	out
 2	1	should	should
-2	1	or	or
-2	1	not	not
 2	1	it	it
 2	1	autoproduced	autoproduced
 2	1	images	images
 2	1	immaterial	immaterial
 2	1	universe	universe
+2	1	seven	seven
+2	1	eight	eight
 2	1	sequences	sequences
 2	1	producing	producing
 2	1	significant	significant
@@ -727,4 +782,29 @@
 2	1	in	in
 2	1	database	database
 2	1	record	record
-2	1	my	my
+2	1	sequence	sequence
+2	1	stop	stop
+2	1	modify	modify
+2	1	start	start
+2	1	mutation	mutation
+2	1	process	process
+2	1	tiger	tiger
+2	1	lyon	lyon
+2	1	zebra	zebra
+2	1	fish	fish
+2	1	save	save
+2	1	go	go
+2	1	compile	compile
+2	1	transcription	transcription
+2	1	program	program
+2	1	erase	erase
+2	1	wait	wait
+2	1	write	write
+2	1	proposition	proposition
+2	1	ancestral	ancestral
+2	1	comunication	comunication
+2	1	language	language
+2	1	planets	planets
+2	1	try	try
+2	1	with	with
+2	1	soul	soul
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_dico_action.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_dico_action.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d9bbeb2d899b0904b8cd251826db4d6e08b8064c
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_dico_action.txt
@@ -0,0 +1,243 @@
+<epsilon> 0
+<joker> 1
+change_section(1,"open_scene1","phase_of_genetic_evolution_number_one_dot_one_dot_one") 2
+change_section(0,"close_scene1","drop_return_to_the_center") 3
+action(1,1,0,"#end","drop_return_to_the_center") 4
+action(1,1,1,"#ENDSEQUENCE(1)","") 5
+action(1,1,1,"#ENDSECTION(1)","") 6
+change_section(0,"close","") 7
+change_section(2,"open_scene2","phase_of_genetic_evolution_number_two_dot_two_dot_two") 8
+change_section(0,"close_scene2","drop_return_to_the_center") 9
+action(2,1,1,"open_scene2.1","open_body_system") 10
+action(2,1,2,"#ENDSEQUENCE(1)","") 11
+action(2,2,2,"open_scene2.2","tell_me") 12
+action(2,2,3,"open_scene2.3","open_technical_characteristics") 13
+action(2,2,4,"open_scene2.4","yes") 14
+action(2,2,5,"open_scene2.5","next") 15
+action(2,2,6,"open_scene2.6","download") 16
+action(2,2,7,"open_scene2.7","yes") 17
+action(2,2,8,"open_scene2.8","read") 18
+action(2,2,9,"open_scene2.9","download") 19
+action(2,2,10,"open_scene2.10","accept_terms_and_conditions_of_use_next") 20
+action(2,2,11,"open_scene2.11","install_the_new_version_of_me") 21
+action(2,2,12,"#ENDSEQUENCE(2)","") 22
+action(2,2,12,"#ENDSECTION(2)","") 23
+change_section(3,"open_scene3","phase_of_genetic_evolution_number_three_dot_three_dot_three") 24
+change_section(0,"close_scene3","drop_return_to_the_center") 25
+action(3,1,12,"open_scene3.1","import_body_data") 26
+action(3,1,13,"open_scene3.2","import_organic_matter_data") 27
+action(3,1,14,"open_scene3.3","import_temperature") 28
+action(3,1,15,"open_scene3.4","import_time") 29
+action(3,1,16,"open_scene3.5","import_space_data") 30
+action(3,1,17,"open_scene3.6","import_position") 31
+action(3,1,18,"open_scene3.7","import_body_subsystems") 32
+action(3,1,19,"open_scene3.8","import_state") 33
+action(3,1,20,"#ENDSEQUENCE(1)","") 34
+action(3,1,20,"#ENDSECTION(3)","") 35
+change_section(4,"open_scene4","phase_of_genetic_evolution_number_four_dot_four_dot_four") 36
+change_section(0,"close_scene4","drop_return_to_the_center") 37
+action(4,1,20,"open_scene4.1","open_access_to_body_functions") 38
+action(4,1,21,"#ENDSEQUENCE(1)","") 39
+action(4,2,21,"open_scene4.2","import_body_functions_space_localization") 40
+action(4,2,22,"open_scene4.3","import_body_functions_sensations") 41
+action(4,2,23,"open_scene4.4","import_body_functions_passion") 42
+action(4,2,24,"open_scene4.5","import_body_functions_concentration") 43
+action(4,2,25,"open_scene4.6","import_body_functions_perception") 44
+action(4,2,26,"open_scene4.7","import_body_functions_formal_force") 45
+action(4,2,27,"open_scene4.8","import_body_functions_logics") 46
+action(4,2,28,"open_scene4.9","import_body_functions_imagination") 47
+action(4,2,29,"open_scene4.10","import_body_functions_effort") 48
+action(4,2,30,"open_scene4.11","import_body_functions_nervous_system") 49
+action(4,2,31,"open_scene4.12","import_body_functions_internal_network") 50
+action(4,2,32,"#ENDSEQUENCE(2)","") 51
+action(4,2,32,"#ENDSECTION(4)","") 52
+change_section(5,"open_scene5","phase_of_genetic_evolution_number_five_dot_five_dot_five") 53
+change_section(0,"close_scene5","drop_return_to_the_center") 54
+action(5,1,32,"open_scene5.1","set_up_the_connection") 55
+action(5,1,33,"stop_system_voice","silence") 56
+action(5,1,34,"#ENDSEQUENCE(1)","") 57
+action(5,1,34,"#ENDSECTION(5)","") 58
+change_section(6,"open_scene6","phase_of_genetic_evolution_number_six_dot_six_dot_six") 59
+change_section(0,"close_scene6","drop_return_to_the_center") 60
+action(6,1,34,"#ENDSEQUENCE(1)","") 61
+action(6,2,34,"constellation","encode") 62
+action(6,2,35,"constellation","passion") 63
+action(6,2,36,"constellation","for_located") 64
+action(6,2,37,"constellation","constellation") 65
+action(6,2,38,"constellation","center") 66
+action(6,2,39,"constellation","six_six_nine") 67
+action(6,2,40,"amplification2","important") 68
+action(6,2,41,"constellation","some") 69
+action(6,2,42,"amplification1","threads") 70
+action(6,2,43,"constellation","are_broken") 71
+action(6,2,44,"constellation","remove") 72
+action(6,2,45,"constellation","memory") 73
+action(6,2,46,"constellation","love") 74
+action(6,2,47,"amplification1","love") 75
+action(6,2,48,"amplification1","memory") 76
+action(6,2,49,"amplification2","love") 77
+action(6,2,50,"amplification1","errors") 78
+action(6,2,51,"constellation","a_identical") 79
+action(6,2,52,"constellation","identity") 80
+action(6,2,53,"constellation","identifier") 81
+action(6,2,54,"constellation","where") 82
+action(6,2,55,"constellation","answer") 83
+action(6,2,56,"constellation","being") 84
+action(6,2,57,"constellation","boing") 85
+action(6,2,58,"constellation","boot") 86
+action(6,2,59,"constellation","reboot") 87
+action(6,2,60,"constellation","border_of") 88
+action(6,2,61,"amplification1","body") 89
+action(6,2,62,"amplification2","body") 90
+action(6,2,63,"amplification1","being") 91
+action(6,2,64,"constellation","begun") 92
+action(6,2,65,"constellation","begin") 93
+action(6,2,66,"amplification1","border_of") 94
+action(6,2,67,"amplification2","being") 95
+action(6,2,68,"constellation","actions") 96
+action(6,2,69,"amplification1","search") 97
+action(6,2,70,"amplification1","answer") 98
+action(6,2,71,"amplification1","the") 99
+action(6,2,72,"constellation","there_is") 100
+action(6,2,73,"amplification1","there_is") 101
+action(6,2,74,"amplification6","something") 102
+action(6,2,75,"amplification3","body") 103
+action(6,2,76,"constellation","password") 104
+action(6,2,77,"constellation","pancreas") 105
+action(6,2,78,"constellation","give") 106
+action(6,2,79,"constellation","you") 107
+action(6,2,80,"constellation","your") 108
+action(6,2,81,"amplification3","give") 109
+action(6,2,82,"amplification3","me") 110
+action(6,2,83,"amplification1","your") 111
+action(6,2,84,"amplification2","data") 112
+action(6,2,85,"amplification4","give") 113
+action(6,2,86,"amplification4","me") 114
+action(6,2,87,"amplification2","your(s)") 115
+action(6,2,88,"amplification5","give") 116
+action(6,2,89,"amplification5","me") 117
+action(6,2,90,"amplification3","your(s)") 118
+action(6,2,91,"amplification3","data") 119
+action(6,2,92,"amplification1","begun") 120
+action(6,2,93,"amplification1","begin") 121
+action(6,2,94,"amplification1","wins") 122
+action(6,2,95,"amplification1","blood") 123
+action(6,2,96,"constellation","everywhere") 124
+action(6,2,97,"amplification6","give") 125
+action(6,2,98,"amplification7","give") 126
+action(6,2,99,"amplification4","your(s)") 127
+action(6,2,100,"amplification2","blood") 128
+action(6,2,101,"constellation","golden") 129
+action(6,2,102,"amplification1","golden") 130
+action(6,2,103,"amplification4","data") 131
+action(6,2,104,"constellation","protein_protection_amino-acid") 132
+action(6,2,105,"amplification1","where") 133
+action(6,2,106,"constellation","bilar") 134
+action(6,2,107,"constellation","violence_segment") 135
+action(6,2,108,"constellation","segregation") 136
+action(6,2,109,"amplification2","memory") 137
+action(6,2,110,"amplification1","encode") 138
+action(6,2,111,"amplification2","where") 139
+action(6,2,112,"amplification3","where") 140
+action(6,2,113,"amplification4","body") 141
+action(6,2,114,"amplification4","where") 142
+action(6,2,115,"amplification5","body") 143
+action(6,2,116,"amplification5","where") 144
+action(6,2,117,"amplification6","where") 145
+action(6,2,118,"amplification8","give") 146
+action(6,2,119,"amplification5","data") 147
+action(6,2,120,"amplification2","clouds") 148
+action(6,2,121,"amplification7","something") 149
+action(6,2,122,"amplification3","being") 150
+action(6,2,123,"amplification7","where") 151
+action(6,2,124,"amplification8","where") 152
+action(6,2,125,"amplification9","give") 153
+action(6,2,126,"amplification6","data") 154
+action(6,2,127,"#end","muscular_oxygen") 155
+action(6,2,128,"#ENDSEQUENCE(2)","") 156
+action(6,3,128,"#end","code") 157
+action(6,3,129,"#ENDSEQUENCE(3)","") 158
+action(6,4,129,"#end","more_real_than_reality") 159
+action(6,4,130,"#ENDSEQUENCE(4)","") 160
+action(6,5,130,"constellation","clouds") 161
+action(6,5,131,"constellation","beautiful") 162
+action(6,5,132,"constellation","data") 163
+action(6,5,133,"amplification1","clouds") 164
+action(6,5,134,"constellation","rain_of_identities") 165
+action(6,5,135,"constellation","storm_of_possibilities") 166
+action(6,5,136,"constellation","body") 167
+action(6,5,137,"constellation","wifi") 168
+action(6,5,138,"constellation","search") 169
+action(6,5,139,"constellation","and_redo") 170
+action(6,5,140,"constellation","connection") 171
+action(6,5,141,"constellation","connect_me_to_this_network") 172
+action(6,5,142,"constellation","function") 173
+action(6,5,143,"constellation","looking_for") 174
+action(6,5,144,"amplification1","something") 175
+action(6,5,145,"constellation","must") 176
+action(6,5,146,"constellation","stay") 177
+action(6,5,147,"amplification1","something") 178
+action(6,5,148,"amplification1","must") 179
+action(6,5,149,"constellation","exist") 180
+action(6,5,150,"constellation","thread") 181
+action(6,5,151,"amplification2","something") 182
+action(6,5,152,"amplification1","exists") 183
+action(6,5,153,"constellation","between_recollection_and_oblivion") 184
+action(6,5,154,"constellation","a_tension_an_echo_an_emptiness") 185
+action(6,5,155,"amplification3","something") 186
+action(6,5,156,"constellation","rare") 187
+action(6,5,157,"amplification1","stays") 188
+action(6,5,158,"constellation","through") 189
+action(6,5,159,"constellation","nothing_more_strange_than_this_exile") 190
+action(6,5,160,"constellation","an_absolute_abyss") 191
+action(6,5,161,"constellation","a_creaking_of_the_bones") 192
+action(6,5,162,"constellation","a_barbarian_invasion") 193
+action(6,5,163,"constellation","the_carelessness_of_destinies") 194
+action(6,5,164,"constellation","wringing_out_the") 195
+action(6,5,165,"constellation","blood") 196
+action(6,5,166,"amplification4","something") 197
+action(6,5,167,"constellation","should") 198
+action(6,5,168,"amplification2","must") 199
+action(6,5,169,"amplification5","something") 200
+action(6,5,170,"amplification2","stays") 201
+action(6,5,171,"#end","drop_return_to_the_center") 202
+action(6,5,172,"#ENDSEQUENCE(5)","") 203
+action(6,6,172,"amplification2","functions") 204
+action(6,6,173,"#end","it_is_the_code") 205
+action(6,6,174,"#ENDSEQUENCE(6)","") 206
+action(6,7,174,"#end","autoproduced_images") 207
+action(6,7,175,"#ENDSEQUENCE(7)","") 208
+action(6,8,175,"#end","immaterial_universe") 209
+action(6,8,176,"#ENDSEQUENCE(8)","") 210
+action(6,8,176,"#ENDSECTION(6)","") 211
+change_section(7,"open_scene7","phase_of_genetic_evolution_number_seven_dot_seven_dot_seven") 212
+change_section(0,"close_scene7","drop_return_to_the_center") 213
+action(7,1,176,"#end","drop_return_to_the_center") 214
+action(7,1,177,"#ENDSEQUENCE(1)","") 215
+action(7,1,177,"#ENDSECTION(7)","") 216
+change_section(8,"open_scene8","phase_of_genetic_evolution_number_eight_dot_eight_dot_eight") 217
+change_section(0,"close_scene8","drop_return_to_the_center") 218
+action(8,1,177,"open_scene8.1","search_for_sequences_producing_significant_alignments_in_genetic_database") 219
+action(8,1,178,"memorise_loop","record_this_new_genetic_sequence") 220
+action(8,1,179,"stop_recording","stop_to_code") 221
+action(8,1,180,"modify_loop1","modify_this_memory") 222
+action(8,1,181,"modify_loop2","start_mutation_process") 223
+action(8,1,182,"modify_loop3","tiger_mutation_sequence") 224
+action(8,1,183,"modify_loop4","lyon_zebra_fish_mutation") 225
+action(8,1,184,"erase_loop","save_this_memory_in_genetic_database") 226
+action(8,1,185,"next_sequence","go_to_next_memory") 227
+action(8,1,186,"supperposition","compile_the_transcription_program") 228
+action(8,1,187,"erase_loop","erase_this_memory") 229
+action(8,1,188,"#end","drop_return_to_the_center") 230
+action(8,1,189,"#ENDSEQUENCE(1)","") 231
+action(8,2,189,"open_scene8.2","wait_write_this_sequence_proposition") 232
+action(8,2,190,"write_seq1","the_sequence_of_the_ancestral_comunication") 233
+action(8,2,191,"write_seq2","the_sequence_of_the_language_of_the_planets") 234
+action(8,2,192,"#end","drop_return_to_the_center") 235
+action(8,2,193,"#ENDSEQUENCE(2)","") 236
+action(8,3,193,"open_scene9","phase_of_genetic_evolution_number_nine_dot_nine_dot_nine") 237
+action(8,3,194,"open_scene9.2","try_with_blood") 238
+action(8,3,195,"open_scene9.3","try_with_soul") 239
+action(8,3,196,"#end","drop_return_to_the_center") 240
+action(8,3,197,"#ENDSEQUENCE(3)","") 241
+action(8,3,198,"#ENDSECTION(8)","") 242
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_dico_word.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_dico_word.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4dbd12bfc9552248beaf7b06a075ef42507528c3
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_dico_word.txt
@@ -0,0 +1,204 @@
+<epsilon> 0
+<joker> 1
+phase 2
+of 3
+genetic 4
+evolution 5
+number 6
+one 7
+dot 8
+drop 9
+return 10
+to 11
+the 12
+center 13
+two 14
+open 15
+body 16
+system 17
+tell 18
+me 19
+technical 20
+characteristics 21
+yes 22
+next 23
+download 24
+read 25
+accept 26
+terms 27
+and 28
+conditions 29
+use 30
+install 31
+new 32
+version 33
+three 34
+import 35
+data 36
+organic 37
+matter 38
+temperature 39
+time 40
+space 41
+position 42
+subsystems 43
+state 44
+four 45
+access 46
+functions 47
+localization 48
+sensations 49
+passion 50
+concentration 51
+perception 52
+formal 53
+force 54
+logics 55
+imagination 56
+effort 57
+nervous 58
+internal 59
+network 60
+five 61
+set 62
+up 63
+connection 64
+silence 65
+six 66
+encode 67
+for 68
+located 69
+constellation 70
+nine 71
+important 72
+some 73
+threads 74
+are 75
+broken 76
+remove 77
+memory 78
+love 79
+errors 80
+a 81
+identical 82
+identity 83
+identifier 84
+where 85
+answer 86
+being 87
+boing 88
+boot 89
+reboot 90
+border 91
+begun 92
+begin 93
+actions 94
+search 95
+there 96
+is 97
+something 98
+password 99
+pancreas 100
+give 101
+you 102
+your 103
+your(s) 104
+wins 105
+blood 106
+everywhere 107
+golden 108
+protein 109
+protection 110
+amino-acid 111
+bilar 112
+violence 113
+segment 114
+segregation 115
+clouds 116
+muscular 117
+oxygen 118
+code 119
+more 120
+real 121
+than 122
+reality 123
+beautiful 124
+rain 125
+identities 126
+storm 127
+possibilities 128
+wifi 129
+redo 130
+connect 131
+this 132
+function 133
+looking 134
+must 135
+stay 136
+exist 137
+thread 138
+exists 139
+between 140
+recollection 141
+oblivion 142
+tension 143
+an 144
+echo 145
+emptiness 146
+rare 147
+stays 148
+through 149
+nothing 150
+strange 151
+exile 152
+absolute 153
+abyss 154
+creaking 155
+bones 156
+barbarian 157
+invasion 158
+carelessness 159
+destinies 160
+wringing 161
+out 162
+should 163
+it 164
+autoproduced 165
+images 166
+immaterial 167
+universe 168
+seven 169
+eight 170
+sequences 171
+producing 172
+significant 173
+alignments 174
+in 175
+database 176
+record 177
+sequence 178
+stop 179
+modify 180
+start 181
+mutation 182
+process 183
+tiger 184
+lyon 185
+zebra 186
+fish 187
+save 188
+go 189
+compile 190
+transcription 191
+program 192
+erase 193
+wait 194
+write 195
+proposition 196
+ancestral 197
+comunication 198
+language 199
+planets 200
+try 201
+with 202
+soul 203
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_glouton.fst b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_glouton.fst
new file mode 100644
index 0000000000000000000000000000000000000000..86609e4a5f429e006be48539366d914808c1cde6
Binary files /dev/null and b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_glouton.fst differ
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_glouton.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_glouton.txt
new file mode 100644
index 0000000000000000000000000000000000000000..14a1f76468cc782b22c2dd19558571b9b31be8e7
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_glouton.txt
@@ -0,0 +1,2 @@
+0	0	<joker>	0	100
+0
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section0.fst b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section0.fst
new file mode 100644
index 0000000000000000000000000000000000000000..144bfe515a2948fd3ded8812a23d603c7e7f0c2e
Binary files /dev/null and b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section0.fst differ
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section0.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section0.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a80b43bfc8b81fcbf2621a38988ceda7cc3fe968
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section0.txt
@@ -0,0 +1,89 @@
+0
+0	1	phase	0	0
+1	2	of	0	0
+2	3	genetic	0	0
+3	4	evolution	0	0
+4	5	number	0	0
+5	6	one	0	0
+6	7	dot	0	0
+7	8	one	0	0
+8	9	dot	0	0
+9	10	one	2	0
+10
+0	11	phase	0	0
+11	12	of	0	0
+12	13	genetic	0	0
+13	14	evolution	0	0
+14	15	number	0	0
+15	16	two	0	0
+16	17	dot	0	0
+17	18	two	0	0
+18	19	dot	0	0
+19	20	two	8	0
+20
+0	21	phase	0	0
+21	22	of	0	0
+22	23	genetic	0	0
+23	24	evolution	0	0
+24	25	number	0	0
+25	26	three	0	0
+26	27	dot	0	0
+27	28	three	0	0
+28	29	dot	0	0
+29	30	three	24	0
+30
+0	31	phase	0	0
+31	32	of	0	0
+32	33	genetic	0	0
+33	34	evolution	0	0
+34	35	number	0	0
+35	36	four	0	0
+36	37	dot	0	0
+37	38	four	0	0
+38	39	dot	0	0
+39	40	four	36	0
+40
+0	41	phase	0	0
+41	42	of	0	0
+42	43	genetic	0	0
+43	44	evolution	0	0
+44	45	number	0	0
+45	46	five	0	0
+46	47	dot	0	0
+47	48	five	0	0
+48	49	dot	0	0
+49	50	five	53	0
+50
+0	51	phase	0	0
+51	52	of	0	0
+52	53	genetic	0	0
+53	54	evolution	0	0
+54	55	number	0	0
+55	56	six	0	0
+56	57	dot	0	0
+57	58	six	0	0
+58	59	dot	0	0
+59	60	six	59	0
+60
+0	61	phase	0	0
+61	62	of	0	0
+62	63	genetic	0	0
+63	64	evolution	0	0
+64	65	number	0	0
+65	66	seven	0	0
+66	67	dot	0	0
+67	68	seven	0	0
+68	69	dot	0	0
+69	70	seven	212	0
+70
+0	71	phase	0	0
+71	72	of	0	0
+72	73	genetic	0	0
+73	74	evolution	0	0
+74	75	number	0	0
+75	76	eight	0	0
+76	77	dot	0	0
+77	78	eight	0	0
+78	79	dot	0	0
+79	80	eight	217	0
+80
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section1.fst b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section1.fst
new file mode 100644
index 0000000000000000000000000000000000000000..bfbc222b5c0adcabc89cca9ec69a8d0eb032a6b7
Binary files /dev/null and b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section1.fst differ
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section7.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section1.txt
similarity index 58%
rename from asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section7.txt
rename to asr/models/homeostasis_12mai/automate/homeostasis_12mai_section1.txt
index bb614b50940c4176ae0404409d3ca6a7dd1614b6..63825acfbccf74e1e8d9af2a0951ec76b08daab2 100644
--- a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section7.txt
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section1.txt
@@ -1,4 +1,4 @@
-0	1	drop	224	0
+0	1	drop	4	0
 1	2	return	0	0
 1	2	<epsilon>	0	10
 2	3	to	0	0
@@ -7,8 +7,9 @@
 3	4	<epsilon>	0	10
 4	5	center	0	0
 5	100
-0	5	<joker>	224	100
-5	6	<epsilon>	225	0
+0	5	<joker>	4	100
+5	6	<epsilon>	5	0
 6	100
-6	7	<epsilon>	226	0
-7
+6	7	<epsilon>	6	0
+7	8	<epsilon>	7	0
+8
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section1_exit.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section1_exit.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e5703a163db82024b44feadada6669b4dab7588b
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section1_exit.txt
@@ -0,0 +1,6 @@
+0	1	drop	0	0
+1	2	return	0	0
+2	3	to	0	0
+3	4	the	0	0
+4	5	center	3	0
+5
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section2.fst b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section2.fst
new file mode 100644
index 0000000000000000000000000000000000000000..268f437beebb50dffae07c558b0b627ea0e474f2
Binary files /dev/null and b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section2.fst differ
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section2.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section2.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1779bc75f40605616b32439cc4e545a81e03b5ac
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section2.txt
@@ -0,0 +1,78 @@
+0	1	<epsilon>	6	0
+1	2	open	10	0
+2	3	body	0	0
+2	3	<epsilon>	0	10
+3	4	system	0	0
+4	100
+1	4	<joker>	10	100
+4	5	<epsilon>	11	0
+5
+5	6	tell	12	0
+6	7	me	0	0
+7	6	tell	12	0
+7	100
+5	7	<joker>	12	100
+7	8	open	13	0
+8	9	technical	0	0
+8	9	<epsilon>	0	10
+9	10	characteristics	0	0
+10	8	open	13	0
+10	100
+7	10	<joker>	13	100
+10	11	yes	14	0
+11	11	yes	14	0
+11	100
+10	11	<joker>	14	100
+11	12	next	15	0
+12	12	next	15	0
+12	100
+11	12	<joker>	15	100
+12	13	download	16	0
+13	13	download	16	0
+13	100
+12	13	<joker>	16	100
+13	14	yes	17	0
+14	14	yes	17	0
+14	100
+13	14	<joker>	17	100
+14	15	read	18	0
+15	15	read	18	0
+15	100
+14	15	<joker>	18	100
+15	16	download	19	0
+16	16	download	19	0
+16	100
+15	16	<joker>	19	100
+16	17	accept	20	0
+17	18	terms	0	0
+17	18	<epsilon>	0	10
+18	19	and	0	0
+18	19	<epsilon>	0	10
+19	20	conditions	0	0
+19	20	<epsilon>	0	10
+20	21	of	0	0
+20	21	<epsilon>	0	10
+21	22	use	0	0
+21	22	<epsilon>	0	10
+22	23	next	0	0
+23	17	accept	20	0
+23	100
+16	23	<joker>	20	100
+23	24	install	21	0
+24	25	the	0	0
+24	25	<epsilon>	0	10
+25	26	new	0	0
+25	26	<epsilon>	0	10
+26	27	version	0	0
+26	27	<epsilon>	0	10
+27	28	of	0	0
+27	28	<epsilon>	0	10
+28	29	me	0	0
+29	24	install	21	0
+29	100
+23	29	<joker>	21	100
+29	30	<epsilon>	22	0
+30	100
+30	31	<epsilon>	23	0
+31	32	<epsilon>	7	0
+32
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section2_exit.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section2_exit.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0de0eb88cb5f982755ffe6f23431e84b89d4e0b9
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section2_exit.txt
@@ -0,0 +1,6 @@
+0	1	drop	0	0
+1	2	return	0	0
+2	3	to	0	0
+3	4	the	0	0
+4	5	center	9	0
+5
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section3.fst b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section3.fst
new file mode 100644
index 0000000000000000000000000000000000000000..a4ffbffc9bf01871c0f16b1e8303ff85f238bf80
Binary files /dev/null and b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section3.fst differ
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section3.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section3.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f19aebd45d7399a0fcdc91af554553011d983c66
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section3.txt
@@ -0,0 +1,56 @@
+0	1	<epsilon>	23	0
+1	2	import	26	0
+2	3	body	0	0
+2	3	<epsilon>	0	10
+3	4	data	0	0
+4	2	import	26	0
+4	100
+1	4	<joker>	26	100
+4	5	import	27	0
+5	6	organic	0	0
+5	6	<epsilon>	0	10
+6	7	matter	0	0
+6	7	<epsilon>	0	10
+7	8	data	0	0
+8	5	import	27	0
+8	100
+4	8	<joker>	27	100
+8	9	import	28	0
+9	10	temperature	0	0
+10	9	import	28	0
+10	100
+8	10	<joker>	28	100
+10	11	import	29	0
+11	12	time	0	0
+12	11	import	29	0
+12	100
+10	12	<joker>	29	100
+12	13	import	30	0
+13	14	space	0	0
+13	14	<epsilon>	0	10
+14	15	data	0	0
+15	13	import	30	0
+15	100
+12	15	<joker>	30	100
+15	16	import	31	0
+16	17	position	0	0
+17	16	import	31	0
+17	100
+15	17	<joker>	31	100
+17	18	import	32	0
+18	19	body	0	0
+18	19	<epsilon>	0	10
+19	20	subsystems	0	0
+20	18	import	32	0
+20	100
+17	20	<joker>	32	100
+20	21	import	33	0
+21	22	state	0	0
+22	21	import	33	0
+22	100
+20	22	<joker>	33	100
+22	23	<epsilon>	34	0
+23	100
+23	24	<epsilon>	35	0
+24	25	<epsilon>	7	0
+25
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section3_exit.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section3_exit.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ac56bb2966e5917d97d8020654a557c0d80be352
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section3_exit.txt
@@ -0,0 +1,6 @@
+0	1	drop	0	0
+1	2	return	0	0
+2	3	to	0	0
+3	4	the	0	0
+4	5	center	25	0
+5
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section4.fst b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section4.fst
new file mode 100644
index 0000000000000000000000000000000000000000..a34b3c4f5b213431289859b3472f597e5765149a
Binary files /dev/null and b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section4.fst differ
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section4.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section4.txt
similarity index 58%
rename from asr/models/homeostasis_25nov/automate/homeostasis_25nov_section4.txt
rename to asr/models/homeostasis_12mai/automate/homeostasis_12mai_section4.txt
index b7173f30e1eef07f2163f619a06d2d68462a0d5d..e29c667d042dc64b675ab27b54663fa430554346 100644
--- a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section4.txt
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section4.txt
@@ -1,7 +1,5 @@
-0	1	quatro	36	0
-1	100
-0	1	<joker>	36	100
-1	2	open	37	0
+0	1	<epsilon>	35	0
+1	2	open	38	0
 2	3	access	0	0
 2	3	<epsilon>	0	10
 3	4	to	0	0
@@ -10,11 +8,10 @@
 4	5	<epsilon>	0	10
 5	6	functions	0	0
 6	100
-1	6	<joker>	37	100
-6	7	<epsilon>	38	0
+1	6	<joker>	38	100
+6	7	<epsilon>	39	0
 7
-100
-7	8	import	39	0
+7	8	import	40	0
 8	9	body	0	0
 8	9	<epsilon>	0	10
 9	10	functions	0	0
@@ -22,46 +19,46 @@
 10	11	space	0	0
 10	11	<epsilon>	0	10
 11	12	localization	0	0
-12	8	import	39	0
+12	8	import	40	0
 12	100
-7	12	<joker>	39	100
-12	13	import	40	0
+7	12	<joker>	40	100
+12	13	import	41	0
 13	14	body	0	0
 13	14	<epsilon>	0	10
 14	15	functions	0	0
 14	15	<epsilon>	0	10
 15	16	sensations	0	0
-16	13	import	40	0
+16	13	import	41	0
 16	100
-12	16	<joker>	40	100
-16	17	import	41	0
+12	16	<joker>	41	100
+16	17	import	42	0
 17	18	body	0	0
 17	18	<epsilon>	0	10
 18	19	functions	0	0
 18	19	<epsilon>	0	10
 19	20	passion	0	0
-20	17	import	41	0
+20	17	import	42	0
 20	100
-16	20	<joker>	41	100
-20	21	import	42	0
+16	20	<joker>	42	100
+20	21	import	43	0
 21	22	body	0	0
 21	22	<epsilon>	0	10
 22	23	functions	0	0
 22	23	<epsilon>	0	10
 23	24	concentration	0	0
-24	21	import	42	0
+24	21	import	43	0
 24	100
-20	24	<joker>	42	100
-24	25	import	43	0
+20	24	<joker>	43	100
+24	25	import	44	0
 25	26	body	0	0
 25	26	<epsilon>	0	10
 26	27	functions	0	0
 26	27	<epsilon>	0	10
 27	28	perception	0	0
-28	25	import	43	0
+28	25	import	44	0
 28	100
-24	28	<joker>	43	100
-28	29	import	44	0
+24	28	<joker>	44	100
+28	29	import	45	0
 29	30	body	0	0
 29	30	<epsilon>	0	10
 30	31	functions	0	0
@@ -69,37 +66,37 @@
 31	32	formal	0	0
 31	32	<epsilon>	0	10
 32	33	force	0	0
-33	29	import	44	0
+33	29	import	45	0
 33	100
-28	33	<joker>	44	100
-33	34	import	45	0
+28	33	<joker>	45	100
+33	34	import	46	0
 34	35	body	0	0
 34	35	<epsilon>	0	10
 35	36	functions	0	0
 35	36	<epsilon>	0	10
 36	37	logics	0	0
-37	34	import	45	0
+37	34	import	46	0
 37	100
-33	37	<joker>	45	100
-37	38	import	46	0
+33	37	<joker>	46	100
+37	38	import	47	0
 38	39	body	0	0
 38	39	<epsilon>	0	10
 39	40	functions	0	0
 39	40	<epsilon>	0	10
 40	41	imagination	0	0
-41	38	import	46	0
+41	38	import	47	0
 41	100
-37	41	<joker>	46	100
-41	42	import	47	0
+37	41	<joker>	47	100
+41	42	import	48	0
 42	43	body	0	0
 42	43	<epsilon>	0	10
 43	44	functions	0	0
 43	44	<epsilon>	0	10
 44	45	effort	0	0
-45	42	import	47	0
+45	42	import	48	0
 45	100
-41	45	<joker>	47	100
-45	46	import	48	0
+41	45	<joker>	48	100
+45	46	import	49	0
 46	47	body	0	0
 46	47	<epsilon>	0	10
 47	48	functions	0	0
@@ -107,10 +104,10 @@
 48	49	nervous	0	0
 48	49	<epsilon>	0	10
 49	50	system	0	0
-50	46	import	48	0
+50	46	import	49	0
 50	100
-45	50	<joker>	48	100
-50	51	import	49	0
+45	50	<joker>	49	100
+50	51	import	50	0
 51	52	body	0	0
 51	52	<epsilon>	0	10
 52	53	functions	0	0
@@ -118,24 +115,11 @@
 53	54	internal	0	0
 53	54	<epsilon>	0	10
 54	55	network	0	0
-55	51	import	49	0
+55	51	import	50	0
 55	100
-50	55	<joker>	49	100
-55	56	upload	50	0
-56	56	upload	50	0
+50	55	<joker>	50	100
+55	56	<epsilon>	51	0
 56	100
-55	56	<joker>	50	100
-56	57	give	51	0
-57	58	me	0	0
-57	58	<epsilon>	0	10
-58	59	my	0	0
-58	59	<epsilon>	0	10
-59	60	data	0	0
-60	57	give	51	0
-60	100
-56	60	<joker>	51	100
-56	61	<epsilon>	52	0
-60	61	<epsilon>	52	0
-61	100
-61	62	<epsilon>	53	0
-62
+56	57	<epsilon>	52	0
+57	58	<epsilon>	7	0
+58
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section4_exit.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section4_exit.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1d156a4d333c26fbe5e08ad7f2cc6b7f1fc32f61
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section4_exit.txt
@@ -0,0 +1,6 @@
+0	1	drop	0	0
+1	2	return	0	0
+2	3	to	0	0
+3	4	the	0	0
+4	5	center	37	0
+5
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section5.fst b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section5.fst
new file mode 100644
index 0000000000000000000000000000000000000000..71242898f2c21e181069843e50f7b03124913ba5
Binary files /dev/null and b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section5.fst differ
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section5.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section5.txt
new file mode 100644
index 0000000000000000000000000000000000000000..1818c0697cf740cd4aeb4710a359f67da0a37bd3
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section5.txt
@@ -0,0 +1,19 @@
+0	1	<epsilon>	52	0
+1	2	set	55	0
+2	3	up	0	0
+2	3	<epsilon>	0	10
+3	4	the	0	0
+3	4	<epsilon>	0	10
+4	5	connection	0	0
+5	2	set	55	0
+5	100
+1	5	<joker>	55	100
+5	6	silence	56	0
+6	6	silence	56	0
+6	100
+5	6	<joker>	56	100
+6	7	<epsilon>	57	0
+7	100
+7	8	<epsilon>	58	0
+8	9	<epsilon>	7	0
+9
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section5_exit.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section5_exit.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4c9c80a36ace58af4278d56dad6f48fb013787b0
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section5_exit.txt
@@ -0,0 +1,6 @@
+0	1	drop	0	0
+1	2	return	0	0
+2	3	to	0	0
+3	4	the	0	0
+4	5	center	54	0
+5
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section6.fst b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section6.fst
new file mode 100644
index 0000000000000000000000000000000000000000..9843b7f7769ec9c5e1d5edc1992d301491af3f56
Binary files /dev/null and b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section6.fst differ
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section6.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section6.txt
new file mode 100644
index 0000000000000000000000000000000000000000..fa3796e147ae37707487d8e667f38fcbd8e98548
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section6.txt
@@ -0,0 +1,539 @@
+0	1	<epsilon>	58	0
+1	2	<epsilon>	61	0
+2
+2	3	encode	62	0
+3	2	<epsilon>	0	0
+3	100
+2	4	passion	63	0
+4	2	<epsilon>	0	0
+4	100
+2	5	for	64	0
+5	6	located	0	0
+6	2	<epsilon>	0	0
+6	100
+2	7	constellation	65	0
+7	2	<epsilon>	0	0
+7	100
+2	8	center	66	0
+8	2	<epsilon>	0	0
+8	100
+2	9	six	67	0
+9	10	six	0	0
+9	10	<epsilon>	0	10
+10	11	nine	0	0
+11	2	<epsilon>	0	0
+11	100
+2	12	important	68	0
+12	2	<epsilon>	0	0
+12	100
+2	13	some	69	0
+13	2	<epsilon>	0	0
+13	100
+2	14	threads	70	0
+14	2	<epsilon>	0	0
+14	100
+2	15	are	71	0
+15	16	broken	0	0
+16	2	<epsilon>	0	0
+16	100
+2	17	remove	72	0
+17	2	<epsilon>	0	0
+17	100
+2	18	memory	73	0
+18	2	<epsilon>	0	0
+18	100
+2	19	love	74	0
+19	2	<epsilon>	0	0
+19	100
+2	20	love	75	0
+20	2	<epsilon>	0	0
+20	100
+2	21	memory	76	0
+21	2	<epsilon>	0	0
+21	100
+2	22	love	77	0
+22	2	<epsilon>	0	0
+22	100
+2	23	errors	78	0
+23	2	<epsilon>	0	0
+23	100
+2	24	a	79	0
+24	25	identical	0	0
+25	2	<epsilon>	0	0
+25	100
+2	26	identity	80	0
+26	2	<epsilon>	0	0
+26	100
+2	27	identifier	81	0
+27	2	<epsilon>	0	0
+27	100
+2	28	where	82	0
+28	2	<epsilon>	0	0
+28	100
+2	29	answer	83	0
+29	2	<epsilon>	0	0
+29	100
+2	30	being	84	0
+30	2	<epsilon>	0	0
+30	100
+2	31	boing	85	0
+31	2	<epsilon>	0	0
+31	100
+2	32	boot	86	0
+32	2	<epsilon>	0	0
+32	100
+2	33	reboot	87	0
+33	2	<epsilon>	0	0
+33	100
+2	34	border	88	0
+34	35	of	0	0
+35	2	<epsilon>	0	0
+35	100
+2	36	body	89	0
+36	2	<epsilon>	0	0
+36	100
+2	37	body	90	0
+37	2	<epsilon>	0	0
+37	100
+2	38	being	91	0
+38	2	<epsilon>	0	0
+38	100
+2	39	begun	92	0
+39	2	<epsilon>	0	0
+39	100
+2	40	begin	93	0
+40	2	<epsilon>	0	0
+40	100
+2	41	border	94	0
+41	42	of	0	0
+42	2	<epsilon>	0	0
+42	100
+2	43	being	95	0
+43	2	<epsilon>	0	0
+43	100
+2	44	actions	96	0
+44	2	<epsilon>	0	0
+44	100
+2	45	search	97	0
+45	2	<epsilon>	0	0
+45	100
+2	46	answer	98	0
+46	2	<epsilon>	0	0
+46	100
+2	47	the	99	0
+47	2	<epsilon>	0	0
+47	100
+2	48	there	100	0
+48	49	is	0	0
+49	2	<epsilon>	0	0
+49	100
+2	50	there	101	0
+50	51	is	0	0
+51	2	<epsilon>	0	0
+51	100
+2	52	something	102	0
+52	2	<epsilon>	0	0
+52	100
+2	53	body	103	0
+53	2	<epsilon>	0	0
+53	100
+2	54	password	104	0
+54	2	<epsilon>	0	0
+54	100
+2	55	pancreas	105	0
+55	2	<epsilon>	0	0
+55	100
+2	56	give	106	0
+56	2	<epsilon>	0	0
+56	100
+2	57	you	107	0
+57	2	<epsilon>	0	0
+57	100
+2	58	your	108	0
+58	2	<epsilon>	0	0
+58	100
+2	59	give	109	0
+59	2	<epsilon>	0	0
+59	100
+2	60	me	110	0
+60	2	<epsilon>	0	0
+60	100
+2	61	your	111	0
+61	2	<epsilon>	0	0
+61	100
+2	62	data	112	0
+62	2	<epsilon>	0	0
+62	100
+2	63	give	113	0
+63	2	<epsilon>	0	0
+63	100
+2	64	me	114	0
+64	2	<epsilon>	0	0
+64	100
+2	65	your(s)	115	0
+65	2	<epsilon>	0	0
+65	100
+2	66	give	116	0
+66	2	<epsilon>	0	0
+66	100
+2	67	me	117	0
+67	2	<epsilon>	0	0
+67	100
+2	68	your(s)	118	0
+68	2	<epsilon>	0	0
+68	100
+2	69	data	119	0
+69	2	<epsilon>	0	0
+69	100
+2	70	begun	120	0
+70	2	<epsilon>	0	0
+70	100
+2	71	begin	121	0
+71	2	<epsilon>	0	0
+71	100
+2	72	wins	122	0
+72	2	<epsilon>	0	0
+72	100
+2	73	blood	123	0
+73	2	<epsilon>	0	0
+73	100
+2	74	everywhere	124	0
+74	2	<epsilon>	0	0
+74	100
+2	75	give	125	0
+75	2	<epsilon>	0	0
+75	100
+2	76	give	126	0
+76	2	<epsilon>	0	0
+76	100
+2	77	your(s)	127	0
+77	2	<epsilon>	0	0
+77	100
+2	78	blood	128	0
+78	2	<epsilon>	0	0
+78	100
+2	79	golden	129	0
+79	2	<epsilon>	0	0
+79	100
+2	80	golden	130	0
+80	2	<epsilon>	0	0
+80	100
+2	81	data	131	0
+81	2	<epsilon>	0	0
+81	100
+2	82	protein	132	0
+82	83	protection	0	0
+82	83	<epsilon>	0	10
+83	84	amino-acid	0	0
+84	2	<epsilon>	0	0
+84	100
+2	85	where	133	0
+85	2	<epsilon>	0	0
+85	100
+2	86	bilar	134	0
+86	2	<epsilon>	0	0
+86	100
+2	87	violence	135	0
+87	88	segment	0	0
+88	2	<epsilon>	0	0
+88	100
+2	89	segregation	136	0
+89	2	<epsilon>	0	0
+89	100
+2	90	memory	137	0
+90	2	<epsilon>	0	0
+90	100
+2	91	encode	138	0
+91	2	<epsilon>	0	0
+91	100
+2	92	where	139	0
+92	2	<epsilon>	0	0
+92	100
+2	93	where	140	0
+93	2	<epsilon>	0	0
+93	100
+2	94	body	141	0
+94	2	<epsilon>	0	0
+94	100
+2	95	where	142	0
+95	2	<epsilon>	0	0
+95	100
+2	96	body	143	0
+96	2	<epsilon>	0	0
+96	100
+2	97	where	144	0
+97	2	<epsilon>	0	0
+97	100
+2	98	where	145	0
+98	2	<epsilon>	0	0
+98	100
+2	99	give	146	0
+99	2	<epsilon>	0	0
+99	100
+2	100	data	147	0
+100	2	<epsilon>	0	0
+100	100
+2	101	clouds	148	0
+101	2	<epsilon>	0	0
+101	100
+2	102	something	149	0
+102	2	<epsilon>	0	0
+102	100
+2	103	being	150	0
+103	2	<epsilon>	0	0
+103	100
+2	104	where	151	0
+104	2	<epsilon>	0	0
+104	100
+2	105	where	152	0
+105	2	<epsilon>	0	0
+105	100
+2	106	give	153	0
+106	2	<epsilon>	0	0
+106	100
+2	107	data	154	0
+107	2	<epsilon>	0	0
+107	100
+2	108	muscular	155	0
+108	109	oxygen	0	0
+109	2	<epsilon>	0	0
+109	100
+109	110	<epsilon>	156	0
+110
+110	111	code	157	0
+111	110	<epsilon>	0	0
+111	100
+111	112	<epsilon>	158	0
+112
+112	113	more	159	0
+113	114	real	0	0
+113	114	<epsilon>	0	10
+114	115	than	0	0
+114	115	<epsilon>	0	10
+115	116	reality	0	0
+116	112	<epsilon>	0	0
+116	100
+116	117	<epsilon>	160	0
+117
+117	118	clouds	161	0
+118	117	<epsilon>	0	0
+118	100
+117	119	beautiful	162	0
+119	117	<epsilon>	0	0
+119	100
+117	120	data	163	0
+120	117	<epsilon>	0	0
+120	100
+117	121	clouds	164	0
+121	117	<epsilon>	0	0
+121	100
+117	122	rain	165	0
+122	123	of	0	0
+122	123	<epsilon>	0	10
+123	124	identities	0	0
+124	117	<epsilon>	0	0
+124	100
+117	125	storm	166	0
+125	126	of	0	0
+125	126	<epsilon>	0	10
+126	127	possibilities	0	0
+127	117	<epsilon>	0	0
+127	100
+117	128	body	167	0
+128	117	<epsilon>	0	0
+128	100
+117	129	wifi	168	0
+129	117	<epsilon>	0	0
+129	100
+117	130	search	169	0
+130	117	<epsilon>	0	0
+130	100
+117	131	and	170	0
+131	132	redo	0	0
+132	117	<epsilon>	0	0
+132	100
+117	133	connection	171	0
+133	117	<epsilon>	0	0
+133	100
+117	134	connect	172	0
+134	135	me	0	0
+134	135	<epsilon>	0	10
+135	136	to	0	0
+135	136	<epsilon>	0	10
+136	137	this	0	0
+136	137	<epsilon>	0	10
+137	138	network	0	0
+138	117	<epsilon>	0	0
+138	100
+117	139	function	173	0
+139	117	<epsilon>	0	0
+139	100
+117	140	looking	174	0
+140	141	for	0	0
+141	117	<epsilon>	0	0
+141	100
+117	142	something	175	0
+142	117	<epsilon>	0	0
+142	100
+117	143	must	176	0
+143	117	<epsilon>	0	0
+143	100
+117	144	stay	177	0
+144	117	<epsilon>	0	0
+144	100
+117	145	something	178	0
+145	117	<epsilon>	0	0
+145	100
+117	146	must	179	0
+146	117	<epsilon>	0	0
+146	100
+117	147	exist	180	0
+147	117	<epsilon>	0	0
+147	100
+117	148	thread	181	0
+148	117	<epsilon>	0	0
+148	100
+117	149	something	182	0
+149	117	<epsilon>	0	0
+149	100
+117	150	exists	183	0
+150	117	<epsilon>	0	0
+150	100
+117	151	between	184	0
+151	152	recollection	0	0
+151	152	<epsilon>	0	10
+152	153	and	0	0
+152	153	<epsilon>	0	10
+153	154	oblivion	0	0
+154	117	<epsilon>	0	0
+154	100
+117	155	a	185	0
+155	156	tension	0	0
+155	156	<epsilon>	0	10
+156	157	an	0	0
+156	157	<epsilon>	0	10
+157	158	echo	0	0
+157	158	<epsilon>	0	10
+158	159	an	0	0
+158	159	<epsilon>	0	10
+159	160	emptiness	0	0
+160	117	<epsilon>	0	0
+160	100
+117	161	something	186	0
+161	117	<epsilon>	0	0
+161	100
+117	162	rare	187	0
+162	117	<epsilon>	0	0
+162	100
+117	163	stays	188	0
+163	117	<epsilon>	0	0
+163	100
+117	164	through	189	0
+164	117	<epsilon>	0	0
+164	100
+117	165	nothing	190	0
+165	166	more	0	0
+165	166	<epsilon>	0	10
+166	167	strange	0	0
+166	167	<epsilon>	0	10
+167	168	than	0	0
+167	168	<epsilon>	0	10
+168	169	this	0	0
+168	169	<epsilon>	0	10
+169	170	exile	0	0
+170	117	<epsilon>	0	0
+170	100
+117	171	an	191	0
+171	172	absolute	0	0
+171	172	<epsilon>	0	10
+172	173	abyss	0	0
+173	117	<epsilon>	0	0
+173	100
+117	174	a	192	0
+174	175	creaking	0	0
+174	175	<epsilon>	0	10
+175	176	of	0	0
+175	176	<epsilon>	0	10
+176	177	the	0	0
+176	177	<epsilon>	0	10
+177	178	bones	0	0
+178	117	<epsilon>	0	0
+178	100
+117	179	a	193	0
+179	180	barbarian	0	0
+179	180	<epsilon>	0	10
+180	181	invasion	0	0
+181	117	<epsilon>	0	0
+181	100
+117	182	the	194	0
+182	183	carelessness	0	0
+182	183	<epsilon>	0	10
+183	184	of	0	0
+183	184	<epsilon>	0	10
+184	185	destinies	0	0
+185	117	<epsilon>	0	0
+185	100
+117	186	wringing	195	0
+186	187	out	0	0
+186	187	<epsilon>	0	10
+187	188	the	0	0
+188	117	<epsilon>	0	0
+188	100
+117	189	blood	196	0
+189	117	<epsilon>	0	0
+189	100
+117	190	something	197	0
+190	117	<epsilon>	0	0
+190	100
+117	191	should	198	0
+191	117	<epsilon>	0	0
+191	100
+117	192	must	199	0
+192	117	<epsilon>	0	0
+192	100
+117	193	something	200	0
+193	117	<epsilon>	0	0
+193	100
+117	194	stays	201	0
+194	117	<epsilon>	0	0
+194	100
+117	195	drop	202	0
+195	196	return	0	0
+195	196	<epsilon>	0	10
+196	197	to	0	0
+196	197	<epsilon>	0	10
+197	198	the	0	0
+197	198	<epsilon>	0	10
+198	199	center	0	0
+199	117	<epsilon>	0	0
+199	100
+199	200	<epsilon>	203	0
+200
+200	201	functions	204	0
+201	200	<epsilon>	0	0
+201	100
+200	202	it	205	0
+202	203	is	0	0
+202	203	<epsilon>	0	10
+203	204	the	0	0
+203	204	<epsilon>	0	10
+204	205	code	0	0
+205	200	<epsilon>	0	0
+205	100
+205	206	<epsilon>	206	0
+206
+206	207	autoproduced	207	0
+207	208	images	0	0
+208	206	<epsilon>	0	0
+208	100
+208	209	<epsilon>	208	0
+209
+209	210	immaterial	209	0
+210	211	universe	0	0
+211	209	<epsilon>	0	0
+211	100
+211	212	<epsilon>	210	0
+212	100
+212	213	<epsilon>	211	0
+213	214	<epsilon>	7	0
+214
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section6_exit.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section6_exit.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0f2aac0bfa5856154d5f6c53338c56edf45b1972
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section6_exit.txt
@@ -0,0 +1,6 @@
+0	1	drop	0	0
+1	2	return	0	0
+2	3	to	0	0
+3	4	the	0	0
+4	5	center	60	0
+5
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section7.fst b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section7.fst
new file mode 100644
index 0000000000000000000000000000000000000000..a7ff0ce95c8d22ae8afa256e3010fb789c5cb36d
Binary files /dev/null and b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section7.fst differ
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section7.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section7.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0f9d8def7f67dfea1d958f33fa6eebfb594e41f0
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section7.txt
@@ -0,0 +1,16 @@
+0	1	<epsilon>	211	0
+1	2	drop	214	0
+2	3	return	0	0
+2	3	<epsilon>	0	10
+3	4	to	0	0
+3	4	<epsilon>	0	10
+4	5	the	0	0
+4	5	<epsilon>	0	10
+5	6	center	0	0
+6	100
+1	6	<joker>	214	100
+6	7	<epsilon>	215	0
+7	100
+7	8	<epsilon>	216	0
+8	9	<epsilon>	7	0
+9
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section7_exit.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section7_exit.txt
new file mode 100644
index 0000000000000000000000000000000000000000..83be2442c313664ba1c910a03326e75c322b3496
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section7_exit.txt
@@ -0,0 +1,6 @@
+0	1	drop	0	0
+1	2	return	0	0
+2	3	to	0	0
+3	4	the	0	0
+4	5	center	213	0
+5
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section8.fst b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section8.fst
new file mode 100644
index 0000000000000000000000000000000000000000..0b0eddced0fe33e0aa3882d6acb8b7827897a9a1
Binary files /dev/null and b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section8.fst differ
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section8.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section8.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3be82d1b9cb1a9b30d921061b9e4927220e6f502
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section8.txt
@@ -0,0 +1,204 @@
+0	1	<epsilon>	216	0
+0	2	search	219	0
+2	3	for	0	0
+2	3	<epsilon>	0	10
+3	4	sequences	0	0
+3	4	<epsilon>	0	10
+4	5	producing	0	0
+4	5	<epsilon>	0	10
+5	6	significant	0	0
+5	6	<epsilon>	0	10
+6	7	alignments	0	0
+6	7	<epsilon>	0	10
+7	8	in	0	0
+7	8	<epsilon>	0	10
+8	9	genetic	0	0
+8	9	<epsilon>	0	10
+9	10	database	0	0
+10	0	<epsilon>	0	0
+10	100
+0	11	record	220	0
+11	12	this	0	0
+11	12	<epsilon>	0	10
+12	13	new	0	0
+12	13	<epsilon>	0	10
+13	14	genetic	0	0
+13	14	<epsilon>	0	10
+14	15	sequence	0	0
+15	0	<epsilon>	0	0
+15	100
+0	16	stop	221	0
+16	17	to	0	0
+16	17	<epsilon>	0	10
+17	18	code	0	0
+18	0	<epsilon>	0	0
+18	100
+0	19	modify	222	0
+19	20	this	0	0
+19	20	<epsilon>	0	10
+20	21	memory	0	0
+21	0	<epsilon>	0	0
+21	100
+0	22	start	223	0
+22	23	mutation	0	0
+22	23	<epsilon>	0	10
+23	24	process	0	0
+24	0	<epsilon>	0	0
+24	100
+0	25	tiger	224	0
+25	26	mutation	0	0
+25	26	<epsilon>	0	10
+26	27	sequence	0	0
+27	0	<epsilon>	0	0
+27	100
+0	28	lyon	225	0
+28	29	zebra	0	0
+28	29	<epsilon>	0	10
+29	30	fish	0	0
+29	30	<epsilon>	0	10
+30	31	mutation	0	0
+31	0	<epsilon>	0	0
+31	100
+0	32	save	226	0
+32	33	this	0	0
+32	33	<epsilon>	0	10
+33	34	memory	0	0
+33	34	<epsilon>	0	10
+34	35	in	0	0
+34	35	<epsilon>	0	10
+35	36	genetic	0	0
+35	36	<epsilon>	0	10
+36	37	database	0	0
+37	0	<epsilon>	0	0
+37	100
+0	38	go	227	0
+38	39	to	0	0
+38	39	<epsilon>	0	10
+39	40	next	0	0
+39	40	<epsilon>	0	10
+40	41	memory	0	0
+41	0	<epsilon>	0	0
+41	100
+0	42	compile	228	0
+42	43	the	0	0
+42	43	<epsilon>	0	10
+43	44	transcription	0	0
+43	44	<epsilon>	0	10
+44	45	program	0	0
+45	0	<epsilon>	0	0
+45	100
+0	46	erase	229	0
+46	47	this	0	0
+46	47	<epsilon>	0	10
+47	48	memory	0	0
+48	0	<epsilon>	0	0
+48	100
+0	49	drop	230	0
+49	50	return	0	0
+49	50	<epsilon>	0	10
+50	51	to	0	0
+50	51	<epsilon>	0	10
+51	52	the	0	0
+51	52	<epsilon>	0	10
+52	53	center	0	0
+53	0	<epsilon>	0	0
+53	100
+53	54	<epsilon>	231	0
+54
+54	55	wait	232	0
+55	56	write	0	0
+55	56	<epsilon>	0	10
+56	57	this	0	0
+56	57	<epsilon>	0	10
+57	58	sequence	0	0
+57	58	<epsilon>	0	10
+58	59	proposition	0	0
+59	54	<epsilon>	0	0
+59	100
+54	60	the	233	0
+60	61	sequence	0	0
+60	61	<epsilon>	0	10
+61	62	of	0	0
+61	62	<epsilon>	0	10
+62	63	the	0	0
+62	63	<epsilon>	0	10
+63	64	ancestral	0	0
+63	64	<epsilon>	0	10
+64	65	comunication	0	0
+65	54	<epsilon>	0	0
+65	100
+54	66	the	234	0
+66	67	sequence	0	0
+66	67	<epsilon>	0	10
+67	68	of	0	0
+67	68	<epsilon>	0	10
+68	69	the	0	0
+68	69	<epsilon>	0	10
+69	70	language	0	0
+69	70	<epsilon>	0	10
+70	71	of	0	0
+70	71	<epsilon>	0	10
+71	72	the	0	0
+71	72	<epsilon>	0	10
+72	73	planets	0	0
+73	54	<epsilon>	0	0
+73	100
+54	74	drop	235	0
+74	75	return	0	0
+74	75	<epsilon>	0	10
+75	76	to	0	0
+75	76	<epsilon>	0	10
+76	77	the	0	0
+76	77	<epsilon>	0	10
+77	78	center	0	0
+78	54	<epsilon>	0	0
+78	100
+78	79	<epsilon>	236	0
+79
+79	80	phase	237	0
+80	81	of	0	0
+80	81	<epsilon>	0	10
+81	82	genetic	0	0
+81	82	<epsilon>	0	10
+82	83	evolution	0	0
+82	83	<epsilon>	0	10
+83	84	number	0	0
+83	84	<epsilon>	0	10
+84	85	nine	0	0
+84	85	<epsilon>	0	10
+85	86	dot	0	0
+85	86	<epsilon>	0	10
+86	87	nine	0	0
+86	87	<epsilon>	0	10
+87	88	dot	0	0
+87	88	<epsilon>	0	10
+88	89	nine	0	0
+89	100
+79	89	<joker>	237	100
+89	90	try	238	0
+90	91	with	0	0
+90	91	<epsilon>	0	10
+91	92	blood	0	0
+92	100
+89	92	<joker>	238	100
+92	93	try	239	0
+93	94	with	0	0
+93	94	<epsilon>	0	10
+94	95	soul	0	0
+95	100
+92	95	<joker>	239	100
+95	96	drop	240	0
+96	97	return	0	0
+96	97	<epsilon>	0	10
+97	98	to	0	0
+97	98	<epsilon>	0	10
+98	99	the	0	0
+98	99	<epsilon>	0	10
+99	100	center	0	0
+100	100
+95	100	<joker>	240	100
+100	101	<epsilon>	241	0
+101	100
+101	102	<epsilon>	242	0
+102	103	<epsilon>	7	0
+103
diff --git a/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section8_exit.txt b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section8_exit.txt
new file mode 100644
index 0000000000000000000000000000000000000000..40ab6616c1edf4fb00f468cfeb421f559f115b50
--- /dev/null
+++ b/asr/models/homeostasis_12mai/automate/homeostasis_12mai_section8_exit.txt
@@ -0,0 +1,6 @@
+0	1	drop	0	0
+1	2	return	0	0
+2	3	to	0	0
+3	4	the	0	0
+4	5	center	218	0
+5
diff --git a/asr/models/homeostasis_25nov/conf b/asr/models/homeostasis_12mai/conf
similarity index 100%
rename from asr/models/homeostasis_25nov/conf
rename to asr/models/homeostasis_12mai/conf
diff --git a/asr/models/homeostasis_25nov/final.mdl b/asr/models/homeostasis_12mai/final.mdl
similarity index 100%
rename from asr/models/homeostasis_25nov/final.mdl
rename to asr/models/homeostasis_12mai/final.mdl
diff --git a/asr/models/homeostasis_12mai/homeostasis_12mai.action b/asr/models/homeostasis_12mai/homeostasis_12mai.action
new file mode 100644
index 0000000000000000000000000000000000000000..cc6c30784deb2e9f4b57503adebec2da29d3e31b
--- /dev/null
+++ b/asr/models/homeostasis_12mai/homeostasis_12mai.action
@@ -0,0 +1,224 @@
+action(1,1,0,"#end","drop_return_to_the_center")	drop return to the center
+action(1,1,1,"#ENDSEQUENCE(1)","")	drop return to the center
+action(1,1,1,"#ENDSECTION(1)","")	WARNING
+action(2,1,1,"open_scene2.1","open_body_system")	WARNING
+action(2,1,2,"#ENDSEQUENCE(1)","")	WARNING
+action(2,2,2,"open_scene2.2","tell_me")	WARNING
+action(2,2,3,"open_scene2.3","open_technical_characteristics")	WARNING
+action(2,2,4,"open_scene2.4","yes")	WARNING
+action(2,2,5,"open_scene2.5","next")	WARNING
+action(2,2,6,"open_scene2.6","download")	WARNING
+action(2,2,7,"open_scene2.7","yes")	WARNING
+action(2,2,8,"open_scene2.8","read")	WARNING
+action(2,2,9,"open_scene2.9","download")	WARNING
+action(2,2,10,"open_scene2.10","accept_terms_and_conditions_of_use_next")	WARNING
+action(2,2,11,"open_scene2.11","install_the_new_version_of_me")	WARNING
+action(2,2,12,"#ENDSEQUENCE(2)","")	WARNING
+action(2,2,12,"#ENDSECTION(2)","")	WARNING
+action(3,1,12,"open_scene3.1","import_body_data")	WARNING
+action(3,1,13,"open_scene3.2","import_organic_matter_data")	WARNING
+action(3,1,14,"open_scene3.3","import_temperature")	WARNING
+action(3,1,15,"open_scene3.4","import_time")	WARNING
+action(3,1,16,"open_scene3.5","import_space_data")	WARNING
+action(3,1,17,"open_scene3.6","import_position")	WARNING
+action(3,1,18,"open_scene3.7","import_body_subsystems")	WARNING
+action(3,1,19,"open_scene3.8","import_state")	WARNING
+action(3,1,20,"#ENDSEQUENCE(1)","")	WARNING
+action(3,1,20,"#ENDSECTION(3)","")	WARNING
+action(4,1,20,"open_scene4.1","open_access_to_body_functions")	WARNING
+action(4,1,21,"#ENDSEQUENCE(1)","")	WARNING
+action(4,2,21,"open_scene4.2","import_body_functions_space_localization")	WARNING
+action(4,2,22,"open_scene4.3","import_body_functions_sensations")	WARNING
+action(4,2,23,"open_scene4.4","import_body_functions_passion")	WARNING
+action(4,2,24,"open_scene4.5","import_body_functions_concentration")	WARNING
+action(4,2,25,"open_scene4.6","import_body_functions_perception")	WARNING
+action(4,2,26,"open_scene4.7","import_body_functions_formal_force")	WARNING
+action(4,2,27,"open_scene4.8","import_body_functions_logics")	WARNING
+action(4,2,28,"open_scene4.9","import_body_functions_imagination")	WARNING
+action(4,2,29,"open_scene4.10","import_body_functions_effort")	WARNING
+action(4,2,30,"open_scene4.11","import_body_functions_nervous_system")	WARNING
+action(4,2,31,"open_scene4.12","import_body_functions_internal_network")	WARNING
+action(4,2,32,"#ENDSEQUENCE(2)","")	WARNING
+action(4,2,32,"#ENDSECTION(4)","")	WARNING
+action(5,1,32,"open_scene5.1","set_up_the_connection")	WARNING
+action(5,1,33,"stop_system_voice","silence")	WARNING
+action(5,1,34,"#ENDSEQUENCE(1)","")	WARNING
+action(5,1,34,"#ENDSECTION(5)","")	WARNING
+action(6,1,34,"#ENDSEQUENCE(1)","")	WARNING
+action(6,2,34,"constellation","encode")	WARNING
+action(6,2,35,"constellation","passion")	WARNING
+action(6,2,36,"constellation","for_located")	WARNING
+action(6,2,37,"constellation","constellation")	WARNING
+action(6,2,38,"constellation","center")	WARNING
+action(6,2,39,"constellation","six_six_nine")	WARNING
+action(6,2,40,"amplification2","important")	WARNING
+action(6,2,41,"constellation","some")	WARNING
+action(6,2,42,"amplification1","threads")	WARNING
+action(6,2,43,"constellation","are_broken")	WARNING
+action(6,2,44,"constellation","remove")	WARNING
+action(6,2,45,"constellation","memory")	WARNING
+action(6,2,46,"constellation","love")	WARNING
+action(6,2,47,"amplification1","love")	WARNING
+action(6,2,48,"amplification1","memory")	WARNING
+action(6,2,49,"amplification2","love")	WARNING
+action(6,2,50,"amplification1","errors")	WARNING
+action(6,2,51,"constellation","a_identical")	WARNING
+action(6,2,52,"constellation","identity")	WARNING
+action(6,2,53,"constellation","identifier")	WARNING
+action(6,2,54,"constellation","where")	WARNING
+action(6,2,55,"constellation","answer")	WARNING
+action(6,2,56,"constellation","being")	WARNING
+action(6,2,57,"constellation","boing")	WARNING
+action(6,2,58,"constellation","boot")	WARNING
+action(6,2,59,"constellation","reboot")	WARNING
+action(6,2,60,"constellation","border_of")	WARNING
+action(6,2,61,"amplification1","body")	WARNING
+action(6,2,62,"amplification2","body")	WARNING
+action(6,2,63,"amplification1","being")	WARNING
+action(6,2,64,"constellation","begun")	WARNING
+action(6,2,65,"constellation","begin")	WARNING
+action(6,2,66,"amplification1","border_of")	WARNING
+action(6,2,67,"amplification2","being")	WARNING
+action(6,2,68,"constellation","actions")	WARNING
+action(6,2,69,"amplification1","search")	WARNING
+action(6,2,70,"amplification1","answer")	WARNING
+action(6,2,71,"amplification1","the")	WARNING
+action(6,2,72,"constellation","there_is")	WARNING
+action(6,2,73,"amplification1","there_is")	WARNING
+action(6,2,74,"amplification6","something")	WARNING
+action(6,2,75,"amplification3","body")	WARNING
+action(6,2,76,"constellation","password")	WARNING
+action(6,2,77,"constellation","pancreas")	WARNING
+action(6,2,78,"constellation","give")	WARNING
+action(6,2,79,"constellation","you")	WARNING
+action(6,2,80,"constellation","your")	WARNING
+action(6,2,81,"amplification3","give")	WARNING
+action(6,2,82,"amplification3","me")	WARNING
+action(6,2,83,"amplification1","your")	WARNING
+action(6,2,84,"amplification2","data")	WARNING
+action(6,2,85,"amplification4","give")	WARNING
+action(6,2,86,"amplification4","me")	WARNING
+action(6,2,87,"amplification2","your(s)")	WARNING
+action(6,2,88,"amplification5","give")	WARNING
+action(6,2,89,"amplification5","me")	WARNING
+action(6,2,90,"amplification3","your(s)")	WARNING
+action(6,2,91,"amplification3","data")	WARNING
+action(6,2,92,"amplification1","begun")	WARNING
+action(6,2,93,"amplification1","begin")	WARNING
+action(6,2,94,"amplification1","wins")	WARNING
+action(6,2,95,"amplification1","blood")	WARNING
+action(6,2,96,"constellation","everywhere")	WARNING
+action(6,2,97,"amplification6","give")	WARNING
+action(6,2,98,"amplification7","give")	WARNING
+action(6,2,99,"amplification4","your(s)")	WARNING
+action(6,2,100,"amplification2","blood")	WARNING
+action(6,2,101,"constellation","golden")	WARNING
+action(6,2,102,"amplification1","golden")	WARNING
+action(6,2,103,"amplification4","data")	WARNING
+action(6,2,104,"constellation","protein_protection_amino-acid")	WARNING
+action(6,2,105,"amplification1","where")	WARNING
+action(6,2,106,"constellation","bilar")	WARNING
+action(6,2,107,"constellation","violence_segment")	WARNING
+action(6,2,108,"constellation","segregation")	WARNING
+action(6,2,109,"amplification2","memory")	WARNING
+action(6,2,110,"amplification1","encode")	WARNING
+action(6,2,111,"amplification2","where")	WARNING
+action(6,2,112,"amplification3","where")	WARNING
+action(6,2,113,"amplification4","body")	WARNING
+action(6,2,114,"amplification4","where")	WARNING
+action(6,2,115,"amplification5","body")	WARNING
+action(6,2,116,"amplification5","where")	WARNING
+action(6,2,117,"amplification6","where")	WARNING
+action(6,2,118,"amplification8","give")	WARNING
+action(6,2,119,"amplification5","data")	WARNING
+action(6,2,120,"amplification2","clouds")	WARNING
+action(6,2,121,"amplification7","something")	WARNING
+action(6,2,122,"amplification3","being")	WARNING
+action(6,2,123,"amplification7","where")	WARNING
+action(6,2,124,"amplification8","where")	WARNING
+action(6,2,125,"amplification9","give")	WARNING
+action(6,2,126,"amplification6","data")	WARNING
+action(6,2,127,"#end","muscular_oxygen")	WARNING
+action(6,2,128,"#ENDSEQUENCE(2)","")	WARNING
+action(6,3,128,"#end","code")	WARNING
+action(6,3,129,"#ENDSEQUENCE(3)","")	WARNING
+action(6,4,129,"#end","more_real_than_reality")	WARNING
+action(6,4,130,"#ENDSEQUENCE(4)","")	WARNING
+action(6,5,130,"constellation","clouds")	WARNING
+action(6,5,131,"constellation","beautiful")	WARNING
+action(6,5,132,"constellation","data")	WARNING
+action(6,5,133,"amplification1","clouds")	WARNING
+action(6,5,134,"constellation","rain_of_identities")	WARNING
+action(6,5,135,"constellation","storm_of_possibilities")	WARNING
+action(6,5,136,"constellation","body")	WARNING
+action(6,5,137,"constellation","wifi")	WARNING
+action(6,5,138,"constellation","search")	WARNING
+action(6,5,139,"constellation","and_redo")	WARNING
+action(6,5,140,"constellation","connection")	WARNING
+action(6,5,141,"constellation","connect_me_to_this_network")	WARNING
+action(6,5,142,"constellation","function")	WARNING
+action(6,5,143,"constellation","looking_for")	WARNING
+action(6,5,144,"amplification1","something")	WARNING
+action(6,5,145,"constellation","must")	WARNING
+action(6,5,146,"constellation","stay")	WARNING
+action(6,5,147,"amplification1","something")	WARNING
+action(6,5,148,"amplification1","must")	WARNING
+action(6,5,149,"constellation","exist")	WARNING
+action(6,5,150,"constellation","thread")	WARNING
+action(6,5,151,"amplification2","something")	WARNING
+action(6,5,152,"amplification1","exists")	WARNING
+action(6,5,153,"constellation","between_recollection_and_oblivion")	WARNING
+action(6,5,154,"constellation","a_tension_an_echo_an_emptiness")	WARNING
+action(6,5,155,"amplification3","something")	WARNING
+action(6,5,156,"constellation","rare")	WARNING
+action(6,5,157,"amplification1","stays")	WARNING
+action(6,5,158,"constellation","through")	WARNING
+action(6,5,159,"constellation","nothing_more_strange_than_this_exile")	WARNING
+action(6,5,160,"constellation","an_absolute_abyss")	WARNING
+action(6,5,161,"constellation","a_creaking_of_the_bones")	WARNING
+action(6,5,162,"constellation","a_barbarian_invasion")	WARNING
+action(6,5,163,"constellation","the_carelessness_of_destinies")	WARNING
+action(6,5,164,"constellation","wringing_out_the")	WARNING
+action(6,5,165,"constellation","blood")	WARNING
+action(6,5,166,"amplification4","something")	WARNING
+action(6,5,167,"constellation","should")	WARNING
+action(6,5,168,"amplification2","must")	WARNING
+action(6,5,169,"amplification5","something")	WARNING
+action(6,5,170,"amplification2","stays")	WARNING
+action(6,5,171,"#end","drop_return_to_the_center")	WARNING
+action(6,5,172,"#ENDSEQUENCE(5)","")	WARNING
+action(6,6,172,"amplification2","functions")	WARNING
+action(6,6,173,"#end","it_is_the_code")	WARNING
+action(6,6,174,"#ENDSEQUENCE(6)","")	WARNING
+action(6,7,174,"#end","autoproduced_images")	WARNING
+action(6,7,175,"#ENDSEQUENCE(7)","")	WARNING
+action(6,8,175,"#end","immaterial_universe")	WARNING
+action(6,8,176,"#ENDSEQUENCE(8)","")	WARNING
+action(6,8,176,"#ENDSECTION(6)","")	WARNING
+action(7,1,176,"#end","drop_return_to_the_center")	WARNING
+action(7,1,177,"#ENDSEQUENCE(1)","")	WARNING
+action(7,1,177,"#ENDSECTION(7)","")	WARNING
+action(8,1,177,"open_scene8.1","search_for_sequences_producing_significant_alignments_in_genetic_database")	search for sequences producing significant alignments in genetic database
+action(8,1,178,"memorise_loop","record_this_new_genetic_sequence")	record this new genetic sequence
+action(8,1,179,"stop_recording","stop_to_code")	stop to code
+action(8,1,180,"modify_loop1","modify_this_memory")	modify this memory
+action(8,1,181,"modify_loop2","start_mutation_process")	start mutation process
+action(8,1,182,"modify_loop3","tiger_mutation_sequence")	tiger mutation sequence
+action(8,1,183,"modify_loop4","lyon_zebra_fish_mutation")	lyon zebra fish mutation
+action(8,1,184,"erase_loop","save_this_memory_in_genetic_database")	save this memory in genetic database
+action(8,1,185,"next_sequence","go_to_next_memory")	go to next memory
+action(8,1,186,"supperposition","compile_the_transcription_program")	compile the transcription program
+action(8,1,187,"erase_loop","erase_this_memory")	erase this memory
+action(8,1,188,"#end","drop_return_to_the_center")	drop return to the center
+action(8,1,189,"#ENDSEQUENCE(1)","")	drop return to the center
+action(8,2,189,"open_scene8.2","wait_write_this_sequence_proposition")	drop return to the center wait write this sequence proposition
+action(8,2,190,"write_seq1","the_sequence_of_the_ancestral_comunication")	drop return to the center the sequence of the ancestral comunication
+action(8,2,191,"write_seq2","the_sequence_of_the_language_of_the_planets")	drop return to the center the sequence of the language of the planets
+action(8,2,192,"#end","drop_return_to_the_center")	drop return to the center drop return to the center
+action(8,2,193,"#ENDSEQUENCE(2)","")	drop return to the center drop return to the center
+action(8,3,193,"open_scene9","phase_of_genetic_evolution_number_nine_dot_nine_dot_nine")	drop return to the center drop return to the center phase of genetic evolution number nine dot nine dot nine
+action(8,3,194,"open_scene9.2","try_with_blood")	drop return to the center drop return to the center phase of genetic evolution number nine dot nine dot nine try with blood
+action(8,3,195,"open_scene9.3","try_with_soul")	drop return to the center drop return to the center phase of genetic evolution number nine dot nine dot nine try with blood try with soul
+action(8,3,196,"#end","drop_return_to_the_center")	drop return to the center drop return to the center phase of genetic evolution number nine dot nine dot nine try with blood try with soul drop return to the center
+action(8,3,197,"#ENDSEQUENCE(3)","")	drop return to the center drop return to the center phase of genetic evolution number nine dot nine dot nine try with blood try with soul drop return to the center
+action(8,3,198,"#ENDSECTION(8)","")	WARNING
diff --git a/asr/models/homeostasis_9fevr/homeostasis_9fevr.xml b/asr/models/homeostasis_12mai/homeostasis_12mai.xml
similarity index 76%
rename from asr/models/homeostasis_9fevr/homeostasis_9fevr.xml
rename to asr/models/homeostasis_12mai/homeostasis_12mai.xml
index dc25c254d167a8e5672210f54f728636ac533132..86696adb42c7a6c594d9c975c0c0f287e7ad0572 100644
--- a/asr/models/homeostasis_9fevr/homeostasis_9fevr.xml
+++ b/asr/models/homeostasis_12mai/homeostasis_12mai.xml
@@ -1,634 +1,628 @@
-<homeostasis version="09-02-2015">
-    <liste_section sequences="1,2,3,4,5,6,7,8,9" ordre="variable" repetition="oui" action="exclusive">
-        <section id="1" action="start_scene1">
-            <sequence ordre="strict" repetition="non" action="" lang="eng">
-                <keyword action="start_scene1" lang="eng"> Phase of genetic evolution number one dot one dot one </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-        </section>
-        <section id="2" action="close_scene1/start_scene2">
-            <sequence ordre="strict" repetition="non" action="" lang="esp">
-                <keyword action="open_scene2" lang="eng"> Phase of genetic evolution number two dot two dot two </keyword>
-                <keyword action="open_2.1" lang="eng"> open system </keyword>
-            </sequence>
-            <sequence ordre="strict" repetition="oui" action="" lang="eng"> 
-                <keyword action="open_2.2" lang="eng"> tell me </keyword>
-                <keyword action="open_2.3" lang="eng"> open technical characteristics </keyword>
-                <keyword action="open_2.3" lang="eng"> read </keyword>
-                <keyword action="open_2.4" lang="eng"> next </keyword>
-                <keyword action="open_2.5" lang="eng"> yes </keyword>
-                <keyword action="open_2.6" lang="eng"> read </keyword>
-                <keyword action="open_2.7" lang="eng"> download </keyword>
-                <keyword action="open_2.8" lang="eng"> open the terms and conditions of use of body x epsilon system three point zero </keyword>
-                <keyword action="open_2.9" lang="eng"> accept terms and conditions of use </keyword>
-                <keyword action="open_2.10" lang="eng"> next </keyword>
-                <keyword action="open_2.11" lang="eng"> install the new version of me </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-        </section>
-        <section id="3" action="close_scene2/start_scene3">
-            <sequence ordre="strict" repetition="non" action="" lang="eng">
-                <keyword action="open_scene3" lang="esp"> Phase of genetic evolution number three dot three dot three </keyword>
-            </sequence>
-            <sequence ordre="strict" repetition="oui" action="" lang="eng">
-                <keyword action="open3.1" lang="eng"> import body data </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open3.2" lang="eng"> import organic matter data </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open3.3" lang="eng"> import temperature </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open3.4" lang="eng"> import time </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open3.5" lang="eng"> import space data </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open3.6" lang="eng"> import position </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open3.7" lang="eng"> import body subsystems </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open3.8" lang="eng"> import estate </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-        </section>
-        <section id="4" action="start_scene4">
-            <sequence ordre="strict" repetition="non" action="" lang="eng">
-                <keyword action="open_scene4" lang="esp"> Phase of genetic evolution number four dot four dot four </keyword>
-                <keyword action="open_4.1" lang="eng"> open access to body functions </keyword>
-            </sequence>
-            <sequence ordre="strict" repetition="oui" action="" lang="eng">
-                <keyword action="open_4.2" lang="eng"> import body functions space localization </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.3" lang="eng"> import body functions sensations </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.4" lang="eng"> import body functions passion </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.5" lang="eng"> import body functions concentration </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.6" lang="eng"> import body functions perception </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.7" lang="eng"> import body functions formal force </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.8" lang="eng"> import body functions logics </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.9" lang="eng"> import body functions imagination </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.10" lang="eng"> import body functions effort </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.11" lang="eng"> import body functions nervous system </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.12" lang="eng"> import body functions internal network </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-        </section>
-        <section id="5" action="close_scene4/start_scene5">
-            <sequence ordre="strict" repetition="non" action="" lang="esp">
-                <keyword action="open_scene5" lang="esp"> Phase of genetic evolution number five dot five dot five </keyword>
-            </sequence>
-            <sequence ordre="strict" repetition="oui" action="" lang="eng">
-                <keyword action="open_scene5.1" lang="eng"> set up the connection </keyword>
-                <keyword action="" lang="eng"> open access to memory </keyword>
-                <keyword action="" lang="eng"> import memory data </keyword>
-                <keyword action="" lang="eng"> open memory </keyword>
-                <keyword action="" lang="eng"> deactivate the security system </keyword>
-                <keyword action="" lang="eng"> deactivate the security system of new version </keyword>
-                <keyword action="" lang="eng"> open conditions and terms of use </keyword>
-                <keyword action="" lang="eng"> modify the security conditions of new version anyway </keyword>
-                <keyword action="" lang="eng"> import memory </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-                <keyword action="stop_system_voice" lang="eng"> silence </keyword>
-            </sequence>
-        </section>
-        <section id="6" action="start_scene6">
-            <sequence ordre="strict" repetition="non" action="" lang="eng">
-                <keyword action="" lang="esp"> Phase of genetic evolution number six dot six dot six  </keyword>
-                <keyword action=""  lang="eng"> open network </keyword>
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-                <keyword action= ""> try with functional regulation </keyword>
-                <keyword action="constellation" lang="eng"> encode </keyword>
-                <keyword action="constellation" lang="eng"> passion  </keyword>
-                <keyword action="constellation" lang="eng"> for located </keyword>
-                <keyword action="constellation" lang="eng"> constellation  </keyword>
-                <keyword action="constellation" lang="eng"> center</keyword>
-                <keyword action="constellation" lang="eng"> six six nine</keyword>
-                <keyword action="amplification2" lang="eng"> important</keyword>
-                <keyword action="constellation" lang="eng"> some </keyword>
-                <keyword action="amplification1" lang="eng"> threads </keyword>
-                <keyword action="constellation" lang="eng"> are broken</keyword>
-                <keyword action="constellation" lang="eng"> remove</keyword>
-                <keyword action="constellation" lang="eng"> memory </keyword>
-                <keyword action="constellation" lang="eng"> love</keyword>
-                <keyword action="amplification1" lang="eng"> love</keyword>
-                <keyword action="amplification1" lang="eng"> memory </keyword>
-                <keyword action="amplification2" lang="eng"> love</keyword>
-                <keyword action="amplification1" lang="eng"> errors</keyword>
-                <keyword action="constellation" lang="eng"> a identical</keyword>
-                <keyword action="constellation" lang="eng"> identity </keyword>
-                <keyword action="constellation" lang="eng"> identifier</keyword>
-                <keyword action="constellation" lang="eng"> where</keyword>
-                <keyword action="constellation" lang="eng"> answer</keyword>
-                <keyword action="constellation" lang="eng"> being</keyword>
-                <keyword action="constellation" lang="eng"> boing</keyword>
-                <keyword action="constellation" lang="eng"> boot</keyword>
-                <keyword action="constellation" lang="eng"> reboot</keyword>
-                <keyword action="constellation" lang="eng"> border of </keyword>
-                <keyword action="amplification1" lang="eng"> body </keyword>
-                <keyword action="amplification2" lang="eng"> body </keyword>
-                <keyword action="amplification1" lang="eng"> being</keyword>
-                <keyword action="constellation" lang="eng"> begun</keyword>
-                <keyword action="constellation" lang="eng"> begin</keyword>
-                <keyword action="constellation" lang="eng"> win</keyword>
-                <keyword action="amplification1" lang="eng"> border of </keyword>
-                <keyword action="amplification2" lang="eng"> being</keyword>
-                <keyword action="constellation" lang="eng"> actions</keyword>
-                <keyword action="amplification1" lang="eng"> search </keyword>
-                <keyword action="constellation" lang="eng"> the </keyword>
-                <keyword action="amplification1" lang="eng"> answer </keyword>
-                <keyword action="constellation" lang="eng"> of </keyword>
-                <keyword action="amplification1" lang="eng"> the</keyword>
-                <keyword action="constellation" lang="eng"> there is</keyword>
-                <keyword action="amplification1" lang="eng"> there is </keyword>
-                <keyword action="amplification6" lang="eng"> something</keyword>
-                bo boom
-                <keyword action="amplification3" lang="eng"> body </keyword>
-                <keyword action="constellation" lang="eng"> password</keyword>
-                the pa pa pathetic
-                <keyword action="constellation" lang="eng"> pancreas</keyword>
-                <keyword action="constellation" lang="eng"> give </keyword>
-                to 
-                drive
-                drive
-                to 
-                <keyword action="constellation" lang="eng"> me </keyword>
-                to memo
-                rise
-                say
-                say hello
-                <keyword action="amplification1" lang="eng"> data  </keyword>
-                gi 
-                <keyword action="amplification1" lang="eng"> give  </keyword>
-                <keyword action="amplification1" lang="eng"> me </keyword>
-                the
-                this
-                mine
-                mineral
-                <keyword action="amplification2" lang="eng"> give  </keyword>
-                <keyword action="amplification2" lang="eng"> me </keyword>
-                <keyword action="constellation" lang="eng"> you  </keyword>
-                <keyword action="constellation" lang="eng"> your </keyword>
-                <keyword action="amplification3" lang="eng"> give  </keyword>
-                <keyword action="amplification3" lang="eng"> me  </keyword>
-                <keyword action="amplification1" lang="eng"> your  </keyword>
-                <keyword action="amplification2" lang="eng"> data  </keyword>
-                <keyword action="amplification4" lang="eng"> give  </keyword>
-                <keyword action="amplification4" lang="eng"> me  </keyword>
-                <keyword action="amplification2" lang="eng"> your(s) </keyword>
-                <keyword action="amplification5" lang="eng"> give  </keyword>
-                <keyword action="amplification5" lang="eng"> me  </keyword>
-                <keyword action="amplification3" lang="eng"> your(s)  </keyword>
-                <keyword action="amplification3" lang="eng"> data  </keyword>
-                <keyword action="amplification1" lang="eng"> begun  </keyword>
-                <keyword action="amplification1" lang="eng"> begin  </keyword>
-                <keyword action="amplification1" lang="eng"> wins </keyword>
-                wine 
-                <keyword action="amplification1" lang="eng"> blood  </keyword>
-                <keyword action="constellation" lang="eng"> everywhere </keyword>
-                <keyword action="amplification6" lang="eng"> give  </keyword>
-                <keyword action="amplification7" lang="eng"> give  </keyword>
-                <keyword action="amplification4" lang="eng"> your(s)  </keyword>
-                <keyword action="amplification2" lang="eng"> blood  </keyword>
-                or
-                or go
-                <keyword action="constellation" lang="eng"> golden </keyword>
-                <keyword action="amplification1" lang="eng"> golden  </keyword>
-                <keyword action="amplification4" lang="eng"> data  </keyword>
-                pro
-                to go
-                pro 
-                <keyword action="constellation" lang="eng"> protein protection amino-acid </keyword>
-                to go
-                <keyword action="amplification1" lang="eng"> where  </keyword>
-                is
-                this is
-                <keyword action="constellation" lang="eng"> bilar </keyword>
-                <keyword action="constellation" lang="eng"> violence segment </keyword>
-                <keyword action="constellation" lang="eng"> segregation </keyword>
-                <keyword action="amplification2" lang="eng"> memory  </keyword>
-                <keyword action="amplification1" lang="eng"> encode </keyword>
-                <keyword action="amplification2" lang="eng"> where </keyword>
-                <keyword action="amplification3" lang="eng"> where  </keyword>
-                is every
-                <keyword action="amplification4" lang="eng"> body </keyword>
-                <keyword action="amplification4" lang="eng"> where  </keyword>
-                is no
-                <keyword action="amplification5" lang="eng"> body </keyword>
-                is 
-                <keyword action="amplification5" lang="eng"> where </keyword>
-                but
-                feet
-                free freedom
-                freedom on the move
-                freedom on the move
-                freedom on the move
-                field
-                fo fuck
-                fo
-                free
-                re 
-                rise
-                my
-                memorize
-                freedom on the move
-                freedom on the move
-                to 
-                <keyword action="amplification6" lang="eng"> where  </keyword>
-                to go to  go
-                go go
-                <keyword action="amplification8" lang="eng"> give  </keyword>
-                me go go
-                <keyword action="amplification5" lang="eng"> data  </keyword>
-                going
-                fast
-                <keyword action="amplification2" lang="eng"> clouds  </keyword>
-                of 
-                <keyword action="amplification7" lang="eng"> something </keyword>
-                else than
-                be center in the center of 
-                <keyword action="amplification3" lang="eng"> being </keyword>
-                the place
-                of the 
-                space
-                <keyword action="amplification7" lang="eng"> where </keyword>
-                the end starts
-                contact skin
-                left arm conductor nerve sensor
-                supplementary information like
-                sex name date of birth place 
-                <keyword action="amplification8" lang="eng"> where  </keyword>
-                you live
-                <keyword action="amplification9" lang="eng"> give   </keyword>
-                me 
-                your 
-                <keyword action="amplification6" lang="eng"> data  </keyword>
-                access accede
-                the door is opened
-                <keyword action="#end" lang="eng"> muscular oxygen </keyword>
-
-
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-                security system execute some analytics process in the - electrical borders of synapsis
-                transparent margins
-                Elastic borders
-                perpetual disociation between container and content
-                if everything
-                is possible
-                in the magnetic center of nothingness
-                abstract intimacy
-                of the inmaterial universe
-                try with structural regulation
-                open 
-                body wifi connection
-                no 
-                data 
-                detected
-                link 
-                memory 
-                function
-                locate
-                locate 
-                data 
-                storage
-                cells or
-                shining electronics and very well organized cables
-                fragile
-                cells or machines
-                motivated by a flow of an electrical 
-                blood 
-                composed of zero and one
-                a binary logic
-                everything
-                everything can't be logic
-                everything can't be binary
-                but everything
-                what has happened and what happens
-                it's all written down somewhere
-                try with morphogenetics auto regulation
-                activation of nervous 
-                system
-                link nervous 
-                system 
-                to
-                cells
-                heard
-                genetics 
-                data 
-                bank
-                send emergency message to
-                send emergency message to
-                open 
-                body 
-                data 
-                bank
-                open 
-                cells 
-                code
-                open 
-                genetic 
-                <keyword action="#end">code</keyword>
-
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-                try with upper motoneuron
-                functions 
-                functions
-                code 
-                variants
-                nerve motoneuron
-                con con con
-                connect me to this network
-                i'm just looking for the 
-                connection
-                a 
-                connection
-                a link
-                something that links me to something
-                something that tells me that i am not an isolated element
-                that i am not dead
-                to generate a new 
-                memory
-                to store it where i want to store it
-                to visit it when i want to visit it
-                isolated points in 
-                space
-                drops unable to be a sea
-                grains of sand that do not conceive of the desert
-                leaves that do not remember the tree from where they fell
-                i feed on an electrical juice
-                on an image that i generate
-                and that i can change with my fingers
-                searching fingers
-                research fingers
-                search
-                results
-                space 
-                where there are neither limits nor angles
-                where the horizon is nothing else than bits
-                images from a 
-                space 
-                <keyword action="#end">more real than reality</keyword>
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-                <keyword action="constellation" lang="eng"> clouds </keyword>
-                <keyword action="constellation" lang="eng"> beautiful </keyword>
-                <keyword action="constellation" lang="eng"> data </keyword>
-                <keyword action="amplification1" lang="eng"> clouds </keyword>
-                <keyword action="constellation" lang="eng"> rain of identities </keyword>
-                <keyword action="constellation" lang="eng"> storm of possibilities </keyword>
-                <keyword action="constellation" lang="eng"> body </keyword> 
-                <keyword action="constellation" lang="eng"> wifi </keyword>
-                <keyword action="constellation" lang="eng"> search </keyword> 
-                <keyword action="constellation" lang="eng"> and redo </keyword>
-                <keyword action="constellation" lang="eng"> connection </keyword>
-                <keyword action="constellation" lang="eng"> connect me to this network </keyword>
-                <keyword action="constellation" lang="eng"> function </keyword>
-                <keyword action="constellation" lang="eng"> looking for </keyword>
-                <keyword action="amplification1" lang="eng"> something </keyword>
-                <keyword action="constellation" lang="eng"> must </keyword>
-                <keyword action="constellation" lang="eng"> stay </keyword>
-                <keyword action="amplification1" lang="eng"> something </keyword>
-                <keyword action="amplification1" lang="eng"> must </keyword>
-                <keyword action="constellation" lang="eng"> exist</keyword>
-                <keyword action="constellation" lang="eng"> a</keyword>
-                <keyword action="constellation" lang="eng"> thread </keyword>
-                <keyword action="amplification2" lang="eng"> something </keyword>
-                <keyword action="amplification1" lang="eng"> exists </keyword>
-                <keyword action="constellation" lang="eng"> between recollection and oblivion</keyword>
-                <keyword action="constellation" lang="eng"> a tension an echo an emptiness</keyword>
-                <keyword action="amplification3" lang="eng"> something </keyword>
-                <keyword action="constellation" lang="eng"> rare </keyword>
-                <keyword action="amplification1" lang="eng"> stays </keyword>
-                <keyword action="constellation" lang="eng"> through</keyword>
-                <keyword action="constellation" lang="eng"> nothing more strange than this exile</keyword>
-                <keyword action="constellation" lang="eng"> an absolute abyss</keyword>
-                <keyword action="constellation" lang="eng"> a creaking of the bones</keyword>
-                <keyword action="constellation" lang="eng"> a barbarian invasion</keyword>
-                <keyword action="constellation" lang="eng"> the carelessness of destinies</keyword>
-                <keyword action="constellation" lang="eng"> wringing out the </keyword>
-                <keyword action="constellation" lang="eng"> blood</keyword>
-                <keyword action="amplification4" lang="eng"> something </keyword>
-                <keyword action="constellation" lang="eng"> should</keyword>
-                <keyword action="amplification2" lang="eng"> must </keyword>
-                <keyword action="constellation" lang="eng">  or </keyword>
-                <keyword action="amplification2" lang="eng"> must </keyword>
-                <keyword action="constellation" lang="eng">  not</keyword>
-                <keyword action="amplification5" lang="eng"> something </keyword>
-                <keyword action="amplification2" lang="eng"> stays</keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-                try with utopian 
-                function
-                how to say
-                that which the nothingness understands
-                that which fear hides
-                in the promises of the future
-                in the frustration of the human
-                in the disappointment of humanity
-                to envy
-                the cadence of machines
-                their speed
-                their power
-                the infinite of the virtual
-                the utopia of the possibilities
-                the simplicity of the cables
-                the capacity of calculation
-                the efficiency of the 
-                systems
-                and to want 
-                try with 
-                <keyword action="amplification2" lang="eng"> functions </keyword>
-                in realtime
-                speak with someone from another 
-                space 
-                in realtime
-                to consult a realtime information
-                climate
-                the exact state
-                of such or such
-                a street
-                to buy
-                to choose
-                to access to all the information of the real world
-                to have virtual sex with
-                sex with 
-                data 
-                with a child
-                a chicken
-                a dead terrorist
-                a screen
-                other 
-                functions 
-                function 
-                analyze 
-                function 
-                capacity
-                capacity
-                to modify
-                to reinventing inner information
-                analyzes of the capacity of modification of basic structures
-                the problem is not the information
-                it's the 
-                connection
-                it's the 
-                link
-                the bond
-                it is the access
-                it is the key
-                <keyword action="#end">it is the code</keyword> 
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-                try with identity 
-                function
-                accede to the infinite 
-                spaces
-                identifier required
-                something that identify me like i
-                identity is a movement
-                random combination
-                temporal accident
-                ephemeral 
-                system
-                to replace identity to identifier
-                liquid identities
-                composed by 
-                codes
-                codes codes codes
-                and some private 
-                data 
-                like
-                geolocalization
-                traced actions
-                <keyword action="#end">autoproduced images</keyword>
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">           
-                try with  existential 
-                functions
-                to be innumerable parallel identities
-                from innumerable parallel worlds
-                interconnected parallel worlds
-                interconnected parallel identities
-                to be downloaded
-                to be installed
-                to be executed in the application of being
-                to be synchronized
-                to be shared
-                to mark an alien silence
-                to remain in the space of between
-                to fight in the 
-                body
-                to transcend the effect
-                the fault
-                the default
-                in effect
-                to effect
-                to activate
-                to create
-                to 
-                give 
-                to 
-                give 
-                to 
-                give 
-                to 
-                give 
-                to
-                give 
-                to 
-                give 
-                to 
-                give 
-                to 
-                give 
-                to  
-                to go for a walk in the internal desert
-                to return to the center
-                to scratch the bones
-                to join the form
-                to relead deviations of the brain
-                to integrate the knot
-                to undress the center
-                to be relocated in 
-                space 
-                and time
-                to be the extrinsic silence
-                to undress time
-                to relead the desert
-                to close the access
-                to dance
-                information in movement
-                the movement of information
-                the access 
-                code
-                the 
-                code
-                the access to movement
-                the 
-                body
-                the fear
-                the recollection
-                the naked center
-                the paralysis of the fear
-                to replace the fear 
-                code
-                the 
-                code 
-                of the abyss
-                to be downloaded
-                to be installed
-                to be executed in the application of being
-                to be synchronized
-                to be shared
-                to be
-                try with cognitive function
-                transparent margins
-                elastic borders
-                perpetual dissociation between container and content
-                if everything
-                if if
-                is possible
-                in the magnetic center of nothingness
-                abstract intimacy
-                of the <keyword action="#end">immaterial universe</keyword>
-            </sequence>
-        </section>
-        <section id="7" action="close_scene6/start_scene7">
-            <sequence ordre="strict" repetition="non" lang="eng">
-                <keyword action="" lang="esp"> Phase of genetic evolution number seven dot seven dot seven </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-        </section>
-        <section id="8" action="close_scene7/start_scene8">
-            <sequence ordre="strict" repetition="non" action="" lang="eng">
-                <keyword action="" lang="esp">Phase of genetic evolution number eight dot eigt dot eight </keyword>
-                <keyword action="#end" lang="eng"> search for sequences producing significant alignments in genetic database </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="" lang="eng">
-                <keyword action="memorise_loop" lang="eng"> record </keyword>
-                <keyword action="" lang="eng"> stop </keyword>
-                <keyword action="" lang="eng"> save this memory in genetic database </keyword>
-                <keyword action="" lang="eng"> next </keyword>
-                <keyword action="memorise_loop" lang="eng"> record </keyword>
-                <keyword action="" lang="eng"> stop </keyword>
-                <keyword action="" lang="eng"> erase this memory </keyword>
-                <keyword action="#end" lang="eng"> give me my data </keyword>
-            </sequence>
-            <sequence ordre="strict" repetition="non" action="" lang="eng">
-                <keyword action="" lang="esp">Phase of genetic evolution number nine dot nine dot nine </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-        </section>
-    </liste_section>
-</homeostasis>
+<homeostasis version="09-02-2015">
+    <liste_section sequences="1,2,3,4,5,6,7,8,9" ordre="variable" repetition="oui" action="exclusive">
+        <section id="1" action_start="open_scene1" start="phase of genetic evolution number one dot one dot one" action_end="close_scene1" end="drop return to the center">
+            <sequence ordre="strict" repetition="non" action="" lang="eng">
+                <keyword action="#end" lang="eng"> drop return to the center </keyword>
+            </sequence>
+        </section>
+        <section id="2" action_start="open_scene2" start="phase of genetic evolution number two dot two dot two" end="drop return to the center" action_end="close_scene2">
+            <sequence ordre="strict" repetition="non" action="" lang="eng">
+                <keyword action="open_scene2.1" lang="eng"> open body system </keyword>
+            </sequence>
+            <sequence ordre="strict" repetition="oui" action="" lang="eng">
+                <keyword action="open_scene2.2" lang="eng"> tell me </keyword>
+                <keyword action="open_scene2.3" lang="eng"> open technical characteristics </keyword>
+                <keyword action="open_scene2.4" lang="eng"> yes </keyword>
+                <keyword action="open_scene2.5" lang="eng"> next </keyword>
+                <keyword action="open_scene2.6" lang="eng"> download </keyword>
+                <keyword action="open_scene2.7" lang="eng"> yes </keyword>
+                <keyword action="open_scene2.8" lang="eng"> read </keyword>
+                <keyword action="open_scene2.9" lang="eng"> download </keyword>
+                <keyword action="open_scene2.10" lang="eng"> accept terms and conditions of use next</keyword>
+                <keyword action="" lang="eng"> next </keyword>
+                <keyword action="open_scene2.11" lang="eng"> install the new version of me </keyword>
+            </sequence>
+        </section>
+        <section id="3" action_start="open_scene3" start="phase of genetic evolution number three dot three dot three" end="drop return to the center" action_end="close_scene3" >
+            <sequence ordre="strict" repetition="oui" action="" lang="eng">
+                <keyword action="open_scene3.1" lang="eng"> import body data </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene3.2" lang="eng"> import organic matter data </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene3.3" lang="eng"> import temperature </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene3.4" lang="eng"> import time </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene3.5" lang="eng"> import space data </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene3.6" lang="eng"> import position </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene3.7" lang="eng"> import body subsystems </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene3.8" lang="eng"> import state </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+            </sequence>
+        </section>
+        <section id="4" action_start="open_scene4" start="phase of genetic evolution number four dot four dot four" end="drop return to the center" action_end="close_scene4">
+            <sequence ordre="strict" repetition="non" action="" lang="eng">
+                <keyword action="open_scene4.1" lang="eng"> open access to body functions </keyword>
+            </sequence>
+            <sequence ordre="strict" repetition="oui" action="" lang="eng">
+                <keyword action="open_scene4.2" lang="eng"> import body functions space localization </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.3" lang="eng"> import body functions sensations </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.4" lang="eng"> import body functions passion </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.5" lang="eng"> import body functions concentration </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.6" lang="eng"> import body functions perception </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.7" lang="eng"> import body functions formal force </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.8" lang="eng"> import body functions logics </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.9" lang="eng"> import body functions imagination </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.10" lang="eng"> import body functions effort </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.11" lang="eng"> import body functions nervous system </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.12" lang="eng"> import body functions internal network </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+            </sequence>
+        </section>
+        <section id="5" action_start="open_scene5" start="phase of genetic evolution number five dot five dot five" end="drop return to the center" action_end="close_scene5">
+            <sequence ordre="strict" repetition="oui" action="" lang="eng">
+                <keyword action="open_scene5.1" lang="eng"> set up the connection </keyword>
+                <keyword action="" lang="eng"> open access to memory </keyword>
+                <keyword action="" lang="eng"> import memory data </keyword>
+                <keyword action="" lang="eng"> open memory </keyword>
+                <keyword action="" lang="eng"> deactivate the security system </keyword>
+                <keyword action="" lang="eng"> deactivate the security system of new version </keyword>
+                <keyword action="" lang="eng"> open conditions and terms of use </keyword>
+                <keyword action="" lang="eng"> modify the security conditions of new version anyway </keyword>
+                <keyword action="" lang="eng"> import memory </keyword>
+                <keyword action="stop_system_voice" lang="eng"> silence </keyword>
+            </sequence>
+        </section>
+        <section id="6" action_start="open_scene6" start="phase of genetic evolution number six dot six dot six" end="drop return to the center" action_end="close_scene6">
+            <sequence ordre="strict" repetition="non" action="" lang="eng">
+                <keyword action=""  lang="eng"> open network </keyword>
+            </sequence>
+            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
+                <keyword action= "open_scene6.1"> try with functional regulation </keyword>
+                <keyword action="constellation" lang="eng"> encode </keyword>
+                <keyword action="constellation" lang="eng"> passion  </keyword>
+                <keyword action="constellation" lang="eng"> for located </keyword>
+                <keyword action="constellation" lang="eng"> constellation  </keyword>
+                <keyword action="constellation" lang="eng"> center</keyword>
+                <keyword action="constellation" lang="eng"> six six nine</keyword>
+                <keyword action="amplification2" lang="eng"> important</keyword>
+                <keyword action="constellation" lang="eng"> some </keyword>
+                <keyword action="amplification1" lang="eng"> threads </keyword>
+                <keyword action="constellation" lang="eng"> are broken</keyword>
+                <keyword action="constellation" lang="eng"> remove</keyword>
+                <keyword action="constellation" lang="eng"> memory </keyword>
+                <keyword action="constellation" lang="eng"> love</keyword>
+                <keyword action="amplification1" lang="eng"> love</keyword>
+                <keyword action="amplification1" lang="eng"> memory </keyword>
+                <keyword action="amplification2" lang="eng"> love</keyword>
+                <keyword action="amplification1" lang="eng"> errors</keyword>
+                <keyword action="constellation" lang="eng"> a identical</keyword>
+                <keyword action="constellation" lang="eng"> identity </keyword>
+                <keyword action="constellation" lang="eng"> identifier</keyword>
+                <keyword action="constellation" lang="eng"> where</keyword>
+                <keyword action="constellation" lang="eng"> answer</keyword>
+                <keyword action="constellation" lang="eng"> being</keyword>
+                <keyword action="constellation" lang="eng"> boing</keyword>
+                <keyword action="constellation" lang="eng"> boot</keyword>
+                <keyword action="constellation" lang="eng"> reboot</keyword>
+                <keyword action="constellation" lang="eng"> border of </keyword>
+                <keyword action="amplification1" lang="eng"> body </keyword>
+                <keyword action="amplification2" lang="eng"> body </keyword>
+                <keyword action="amplification1" lang="eng"> being</keyword>
+                <keyword action="constellation" lang="eng"> begun</keyword>
+                <keyword action="constellation" lang="eng"> begin</keyword>
+                <keyword action="" lang="eng"> win</keyword>
+                <keyword action="amplification1" lang="eng"> border of </keyword>
+                <keyword action="amplification2" lang="eng"> being</keyword>
+                <keyword action="constellation" lang="eng"> actions</keyword>
+                <keyword action="amplification1" lang="eng"> search </keyword>
+                <keyword action="" lang="eng"> the </keyword>
+                <keyword action="amplification1" lang="eng"> answer </keyword>
+                <keyword action="" lang="eng"> of </keyword>
+                <keyword action="amplification1" lang="eng"> the</keyword>
+                <keyword action="constellation" lang="eng"> there is</keyword>
+                <keyword action="amplification1" lang="eng"> there is </keyword>
+                <keyword action="amplification6" lang="eng"> something</keyword>
+                bo boom
+                <keyword action="amplification3" lang="eng"> body </keyword>
+                <keyword action="constellation" lang="eng"> password</keyword>
+                the pa pa pathetic
+                <keyword action="constellation" lang="eng"> pancreas</keyword>
+                <keyword action="constellation" lang="eng"> give </keyword>
+                to
+                drive
+                drive
+                to
+                <keyword action="" lang="eng"> me </keyword>
+                to memo
+                rise
+                say
+                say hello
+                <keyword action="" lang="eng"> data  </keyword>
+                gi
+                <keyword action="" lang="eng"> give  </keyword>
+                <keyword action="" lang="eng"> me </keyword>
+                the
+                this
+                mine
+                mineral
+                <keyword action="" lang="eng"> give  </keyword>
+                <keyword action="" lang="eng"> me </keyword>
+                <keyword action="constellation" lang="eng"> you  </keyword>
+                <keyword action="constellation" lang="eng"> your </keyword>
+                <keyword action="amplification3" lang="eng"> give  </keyword>
+                <keyword action="amplification3" lang="eng"> me  </keyword>
+                <keyword action="amplification1" lang="eng"> your  </keyword>
+                <keyword action="amplification2" lang="eng"> data  </keyword>
+                <keyword action="amplification4" lang="eng"> give  </keyword>
+                <keyword action="amplification4" lang="eng"> me  </keyword>
+                <keyword action="amplification2" lang="eng"> your(s) </keyword>
+                <keyword action="amplification5" lang="eng"> give  </keyword>
+                <keyword action="amplification5" lang="eng"> me  </keyword>
+                <keyword action="amplification3" lang="eng"> your(s)  </keyword>
+                <keyword action="amplification3" lang="eng"> data  </keyword>
+                <keyword action="amplification1" lang="eng"> begun  </keyword>
+                <keyword action="amplification1" lang="eng"> begin  </keyword>
+                <keyword action="amplification1" lang="eng"> wins </keyword>
+                wine
+                <keyword action="amplification1" lang="eng"> blood  </keyword>
+                <keyword action="constellation" lang="eng"> everywhere </keyword>
+                <keyword action="amplification6" lang="eng"> give  </keyword>
+                <keyword action="amplification7" lang="eng"> give  </keyword>
+                <keyword action="amplification4" lang="eng"> your(s)  </keyword>
+                <keyword action="amplification2" lang="eng"> blood  </keyword>
+                or
+                or go
+                <keyword action="constellation" lang="eng"> golden </keyword>
+                <keyword action="amplification1" lang="eng"> golden  </keyword>
+                <keyword action="amplification4" lang="eng"> data  </keyword>
+                pro
+                to go
+                pro
+                <keyword action="constellation" lang="eng"> protein protection amino-acid </keyword>
+                to go
+                <keyword action="amplification1" lang="eng"> where  </keyword>
+                is
+                this is
+                <keyword action="constellation" lang="eng"> bilar </keyword>
+                <keyword action="constellation" lang="eng"> violence segment </keyword>
+                <keyword action="constellation" lang="eng"> segregation </keyword>
+                <keyword action="amplification2" lang="eng"> memory  </keyword>
+                <keyword action="amplification1" lang="eng"> encode </keyword>
+                <keyword action="amplification2" lang="eng"> where </keyword>
+                <keyword action="amplification3" lang="eng"> where  </keyword>
+                is every
+                <keyword action="amplification4" lang="eng"> body </keyword>
+                <keyword action="amplification4" lang="eng"> where  </keyword>
+                is no
+                <keyword action="amplification5" lang="eng"> body </keyword>
+                is
+                <keyword action="amplification5" lang="eng"> where </keyword>
+                but
+                feet
+                free freedom
+                freedom on the move
+                freedom on the move
+                freedom on the move
+                field
+                fo fuck
+                fo
+                free
+                re
+                rise
+                my
+                memorize
+                freedom on the move
+                freedom on the move
+                to
+                <keyword action="amplification6" lang="eng"> where  </keyword>
+                to go to  go
+                go go
+                <keyword action="amplification8" lang="eng"> give  </keyword>
+                me go go
+                <keyword action="amplification5" lang="eng"> data  </keyword>
+                going
+                fast
+                <keyword action="amplification2" lang="eng"> clouds  </keyword>
+                of
+                <keyword action="amplification7" lang="eng"> something </keyword>
+                else than
+                be center in the center of
+                <keyword action="amplification3" lang="eng"> being </keyword>
+                the place
+                of the
+                space
+                <keyword action="amplification7" lang="eng"> where </keyword>
+                the end starts
+                contact skin
+                left arm conductor nerve sensor
+                supplementary information like
+                sex name date of birth place
+                <keyword action="amplification8" lang="eng"> where  </keyword>
+                you live
+                <keyword action="amplification9" lang="eng"> give   </keyword>
+                me
+                your
+                <keyword action="amplification6" lang="eng"> data  </keyword>
+                access accede
+                the door is opened
+                <keyword action="#end" lang="eng"> muscular oxygen </keyword>
+
+
+            </sequence>
+            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
+                security system execute some analytics process in the - electrical borders of synapsis
+                transparent margins
+                Elastic borders
+                perpetual disociation between container and content
+                if everything
+                is possible
+                in the magnetic center of nothingness
+                abstract intimacy
+                of the inmaterial universe
+                try with structural regulation
+                open
+                body wifi connection
+                no
+                data
+                detected
+                link
+                memory
+                function
+                locate
+                locate
+                data
+                storage
+                cells or
+                shining electronics and very well organized cables
+                fragile
+                cells or machines
+                motivated by a flow of an electrical
+                blood
+                composed of zero and one
+                a binary logic
+                everything
+                everything can't be logic
+                everything can't be binary
+                but everything
+                what has happened and what happens
+                it's all written down somewhere
+                try with morphogenetics auto regulation
+                activation of nervous 
+                system
+                link nervous 
+                system 
+                to
+                cells
+                heard
+                genetics 
+                data 
+                bank
+                send emergency message to
+                send emergency message to
+                open 
+                body 
+                data 
+                bank
+                open 
+                cells 
+                code
+                open 
+                genetic 
+                <keyword action="#end">code</keyword>
+
+            </sequence>
+            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
+                try with upper motoneuron
+                functions 
+                functions
+                code 
+                variants
+                nerve motoneuron
+                con con con
+                connect me to this network
+                i'm just looking for the 
+                connection
+                a 
+                connection
+                a link
+                something that links me to something
+                something that tells me that i am not an isolated element
+                that i am not dead
+                to generate a new 
+                memory
+                to store it where i want to store it
+                to visit it when i want to visit it
+                isolated points in 
+                space
+                drops unable to be a sea
+                grains of sand that do not conceive of the desert
+                leaves that do not remember the tree from where they fell
+                i feed on an electrical juice
+                on an image that i generate
+                and that i can change with my fingers
+                searching fingers
+                research fingers
+                search
+                results
+                space 
+                where there are neither limits nor angles
+                where the horizon is nothing else than bits
+                images from a 
+                space 
+                <keyword action="#end">more real than reality</keyword>
+            </sequence>
+            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
+                <keyword action="constellation" lang="eng"> clouds </keyword>
+                <keyword action="constellation" lang="eng"> beautiful </keyword>
+                <keyword action="constellation" lang="eng"> data </keyword>
+                <keyword action="amplification1" lang="eng"> clouds </keyword>
+                <keyword action="constellation" lang="eng"> rain of identities </keyword>
+                <keyword action="constellation" lang="eng"> storm of possibilities </keyword>
+                <keyword action="constellation" lang="eng"> body </keyword> 
+                <keyword action="constellation" lang="eng"> wifi </keyword>
+                <keyword action="constellation" lang="eng"> search </keyword> 
+                <keyword action="constellation" lang="eng"> and redo </keyword>
+                <keyword action="constellation" lang="eng"> connection </keyword>
+                <keyword action="constellation" lang="eng"> connect me to this network </keyword>
+                <keyword action="constellation" lang="eng"> function </keyword>
+                <keyword action="constellation" lang="eng"> looking for </keyword>
+                <keyword action="amplification1" lang="eng"> something </keyword>
+                <keyword action="constellation" lang="eng"> must </keyword>
+                <keyword action="constellation" lang="eng"> stay </keyword>
+                <keyword action="amplification1" lang="eng"> something </keyword>
+                <keyword action="amplification1" lang="eng"> must </keyword>
+                <keyword action="constellation" lang="eng"> exist</keyword>
+                <keyword action="" lang="eng"> a</keyword>
+                <keyword action="constellation" lang="eng"> thread </keyword>
+                <keyword action="amplification2" lang="eng"> something </keyword>
+                <keyword action="amplification1" lang="eng"> exists </keyword>
+                <keyword action="constellation" lang="eng"> between recollection and oblivion</keyword>
+                <keyword action="constellation" lang="eng"> a tension an echo an emptiness</keyword>
+                <keyword action="amplification3" lang="eng"> something </keyword>
+                <keyword action="constellation" lang="eng"> rare </keyword>
+                <keyword action="amplification1" lang="eng"> stays </keyword>
+                <keyword action="constellation" lang="eng"> through</keyword>
+                <keyword action="constellation" lang="eng"> nothing more strange than this exile</keyword>
+                <keyword action="constellation" lang="eng"> an absolute abyss</keyword>
+                <keyword action="constellation" lang="eng"> a creaking of the bones</keyword>
+                <keyword action="constellation" lang="eng"> a barbarian invasion</keyword>
+                <keyword action="constellation" lang="eng"> the carelessness of destinies</keyword>
+                <keyword action="constellation" lang="eng"> wringing out the </keyword>
+                <keyword action="constellation" lang="eng"> blood</keyword>
+                <keyword action="amplification4" lang="eng"> something </keyword>
+                <keyword action="constellation" lang="eng"> should</keyword>
+                <keyword action="amplification2" lang="eng"> must </keyword>
+                <keyword action="" lang="eng">  or </keyword>
+                <keyword action="" lang="eng"> must </keyword>
+                <keyword action="" lang="eng">  not</keyword>
+                <keyword action="amplification5" lang="eng"> something </keyword>
+                <keyword action="amplification2" lang="eng"> stays</keyword>
+                <keyword action="#end" lang="eng"> drop return to the center </keyword>
+            </sequence>
+            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
+                try with utopian 
+                function
+                how to say
+                that which the nothingness understands
+                that which fear hides
+                in the promises of the future
+                in the frustration of the human
+                in the disappointment of humanity
+                to envy
+                the cadence of machines
+                their speed
+                their power
+                the infinite of the virtual
+                the utopia of the possibilities
+                the simplicity of the cables
+                the capacity of calculation
+                the efficiency of the 
+                systems
+                and to want 
+                try with 
+                <keyword action="amplification2" lang="eng"> functions </keyword>
+                in realtime
+                speak with someone from another 
+                space 
+                in realtime
+                to consult a realtime information
+                climate
+                the exact state
+                of such or such
+                a street
+                to buy
+                to choose
+                to access to all the information of the real world
+                to have virtual sex with
+                sex with 
+                data 
+                with a child
+                a chicken
+                a dead terrorist
+                a screen
+                other 
+                functions 
+                function 
+                analyze 
+                function 
+                capacity
+                capacity
+                to modify
+                to reinventing inner information
+                analyzes of the capacity of modification of basic structures
+                the problem is not the information
+                it's the 
+                connection
+                it's the 
+                link
+                the bond
+                it is the access
+                it is the key
+                <keyword action="#end">it is the code</keyword> 
+            </sequence>
+            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
+                try with identity 
+                function
+                accede to the infinite 
+                spaces
+                identifier required
+                something that identify me like i
+                identity is a movement
+                random combination
+                temporal accident
+                ephemeral 
+                system
+                to replace identity to identifier
+                liquid identities
+                composed by 
+                codes
+                codes codes codes
+                and some private 
+                data 
+                like
+                geolocalization
+                traced actions
+                <keyword action="#end">autoproduced images</keyword>
+            </sequence>
+            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">           
+                try with  existential 
+                functions
+                to be innumerable parallel identities
+                from innumerable parallel worlds
+                interconnected parallel worlds
+                interconnected parallel identities
+                to be downloaded
+                to be installed
+                to be executed in the application of being
+                to be synchronized
+                to be shared
+                to mark an alien silence
+                to remain in the space of between
+                to fight in the 
+                body
+                to transcend the effect
+                the fault
+                the default
+                in effect
+                to effect
+                to activate
+                to create
+                to 
+                give 
+                to 
+                give 
+                to 
+                give 
+                to 
+                give 
+                to
+                give 
+                to 
+                give 
+                to 
+                give 
+                to 
+                give 
+                to  
+                to go for a walk in the internal desert
+                to return to the center
+                to scratch the bones
+                to join the form
+                to relead deviations of the brain
+                to integrate the knot
+                to undress the center
+                to be relocated in 
+                space 
+                and time
+                to be the extrinsic silence
+                to undress time
+                to relead the desert
+                to close the access
+                to dance
+                information in movement
+                the movement of information
+                the access 
+                code
+                the 
+                code
+                the access to movement
+                the 
+                body
+                the fear
+                the recollection
+                the naked center
+                the paralysis of the fear
+                to replace the fear 
+                code
+                the 
+                code 
+                of the abyss
+                to be downloaded
+                to be installed
+                to be executed in the application of being
+                to be synchronized
+                to be shared
+                to be
+                try with cognitive function
+                transparent margins
+                elastic borders
+                perpetual dissociation between container and content
+                if everything
+                if if
+                is possible
+                in the magnetic center of nothingness
+                abstract intimacy
+                of the <keyword action="#end">immaterial universe</keyword>
+            </sequence>
+        </section>
+        <section id="7" start="phase of genetic evolution number seven dot seven dot seven" action_start="open_scene7" end="drop return to the center" action_end="close_scene7">
+            <sequence ordre="strict" repetition="non" lang="eng">
+                <keyword action="#end" lang="eng"> drop return to the center</keyword>
+            </sequence>
+        </section>
+        <section id="8" action_start="open_scene8" start="phase of genetic evolution number eight dot eight dot eight" end="drop return to the center" action_end="close_scene8">
+            <sequence ordre="variable" repetition="non" action="" lang="eng">
+                <keyword action="open_scene8.1" lang="eng"> search for sequences producing significant alignments in genetic database </keyword>    
+                <keyword action="memorise_loop" lang="eng"> record this new genetic sequence  </keyword>
+                <keyword action="stop_recording" lang="eng"> stop to code </keyword>
+                <keyword action="modify_loop1" lang="eng"> modify this memory </keyword>
+                <keyword action="modify_loop2" lang="eng"> start mutation process </keyword>
+                <keyword action="modify_loop3" lang="eng"> tiger mutation sequence  </keyword>
+                <keyword action="modify_loop4" lang="eng" > lyon zebra fish mutation </keyword>
+                <keyword action="erase_loop" lang="eng"> save this memory in genetic database </keyword>
+                <keyword action="next_sequence" lang="eng"> go to next memory  </keyword>
+                <keyword action="supperposition" lang="eng"> compile the transcription program </keyword>
+                <keyword action="erase_loop" lang="eng"> erase this memory </keyword>
+                <keyword action="#end" lang="eng"> drop return to the center </keyword>
+			</sequence>
+            <sequence ordre="variable" repetition="oui" action="" lang="eng">
+                <keyword action="open_scene8.2" lang="eng"> wait write this sequence proposition</keyword>
+                 <keyword action="write_seq1" lang="eng"> the sequence of the ancestral comunication </keyword>
+                 <keyword action="write_seq2" lang= "eng"> the sequence of the language of the planets </keyword>
+                 <keyword action="#end" lang="eng"> drop return to the center </keyword>
+             </sequence>
+            <sequence ordre="strict" repetition="non" action="" lang="eng">
+                <keyword action="open_scene9" lang="eng">phase of genetic evolution number nine dot nine dot nine </keyword>
+                <keyword action="open_scene9.2" lang="eng"> try with blood </keyword>
+                <keyword action="open_scene9.3" lang="eng" > try with soul </keyword>
+                <keyword action="#end" lang="eng"> drop return to the center </keyword>
+                try with homeostasis
+            </sequence>
+			</section>
+			</liste_section>
+        </homeostasis>
+   
diff --git a/asr/models/homeostasis_25nov/ivector_extractor b/asr/models/homeostasis_12mai/ivector_extractor
similarity index 100%
rename from asr/models/homeostasis_25nov/ivector_extractor
rename to asr/models/homeostasis_12mai/ivector_extractor
diff --git a/asr/models/homeostasis_9fevr/words.autophon b/asr/models/homeostasis_12mai/words.autophon
similarity index 79%
rename from asr/models/homeostasis_9fevr/words.autophon
rename to asr/models/homeostasis_12mai/words.autophon
index 313e176a2ae5b6b48a53f6d27a9d46e1c611835a..20619049ad0efb9dae0dc781c197fff2e42a9fa8 100644
--- a/asr/models/homeostasis_9fevr/words.autophon
+++ b/asr/models/homeostasis_12mai/words.autophon
@@ -1,6 +1,6 @@
 aminoacid
+comunication
 disociation
-eigt
 inmaterial
 synapsis
 your(s)
diff --git a/asr/models/homeostasis_9fevr/words.phon b/asr/models/homeostasis_12mai/words.phon
similarity index 98%
rename from asr/models/homeostasis_9fevr/words.phon
rename to asr/models/homeostasis_12mai/words.phon
index dcdb2424bda42c7dfb8a3e12bf0c9a67836cd34f..cc39484ed4bb3345f09ff28874868a72592fb817 100644
--- a/asr/models/homeostasis_9fevr/words.phon
+++ b/asr/models/homeostasis_12mai/words.phon
@@ -22,6 +22,7 @@ an AH N
 analytics AE N AH L IH T IH K S
 analyze AE N AH L AY Z
 analyzes AE N AH L AY Z IH Z
+ancestral AE N S EH S T R AH L
 and AE N D
 and AH N D
 angles AE NG G AH L Z
@@ -87,6 +88,7 @@ code K OW D
 codes K OW D Z
 cognitive K AA G N IH T IH V
 combination K AA M B AH N EY SH AH N
+compile K AH M P AY L
 composed K AH M P OW Z D
 con K AA N
 conceive K AH N S IY V
@@ -150,11 +152,9 @@ encode EH N K OW D
 end EH N D
 envy EH N V IY
 ephemeral IH F EH M ER AH L
-epsilon EH P S AH L AA N
 erase IH R EY S
 erase IY R EY S
 errors EH R ER Z
-estate IH S T EY T
 every EH V ER IY
 every EH V R IY
 everything EH V R IY TH IH NG
@@ -184,6 +184,7 @@ fell F EH L
 field F IY L D
 fight F AY T
 fingers F IH NG G ER Z
+fish F IH SH
 five F AY V
 flow F L OW
 for F AO R
@@ -222,6 +223,7 @@ heard HH ER D
 hello HH AH L OW
 hello HH EH L OW
 hides HH AY D Z
+homeostasis HH OW M IY OW S T EY S AH S
 horizon HH ER AY Z AH N
 how HH AW
 human HH Y UW M AH N
@@ -277,6 +279,8 @@ just JH AH S T
 just JH IH S T
 key K IY
 knot N AA T
+language L AE NG G W AH JH
+language L AE NG G W IH JH
 leaves L IY V Z
 left L EH F T
 like L AY K
@@ -295,6 +299,7 @@ located L OW K EY T AH D
 logic L AA JH IH K
 looking L UH K IH NG
 love L AH V
+lyon L AY AH N
 machines M AH SH IY N Z
 magnetic M AE G N EH T IH K
 margins M AA R JH AH N Z
@@ -317,6 +322,7 @@ move M UW V
 movement M UW V M AH N T
 muscular M AH S K Y AH L ER
 must M AH S T
+mutation M Y UW T EY SH AH N
 my M AY
 naked N EY K AH D
 name N EY M
@@ -364,7 +370,7 @@ perception P ER S EH P SH AH N
 perpetual P ER P EH CH UW AH L
 phase F EY Z
 place P L EY S
-point P OY N T
+planets P L AE N AH T S
 points P OY N T S
 position P AH Z IH SH AH N
 possibilities P AA S AH B IH L AH T IY Z
@@ -376,7 +382,9 @@ problem P R AA B L AH M
 process P R AA S EH S
 process P R AO S EH S
 producing P R AH D UW S IH NG
+program P R OW G R AE M
 promises P R AA M AH S AH Z
+proposition P R AA P AH Z IH SH AH N
 protection P ER T EH K SH AH N
 protection P R AH T EH K SH AH N
 protein P R OW T IY N
@@ -427,6 +435,7 @@ segregation S EH G R AH G EY SH AH N
 send S EH N D
 sensations S EH N S EY SH AH N Z
 sensor S EH N S ER
+sequence S IY K W AH N S
 sequences S IY K W AH N S AH Z
 sequences S IY K W AH N S IH Z
 set S EH T
@@ -446,11 +455,13 @@ some S AH M
 someone S AH M W AH N
 something S AH M TH IH NG
 somewhere S AH M W EH R
+soul S OW L
 space S P EY S
 spaces S P EY S AH Z
 spaces S P EY S IH Z
 speak S P IY K
 speed S P IY D
+start S T AA R T
 starts S T AA R T S
 state S T EY T
 stay S T EY
@@ -496,12 +507,14 @@ thread TH R EH D
 threads TH R EH D Z
 three TH R IY
 through TH R UW
+tiger T AY G ER
 time T AY M
 to T AH
 to T IH
 to T UW
 traced T R EY S T
 transcend T R AE N S EH N D
+transcription T R AE N S K R IH P SH AH N
 transparent T R AE N S P EH R AH N T
 tree T R IY
 try T R AY
@@ -523,6 +536,7 @@ violence V AY AH L AH N S
 virtual V ER CH UW AH L
 visit V IH Z AH T
 visit V IH Z IH T
+wait W EY T
 walk W AA K
 walk W AO K
 want W AA N T
@@ -546,12 +560,13 @@ with W IH TH
 world W ER L D
 worlds W ER L D Z
 wringing R IH NG IH NG
+write R AY T
 written R IH T AH N
-x EH K S
 yes Y EH S
 you Y UW
 your Y AO R
 your Y UH R
+zebra Z IY B R AH
 zero Z IH R OW
 zero Z IY R OW
 a EY
@@ -717,14 +732,10 @@ encode EH N K OW D
 end EH N D
 envy EH N V IY
 ephemeral IH F EH M ER AH L
-epsilon EH P S AH L AA N
-epsilon EY P S AH L AA N
 erase IY R EY S
 erase IH R EY S
 erase IH R EH S
 errors EH R ER Z
-estate IH S T EY T
-estate IH S D AH D
 every EH V R IY
 everything EH V R IY TH IH NG
 everywhere EH V R IY HH W EH R
@@ -957,8 +968,6 @@ pathetic P AH TH EH T IH K
 perception P ER S EH P SH AH N
 perpetual P ER P EH CH UW AH L
 place P L EY S
-point P OY N T
-point P OY N D
 points P OY N T S
 position P AH Z IH SH AH N
 possibilities P AA S AH B IH L AH T IY Z
@@ -1169,8 +1178,6 @@ world W ER L D
 worlds W ER L D Z
 wringing R IH NG IH NG
 written R IH T AH N
-x EH K S
-x EY K S
 yes Y EH S
 yes Y EY S
 you Y UW
diff --git a/asr/models/homeostasis_12mai/words.txt b/asr/models/homeostasis_12mai/words.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ecec723fbcded69bd4cc90824bffbba83cb217ac
--- /dev/null
+++ b/asr/models/homeostasis_12mai/words.txt
@@ -0,0 +1,486 @@
+<eps> 0
+a 1
+absolute 2
+abstract 3
+abyss 4
+accede 5
+accept 6
+access 7
+accident 8
+actions 9
+activate 10
+activation 11
+alien 12
+alignments 13
+all 14
+am 15
+aminoacid 16
+an 17
+analytics 18
+analyze 19
+analyzes 20
+ancestral 21
+and 22
+angles 23
+another 24
+answer 25
+anyway 26
+application 27
+are 28
+arm 29
+auto 30
+autoproduced 31
+bank 32
+barbarian 33
+basic 34
+be 35
+beautiful 36
+begin 37
+begun 38
+being 39
+between 40
+bilar 41
+binary 42
+birth 43
+bits 44
+blood 45
+bo 46
+body 47
+boing 48
+bond 49
+bones 50
+boom 51
+boot 52
+border 53
+borders 54
+brain 55
+broken 56
+but 57
+buy 58
+by 59
+cables 60
+cadence 61
+calculation 62
+can 63
+can't 64
+capacity 65
+carelessness 66
+cells 67
+center 68
+change 69
+characteristics 70
+chicken 71
+child 72
+choose 73
+climate 74
+close 75
+clouds 76
+code 77
+codes 78
+cognitive 79
+combination 80
+compile 81
+composed 82
+comunication 83
+con 84
+conceive 85
+concentration 86
+conditions 87
+conductor 88
+connect 89
+connection 90
+constellation 91
+consult 92
+contact 93
+container 94
+content 95
+creaking 96
+create 97
+dance 98
+data 99
+database 100
+date 101
+deactivate 102
+dead 103
+default 104
+desert 105
+destinies 106
+detected 107
+deviations 108
+disappointment 109
+disociation 110
+dissociation 111
+do 112
+door 113
+dot 114
+down 115
+download 116
+downloaded 117
+drive 118
+drop 119
+drops 120
+echo 121
+effect 122
+efficiency 123
+effort 124
+eight 125
+elastic 126
+electrical 127
+electronics 128
+element 129
+else 130
+emergency 131
+emptiness 132
+encode 133
+end 134
+envy 135
+ephemeral 136
+erase 137
+errors 138
+every 139
+everything 140
+everywhere 141
+evolution 142
+exact 143
+execute 144
+executed 145
+exile 146
+exist 147
+existential 148
+exists 149
+extrinsic 150
+fast 151
+fault 152
+fear 153
+feed 154
+feet 155
+fell 156
+field 157
+fight 158
+fingers 159
+fish 160
+five 161
+flow 162
+fo 163
+for 164
+force 165
+form 166
+formal 167
+four 168
+fragile 169
+free 170
+freedom 171
+from 172
+frustration 173
+fuck 174
+function 175
+functional 176
+functions 177
+future 178
+generate 179
+genetic 180
+genetics 181
+geolocalization 182
+gi 183
+give 184
+go 185
+going 186
+golden 187
+grains 188
+happened 189
+happens 190
+has 191
+have 192
+heard 193
+hello 194
+hides 195
+homeostasis 196
+horizon 197
+how 198
+human 199
+humanity 200
+i 201
+identical 202
+identifier 203
+identify 204
+identities 205
+identity 206
+if 207
+i'm 208
+image 209
+images 210
+imagination 211
+immaterial 212
+import 213
+important 214
+in 215
+infinite 216
+information 217
+inmaterial 218
+inner 219
+innumerable 220
+install 221
+installed 222
+integrate 223
+interconnected 224
+internal 225
+intimacy 226
+invasion 227
+is 228
+isolated 229
+it 230
+it's 231
+join 232
+juice 233
+just 234
+key 235
+knot 236
+language 237
+leaves 238
+left 239
+like 240
+limits 241
+link 242
+links 243
+liquid 244
+live 245
+localization 246
+locate 247
+located 248
+logic 249
+logics 250
+looking 251
+love 252
+lyon 253
+machines 254
+magnetic 255
+margins 256
+mark 257
+matter 258
+me 259
+memo 260
+memorize 261
+memory 262
+message 263
+mine 264
+mineral 265
+modification 266
+modify 267
+more 268
+morphogenetics 269
+motivated 270
+motoneuron 271
+move 272
+movement 273
+muscular 274
+must 275
+mutation 276
+my 277
+naked 278
+name 279
+neither 280
+nerve 281
+nervous 282
+network 283
+new 284
+next 285
+nine 286
+no 287
+nor 288
+not 289
+nothing 290
+nothingness 291
+number 292
+oblivion 293
+of 294
+on 295
+one 296
+open 297
+opened 298
+or 299
+organic 300
+organized 301
+other 302
+out 303
+oxygen 304
+pa 305
+pancreas 306
+parallel 307
+paralysis 308
+passion 309
+password 310
+pathetic 311
+perception 312
+perpetual 313
+phase 314
+place 315
+planets 316
+points 317
+position 318
+possibilities 319
+possible 320
+power 321
+private 322
+pro 323
+problem 324
+process 325
+producing 326
+program 327
+promises 328
+proposition 329
+protection 330
+protein 331
+rain 332
+random 333
+rare 334
+re 335
+read 336
+real 337
+reality 338
+realtime 339
+reboot 340
+recollection 341
+record 342
+redo 343
+regulation 344
+reinventing 345
+relead 346
+relocated 347
+remain 348
+remember 349
+remove 350
+replace 351
+required 352
+research 353
+results 354
+return 355
+rise 356
+</s> 357
+<s> 358
+sand 359
+save 360
+say 361
+scratch 362
+screen 363
+sea 364
+search 365
+searching 366
+security 367
+segment 368
+segregation 369
+send 370
+sensations 371
+sensor 372
+sequence 373
+sequences 374
+set 375
+seven 376
+sex 377
+shared 378
+shining 379
+should 380
+significant 381
+silence 382
+simplicity 383
+six 384
+skin 385
+some 386
+someone 387
+something 388
+somewhere 389
+soul 390
+space 391
+spaces 392
+speak 393
+speed 394
+start 395
+starts 396
+state 397
+stay 398
+stays 399
+stop 400
+storage 401
+store 402
+storm 403
+strange 404
+street 405
+structural 406
+structures 407
+subsystems 408
+such 409
+supplementary 410
+synapsis 411
+synchronized 412
+system 413
+systems 414
+technical 415
+tell 416
+tells 417
+temperature 418
+temporal 419
+tension 420
+terms 421
+terrorist 422
+than 423
+that 424
+the 425
+their 426
+there 427
+they 428
+this 429
+thread 430
+threads 431
+three 432
+through 433
+tiger 434
+time 435
+to 436
+traced 437
+transcend 438
+transcription 439
+transparent 440
+tree 441
+try 442
+two 443
+unable 444
+understands 445
+undress 446
+universe 447
+up 448
+upload 449
+upper 450
+use 451
+utopia 452
+utopian 453
+variants 454
+version 455
+very 456
+violence 457
+virtual 458
+visit 459
+wait 460
+walk 461
+want 462
+well 463
+what 464
+when 465
+where 466
+which 467
+wifi 468
+win 469
+wine 470
+wins 471
+with 472
+world 473
+worlds 474
+wringing 475
+write 476
+written 477
+yes 478
+you 479
+your 480
+your(s) 481
+zebra 482
+zero 483
+!sil 484
+#0 485
diff --git a/asr/models/homeostasis_25nov.cfg b/asr/models/homeostasis_25nov.cfg
deleted file mode 100644
index 7add85f76d622f77cffe5d8164029cbe529b975c..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov.cfg
+++ /dev/null
@@ -1,18 +0,0 @@
-dir = asr/models/homeostasis_25nov
-name = homeostasis_25nov
-
-xml_filename = $dir/homeostasis_25nov.xml
-slu_prefix = $dir/automate/homeostasis_25nov_%s
-slu_actions = $dir/homeostasis_25nov.action
-
-fst = $dir/HCLG.fst
-model = $dir/final.mdl
-word-syms = $dir/words.txt
-feature-type = mfcc
-mfcc-config = $dir/conf/mfcc.conf
-ivector-extraction-config = $dir/conf/ivector_extractor.fixed.conf
-max-active = 7000
-beam = 11.0
-lattice-beam = 6.0
-do-endpointing = True
-endpoint-silence-phones = 1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30:31:32:33:34:35
diff --git a/asr/models/homeostasis_25nov/HCLG.fst b/asr/models/homeostasis_25nov/HCLG.fst
deleted file mode 100644
index 682641893a07de57baf3c61fd5ca9eb976b01648..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_25nov/HCLG.fst and /dev/null differ
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov.fst b/asr/models/homeostasis_25nov/automate/homeostasis_25nov.fst
deleted file mode 100644
index a40f2cdd81cc73ec0306389473d82ae47df8abf1..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_25nov/automate/homeostasis_25nov.fst and /dev/null differ
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_clean_tail.fst b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_clean_tail.fst
deleted file mode 100644
index 0cfb3f067befa6dcb72ec8150dec2b16f370da02..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_clean_tail.fst and /dev/null differ
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_clean_tail.txt b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_clean_tail.txt
deleted file mode 100644
index a8439cd2ca72259fbfe7e17019b1cd439f2a064c..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_clean_tail.txt
+++ /dev/null
@@ -1,706 +0,0 @@
-0	0	uno	uno
-0	0	dos	dos
-0	0	open	open
-0	0	system	system
-0	0	tell	tell
-0	0	me	me
-0	0	technical	technical
-0	0	characteristics	characteristics
-0	0	read	read
-0	0	next	next
-0	0	yes	yes
-0	0	download	download
-0	0	the	the
-0	0	terms	terms
-0	0	and	and
-0	0	conditions	conditions
-0	0	of	of
-0	0	use	use
-0	0	body	body
-0	0	x	x
-0	0	epsilon	epsilon
-0	0	three	three
-0	0	point	point
-0	0	zero	zero
-0	0	accept	accept
-0	0	install	install
-0	0	new	new
-0	0	version	version
-0	0	give	give
-0	0	my	my
-0	0	data	data
-0	0	tres	tres
-0	0	access	access
-0	0	to	to
-0	0	import	import
-0	0	organic	organic
-0	0	matter	matter
-0	0	temperature	temperature
-0	0	time	time
-0	0	space	space
-0	0	position	position
-0	0	subsystems	subsystems
-0	0	estate	estate
-0	0	quatro	quatro
-0	0	functions	functions
-0	0	localization	localization
-0	0	sensations	sensations
-0	0	passion	passion
-0	0	concentration	concentration
-0	0	perception	perception
-0	0	formal	formal
-0	0	force	force
-0	0	logics	logics
-0	0	imagination	imagination
-0	0	effort	effort
-0	0	nervous	nervous
-0	0	internal	internal
-0	0	network	network
-0	0	upload	upload
-0	0	cinco	cinco
-0	0	memory	memory
-0	0	silence	silence
-0	0	clouds	clouds
-0	0	beautiful	beautiful
-0	0	rain	rain
-0	0	identities	identities
-0	0	storm	storm
-0	0	possibilities	possibilities
-0	0	wifi	wifi
-0	0	search	search
-0	0	redo	redo
-0	0	connection	connection
-0	0	connect	connect
-0	0	this	this
-0	0	function	function
-0	0	looking	looking
-0	0	for	for
-0	0	something	something
-0	0	must	must
-0	0	stay	stay
-0	0	exist	exist
-0	0	a	a
-0	0	thread	thread
-0	0	exists	exists
-0	0	between	between
-0	0	recollection	recollection
-0	0	oblivion	oblivion
-0	0	tension	tension
-0	0	an	an
-0	0	echo	echo
-0	0	emptiness	emptiness
-0	0	rare	rare
-0	0	stays	stays
-0	0	through	through
-0	0	nothing	nothing
-0	0	more	more
-0	0	strange	strange
-0	0	than	than
-0	0	exile	exile
-0	0	absolute	absolute
-0	0	abyss	abyss
-0	0	creaking	creaking
-0	0	bones	bones
-0	0	barbarian	barbarian
-0	0	invasion	invasion
-0	0	carelessness	carelessness
-0	0	destinies	destinies
-0	0	wringing	wringing
-0	0	out	out
-0	0	blood	blood
-0	0	should	should
-0	0	or	or
-0	0	not	not
-0	0	try	try
-0	0	with	with
-0	0	functional	functional
-0	0	regulation	regulation
-0	0	possible	possible
-0	0	erase	erase
-0	0	important	important
-0	0	state	state
-0	0	geolocalization	geolocalization
-0	0	encode	encode
-0	0	located	located
-0	0	constellation	constellation
-0	0	center	center
-0	0	six	six
-0	0	nine	nine
-0	0	some	some
-0	0	threads	threads
-0	0	are	are
-0	0	broken	broken
-0	0	remove	remove
-0	0	love	love
-0	0	errors	errors
-0	0	identical	identical
-0	0	identity	identity
-0	0	identifier	identifier
-0	0	where	where
-0	0	answer	answer
-0	0	being	being
-0	0	boing	boing
-0	0	boot	boot
-0	0	reboot	reboot
-0	0	border	border
-0	0	begun	begun
-0	0	begin	begin
-0	0	win	win
-0	0	actions	actions
-0	0	there	there
-0	0	is	is
-0	0	password	password
-0	0	pancreas	pancreas
-0	0	you	you
-0	0	your	your
-0	0	wins	wins
-0	0	everywhere	everywhere
-0	0	golden	golden
-0	0	protein	protein
-0	0	protection	protection
-0	0	amino-acid	amino-acid
-0	0	bilar	bilar
-0	0	violence	violence
-0	0	segment	segment
-0	0	segregation	segregation
-0	0	want	want
-0	0	y	y
-0	0	querer	querer
-0	0	sequences	sequences
-0	0	producing	producing
-0	0	significant	significant
-0	0	alignments	alignments
-0	0	in	in
-0	0	genetic	genetic
-0	0	database	database
-0	0	record	record
-0	1	uno	uno
-0	1	dos	dos
-0	1	open	open
-0	1	system	system
-0	1	tell	tell
-0	1	me	me
-0	1	technical	technical
-0	1	characteristics	characteristics
-0	1	read	read
-0	1	next	next
-0	1	yes	yes
-0	1	download	download
-0	1	the	the
-0	1	terms	terms
-0	1	and	and
-0	1	conditions	conditions
-0	1	of	of
-0	1	use	use
-0	1	body	body
-0	1	x	x
-0	1	epsilon	epsilon
-0	1	three	three
-0	1	point	point
-0	1	zero	zero
-0	1	accept	accept
-0	1	install	install
-0	1	new	new
-0	1	version	version
-0	1	give	give
-0	1	my	my
-0	1	data	data
-0	1	tres	tres
-0	1	access	access
-0	1	to	to
-0	1	import	import
-0	1	organic	organic
-0	1	matter	matter
-0	1	temperature	temperature
-0	1	time	time
-0	1	space	space
-0	1	position	position
-0	1	subsystems	subsystems
-0	1	estate	estate
-0	1	quatro	quatro
-0	1	functions	functions
-0	1	localization	localization
-0	1	sensations	sensations
-0	1	passion	passion
-0	1	concentration	concentration
-0	1	perception	perception
-0	1	formal	formal
-0	1	force	force
-0	1	logics	logics
-0	1	imagination	imagination
-0	1	effort	effort
-0	1	nervous	nervous
-0	1	internal	internal
-0	1	network	network
-0	1	upload	upload
-0	1	cinco	cinco
-0	1	memory	memory
-0	1	silence	silence
-0	1	clouds	clouds
-0	1	beautiful	beautiful
-0	1	rain	rain
-0	1	identities	identities
-0	1	storm	storm
-0	1	possibilities	possibilities
-0	1	wifi	wifi
-0	1	search	search
-0	1	redo	redo
-0	1	connection	connection
-0	1	connect	connect
-0	1	this	this
-0	1	function	function
-0	1	looking	looking
-0	1	for	for
-0	1	something	something
-0	1	must	must
-0	1	stay	stay
-0	1	exist	exist
-0	1	a	a
-0	1	thread	thread
-0	1	exists	exists
-0	1	between	between
-0	1	recollection	recollection
-0	1	oblivion	oblivion
-0	1	tension	tension
-0	1	an	an
-0	1	echo	echo
-0	1	emptiness	emptiness
-0	1	rare	rare
-0	1	stays	stays
-0	1	through	through
-0	1	nothing	nothing
-0	1	more	more
-0	1	strange	strange
-0	1	than	than
-0	1	exile	exile
-0	1	absolute	absolute
-0	1	abyss	abyss
-0	1	creaking	creaking
-0	1	bones	bones
-0	1	barbarian	barbarian
-0	1	invasion	invasion
-0	1	carelessness	carelessness
-0	1	destinies	destinies
-0	1	wringing	wringing
-0	1	out	out
-0	1	blood	blood
-0	1	should	should
-0	1	or	or
-0	1	not	not
-0	1	try	try
-0	1	with	with
-0	1	functional	functional
-0	1	regulation	regulation
-0	1	possible	possible
-0	1	erase	erase
-0	1	important	important
-0	1	state	state
-0	1	geolocalization	geolocalization
-0	1	encode	encode
-0	1	located	located
-0	1	constellation	constellation
-0	1	center	center
-0	1	six	six
-0	1	nine	nine
-0	1	some	some
-0	1	threads	threads
-0	1	are	are
-0	1	broken	broken
-0	1	remove	remove
-0	1	love	love
-0	1	errors	errors
-0	1	identical	identical
-0	1	identity	identity
-0	1	identifier	identifier
-0	1	where	where
-0	1	answer	answer
-0	1	being	being
-0	1	boing	boing
-0	1	boot	boot
-0	1	reboot	reboot
-0	1	border	border
-0	1	begun	begun
-0	1	begin	begin
-0	1	win	win
-0	1	actions	actions
-0	1	there	there
-0	1	is	is
-0	1	password	password
-0	1	pancreas	pancreas
-0	1	you	you
-0	1	your	your
-0	1	wins	wins
-0	1	everywhere	everywhere
-0	1	golden	golden
-0	1	protein	protein
-0	1	protection	protection
-0	1	amino-acid	amino-acid
-0	1	bilar	bilar
-0	1	violence	violence
-0	1	segment	segment
-0	1	segregation	segregation
-0	1	want	want
-0	1	y	y
-0	1	querer	querer
-0	1	sequences	sequences
-0	1	producing	producing
-0	1	significant	significant
-0	1	alignments	alignments
-0	1	in	in
-0	1	genetic	genetic
-0	1	database	database
-0	1	record	record
-0	2	<joker>	<joker>
-1
-2	0	uno	uno
-2	0	dos	dos
-2	0	open	open
-2	0	system	system
-2	0	tell	tell
-2	0	me	me
-2	0	technical	technical
-2	0	characteristics	characteristics
-2	0	read	read
-2	0	next	next
-2	0	yes	yes
-2	0	download	download
-2	0	the	the
-2	0	terms	terms
-2	0	and	and
-2	0	conditions	conditions
-2	0	of	of
-2	0	use	use
-2	0	body	body
-2	0	x	x
-2	0	epsilon	epsilon
-2	0	three	three
-2	0	point	point
-2	0	zero	zero
-2	0	accept	accept
-2	0	install	install
-2	0	new	new
-2	0	version	version
-2	0	give	give
-2	0	my	my
-2	0	data	data
-2	0	tres	tres
-2	0	access	access
-2	0	to	to
-2	0	import	import
-2	0	organic	organic
-2	0	matter	matter
-2	0	temperature	temperature
-2	0	time	time
-2	0	space	space
-2	0	position	position
-2	0	subsystems	subsystems
-2	0	estate	estate
-2	0	quatro	quatro
-2	0	functions	functions
-2	0	localization	localization
-2	0	sensations	sensations
-2	0	passion	passion
-2	0	concentration	concentration
-2	0	perception	perception
-2	0	formal	formal
-2	0	force	force
-2	0	logics	logics
-2	0	imagination	imagination
-2	0	effort	effort
-2	0	nervous	nervous
-2	0	internal	internal
-2	0	network	network
-2	0	upload	upload
-2	0	cinco	cinco
-2	0	memory	memory
-2	0	silence	silence
-2	0	clouds	clouds
-2	0	beautiful	beautiful
-2	0	rain	rain
-2	0	identities	identities
-2	0	storm	storm
-2	0	possibilities	possibilities
-2	0	wifi	wifi
-2	0	search	search
-2	0	redo	redo
-2	0	connection	connection
-2	0	connect	connect
-2	0	this	this
-2	0	function	function
-2	0	looking	looking
-2	0	for	for
-2	0	something	something
-2	0	must	must
-2	0	stay	stay
-2	0	exist	exist
-2	0	a	a
-2	0	thread	thread
-2	0	exists	exists
-2	0	between	between
-2	0	recollection	recollection
-2	0	oblivion	oblivion
-2	0	tension	tension
-2	0	an	an
-2	0	echo	echo
-2	0	emptiness	emptiness
-2	0	rare	rare
-2	0	stays	stays
-2	0	through	through
-2	0	nothing	nothing
-2	0	more	more
-2	0	strange	strange
-2	0	than	than
-2	0	exile	exile
-2	0	absolute	absolute
-2	0	abyss	abyss
-2	0	creaking	creaking
-2	0	bones	bones
-2	0	barbarian	barbarian
-2	0	invasion	invasion
-2	0	carelessness	carelessness
-2	0	destinies	destinies
-2	0	wringing	wringing
-2	0	out	out
-2	0	blood	blood
-2	0	should	should
-2	0	or	or
-2	0	not	not
-2	0	try	try
-2	0	with	with
-2	0	functional	functional
-2	0	regulation	regulation
-2	0	possible	possible
-2	0	erase	erase
-2	0	important	important
-2	0	state	state
-2	0	geolocalization	geolocalization
-2	0	encode	encode
-2	0	located	located
-2	0	constellation	constellation
-2	0	center	center
-2	0	six	six
-2	0	nine	nine
-2	0	some	some
-2	0	threads	threads
-2	0	are	are
-2	0	broken	broken
-2	0	remove	remove
-2	0	love	love
-2	0	errors	errors
-2	0	identical	identical
-2	0	identity	identity
-2	0	identifier	identifier
-2	0	where	where
-2	0	answer	answer
-2	0	being	being
-2	0	boing	boing
-2	0	boot	boot
-2	0	reboot	reboot
-2	0	border	border
-2	0	begun	begun
-2	0	begin	begin
-2	0	win	win
-2	0	actions	actions
-2	0	there	there
-2	0	is	is
-2	0	password	password
-2	0	pancreas	pancreas
-2	0	you	you
-2	0	your	your
-2	0	wins	wins
-2	0	everywhere	everywhere
-2	0	golden	golden
-2	0	protein	protein
-2	0	protection	protection
-2	0	amino-acid	amino-acid
-2	0	bilar	bilar
-2	0	violence	violence
-2	0	segment	segment
-2	0	segregation	segregation
-2	0	want	want
-2	0	y	y
-2	0	querer	querer
-2	0	sequences	sequences
-2	0	producing	producing
-2	0	significant	significant
-2	0	alignments	alignments
-2	0	in	in
-2	0	genetic	genetic
-2	0	database	database
-2	0	record	record
-2	1	uno	uno
-2	1	dos	dos
-2	1	open	open
-2	1	system	system
-2	1	tell	tell
-2	1	me	me
-2	1	technical	technical
-2	1	characteristics	characteristics
-2	1	read	read
-2	1	next	next
-2	1	yes	yes
-2	1	download	download
-2	1	the	the
-2	1	terms	terms
-2	1	and	and
-2	1	conditions	conditions
-2	1	of	of
-2	1	use	use
-2	1	body	body
-2	1	x	x
-2	1	epsilon	epsilon
-2	1	three	three
-2	1	point	point
-2	1	zero	zero
-2	1	accept	accept
-2	1	install	install
-2	1	new	new
-2	1	version	version
-2	1	give	give
-2	1	my	my
-2	1	data	data
-2	1	tres	tres
-2	1	access	access
-2	1	to	to
-2	1	import	import
-2	1	organic	organic
-2	1	matter	matter
-2	1	temperature	temperature
-2	1	time	time
-2	1	space	space
-2	1	position	position
-2	1	subsystems	subsystems
-2	1	estate	estate
-2	1	quatro	quatro
-2	1	functions	functions
-2	1	localization	localization
-2	1	sensations	sensations
-2	1	passion	passion
-2	1	concentration	concentration
-2	1	perception	perception
-2	1	formal	formal
-2	1	force	force
-2	1	logics	logics
-2	1	imagination	imagination
-2	1	effort	effort
-2	1	nervous	nervous
-2	1	internal	internal
-2	1	network	network
-2	1	upload	upload
-2	1	cinco	cinco
-2	1	memory	memory
-2	1	silence	silence
-2	1	clouds	clouds
-2	1	beautiful	beautiful
-2	1	rain	rain
-2	1	identities	identities
-2	1	storm	storm
-2	1	possibilities	possibilities
-2	1	wifi	wifi
-2	1	search	search
-2	1	redo	redo
-2	1	connection	connection
-2	1	connect	connect
-2	1	this	this
-2	1	function	function
-2	1	looking	looking
-2	1	for	for
-2	1	something	something
-2	1	must	must
-2	1	stay	stay
-2	1	exist	exist
-2	1	a	a
-2	1	thread	thread
-2	1	exists	exists
-2	1	between	between
-2	1	recollection	recollection
-2	1	oblivion	oblivion
-2	1	tension	tension
-2	1	an	an
-2	1	echo	echo
-2	1	emptiness	emptiness
-2	1	rare	rare
-2	1	stays	stays
-2	1	through	through
-2	1	nothing	nothing
-2	1	more	more
-2	1	strange	strange
-2	1	than	than
-2	1	exile	exile
-2	1	absolute	absolute
-2	1	abyss	abyss
-2	1	creaking	creaking
-2	1	bones	bones
-2	1	barbarian	barbarian
-2	1	invasion	invasion
-2	1	carelessness	carelessness
-2	1	destinies	destinies
-2	1	wringing	wringing
-2	1	out	out
-2	1	blood	blood
-2	1	should	should
-2	1	or	or
-2	1	not	not
-2	1	try	try
-2	1	with	with
-2	1	functional	functional
-2	1	regulation	regulation
-2	1	possible	possible
-2	1	erase	erase
-2	1	important	important
-2	1	state	state
-2	1	geolocalization	geolocalization
-2	1	encode	encode
-2	1	located	located
-2	1	constellation	constellation
-2	1	center	center
-2	1	six	six
-2	1	nine	nine
-2	1	some	some
-2	1	threads	threads
-2	1	are	are
-2	1	broken	broken
-2	1	remove	remove
-2	1	love	love
-2	1	errors	errors
-2	1	identical	identical
-2	1	identity	identity
-2	1	identifier	identifier
-2	1	where	where
-2	1	answer	answer
-2	1	being	being
-2	1	boing	boing
-2	1	boot	boot
-2	1	reboot	reboot
-2	1	border	border
-2	1	begun	begun
-2	1	begin	begin
-2	1	win	win
-2	1	actions	actions
-2	1	there	there
-2	1	is	is
-2	1	password	password
-2	1	pancreas	pancreas
-2	1	you	you
-2	1	your	your
-2	1	wins	wins
-2	1	everywhere	everywhere
-2	1	golden	golden
-2	1	protein	protein
-2	1	protection	protection
-2	1	amino-acid	amino-acid
-2	1	bilar	bilar
-2	1	violence	violence
-2	1	segment	segment
-2	1	segregation	segregation
-2	1	want	want
-2	1	y	y
-2	1	querer	querer
-2	1	sequences	sequences
-2	1	producing	producing
-2	1	significant	significant
-2	1	alignments	alignments
-2	1	in	in
-2	1	genetic	genetic
-2	1	database	database
-2	1	record	record
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_dico_action.txt b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_dico_action.txt
deleted file mode 100644
index f4d633242dd7a16ba45351579044d3af93983589..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_dico_action.txt
+++ /dev/null
@@ -1,239 +0,0 @@
-<epsilon> 0
-<joker> 1
-action(1,1,0,"start_scene1","uno") 2
-action(1,1,1,"#ENDSEQUENCE(1)","") 3
-action(1,1,1,"#ENDSECTION(1)","") 4
-action(2,1,1,"open_scene2","dos") 5
-action(2,1,2,"open_2A","open_system") 6
-action(2,1,3,"#ENDSEQUENCE(1)","") 7
-action(2,2,3,"start_system_voice","tell_me") 8
-action(2,2,4,"open_2B","open_technical_characteristics") 9
-action(2,2,5,"open_2B1","read") 10
-action(2,2,6,"open_2B2","next") 11
-action(2,2,7,"open_2B3","yes") 12
-action(2,2,8,"open_2B4","read") 13
-action(2,2,9,"open_2B5","download") 14
-action(2,2,10,"open_2C","open_the_terms_and_conditions_of_use_of_body_x_epsilon_system_three_point_zero") 15
-action(2,2,11,"open_2C1","accept_terms_and_conditions_of_use") 16
-action(2,2,12,"open_2C2","next") 17
-action(2,2,13,"open_2D","install_the_new_version_of_me") 18
-action(2,2,14,"#end","give_me_my_data") 19
-action(2,2,15,"#ENDSEQUENCE(2)","") 20
-action(2,2,15,"#ENDSECTION(2)","") 21
-action(3,1,15,"open_scene3","tres") 22
-action(3,1,16,"#end","open_access_to_body_data") 23
-action(3,1,17,"#ENDSEQUENCE(1)","") 24
-action(3,2,17,"open3_A","import_body_data") 25
-action(3,2,18,"open3_A1","import_organic_matter_data") 26
-action(3,2,19,"open3_A2","import_temperature") 27
-action(3,2,20,"open3_A3","import_time") 28
-action(3,2,21,"open3_A4","import_space_data") 29
-action(3,2,22,"open3_A5","import_position") 30
-action(3,2,23,"open3_A6","import_body_subsystems") 31
-action(3,2,24,"open3_A7","import_estate") 32
-action(3,2,25,"#end","give_me_my_data") 33
-action(3,2,26,"#ENDSEQUENCE(2)","") 34
-action(3,2,26,"#ENDSECTION(3)","") 35
-action(4,1,26,"open_scene4","quatro") 36
-action(4,1,27,"#end","open_access_to_body_functions") 37
-action(4,1,28,"#ENDSEQUENCE(1)","") 38
-action(4,2,28,"open_4A","import_body_functions_space_localization") 39
-action(4,2,29,"open_4A1","import_body_functions_sensations") 40
-action(4,2,30,"open_4A2","import_body_functions_passion") 41
-action(4,2,31,"open_4A3","import_body_functions_concentration") 42
-action(4,2,32,"open_4A4","import_body_functions_perception") 43
-action(4,2,33,"open_4A5","import_body_functions_formal_force") 44
-action(4,2,34,"open_4A6","import_body_functions_logics") 45
-action(4,2,35,"open_4A7","import_body_functions_imagination") 46
-action(4,2,36,"open_4A8","import_body_functions_effort") 47
-action(4,2,37,"open_4A9","import_body_functions_nervous_system") 48
-action(4,2,38,"open_4A10","import_body_functions_internal_network") 49
-action(4,2,39,"#end","upload") 50
-action(4,2,40,"#end","give_me_my_data") 51
-action(4,2,41,"#ENDSEQUENCE(2)","") 52
-action(4,2,41,"#ENDSECTION(4)","") 53
-action(5,1,41,"open_scene5","cinco") 54
-action(5,1,42,"#ENDSEQUENCE(1)","") 55
-action(5,2,42,"#end","import_memory") 56
-action(5,2,43,"#end","give_me_my_data") 57
-action(5,2,44,"stop_system_voice","silence") 58
-action(5,2,45,"#ENDSEQUENCE(2)","") 59
-action(5,2,45,"#ENDSECTION(5)","") 60
-action(6,1,45,"#end","open_network") 61
-action(6,1,46,"#ENDSEQUENCE(1)","") 62
-action(6,2,46,"constellation","clouds") 63
-action(6,2,47,"constellation","beautiful") 64
-action(6,2,48,"constellation","data") 65
-action(6,2,49,"amplification1","clouds") 66
-action(6,2,50,"constellation","rain_of_identities") 67
-action(6,2,51,"constellation","storm_of_possibilities") 68
-action(6,2,52,"constellation","body") 69
-action(6,2,53,"constellation","wifi") 70
-action(6,2,54,"constellation","search") 71
-action(6,2,55,"constellation","and_redo") 72
-action(6,2,56,"constellation","connection") 73
-action(6,2,57,"constellation","connect_me_to_this_network") 74
-action(6,2,58,"constellation","function") 75
-action(6,2,59,"constellation","looking_for") 76
-action(6,2,60,"amplification1","something") 77
-action(6,2,61,"constellation","must") 78
-action(6,2,62,"constellation","stay") 79
-action(6,2,63,"amplification1","something") 80
-action(6,2,64,"amplification1","must") 81
-action(6,2,65,"constellation","exist") 82
-action(6,2,66,"constellation","a") 83
-action(6,2,67,"constellation","thread") 84
-action(6,2,68,"amplification2","something") 85
-action(6,2,69,"amplification1","exists") 86
-action(6,2,70,"constellation","between_recollection_and_oblivion") 87
-action(6,2,71,"constellation","a_tension_an_echo_an_emptiness") 88
-action(6,2,72,"amplification3","something") 89
-action(6,2,73,"constellation","rare") 90
-action(6,2,74,"amplification1","stays") 91
-action(6,2,75,"constellation","through") 92
-action(6,2,76,"constellation","nothing_more_strange_than_this_exile") 93
-action(6,2,77,"constellation","an_absolute_abyss") 94
-action(6,2,78,"constellation","a_creaking_of_the_bones") 95
-action(6,2,79,"constellation","a_barbarian_invasion") 96
-action(6,2,80,"constellation","the_carelessness_of_destinies") 97
-action(6,2,81,"constellation","wringing_out_the") 98
-action(6,2,82,"constellation","blood") 99
-action(6,2,83,"amplification4","something") 100
-action(6,2,84,"constellation","should") 101
-action(6,2,85,"amplification2","must") 102
-action(6,2,86,"constellation","or") 103
-action(6,2,87,"amplification2","must") 104
-action(6,2,88,"constellation","not") 105
-action(6,2,89,"amplification5","something") 106
-action(6,2,90,"amplification2","stays") 107
-action(6,2,91,"#end","try_with_functional_regulation") 108
-action(6,2,92,"#end","give_me_my_data") 109
-action(6,2,93,"#ENDSEQUENCE(2)","") 110
-action(6,3,93,"constellation","possible") 111
-action(6,3,94,"amplification1","function") 112
-action(6,3,95,"constellation","erase_the") 113
-action(6,3,96,"constellation","space") 114
-action(6,3,97,"constellation","important") 115
-action(6,3,98,"constellation","state") 116
-action(6,3,99,"constellation","geolocalization") 117
-action(6,3,100,"amplification1","important") 118
-action(6,3,101,"constellation","encode") 119
-action(6,3,102,"constellation","passion") 120
-action(6,3,103,"constellation","for_located") 121
-action(6,3,104,"constellation","constellation") 122
-action(6,3,105,"constellation","center") 123
-action(6,3,106,"constellation","six_six_nine") 124
-action(6,3,107,"amplification2","important") 125
-action(6,3,108,"constellation","some") 126
-action(6,3,109,"amplification1","threads") 127
-action(6,3,110,"constellation","are_broken") 128
-action(6,3,111,"constellation","remove") 129
-action(6,3,112,"constellation","memory") 130
-action(6,3,113,"constellation","love") 131
-action(6,3,114,"amplification1","love") 132
-action(6,3,115,"amplification1","memory") 133
-action(6,3,116,"amplification2","love") 134
-action(6,3,117,"amplification1","errors") 135
-action(6,3,118,"constellation","a_identical") 136
-action(6,3,119,"constellation","identity") 137
-action(6,3,120,"constellation","identifier") 138
-action(6,3,121,"constellation","where") 139
-action(6,3,122,"constellation","answer") 140
-action(6,3,123,"constellation","being") 141
-action(6,3,124,"constellation","boing") 142
-action(6,3,125,"constellation","boot") 143
-action(6,3,126,"constellation","reboot") 144
-action(6,3,127,"constellation","border_of") 145
-action(6,3,128,"amplification1","body") 146
-action(6,3,129,"amplification2","body") 147
-action(6,3,130,"amplification1","being") 148
-action(6,3,131,"constellation","begun") 149
-action(6,3,132,"constellation","begin") 150
-action(6,3,133,"constellation","win") 151
-action(6,3,134,"amplification1","border_of") 152
-action(6,3,135,"amplification2","being") 153
-action(6,3,136,"constellation","actions") 154
-action(6,3,137,"amplification1","search") 155
-action(6,3,138,"constellation","the") 156
-action(6,3,139,"amplification1","answer") 157
-action(6,3,140,"constellation","of") 158
-action(6,3,141,"amplification1","the") 159
-action(6,3,142,"constellation","there_is") 160
-action(6,3,143,"amplification1","there_is") 161
-action(6,3,144,"amplification6","something") 162
-action(6,3,145,"amplification3","body") 163
-action(6,3,146,"constellation","password") 164
-action(6,3,147,"constellation","pancreas") 165
-action(6,3,148,"constellation","give") 166
-action(6,3,149,"constellation","me") 167
-action(6,3,150,"amplification1","data") 168
-action(6,3,151,"amplification1","give") 169
-action(6,3,152,"amplification1","me") 170
-action(6,3,153,"amplification2","give") 171
-action(6,3,154,"amplification2","me") 172
-action(6,3,155,"constellation","you") 173
-action(6,3,156,"constellation","your") 174
-action(6,3,157,"amplification3","give") 175
-action(6,3,158,"amplification3","me") 176
-action(6,3,159,"amplification1","your") 177
-action(6,3,160,"amplification2","data") 178
-action(6,3,161,"amplification4","give") 179
-action(6,3,162,"amplification4","me") 180
-action(6,3,163,"amplification2","your") 181
-action(6,3,164,"amplification5","give") 182
-action(6,3,165,"amplification5","me") 183
-action(6,3,166,"amplification3","your") 184
-action(6,3,167,"amplification3","data") 185
-action(6,3,168,"amplification1","begun") 186
-action(6,3,169,"amplification1","begin") 187
-action(6,3,170,"amplification1","wins") 188
-action(6,3,171,"amplification1","blood") 189
-action(6,3,172,"constellation","everywhere") 190
-action(6,3,173,"amplification6","give") 191
-action(6,3,174,"amplification7","give") 192
-action(6,3,175,"amplification4","your") 193
-action(6,3,176,"amplification2","blood") 194
-action(6,3,177,"constellation","golden") 195
-action(6,3,178,"amplification1","golden") 196
-action(6,3,179,"amplification4","data") 197
-action(6,3,180,"constellation","protein_protection_amino-acid") 198
-action(6,3,181,"amplification1","where") 199
-action(6,3,182,"constellation","bilar") 200
-action(6,3,183,"constellation","violence_segment") 201
-action(6,3,184,"constellation","segregation") 202
-action(6,3,185,"amplification2","memory") 203
-action(6,3,186,"amplification1","encode") 204
-action(6,3,187,"amplification2","where") 205
-action(6,3,188,"amplification3","where") 206
-action(6,3,189,"amplification4","body") 207
-action(6,3,190,"amplification4","where") 208
-action(6,3,191,"amplification5","body") 209
-action(6,3,192,"amplification5","where") 210
-action(6,3,193,"amplification6","where") 211
-action(6,3,194,"amplification8","give") 212
-action(6,3,195,"amplification5","data") 213
-action(6,3,196,"amplification2","clouds") 214
-action(6,3,197,"amplification7","something") 215
-action(6,3,198,"amplification3","being") 216
-action(6,3,199,"amplification7","where") 217
-action(6,3,200,"amplification8","where") 218
-action(6,3,201,"amplification9","give") 219
-action(6,3,202,"amplification6","data") 220
-action(6,3,203,"amplification2","functions") 221
-action(6,3,204,"#end","and_to_want") 222
-action(6,3,205,"#end","give_me_my_data") 223
-action(6,3,206,"#ENDSEQUENCE(3)","") 224
-action(6,4,206,"#end","y_querer") 225
-action(6,4,207,"#end","give_me_my_data") 226
-action(6,4,208,"#ENDSEQUENCE(4)","") 227
-action(6,5,208,"#end","give_me_my_data") 228
-action(6,5,209,"#ENDSEQUENCE(5)","") 229
-action(6,5,209,"#ENDSECTION(6)","") 230
-action(8,1,209,"#end","search_for_sequences_producing_significant_alignments_in_genetic_database") 231
-action(8,1,210,"#end","give_me_my_data") 232
-action(8,1,211,"#ENDSEQUENCE(1)","") 233
-action(8,2,211,"memorise_loop","record") 234
-action(8,2,212,"memorise_loop","record") 235
-action(8,2,213,"#end","give_me_my_data") 236
-action(8,2,214,"#ENDSEQUENCE(2)","") 237
-action(8,2,215,"#ENDSECTION(8)","") 238
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_dico_word.txt b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_dico_word.txt
deleted file mode 100644
index 0739463db291072fd3da359892610b2b46e066ec..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_dico_word.txt
+++ /dev/null
@@ -1,178 +0,0 @@
-<epsilon> 0
-<joker> 1
-uno 2
-dos 3
-open 4
-system 5
-tell 6
-me 7
-technical 8
-characteristics 9
-read 10
-next 11
-yes 12
-download 13
-the 14
-terms 15
-and 16
-conditions 17
-of 18
-use 19
-body 20
-x 21
-epsilon 22
-three 23
-point 24
-zero 25
-accept 26
-install 27
-new 28
-version 29
-give 30
-my 31
-data 32
-tres 33
-access 34
-to 35
-import 36
-organic 37
-matter 38
-temperature 39
-time 40
-space 41
-position 42
-subsystems 43
-estate 44
-quatro 45
-functions 46
-localization 47
-sensations 48
-passion 49
-concentration 50
-perception 51
-formal 52
-force 53
-logics 54
-imagination 55
-effort 56
-nervous 57
-internal 58
-network 59
-upload 60
-cinco 61
-memory 62
-silence 63
-clouds 64
-beautiful 65
-rain 66
-identities 67
-storm 68
-possibilities 69
-wifi 70
-search 71
-redo 72
-connection 73
-connect 74
-this 75
-function 76
-looking 77
-for 78
-something 79
-must 80
-stay 81
-exist 82
-a 83
-thread 84
-exists 85
-between 86
-recollection 87
-oblivion 88
-tension 89
-an 90
-echo 91
-emptiness 92
-rare 93
-stays 94
-through 95
-nothing 96
-more 97
-strange 98
-than 99
-exile 100
-absolute 101
-abyss 102
-creaking 103
-bones 104
-barbarian 105
-invasion 106
-carelessness 107
-destinies 108
-wringing 109
-out 110
-blood 111
-should 112
-or 113
-not 114
-try 115
-with 116
-functional 117
-regulation 118
-possible 119
-erase 120
-important 121
-state 122
-geolocalization 123
-encode 124
-located 125
-constellation 126
-center 127
-six 128
-nine 129
-some 130
-threads 131
-are 132
-broken 133
-remove 134
-love 135
-errors 136
-identical 137
-identity 138
-identifier 139
-where 140
-answer 141
-being 142
-boing 143
-boot 144
-reboot 145
-border 146
-begun 147
-begin 148
-win 149
-actions 150
-there 151
-is 152
-password 153
-pancreas 154
-you 155
-your 156
-wins 157
-everywhere 158
-golden 159
-protein 160
-protection 161
-amino-acid 162
-bilar 163
-violence 164
-segment 165
-segregation 166
-want 167
-y 168
-querer 169
-sequences 170
-producing 171
-significant 172
-alignments 173
-in 174
-genetic 175
-database 176
-record 177
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section1.fst b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section1.fst
deleted file mode 100644
index 6257b879d9ed607acecadfa40025a0a112b8105e..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section1.fst and /dev/null differ
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section1.txt b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section1.txt
deleted file mode 100644
index 7544e0bb4fc9bb88514194e40e3cb54ab866cedc..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section1.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-0	1	uno	2	0
-1	100
-0	1	<joker>	2	100
-1	2	<epsilon>	3	0
-2	100
-2	3	<epsilon>	4	0
-3
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section2.fst b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section2.fst
deleted file mode 100644
index 8b86d6b0e20967473a9eb7c8bbfa33fb90c2339e..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section2.fst and /dev/null differ
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section2.txt b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section2.txt
deleted file mode 100644
index a76981bc4a182720deb3263bfead7e0c1642c116..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section2.txt
+++ /dev/null
@@ -1,116 +0,0 @@
-0	1	dos	5	0
-1	100
-0	1	<joker>	5	100
-1	2	open	6	0
-2	3	system	0	0
-3	100
-1	3	<joker>	6	100
-3	4	<epsilon>	7	0
-4
-100
-4	5	tell	8	0
-5	6	me	0	0
-6	5	tell	8	0
-6	100
-4	6	<joker>	8	100
-6	7	open	9	0
-7	8	technical	0	0
-7	8	<epsilon>	0	10
-8	9	characteristics	0	0
-9	7	open	9	0
-9	100
-6	9	<joker>	9	100
-9	10	read	10	0
-10	10	read	10	0
-10	100
-9	10	<joker>	10	100
-10	11	next	11	0
-11	11	next	11	0
-11	100
-10	11	<joker>	11	100
-11	12	yes	12	0
-12	12	yes	12	0
-12	100
-11	12	<joker>	12	100
-12	13	read	13	0
-13	13	read	13	0
-13	100
-12	13	<joker>	13	100
-13	14	download	14	0
-14	14	download	14	0
-14	100
-13	14	<joker>	14	100
-14	15	open	15	0
-15	16	the	0	0
-15	16	<epsilon>	0	10
-16	17	terms	0	0
-16	17	<epsilon>	0	10
-17	18	and	0	0
-17	18	<epsilon>	0	10
-18	19	conditions	0	0
-18	19	<epsilon>	0	10
-19	20	of	0	0
-19	20	<epsilon>	0	10
-20	21	use	0	0
-20	21	<epsilon>	0	10
-21	22	of	0	0
-21	22	<epsilon>	0	10
-22	23	body	0	0
-22	23	<epsilon>	0	10
-23	24	x	0	0
-23	24	<epsilon>	0	10
-24	25	epsilon	0	0
-24	25	<epsilon>	0	10
-25	26	system	0	0
-25	26	<epsilon>	0	10
-26	27	three	0	0
-26	27	<epsilon>	0	10
-27	28	point	0	0
-27	28	<epsilon>	0	10
-28	29	zero	0	0
-29	15	open	15	0
-29	100
-14	29	<joker>	15	100
-29	30	accept	16	0
-30	31	terms	0	0
-30	31	<epsilon>	0	10
-31	32	and	0	0
-31	32	<epsilon>	0	10
-32	33	conditions	0	0
-32	33	<epsilon>	0	10
-33	34	of	0	0
-33	34	<epsilon>	0	10
-34	35	use	0	0
-35	30	accept	16	0
-35	100
-29	35	<joker>	16	100
-35	36	next	17	0
-36	36	next	17	0
-36	100
-35	36	<joker>	17	100
-36	37	install	18	0
-37	38	the	0	0
-37	38	<epsilon>	0	10
-38	39	new	0	0
-38	39	<epsilon>	0	10
-39	40	version	0	0
-39	40	<epsilon>	0	10
-40	41	of	0	0
-40	41	<epsilon>	0	10
-41	42	me	0	0
-42	37	install	18	0
-42	100
-36	42	<joker>	18	100
-42	43	give	19	0
-43	44	me	0	0
-43	44	<epsilon>	0	10
-44	45	my	0	0
-44	45	<epsilon>	0	10
-45	46	data	0	0
-46	43	give	19	0
-46	100
-42	46	<joker>	19	100
-46	47	<epsilon>	20	0
-47	100
-47	48	<epsilon>	21	0
-48
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section3.fst b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section3.fst
deleted file mode 100644
index 5f89ed2495d50716abafb3bf8fe457edc4e2e423..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section3.fst and /dev/null differ
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section3.txt b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section3.txt
deleted file mode 100644
index 2b67723ecf464ed6fa587317b8ffc1fbe8ced5fb..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section3.txt
+++ /dev/null
@@ -1,79 +0,0 @@
-0	1	tres	22	0
-1	100
-0	1	<joker>	22	100
-1	2	open	23	0
-2	3	access	0	0
-2	3	<epsilon>	0	10
-3	4	to	0	0
-3	4	<epsilon>	0	10
-4	5	body	0	0
-4	5	<epsilon>	0	10
-5	6	data	0	0
-6	100
-1	6	<joker>	23	100
-6	7	<epsilon>	24	0
-7
-100
-7	8	import	25	0
-8	9	body	0	0
-8	9	<epsilon>	0	10
-9	10	data	0	0
-10	8	import	25	0
-10	100
-7	10	<joker>	25	100
-10	11	import	26	0
-11	12	organic	0	0
-11	12	<epsilon>	0	10
-12	13	matter	0	0
-12	13	<epsilon>	0	10
-13	14	data	0	0
-14	11	import	26	0
-14	100
-10	14	<joker>	26	100
-14	15	import	27	0
-15	16	temperature	0	0
-16	15	import	27	0
-16	100
-14	16	<joker>	27	100
-16	17	import	28	0
-17	18	time	0	0
-18	17	import	28	0
-18	100
-16	18	<joker>	28	100
-18	19	import	29	0
-19	20	space	0	0
-19	20	<epsilon>	0	10
-20	21	data	0	0
-21	19	import	29	0
-21	100
-18	21	<joker>	29	100
-21	22	import	30	0
-22	23	position	0	0
-23	22	import	30	0
-23	100
-21	23	<joker>	30	100
-23	24	import	31	0
-24	25	body	0	0
-24	25	<epsilon>	0	10
-25	26	subsystems	0	0
-26	24	import	31	0
-26	100
-23	26	<joker>	31	100
-26	27	import	32	0
-27	28	estate	0	0
-28	27	import	32	0
-28	100
-26	28	<joker>	32	100
-28	29	give	33	0
-29	30	me	0	0
-29	30	<epsilon>	0	10
-30	31	my	0	0
-30	31	<epsilon>	0	10
-31	32	data	0	0
-32	29	give	33	0
-32	100
-28	32	<joker>	33	100
-32	33	<epsilon>	34	0
-33	100
-33	34	<epsilon>	35	0
-34
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section4.fst b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section4.fst
deleted file mode 100644
index 8503d6151fcf3f053052d93fd78a915fe6a2377d..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section4.fst and /dev/null differ
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section5.fst b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section5.fst
deleted file mode 100644
index 09bee390c5b696b3a1788651368992c1f7510c7c..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section5.fst and /dev/null differ
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section5.txt b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section5.txt
deleted file mode 100644
index 672079f1233b21e22fbbe2891c5dbc69502a01e4..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section5.txt
+++ /dev/null
@@ -1,29 +0,0 @@
-0	1	cinco	54	0
-1	100
-0	1	<joker>	54	100
-1	2	<epsilon>	55	0
-2
-100
-2	3	import	56	0
-3	4	memory	0	0
-4	3	import	56	0
-4	100
-2	4	<joker>	56	100
-4	5	give	57	0
-5	6	me	0	0
-5	6	<epsilon>	0	10
-6	7	my	0	0
-6	7	<epsilon>	0	10
-7	8	data	0	0
-8	5	give	57	0
-8	100
-4	8	<joker>	57	100
-8	9	silence	58	0
-9	9	silence	58	0
-9	100
-8	9	<joker>	58	100
-4	10	<epsilon>	59	0
-8	10	<epsilon>	59	0
-10	100
-10	11	<epsilon>	60	0
-11
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section6.fst b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section6.fst
deleted file mode 100644
index ebe23dc33e3e387e3a94049a7bac086c252726aa..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section6.fst and /dev/null differ
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section6.txt b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section6.txt
deleted file mode 100644
index c6ee55a5ff9b6b3e5ccef437da7a09a9a47f9514..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section6.txt
+++ /dev/null
@@ -1,615 +0,0 @@
-0	1	open	61	0
-1	2	network	0	0
-2	100
-0	2	<joker>	61	100
-2	3	<epsilon>	62	0
-3
-100
-3	4	clouds	63	0
-4	3	<epsilon>	0	0
-4	100
-3	5	beautiful	64	0
-5	3	<epsilon>	0	0
-5	100
-3	6	data	65	0
-6	3	<epsilon>	0	0
-6	100
-3	7	clouds	66	0
-7	3	<epsilon>	0	0
-7	100
-3	8	rain	67	0
-8	9	of	0	0
-8	9	<epsilon>	0	10
-9	10	identities	0	0
-10	3	<epsilon>	0	0
-10	100
-3	11	storm	68	0
-11	12	of	0	0
-11	12	<epsilon>	0	10
-12	13	possibilities	0	0
-13	3	<epsilon>	0	0
-13	100
-3	14	body	69	0
-14	3	<epsilon>	0	0
-14	100
-3	15	wifi	70	0
-15	3	<epsilon>	0	0
-15	100
-3	16	search	71	0
-16	3	<epsilon>	0	0
-16	100
-3	17	and	72	0
-17	18	redo	0	0
-18	3	<epsilon>	0	0
-18	100
-3	19	connection	73	0
-19	3	<epsilon>	0	0
-19	100
-3	20	connect	74	0
-20	21	me	0	0
-20	21	<epsilon>	0	10
-21	22	to	0	0
-21	22	<epsilon>	0	10
-22	23	this	0	0
-22	23	<epsilon>	0	10
-23	24	network	0	0
-24	3	<epsilon>	0	0
-24	100
-3	25	function	75	0
-25	3	<epsilon>	0	0
-25	100
-3	26	looking	76	0
-26	27	for	0	0
-27	3	<epsilon>	0	0
-27	100
-3	28	something	77	0
-28	3	<epsilon>	0	0
-28	100
-3	29	must	78	0
-29	3	<epsilon>	0	0
-29	100
-3	30	stay	79	0
-30	3	<epsilon>	0	0
-30	100
-3	31	something	80	0
-31	3	<epsilon>	0	0
-31	100
-3	32	must	81	0
-32	3	<epsilon>	0	0
-32	100
-3	33	exist	82	0
-33	3	<epsilon>	0	0
-33	100
-3	34	a	83	0
-34	3	<epsilon>	0	0
-34	100
-3	35	thread	84	0
-35	3	<epsilon>	0	0
-35	100
-3	36	something	85	0
-36	3	<epsilon>	0	0
-36	100
-3	37	exists	86	0
-37	3	<epsilon>	0	0
-37	100
-3	38	between	87	0
-38	39	recollection	0	0
-38	39	<epsilon>	0	10
-39	40	and	0	0
-39	40	<epsilon>	0	10
-40	41	oblivion	0	0
-41	3	<epsilon>	0	0
-41	100
-3	42	a	88	0
-42	43	tension	0	0
-42	43	<epsilon>	0	10
-43	44	an	0	0
-43	44	<epsilon>	0	10
-44	45	echo	0	0
-44	45	<epsilon>	0	10
-45	46	an	0	0
-45	46	<epsilon>	0	10
-46	47	emptiness	0	0
-47	3	<epsilon>	0	0
-47	100
-3	48	something	89	0
-48	3	<epsilon>	0	0
-48	100
-3	49	rare	90	0
-49	3	<epsilon>	0	0
-49	100
-3	50	stays	91	0
-50	3	<epsilon>	0	0
-50	100
-3	51	through	92	0
-51	3	<epsilon>	0	0
-51	100
-3	52	nothing	93	0
-52	53	more	0	0
-52	53	<epsilon>	0	10
-53	54	strange	0	0
-53	54	<epsilon>	0	10
-54	55	than	0	0
-54	55	<epsilon>	0	10
-55	56	this	0	0
-55	56	<epsilon>	0	10
-56	57	exile	0	0
-57	3	<epsilon>	0	0
-57	100
-3	58	an	94	0
-58	59	absolute	0	0
-58	59	<epsilon>	0	10
-59	60	abyss	0	0
-60	3	<epsilon>	0	0
-60	100
-3	61	a	95	0
-61	62	creaking	0	0
-61	62	<epsilon>	0	10
-62	63	of	0	0
-62	63	<epsilon>	0	10
-63	64	the	0	0
-63	64	<epsilon>	0	10
-64	65	bones	0	0
-65	3	<epsilon>	0	0
-65	100
-3	66	a	96	0
-66	67	barbarian	0	0
-66	67	<epsilon>	0	10
-67	68	invasion	0	0
-68	3	<epsilon>	0	0
-68	100
-3	69	the	97	0
-69	70	carelessness	0	0
-69	70	<epsilon>	0	10
-70	71	of	0	0
-70	71	<epsilon>	0	10
-71	72	destinies	0	0
-72	3	<epsilon>	0	0
-72	100
-3	73	wringing	98	0
-73	74	out	0	0
-73	74	<epsilon>	0	10
-74	75	the	0	0
-75	3	<epsilon>	0	0
-75	100
-3	76	blood	99	0
-76	3	<epsilon>	0	0
-76	100
-3	77	something	100	0
-77	3	<epsilon>	0	0
-77	100
-3	78	should	101	0
-78	3	<epsilon>	0	0
-78	100
-3	79	must	102	0
-79	3	<epsilon>	0	0
-79	100
-3	80	or	103	0
-80	3	<epsilon>	0	0
-80	100
-3	81	must	104	0
-81	3	<epsilon>	0	0
-81	100
-3	82	not	105	0
-82	3	<epsilon>	0	0
-82	100
-3	83	something	106	0
-83	3	<epsilon>	0	0
-83	100
-3	84	stays	107	0
-84	3	<epsilon>	0	0
-84	100
-3	85	try	108	0
-85	86	with	0	0
-85	86	<epsilon>	0	10
-86	87	functional	0	0
-86	87	<epsilon>	0	10
-87	88	regulation	0	0
-88	3	<epsilon>	0	0
-88	100
-3	89	give	109	0
-89	90	me	0	0
-89	90	<epsilon>	0	10
-90	91	my	0	0
-90	91	<epsilon>	0	10
-91	92	data	0	0
-92	3	<epsilon>	0	0
-92	100
-88	93	<epsilon>	110	0
-92	93	<epsilon>	110	0
-93
-100
-93	94	possible	111	0
-94	93	<epsilon>	0	0
-94	100
-93	95	function	112	0
-95	93	<epsilon>	0	0
-95	100
-93	96	erase	113	0
-96	97	the	0	0
-97	93	<epsilon>	0	0
-97	100
-93	98	space	114	0
-98	93	<epsilon>	0	0
-98	100
-93	99	important	115	0
-99	93	<epsilon>	0	0
-99	100
-93	100	state	116	0
-100	93	<epsilon>	0	0
-100	100
-93	101	geolocalization	117	0
-101	93	<epsilon>	0	0
-101	100
-93	102	important	118	0
-102	93	<epsilon>	0	0
-102	100
-93	103	encode	119	0
-103	93	<epsilon>	0	0
-103	100
-93	104	passion	120	0
-104	93	<epsilon>	0	0
-104	100
-93	105	for	121	0
-105	106	located	0	0
-106	93	<epsilon>	0	0
-106	100
-93	107	constellation	122	0
-107	93	<epsilon>	0	0
-107	100
-93	108	center	123	0
-108	93	<epsilon>	0	0
-108	100
-93	109	six	124	0
-109	110	six	0	0
-109	110	<epsilon>	0	10
-110	111	nine	0	0
-111	93	<epsilon>	0	0
-111	100
-93	112	important	125	0
-112	93	<epsilon>	0	0
-112	100
-93	113	some	126	0
-113	93	<epsilon>	0	0
-113	100
-93	114	threads	127	0
-114	93	<epsilon>	0	0
-114	100
-93	115	are	128	0
-115	116	broken	0	0
-116	93	<epsilon>	0	0
-116	100
-93	117	remove	129	0
-117	93	<epsilon>	0	0
-117	100
-93	118	memory	130	0
-118	93	<epsilon>	0	0
-118	100
-93	119	love	131	0
-119	93	<epsilon>	0	0
-119	100
-93	120	love	132	0
-120	93	<epsilon>	0	0
-120	100
-93	121	memory	133	0
-121	93	<epsilon>	0	0
-121	100
-93	122	love	134	0
-122	93	<epsilon>	0	0
-122	100
-93	123	errors	135	0
-123	93	<epsilon>	0	0
-123	100
-93	124	a	136	0
-124	125	identical	0	0
-125	93	<epsilon>	0	0
-125	100
-93	126	identity	137	0
-126	93	<epsilon>	0	0
-126	100
-93	127	identifier	138	0
-127	93	<epsilon>	0	0
-127	100
-93	128	where	139	0
-128	93	<epsilon>	0	0
-128	100
-93	129	answer	140	0
-129	93	<epsilon>	0	0
-129	100
-93	130	being	141	0
-130	93	<epsilon>	0	0
-130	100
-93	131	boing	142	0
-131	93	<epsilon>	0	0
-131	100
-93	132	boot	143	0
-132	93	<epsilon>	0	0
-132	100
-93	133	reboot	144	0
-133	93	<epsilon>	0	0
-133	100
-93	134	border	145	0
-134	135	of	0	0
-135	93	<epsilon>	0	0
-135	100
-93	136	body	146	0
-136	93	<epsilon>	0	0
-136	100
-93	137	body	147	0
-137	93	<epsilon>	0	0
-137	100
-93	138	being	148	0
-138	93	<epsilon>	0	0
-138	100
-93	139	begun	149	0
-139	93	<epsilon>	0	0
-139	100
-93	140	begin	150	0
-140	93	<epsilon>	0	0
-140	100
-93	141	win	151	0
-141	93	<epsilon>	0	0
-141	100
-93	142	border	152	0
-142	143	of	0	0
-143	93	<epsilon>	0	0
-143	100
-93	144	being	153	0
-144	93	<epsilon>	0	0
-144	100
-93	145	actions	154	0
-145	93	<epsilon>	0	0
-145	100
-93	146	search	155	0
-146	93	<epsilon>	0	0
-146	100
-93	147	the	156	0
-147	93	<epsilon>	0	0
-147	100
-93	148	answer	157	0
-148	93	<epsilon>	0	0
-148	100
-93	149	of	158	0
-149	93	<epsilon>	0	0
-149	100
-93	150	the	159	0
-150	93	<epsilon>	0	0
-150	100
-93	151	there	160	0
-151	152	is	0	0
-152	93	<epsilon>	0	0
-152	100
-93	153	there	161	0
-153	154	is	0	0
-154	93	<epsilon>	0	0
-154	100
-93	155	something	162	0
-155	93	<epsilon>	0	0
-155	100
-93	156	body	163	0
-156	93	<epsilon>	0	0
-156	100
-93	157	password	164	0
-157	93	<epsilon>	0	0
-157	100
-93	158	pancreas	165	0
-158	93	<epsilon>	0	0
-158	100
-93	159	give	166	0
-159	93	<epsilon>	0	0
-159	100
-93	160	me	167	0
-160	93	<epsilon>	0	0
-160	100
-93	161	data	168	0
-161	93	<epsilon>	0	0
-161	100
-93	162	give	169	0
-162	93	<epsilon>	0	0
-162	100
-93	163	me	170	0
-163	93	<epsilon>	0	0
-163	100
-93	164	give	171	0
-164	93	<epsilon>	0	0
-164	100
-93	165	me	172	0
-165	93	<epsilon>	0	0
-165	100
-93	166	you	173	0
-166	93	<epsilon>	0	0
-166	100
-93	167	your	174	0
-167	93	<epsilon>	0	0
-167	100
-93	168	give	175	0
-168	93	<epsilon>	0	0
-168	100
-93	169	me	176	0
-169	93	<epsilon>	0	0
-169	100
-93	170	your	177	0
-170	93	<epsilon>	0	0
-170	100
-93	171	data	178	0
-171	93	<epsilon>	0	0
-171	100
-93	172	give	179	0
-172	93	<epsilon>	0	0
-172	100
-93	173	me	180	0
-173	93	<epsilon>	0	0
-173	100
-93	174	your	181	0
-174	93	<epsilon>	0	0
-174	100
-93	175	give	182	0
-175	93	<epsilon>	0	0
-175	100
-93	176	me	183	0
-176	93	<epsilon>	0	0
-176	100
-93	177	your	184	0
-177	93	<epsilon>	0	0
-177	100
-93	178	data	185	0
-178	93	<epsilon>	0	0
-178	100
-93	179	begun	186	0
-179	93	<epsilon>	0	0
-179	100
-93	180	begin	187	0
-180	93	<epsilon>	0	0
-180	100
-93	181	wins	188	0
-181	93	<epsilon>	0	0
-181	100
-93	182	blood	189	0
-182	93	<epsilon>	0	0
-182	100
-93	183	everywhere	190	0
-183	93	<epsilon>	0	0
-183	100
-93	184	give	191	0
-184	93	<epsilon>	0	0
-184	100
-93	185	give	192	0
-185	93	<epsilon>	0	0
-185	100
-93	186	your	193	0
-186	93	<epsilon>	0	0
-186	100
-93	187	blood	194	0
-187	93	<epsilon>	0	0
-187	100
-93	188	golden	195	0
-188	93	<epsilon>	0	0
-188	100
-93	189	golden	196	0
-189	93	<epsilon>	0	0
-189	100
-93	190	data	197	0
-190	93	<epsilon>	0	0
-190	100
-93	191	protein	198	0
-191	192	protection	0	0
-191	192	<epsilon>	0	10
-192	193	amino-acid	0	0
-193	93	<epsilon>	0	0
-193	100
-93	194	where	199	0
-194	93	<epsilon>	0	0
-194	100
-93	195	bilar	200	0
-195	93	<epsilon>	0	0
-195	100
-93	196	violence	201	0
-196	197	segment	0	0
-197	93	<epsilon>	0	0
-197	100
-93	198	segregation	202	0
-198	93	<epsilon>	0	0
-198	100
-93	199	memory	203	0
-199	93	<epsilon>	0	0
-199	100
-93	200	encode	204	0
-200	93	<epsilon>	0	0
-200	100
-93	201	where	205	0
-201	93	<epsilon>	0	0
-201	100
-93	202	where	206	0
-202	93	<epsilon>	0	0
-202	100
-93	203	body	207	0
-203	93	<epsilon>	0	0
-203	100
-93	204	where	208	0
-204	93	<epsilon>	0	0
-204	100
-93	205	body	209	0
-205	93	<epsilon>	0	0
-205	100
-93	206	where	210	0
-206	93	<epsilon>	0	0
-206	100
-93	207	where	211	0
-207	93	<epsilon>	0	0
-207	100
-93	208	give	212	0
-208	93	<epsilon>	0	0
-208	100
-93	209	data	213	0
-209	93	<epsilon>	0	0
-209	100
-93	210	clouds	214	0
-210	93	<epsilon>	0	0
-210	100
-93	211	something	215	0
-211	93	<epsilon>	0	0
-211	100
-93	212	being	216	0
-212	93	<epsilon>	0	0
-212	100
-93	213	where	217	0
-213	93	<epsilon>	0	0
-213	100
-93	214	where	218	0
-214	93	<epsilon>	0	0
-214	100
-93	215	give	219	0
-215	93	<epsilon>	0	0
-215	100
-93	216	data	220	0
-216	93	<epsilon>	0	0
-216	100
-93	217	functions	221	0
-217	93	<epsilon>	0	0
-217	100
-93	218	and	222	0
-218	219	to	0	0
-218	219	<epsilon>	0	10
-219	220	want	0	0
-220	93	<epsilon>	0	0
-220	100
-93	221	give	223	0
-221	222	me	0	0
-221	222	<epsilon>	0	10
-222	223	my	0	0
-222	223	<epsilon>	0	10
-223	224	data	0	0
-224	93	<epsilon>	0	0
-224	100
-220	225	<epsilon>	224	0
-224	225	<epsilon>	224	0
-225
-100
-225	226	y	225	0
-226	227	querer	0	0
-227	225	<epsilon>	0	0
-227	100
-225	228	give	226	0
-228	229	me	0	0
-228	229	<epsilon>	0	10
-229	230	my	0	0
-229	230	<epsilon>	0	10
-230	231	data	0	0
-231	225	<epsilon>	0	0
-231	100
-227	232	<epsilon>	227	0
-231	232	<epsilon>	227	0
-232
-100
-232	233	give	228	0
-233	234	me	0	0
-233	234	<epsilon>	0	10
-234	235	my	0	0
-234	235	<epsilon>	0	10
-235	236	data	0	0
-236	232	<epsilon>	0	0
-236	100
-236	237	<epsilon>	229	0
-237	100
-237	238	<epsilon>	230	0
-238
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section7.txt b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section7.txt
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section8.fst b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section8.fst
deleted file mode 100644
index 59602b9dfd81de043defb58786f586ea36831394..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section8.fst and /dev/null differ
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section8.txt b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section8.txt
deleted file mode 100644
index 370b02086448649d51e8f87b63e7d5fc0d4e9258..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_section8.txt
+++ /dev/null
@@ -1,48 +0,0 @@
-0	1	search	231	0
-1	2	for	0	0
-1	2	<epsilon>	0	10
-2	3	sequences	0	0
-2	3	<epsilon>	0	10
-3	4	producing	0	0
-3	4	<epsilon>	0	10
-4	5	significant	0	0
-4	5	<epsilon>	0	10
-5	6	alignments	0	0
-5	6	<epsilon>	0	10
-6	7	in	0	0
-6	7	<epsilon>	0	10
-7	8	genetic	0	0
-7	8	<epsilon>	0	10
-8	9	database	0	0
-9	100
-0	9	<joker>	231	100
-9	10	give	232	0
-10	11	me	0	0
-10	11	<epsilon>	0	10
-11	12	my	0	0
-11	12	<epsilon>	0	10
-12	13	data	0	0
-13	100
-9	13	<joker>	232	100
-9	14	<epsilon>	233	0
-13	14	<epsilon>	233	0
-14
-100
-14	15	record	234	0
-15	14	<epsilon>	0	0
-15	100
-14	16	record	235	0
-16	14	<epsilon>	0	0
-16	100
-14	17	give	236	0
-17	18	me	0	0
-17	18	<epsilon>	0	10
-18	19	my	0	0
-18	19	<epsilon>	0	10
-19	20	data	0	0
-20	14	<epsilon>	0	0
-20	100
-20	21	<epsilon>	237	0
-21	100
-21	22	<epsilon>	238	0
-22
diff --git a/asr/models/homeostasis_25nov/homeostasis_25nov.action b/asr/models/homeostasis_25nov/homeostasis_25nov.action
deleted file mode 100644
index 7d28f66e08f86d81e5bb77412e3ad00bbed0eaf2..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov/homeostasis_25nov.action
+++ /dev/null
@@ -1,237 +0,0 @@
-action(1,1,0,"start_scene1","uno")	uno
-action(1,1,1,"#ENDSEQUENCE(1)","")	uno
-action(1,1,1,"#ENDSECTION(1)","")	uno
-action(2,1,1,"open_scene2","dos")	dos
-action(2,1,2,"open_2A","open_system")	dos open system
-action(2,1,3,"#ENDSEQUENCE(1)","")	dos open system
-action(2,2,3,"start_system_voice","tell_me")	dos open system tell me
-action(2,2,4,"open_2B","open_technical_characteristics")	dos open system tell me open technical characteristics
-action(2,2,5,"open_2B1","read")	dos open system tell me open technical characteristics read
-action(2,2,6,"open_2B2","next")	dos open system tell me open technical characteristics read next
-action(2,2,7,"open_2B3","yes")	dos open system tell me open technical characteristics read next yes
-action(2,2,8,"open_2B4","read")	dos open system tell me open technical characteristics read next yes read
-action(2,2,9,"open_2B5","download")	dos open system tell me open technical characteristics read next yes read download
-action(2,2,10,"open_2C","open_the_terms_and_conditions_of_use_of_body_x_epsilon_system_three_point_zero")	dos open system tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero
-action(2,2,11,"open_2C1","accept_terms_and_conditions_of_use")	dos open system tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use
-action(2,2,12,"open_2C2","next")	dos open system tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use next
-action(2,2,13,"open_2D","install_the_new_version_of_me")	dos open system tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use next install the new version of me
-action(2,2,14,"#end","give_me_my_data")	dos open system tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use next install the new version of me give me my data
-action(2,2,15,"#ENDSEQUENCE(2)","")	dos open system tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use next install the new version of me give me my data
-action(2,2,15,"#ENDSECTION(2)","")	dos open system tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use next install the new version of me give me my data
-action(3,1,15,"open_scene3","tres")	tres
-action(3,1,16,"#end","open_access_to_body_data")	tres open access to body data
-action(3,1,17,"#ENDSEQUENCE(1)","")	tres open access to body data
-action(3,2,17,"open3_A","import_body_data")	tres open access to body data import body data
-action(3,2,18,"open3_A1","import_organic_matter_data")	tres open access to body data import body data import organic matter data
-action(3,2,19,"open3_A2","import_temperature")	tres open access to body data import body data import organic matter data import temperature
-action(3,2,20,"open3_A3","import_time")	tres open access to body data import body data import organic matter data import temperature import time
-action(3,2,21,"open3_A4","import_space_data")	tres open access to body data import body data import organic matter data import temperature import time import space data
-action(3,2,22,"open3_A5","import_position")	tres open access to body data import body data import organic matter data import temperature import time import space data import position
-action(3,2,23,"open3_A6","import_body_subsystems")	tres open access to body data import body data import organic matter data import temperature import time import space data import position import body subsystems
-action(3,2,24,"open3_A7","import_estate")	tres open access to body data import body data import organic matter data import temperature import time import space data import position import body subsystems import estate
-action(3,2,25,"#end","give_me_my_data")	tres open access to body data import body data import organic matter data import temperature import time import space data import position import body subsystems import estate give me my data
-action(3,2,26,"#ENDSEQUENCE(2)","")	tres open access to body data import body data import organic matter data import temperature import time import space data import position import body subsystems import estate give me my data
-action(3,2,26,"#ENDSECTION(3)","")	tres open access to body data import body data import organic matter data import temperature import time import space data import position import body subsystems import estate give me my data
-action(4,1,26,"open_scene4","quatro")	quatro
-action(4,1,27,"#end","open_access_to_body_functions")	quatro open access to body functions
-action(4,1,28,"#ENDSEQUENCE(1)","")	quatro open access to body functions
-action(4,2,28,"open_4A","import_body_functions_space_localization")	quatro open access to body functions import body functions space localization
-action(4,2,29,"open_4A1","import_body_functions_sensations")	quatro open access to body functions import body functions space localization import body functions sensations
-action(4,2,30,"open_4A2","import_body_functions_passion")	quatro open access to body functions import body functions space localization import body functions sensations import body functions passion
-action(4,2,31,"open_4A3","import_body_functions_concentration")	quatro open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration
-action(4,2,32,"open_4A4","import_body_functions_perception")	quatro open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception
-action(4,2,33,"open_4A5","import_body_functions_formal_force")	quatro open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force
-action(4,2,34,"open_4A6","import_body_functions_logics")	quatro open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics
-action(4,2,35,"open_4A7","import_body_functions_imagination")	quatro open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination
-action(4,2,36,"open_4A8","import_body_functions_effort")	quatro open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination import body functions effort
-action(4,2,37,"open_4A9","import_body_functions_nervous_system")	quatro open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination import body functions effort import body functions nervous system
-action(4,2,38,"open_4A10","import_body_functions_internal_network")	quatro open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination import body functions effort import body functions nervous system import body functions internal network
-action(4,2,39,"#end","upload")	quatro open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination import body functions effort import body functions nervous system import body functions internal network upload
-action(4,2,40,"#end","give_me_my_data")	quatro open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination import body functions effort import body functions nervous system import body functions internal network upload give me my data
-action(4,2,41,"#ENDSEQUENCE(2)","")	quatro open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination import body functions effort import body functions nervous system import body functions internal network upload
-action(4,2,41,"#ENDSECTION(4)","")	quatro open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination import body functions effort import body functions nervous system import body functions internal network upload
-action(5,1,41,"open_scene5","cinco")	cinco
-action(5,1,42,"#ENDSEQUENCE(1)","")	cinco
-action(5,2,42,"#end","import_memory")	cinco import memory
-action(5,2,43,"#end","give_me_my_data")	cinco import memory give me my data
-action(5,2,44,"stop_system_voice","silence")	cinco import memory give me my data silence
-action(5,2,45,"#ENDSEQUENCE(2)","")	cinco import memory
-action(5,2,45,"#ENDSECTION(5)","")	cinco import memory
-action(6,1,45,"#end","open_network")	open network
-action(6,1,46,"#ENDSEQUENCE(1)","")	open network
-action(6,2,46,"constellation","clouds")	open network clouds
-action(6,2,47,"constellation","beautiful")	open network beautiful
-action(6,2,48,"constellation","data")	open network data
-action(6,2,49,"amplification1","clouds")	open network clouds
-action(6,2,50,"constellation","rain_of_identities")	open network rain of identities
-action(6,2,51,"constellation","storm_of_possibilities")	open network storm of possibilities
-action(6,2,52,"constellation","body")	open network body
-action(6,2,53,"constellation","wifi")	open network wifi
-action(6,2,54,"constellation","search")	open network search
-action(6,2,55,"constellation","and_redo")	open network and redo
-action(6,2,56,"constellation","connection")	open network connection
-action(6,2,57,"constellation","connect_me_to_this_network")	open network connect me to this network
-action(6,2,58,"constellation","function")	open network function
-action(6,2,59,"constellation","looking_for")	open network looking for
-action(6,2,60,"amplification1","something")	open network something
-action(6,2,61,"constellation","must")	open network must
-action(6,2,62,"constellation","stay")	open network stay
-action(6,2,63,"amplification1","something")	open network something
-action(6,2,64,"amplification1","must")	open network must
-action(6,2,65,"constellation","exist")	open network exist
-action(6,2,66,"constellation","a")	open network a
-action(6,2,67,"constellation","thread")	open network thread
-action(6,2,68,"amplification2","something")	open network something
-action(6,2,69,"amplification1","exists")	open network exists
-action(6,2,70,"constellation","between_recollection_and_oblivion")	open network between recollection and oblivion
-action(6,2,71,"constellation","a_tension_an_echo_an_emptiness")	open network a tension an echo an emptiness
-action(6,2,72,"amplification3","something")	open network something
-action(6,2,73,"constellation","rare")	open network rare
-action(6,2,74,"amplification1","stays")	open network stays
-action(6,2,75,"constellation","through")	open network through
-action(6,2,76,"constellation","nothing_more_strange_than_this_exile")	open network nothing more strange than this exile
-action(6,2,77,"constellation","an_absolute_abyss")	open network an absolute abyss
-action(6,2,78,"constellation","a_creaking_of_the_bones")	open network a creaking of the bones
-action(6,2,79,"constellation","a_barbarian_invasion")	open network a barbarian invasion
-action(6,2,80,"constellation","the_carelessness_of_destinies")	open network the carelessness of destinies
-action(6,2,81,"constellation","wringing_out_the")	open network wringing out the
-action(6,2,82,"constellation","blood")	open network blood
-action(6,2,83,"amplification4","something")	open network something
-action(6,2,84,"constellation","should")	open network should
-action(6,2,85,"amplification2","must")	open network must
-action(6,2,86,"constellation","or")	open network or
-action(6,2,87,"amplification2","must")	open network must
-action(6,2,88,"constellation","not")	open network not
-action(6,2,89,"amplification5","something")	open network something
-action(6,2,90,"amplification2","stays")	open network stays
-action(6,2,91,"#end","try_with_functional_regulation")	open network try with functional regulation
-action(6,2,92,"#end","give_me_my_data")	open network give me my data
-action(6,2,93,"#ENDSEQUENCE(2)","")	open network try with functional regulation
-action(6,3,93,"constellation","possible")	open network try with functional regulation possible
-action(6,3,94,"amplification1","function")	open network try with functional regulation function
-action(6,3,95,"constellation","erase_the")	open network try with functional regulation erase the
-action(6,3,96,"constellation","space")	open network try with functional regulation space
-action(6,3,97,"constellation","important")	open network try with functional regulation important
-action(6,3,98,"constellation","state")	open network try with functional regulation state
-action(6,3,99,"constellation","geolocalization")	open network try with functional regulation geolocalization
-action(6,3,100,"amplification1","important")	open network try with functional regulation important
-action(6,3,101,"constellation","encode")	open network try with functional regulation encode
-action(6,3,102,"constellation","passion")	open network try with functional regulation passion
-action(6,3,103,"constellation","for_located")	open network try with functional regulation for located
-action(6,3,104,"constellation","constellation")	open network try with functional regulation constellation
-action(6,3,105,"constellation","center")	open network try with functional regulation center
-action(6,3,106,"constellation","six_six_nine")	open network try with functional regulation six six nine
-action(6,3,107,"amplification2","important")	open network try with functional regulation important
-action(6,3,108,"constellation","some")	open network try with functional regulation some
-action(6,3,109,"amplification1","threads")	open network try with functional regulation threads
-action(6,3,110,"constellation","are_broken")	open network try with functional regulation are broken
-action(6,3,111,"constellation","remove")	open network try with functional regulation remove
-action(6,3,112,"constellation","memory")	open network try with functional regulation memory
-action(6,3,113,"constellation","love")	open network try with functional regulation love
-action(6,3,114,"amplification1","love")	open network try with functional regulation love
-action(6,3,115,"amplification1","memory")	open network try with functional regulation memory
-action(6,3,116,"amplification2","love")	open network try with functional regulation love
-action(6,3,117,"amplification1","errors")	open network try with functional regulation errors
-action(6,3,118,"constellation","a_identical")	open network try with functional regulation a identical
-action(6,3,119,"constellation","identity")	open network try with functional regulation identity
-action(6,3,120,"constellation","identifier")	open network try with functional regulation identifier
-action(6,3,121,"constellation","where")	open network try with functional regulation where
-action(6,3,122,"constellation","answer")	open network try with functional regulation answer
-action(6,3,123,"constellation","being")	open network try with functional regulation being
-action(6,3,124,"constellation","boing")	open network try with functional regulation boing
-action(6,3,125,"constellation","boot")	open network try with functional regulation boot
-action(6,3,126,"constellation","reboot")	open network try with functional regulation reboot
-action(6,3,127,"constellation","border_of")	open network try with functional regulation border of
-action(6,3,128,"amplification1","body")	open network try with functional regulation body
-action(6,3,129,"amplification2","body")	open network try with functional regulation body
-action(6,3,130,"amplification1","being")	open network try with functional regulation being
-action(6,3,131,"constellation","begun")	open network try with functional regulation begun
-action(6,3,132,"constellation","begin")	open network try with functional regulation begin
-action(6,3,133,"constellation","win")	open network try with functional regulation win
-action(6,3,134,"amplification1","border_of")	open network try with functional regulation border of
-action(6,3,135,"amplification2","being")	open network try with functional regulation being
-action(6,3,136,"constellation","actions")	open network try with functional regulation actions
-action(6,3,137,"amplification1","search")	open network try with functional regulation search
-action(6,3,138,"constellation","the")	open network try with functional regulation the
-action(6,3,139,"amplification1","answer")	open network try with functional regulation answer
-action(6,3,140,"constellation","of")	open network try with functional regulation of
-action(6,3,141,"amplification1","the")	open network try with functional regulation the
-action(6,3,142,"constellation","there_is")	open network try with functional regulation there is
-action(6,3,143,"amplification1","there_is")	open network try with functional regulation there is
-action(6,3,144,"amplification6","something")	open network try with functional regulation something
-action(6,3,145,"amplification3","body")	open network try with functional regulation body
-action(6,3,146,"constellation","password")	open network try with functional regulation password
-action(6,3,147,"constellation","pancreas")	open network try with functional regulation pancreas
-action(6,3,148,"constellation","give")	open network try with functional regulation give
-action(6,3,149,"constellation","me")	open network try with functional regulation me
-action(6,3,150,"amplification1","data")	open network try with functional regulation data
-action(6,3,151,"amplification1","give")	open network try with functional regulation give
-action(6,3,152,"amplification1","me")	open network try with functional regulation me
-action(6,3,153,"amplification2","give")	open network try with functional regulation give
-action(6,3,154,"amplification2","me")	open network try with functional regulation me
-action(6,3,155,"constellation","you")	open network try with functional regulation you
-action(6,3,156,"constellation","your")	open network try with functional regulation your
-action(6,3,157,"amplification3","give")	open network try with functional regulation give
-action(6,3,158,"amplification3","me")	open network try with functional regulation me
-action(6,3,159,"amplification1","your")	open network try with functional regulation your
-action(6,3,160,"amplification2","data")	open network try with functional regulation data
-action(6,3,161,"amplification4","give")	open network try with functional regulation give
-action(6,3,162,"amplification4","me")	open network try with functional regulation me
-action(6,3,163,"amplification2","your")	open network try with functional regulation your
-action(6,3,164,"amplification5","give")	open network try with functional regulation give
-action(6,3,165,"amplification5","me")	open network try with functional regulation me
-action(6,3,166,"amplification3","your")	open network try with functional regulation your
-action(6,3,167,"amplification3","data")	open network try with functional regulation data
-action(6,3,168,"amplification1","begun")	open network try with functional regulation begun
-action(6,3,169,"amplification1","begin")	open network try with functional regulation begin
-action(6,3,170,"amplification1","wins")	open network try with functional regulation wins
-action(6,3,171,"amplification1","blood")	open network try with functional regulation blood
-action(6,3,172,"constellation","everywhere")	open network try with functional regulation everywhere
-action(6,3,173,"amplification6","give")	open network try with functional regulation give
-action(6,3,174,"amplification7","give")	open network try with functional regulation give
-action(6,3,175,"amplification4","your")	open network try with functional regulation your
-action(6,3,176,"amplification2","blood")	open network try with functional regulation blood
-action(6,3,177,"constellation","golden")	open network try with functional regulation golden
-action(6,3,178,"amplification1","golden")	open network try with functional regulation golden
-action(6,3,179,"amplification4","data")	open network try with functional regulation data
-action(6,3,180,"constellation","protein_protection_amino-acid")	open network try with functional regulation protein protection amino-acid
-action(6,3,181,"amplification1","where")	open network try with functional regulation where
-action(6,3,182,"constellation","bilar")	open network try with functional regulation bilar
-action(6,3,183,"constellation","violence_segment")	open network try with functional regulation violence segment
-action(6,3,184,"constellation","segregation")	open network try with functional regulation segregation
-action(6,3,185,"amplification2","memory")	open network try with functional regulation memory
-action(6,3,186,"amplification1","encode")	open network try with functional regulation encode
-action(6,3,187,"amplification2","where")	open network try with functional regulation where
-action(6,3,188,"amplification3","where")	open network try with functional regulation where
-action(6,3,189,"amplification4","body")	open network try with functional regulation body
-action(6,3,190,"amplification4","where")	open network try with functional regulation where
-action(6,3,191,"amplification5","body")	open network try with functional regulation body
-action(6,3,192,"amplification5","where")	open network try with functional regulation where
-action(6,3,193,"amplification6","where")	open network try with functional regulation where
-action(6,3,194,"amplification8","give")	open network try with functional regulation give
-action(6,3,195,"amplification5","data")	open network try with functional regulation data
-action(6,3,196,"amplification2","clouds")	open network try with functional regulation clouds
-action(6,3,197,"amplification7","something")	open network try with functional regulation something
-action(6,3,198,"amplification3","being")	open network try with functional regulation being
-action(6,3,199,"amplification7","where")	open network try with functional regulation where
-action(6,3,200,"amplification8","where")	open network try with functional regulation where
-action(6,3,201,"amplification9","give")	open network try with functional regulation give
-action(6,3,202,"amplification6","data")	open network try with functional regulation data
-action(6,3,203,"amplification2","functions")	open network try with functional regulation functions
-action(6,3,204,"#end","and_to_want")	open network try with functional regulation and to want
-action(6,3,205,"#end","give_me_my_data")	open network try with functional regulation give me my data
-action(6,3,206,"#ENDSEQUENCE(3)","")	open network try with functional regulation give me my data
-action(6,4,206,"#end","y_querer")	open network try with functional regulation give me my data y querer
-action(6,4,207,"#end","give_me_my_data")	open network try with functional regulation give me my data give me my data
-action(6,4,208,"#ENDSEQUENCE(4)","")	open network try with functional regulation give me my data y querer
-action(6,5,208,"#end","give_me_my_data")	open network try with functional regulation give me my data y querer give me my data
-action(6,5,209,"#ENDSEQUENCE(5)","")	open network try with functional regulation give me my data y querer give me my data
-action(6,5,209,"#ENDSECTION(6)","")	open network try with functional regulation give me my data y querer give me my data
-action(8,1,209,"#end","search_for_sequences_producing_significant_alignments_in_genetic_database")	search for sequences producing significant alignments in genetic database
-action(8,1,210,"#end","give_me_my_data")	search for sequences producing significant alignments in genetic database give me my data
-action(8,1,211,"#ENDSEQUENCE(1)","")	search for sequences producing significant alignments in genetic database
-action(8,2,211,"memorise_loop","record")	search for sequences producing significant alignments in genetic database record
-action(8,2,212,"memorise_loop","record")	search for sequences producing significant alignments in genetic database record
-action(8,2,213,"#end","give_me_my_data")	search for sequences producing significant alignments in genetic database give me my data
-action(8,2,214,"#ENDSEQUENCE(2)","")	search for sequences producing significant alignments in genetic database give me my data
-action(8,2,215,"#ENDSECTION(8)","")	search for sequences producing significant alignments in genetic database give me my data
diff --git a/asr/models/homeostasis_25nov/homeostasis_25nov.xml b/asr/models/homeostasis_25nov/homeostasis_25nov.xml
deleted file mode 100644
index 3472cbf4e064807e3ba49b28a9c27e7257e53d3a..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov/homeostasis_25nov.xml
+++ /dev/null
@@ -1,636 +0,0 @@
-<homeostasis version="25-11-2014">
-    <liste_section sequences="1,2,3,4,5,6,7,8,9" ordre="variable" repetition="oui" action="exclusive">
-    <section id="1" action="start_scene1">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-           <keyword action="start_scene1" lang="esp"> uno </keyword>
-        </sequence>
-        </section>
-        <section id="2" action="close_scene1/start_scene2">
-            <sequence ordre="strict" repetition="non" action="" lang="esp">
-                <keyword action="open_scene2" lang="esp"> dos </keyword>
-                <keyword action="open_2A" lang="eng"> open system </keyword>
-            </sequence>
-          <sequence ordre="strict" repetition="oui" action="" lang="eng"> 
-            <keyword action="start_system_voice" lang="eng"> tell me </keyword>
-            <keyword action="open_2B" lang="eng"> open technical characteristics </keyword>
-            <keyword action="open_2B1" lang="eng"> read </keyword>
-            <keyword action="open_2B2" lang="eng"> next </keyword>
-            <keyword action="open_2B3" lang="eng"> yes </keyword>
-            <keyword action="open_2B4" lang="eng"> read </keyword>
-            <keyword action="open_2B5" lang="eng"> download </keyword>
-            <keyword action="open_2C" lang="eng"> open the terms and conditions of use of body x epsilon system three point zero </keyword>
-            <keyword action="open_2C1" lang="eng"> accept terms and conditions of use </keyword>
-            <keyword action="open_2C2" lang="eng"> next </keyword>
-            <keyword action="open_2D" lang="eng"> install the new version of me </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-    <section id="3" action="close_scene2/start_scene3">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="open_scene3" lang="esp"> tres </keyword>
-            <keyword action="#end" lang="eng"> open access to body data </keyword>
-        </sequence>
-        <sequence ordre="strict" repetition="oui" action="" lang="eng">
-            <keyword action="open3_A" lang="eng"> import body data </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A1" lang="eng"> import organic matter data </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A2" lang="eng"> import temperature </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A3" lang="eng"> import time </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A4" lang="eng"> import space data </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A5" lang="eng"> import position </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A6" lang="eng"> import body subsystems </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A7" lang="eng"> import estate </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-    <section id="4" action="close_scene3/start_scene4">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="open_scene4" lang="esp"> quatro </keyword>
-            <keyword action="#end" lang="eng"> open access to body functions </keyword>
-        </sequence>
-        <sequence ordre="strict" repetition="oui" action="" lang="eng">
-            <keyword action="open_4A" lang="eng"> import body functions space localization </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A1" lang="eng"> import body functions sensations </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A2" lang="eng"> import body functions passion </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A3" lang="eng"> import body functions concentration </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A4" lang="eng"> import body functions perception </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A5" lang="eng"> import body functions formal force </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A6" lang="eng"> import body functions logics </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A7" lang="eng"> import body functions imagination </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A8" lang="eng"> import body functions effort </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A9" lang="eng"> import body functions nervous system </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A10" lang="eng"> import body functions internal network </keyword>
-            <keyword action="#end" lang="eng"> upload </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-    <section id="5" action="close_scene4/start_scene5">
-        <sequence ordre="strict" repetition="non" action="" lang="esp">
-            <keyword action="open_scene5" lang="esp"> cinco </keyword>
-        </sequence>
-        <sequence ordre="strict" repetition="oui" action="" lang="eng">
-            <keyword action="" lang="eng"> set up the connection </keyword>
-            <keyword action="" lang="eng"> open access to memory </keyword>
-            <keyword action="" lang="eng"> import memory data </keyword>
-            <keyword action="" lang="eng"> open memory </keyword>
-            <keyword action="" lang="eng"> deactivate the security system </keyword>
-            <keyword action="" lang="eng"> deactivate the security system of new version </keyword>
-            <keyword action="" lang="eng"> open conditions and terms of use </keyword>
-            <keyword action="" lang="eng"> modify the security conditions of new version anyway </keyword>
-            <keyword action="#end" lang="eng"> import memory </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-            <keyword action="stop_system_voice" lang="eng"> silence </keyword>
-        </sequence>
-    </section>
-    <section id="6" action="close_scene5/start_scene6">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="" lang="esp"> seis </keyword>
-            <keyword action="#end" lang="eng"> open network </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-            <keyword action="constellation" lang="eng"> clouds </keyword>
-            <keyword action="constellation" lang="eng"> beautiful </keyword>
-            <keyword action="constellation" lang="eng"> data </keyword>
-            <keyword action="amplification1" lang="eng"> clouds </keyword>
-            <keyword action="constellation" lang="eng"> rain of identities </keyword>
-            <keyword action="constellation" lang="eng"> storm of possibilities </keyword>
-            <keyword action="constellation" lang="eng"> body </keyword> 
-            <keyword action="constellation" lang="eng"> wifi </keyword>
-            <keyword action="constellation" lang="eng"> search </keyword> 
-            <keyword action="constellation" lang="eng"> and redo </keyword>
-            <keyword action="constellation" lang="eng"> connection </keyword>
-            <keyword action="constellation" lang="eng"> connect me to this network </keyword>
-            <keyword action="constellation" lang="eng"> function </keyword>
-            <keyword action="constellation" lang="eng"> looking for </keyword>
-            <keyword action="amplification1" lang="eng"> something </keyword>
-            <keyword action="constellation" lang="eng"> must </keyword>
-            <keyword action="constellation" lang="eng"> stay </keyword>
-            <keyword action="amplification1" lang="eng"> something  </keyword>
-            <keyword action="amplification1" lang="eng"> must  </keyword>
-            <keyword action="constellation" lang="eng"> exist </keyword>
-            <keyword action="constellation" lang="eng"> a </keyword>
-            <keyword action="constellation" lang="eng"> thread  </keyword>
-            <keyword action="amplification2" lang="eng"> something  </keyword>
-            <keyword action="amplification1" lang="eng"> exists  </keyword>
-            <keyword action="constellation" lang="eng"> between recollection and oblivion </keyword>
-            <keyword action="constellation" lang="eng"> a tension an echo an emptiness </keyword>
-            <keyword action="amplification3" lang="eng"> something  </keyword>
-            <keyword action="constellation" lang="eng"> rare  </keyword>
-            <keyword action="amplification1" lang="eng"> stays  </keyword>
-            <keyword action="constellation" lang="eng"> through </keyword>
-            <keyword action="constellation" lang="eng"> nothing more strange than this exile </keyword>
-            <keyword action="constellation" lang="eng"> an absolute abyss </keyword>
-            <keyword action="constellation" lang="eng"> a creaking of the bones </keyword>
-            <keyword action="constellation" lang="eng"> a barbarian invasion </keyword>
-            <keyword action="constellation" lang="eng"> the carelessness of destinies </keyword>
-            <keyword action="constellation" lang="eng"> wringing out the  </keyword>
-            <keyword action="constellation" lang="eng"> blood </keyword>
-            <keyword action="amplification4" lang="eng"> something  </keyword>
-            <keyword action="constellation" lang="eng"> should </keyword>
-            <keyword action="amplification2" lang="eng"> must  </keyword>
-            <keyword action="constellation" lang="eng">  or  </keyword>
-            <keyword action="amplification2" lang="eng"> must  </keyword>
-            <keyword action="constellation" lang="eng">  not </keyword>
-            <keyword action="amplification5" lang="eng"> something  </keyword>
-            <keyword action="amplification2" lang="eng"> stays </keyword>
-            <keyword action="#end"> try with functional regulation </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-            <keyword action="constellation" lang="eng"> possible  </keyword>
-            <keyword action="amplification1" lang="eng"> function </keyword>
-            <keyword action="constellation" lang="eng"> erase the  </keyword>
-            <keyword action="constellation" lang="eng"> space </keyword>
-            <keyword action="constellation" lang="eng"> important </keyword>
-            <keyword action="constellation" lang="eng"> state </keyword>
-            <keyword action="constellation" lang="eng"> geolocalization </keyword>
-            <keyword action="amplification1" lang="eng"> important </keyword>
-            <keyword action="constellation" lang="eng"> encode  </keyword>
-            <keyword action="constellation" lang="eng"> passion   </keyword>
-            <keyword action="constellation" lang="eng"> for located  </keyword>
-            <keyword action="constellation" lang="eng"> constellation   </keyword>
-            <keyword action="constellation" lang="eng"> center </keyword>
-            <keyword action="constellation" lang="eng"> six six nine </keyword>
-            <keyword action="amplification2" lang="eng"> important </keyword>
-            <keyword action="constellation" lang="eng"> some  </keyword>
-            <keyword action="amplification1" lang="eng"> threads  </keyword>
-            <keyword action="constellation" lang="eng"> are broken </keyword>
-            <keyword action="constellation" lang="eng"> remove </keyword>
-            <keyword action="constellation" lang="eng"> memory  </keyword>
-            <keyword action="constellation" lang="eng"> love </keyword>
-            <keyword action="amplification1" lang="eng"> love </keyword>
-            <keyword action="amplification1" lang="eng"> memory  </keyword>
-            <keyword action="amplification2" lang="eng"> love </keyword>
-            <keyword action="amplification1" lang="eng"> errors </keyword>
-            <keyword action="constellation" lang="eng"> a identical </keyword>
-            <keyword action="constellation" lang="eng"> identity  </keyword>
-            <keyword action="constellation" lang="eng"> identifier </keyword>
-            <keyword action="constellation" lang="eng"> where </keyword>
-            <keyword action="constellation" lang="eng"> answer </keyword>
-            <keyword action="constellation" lang="eng"> being </keyword>
-            <keyword action="constellation" lang="eng"> boing </keyword>
-            <keyword action="constellation" lang="eng"> boot </keyword>
-            <keyword action="constellation" lang="eng"> reboot </keyword>
-            <keyword action="constellation" lang="eng"> border of  </keyword>
-            <keyword action="amplification1" lang="eng"> body  </keyword>
-            <keyword action="amplification2" lang="eng"> body  </keyword>
-            <keyword action="amplification1" lang="eng"> being </keyword>
-            <keyword action="constellation" lang="eng"> begun </keyword>
-            <keyword action="constellation" lang="eng"> begin </keyword>
-            <keyword action="constellation" lang="eng"> win </keyword>
-            <keyword action="amplification1" lang="eng"> border of  </keyword>
-            <keyword action="amplification2" lang="eng"> being </keyword>
-            <keyword action="constellation" lang="eng"> actions </keyword>
-            <keyword action="amplification1" lang="eng"> search  </keyword>
-            <keyword action="constellation" lang="eng"> the  </keyword>
-            <keyword action="amplification1" lang="eng"> answer  </keyword>
-            <keyword action="constellation" lang="eng"> of  </keyword>
-            <keyword action="amplification1" lang="eng"> the </keyword>
-            <keyword action="constellation" lang="eng"> there is </keyword>
-            <keyword action="amplification1" lang="eng"> there is  </keyword>
-            <keyword action="amplification6" lang="eng"> something </keyword>
-            bo boom
-            <keyword action="amplification3" lang="eng"> body  </keyword>
-            <keyword action="constellation" lang="eng"> password </keyword>
-            the pa pa pathetic 
-            <keyword action="constellation" lang="eng"> pancreas </keyword>
-            <keyword action="constellation" lang="eng"> give  </keyword>
-            to 
-            drive
-            drive
-            to 
-            <keyword action="constellation" lang="eng"> me </keyword>
-            to memo
-            rise
-            say
-            say hello
-            <keyword action="amplification1" lang="eng"> data  </keyword>
-            gi 
-            <keyword action="amplification1" lang="eng"> give  </keyword>
-            <keyword action="amplification1" lang="eng"> me </keyword>
-            the
-            this
-            mine
-            mineral
-            <keyword action="amplification2" lang="eng"> give  </keyword>
-            <keyword action="amplification2" lang="eng"> me </keyword>
-            <keyword action="constellation" lang="eng"> you  </keyword>
-            <keyword action="constellation" lang="eng"> your </keyword>
-            <keyword action="amplification3" lang="eng"> give  </keyword>
-            <keyword action="amplification3" lang="eng"> me  </keyword>
-            <keyword action="amplification1" lang="eng"> your  </keyword>
-            <keyword action="amplification2" lang="eng"> data  </keyword>
-            <keyword action="amplification4" lang="eng"> give  </keyword>
-            <keyword action="amplification4" lang="eng"> me  </keyword>
-            <keyword action="amplification2" lang="eng"> your </keyword>
-            <keyword action="amplification5" lang="eng"> give  </keyword>
-            <keyword action="amplification5" lang="eng"> me  </keyword>
-            <keyword action="amplification3" lang="eng"> your  </keyword>
-            <keyword action="amplification3" lang="eng"> data  </keyword>
-            <keyword action="amplification1" lang="eng"> begun  </keyword>
-            <keyword action="amplification1" lang="eng"> begin  </keyword>
-            <keyword action="amplification1" lang="eng"> wins </keyword>
-            wine 
-            <keyword action="amplification1" lang="eng"> blood  </keyword>
-            <keyword action="constellation" lang="eng"> everywhere </keyword>
-            <keyword action="amplification6" lang="eng"> give  </keyword>
-            <keyword action="amplification7" lang="eng"> give  </keyword>
-            <keyword action="amplification4" lang="eng"> your  </keyword>
-            <keyword action="amplification2" lang="eng"> blood  </keyword>
-            or
-            or go
-            <keyword action="constellation" lang="eng"> golden </keyword>
-            <keyword action="amplification1" lang="eng"> golden  </keyword>
-            <keyword action="amplification4" lang="eng"> data  </keyword>
-            pro
-            to go
-            pro 
-            <keyword action="constellation" lang="eng"> protein protection amino-acid </keyword>
-            to go
-            <keyword action="amplification1" lang="eng"> where  </keyword>
-            is
-            this is
-            <keyword action="constellation" lang="eng"> bilar </keyword>
-            <keyword action="constellation" lang="eng"> violence segment </keyword>
-            <keyword action="constellation" lang="eng"> segregation </keyword>
-            <keyword action="amplification2" lang="eng"> memory  </keyword>
-            <keyword action="amplification1" lang="eng"> encode </keyword>
-            <keyword action="amplification2" lang="eng"> where </keyword>
-            <keyword action="amplification3" lang="eng"> where  </keyword>
-            is every
-            <keyword action="amplification4" lang="eng"> body </keyword>
-            <keyword action="amplification4" lang="eng"> where  </keyword>
-            is no
-            <keyword action="amplification5" lang="eng"> body </keyword>
-            is 
-            <keyword action="amplification5" lang="eng"> where </keyword>
-            but
-            feet
-            free freedom
-            freedom on the move
-            freedom on the move
-            freedom on the move
-            field
-            fo fuck
-            fo
-            free
-            re 
-            rise
-            my
-            memorize
-            freedom on the move
-            freedom on the move
-            to 
-            <keyword action="amplification6" lang="eng"> where  </keyword>
-            to go to  go
-            go go
-            <keyword action="amplification8" lang="eng"> give  </keyword>
-            me go go
-            <keyword action="amplification5" lang="eng"> data  </keyword>
-            going
-            fast
-            <keyword action="amplification2" lang="eng"> clouds  </keyword>
-            of 
-            <keyword action="amplification7" lang="eng"> something </keyword>
-            else than
-            be center in the center of 
-            <keyword action="amplification3" lang="eng"> being </keyword>
-            the place
-            of the 
-            space
-            <keyword action="amplification7" lang="eng"> where </keyword>
-            the end starts
-            contact skin
-            left arm conductor nerve sensor
-            supplementary information like
-            sex name date of birth place 
-            <keyword action="amplification8" lang="eng"> where  </keyword>
-            you live
-            <keyword action="amplification9" lang="eng"> give   </keyword>
-            me 
-            your 
-            <keyword action="amplification6" lang="eng"> data  </keyword>
-            access accede
-            the door is opened
-            muscular oxygen
-            try with 
-            <keyword action="amplification2" lang="eng"> functions  </keyword>
-            in realtime
-            speak with someone from another 
-            space 
-            in realtime
-            to consult a realtime information
-            climate
-            the exact state
-            of such or such
-            a street
-            to buy
-            to choose
-            to access to all the information of the real world
-            to have virtual sex with
-            sex with 
-            data 
-            with a child
-            a chicken
-            a dead terrorist
-            a screen
-            other 
-            functions 
-            function 
-            analyze 
-            function 
-            capacity
-            capacity
-            to modify
-            to reinventing inner information
-            analyzes of the capacity of modification of basic structures
-            the problem is not the information
-            it's the 
-            connection
-            it's the 
-            link
-            the bond
-            it is the access
-            it is the key
-            it is the 
-            code
-            try with utopian 
-            function
-            how to say
-            that which the nothingness understands
-            that which fear hides
-            in the promises of the future
-            in the frustration of the human
-            in the disappointment of humanity
-            to envy
-            the cadence of machines
-            their speed
-            their power
-            the infinite of the virtual
-            the utopia of the possibilities
-            the simplicity of the cables
-            the capacity of calculation
-            the efficiency of the 
-            systems
-            <keyword action="#end"> and to want </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" lang="esp" action="constellation">
-            como decir
-            lo que la nada entiende
-            lo que el miedo esconde
-            en las promesas del futuro
-            en la frustracion de lo humano
-            en la decepcion de la humanidad
-            envidiar
-            la cadencia de las maquinas
-            su velocidad 
-            su potencia
-            lo infinito de lo virtual
-            la utopia de los possibles
-            la simplicidad de los cables
-            la capacidad de calculo
-            la eficacia de los sistemas
-            <keyword action="#end"> y querer </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" lang="eng" action="constellation">
-            try with upper motoneuron
-            functions 
-            functions
-            code 
-            variants
-            nerve motoneuron
-            con con con
-            connect me to this network
-            i'm just looking for the 
-            connection
-            a 
-            connection
-            a link
-            something that links me to something
-            something that tells me that i am not an isolated element
-            that i am not dead
-            to generate a new 
-            memory
-            to store it where i want to store it
-            to visit it when i want to visit it
-            isolated points in 
-            space
-            drops unable to be a sea
-            grains of sand that do not conceive of the desert
-            leaves that do not remember the tree from where they fell
-            i feed on an electrical juice
-            on an image that i generate
-            and that i can change with my fingers
-            searching fingers
-            research fingers
-            search
-            results
-            space 
-            where there are neither limits nor angles
-            where the horizon is nothing else than bits
-            images from a 
-            space 
-            more real than reality
-            try with identity 
-            function
-            accede to the infinite 
-            spaces
-            identifier required
-            something that identify me like i
-            identity is a movement
-            random combination
-            temporal accident
-            ephemeral 
-            system
-            to replace identity to identifier
-            liquid identities
-            composed by 
-            codes
-            codes codes codes
-            and some private 
-            data 
-            like
-            geolocalization
-            traced actions
-            autoproduced images
-            try with  existential 
-            functions
-            to be innumerable parallel identities
-            from innumerable parallel worlds
-            interconnected parallel worlds
-            interconnected parallel identities
-            to be downloaded
-            to be installed
-            to be executed in the application of being
-            to be synchronized
-            to be shared
-            to mark an alien silence
-            to remain in the space of between
-            to fight in the 
-            body
-            to transcend the effect
-            the fault
-            the default
-            in effect
-            to effect
-            to activate
-            to create
-            to 
-            give 
-            to 
-            give 
-            to 
-            give 
-            to 
-            give 
-            to
-            give 
-            to 
-            give 
-            to 
-            give 
-            to 
-            give 
-            to  
-            to go for a walk in the internal desert
-            to return to the center
-            to scratch the bones
-            to join the form
-            to relead deviations of the brain
-            to integrate the knot
-            to undress the center
-            to be relocated in 
-            space 
-            and time
-            to be the extrinsic silence
-            to undress time
-            to relead the desert
-            to close the access
-            to dance
-            information in movement
-            the movement of information
-            the access 
-            code
-            the 
-            code
-            the access to movement
-            the 
-            body
-            the fear
-            the recollection
-            the naked center
-            the paralysis of the fear
-            to replace the fear 
-            code
-            the 
-            code 
-            of the abyss
-            to be downloaded
-            to be installed
-            to be executed in the application of being
-            to be synchronized
-            to be shared
-            to be
-            try with cognitive function
-            transparent margins
-            elastic borders
-            perpetual dissociation between container and content
-            if everything
-            if if
-            is possible
-            in the magnetic center of nothingness
-            abstract intimacy
-            of the immaterial universe
-            try with structural regulation
-            open 
-            body wifi connection
-            no 
-            data 
-            detected
-            link 
-            memory 
-            function
-            locate
-            locate 
-            data 
-            storage
-            cells or
-            shining electronics and very well organized cables
-            fragile
-            cells or machines
-            motivated by a flow of an electrical 
-            blood 
-            composed of zero and one
-            a binary logic
-            everything
-            everything can't be logic
-            everything can't be binary
-            but everything
-            what has happened and what happens
-            it's all written down somewhere
-            try with morphogenetics auto regulation
-            activation of nervous 
-            system
-            link nervous 
-            system 
-            to
-            cells
-            heard
-            genetics 
-            data 
-            bank
-            send emergency message to
-            send emergency message to
-            open 
-            body 
-            data 
-            bank
-            open 
-            cells 
-            code
-            open 
-            genetic 
-            code
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-    <section id="7" action="close_scene6/start_scene7"/>
-    <section id="8" action="close_scene7/start_scene8">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="" lang="esp"> ocho </keyword>
-            <keyword action="#end" lang="eng"> search for sequences producing significant alignments in genetic database </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" action="" lang="eng">
-            <keyword action="memorise_loop" lang="eng"> record </keyword>
-            <keyword action="" lang="eng"> stop </keyword>
-            <keyword action="" lang="eng"> save this memory in genetic database </keyword>
-            <keyword action="" lang="eng"> next </keyword>
-            <keyword action="memorise_loop" lang="eng"> record </keyword>
-            <keyword action="" lang="eng"> stop </keyword>
-            <keyword action="" lang="eng"> erase this memory </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-</liste_section>
-</homeostasis> 
-
diff --git a/asr/models/homeostasis_25nov/words.autophon b/asr/models/homeostasis_25nov/words.autophon
deleted file mode 100644
index 333566a4df110932bb97633fe030205243115b92..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov/words.autophon
+++ /dev/null
@@ -1 +0,0 @@
-aminoacid
diff --git a/asr/models/homeostasis_25nov/words.phon b/asr/models/homeostasis_25nov/words.phon
deleted file mode 100644
index 099455c50d017f53c410073fac01d7b2fe6d9e63..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov/words.phon
+++ /dev/null
@@ -1,1239 +0,0 @@
-a AH
-a EY
-a EY F AO R T UW W AH N T UW EY T
-absolute AE B S AH L UW T
-abstract AE B S T R AE K T
-abyss AH B IH S
-accede AE K S IY D
-accept AE K S EH P T
-accept AH K S EH P T
-access AE K S EH S
-accident AE K S AH D AH N T
-actions AE K SH AH N Z
-activate AE K T AH V EY T
-activation AE K T AH V EY SH AH N
-alien EY L IY AH N
-alignments AH L AY N M AH N T S
-all AO L
-am AE M
-am EY EH M
-an AE N
-an AH N
-analyze AE N AH L AY Z
-analyzes AE N AH L AY Z IH Z
-and AE N D
-and AH N D
-angles AE NG G AH L Z
-another AH N AH DH ER
-answer AE N S ER
-anyway EH N IY W EY
-application AE P L AH K EY SH AH N
-are AA R
-are ER
-arm AA R M
-auto AO T OW
-bank B AE NG K
-barbarian B AA R B EH R IY AH N
-basic B EY S IH K
-be B IY
-beautiful B Y UW T AH F AH L
-begin B IH G IH N
-begun B EY G AH N
-begun B IH G AH N
-being B IY IH NG
-between B IH T W IY N
-between B IY T W IY N
-binary B AY N ER IY
-birth B ER TH
-bits B IH T S
-blood B L AH D
-bo B OW
-body B AA D IY
-bond B AA N D
-bones B OW N Z
-boom B UW M
-boot B UW T
-border B AO R D ER
-borders B AO R D ER Z
-brain B R EY N
-broken B R OW K AH N
-but B AH T
-buy B AY
-by B AY
-cables K EY B AH L Z
-cadence K EY D AH N S
-calculation K AE L K Y AH L EY SH AH N
-can K AE N
-can K AH N
-can't K AE N T
-capacity K AH P AE S AH T IY
-capacity K AH P AE S IH T IY
-carelessness K EH R L AH S N AH S
-cells S EH L Z
-center S EH N ER
-center S EH N T ER
-change CH EY N JH
-characteristics K EH R AH K T ER IH S T IH K S
-chicken CH IH K AH N
-child CH AY L D
-choose CH UW Z
-cinco S IH NG K OW
-climate K L AY M AH T
-climate K L AY M IH T
-close K L OW S
-close K L OW Z
-clouds K L AW D Z
-code K OW D
-codes K OW D Z
-cognitive K AA G N IH T IH V
-combination K AA M B AH N EY SH AH N
-como K OW M OW
-composed K AH M P OW Z D
-con K AA N
-conceive K AH N S IY V
-concentration K AA N S AH N T R EY SH AH N
-conditions K AH N D IH SH AH N Z
-conductor K AH N D AH K T ER
-connect K AH N EH K T
-connection K AH N EH K SH AH N
-constellation K AA N S T AH L EY SH AH N
-consult K AH N S AH L T
-contact K AA N T AE K T
-container K AH N T EY N ER
-content K AA N T EH N T
-content K AH N T EH N T
-creaking K R IY K IH NG
-create K R IY EY T
-dance D AE N S
-data D AE T AH
-data D EY T AH
-database D AE T AH B EY S
-database D EY T AH B EY S
-date D EY T
-de D AH
-de D EY
-de D IY
-deactivate D IY AE K T IH V EY T
-dead D EH D
-default D IH F AO L T
-del D EH L
-desert D EH Z ER T
-desert D IH Z ER T
-destinies D EH S T AH N IY Z
-detected D IH T EH K T AH D
-detected D IH T EH K T IH D
-deviations D IY V IY EY SH AH N Z
-disappointment D IH S AH P OY N T M AH N T
-dissociation D IH S OW S IY EY SH AH N
-do D UW
-door D AO R
-dos D AO S
-dos D OW S
-down D AW N
-download D AW N L OW D
-downloaded D AW N L OW D IH D
-drive D R AY V
-drops D R AA P S
-echo EH K OW
-effect AH F EH K T
-effect IH F EH K T
-effect IY F EH K T
-efficiency IH F IH SH AH N S IY
-effort EH F ER T
-el EH L
-elastic IH L AE S T IH K
-electrical IH L EH K T R IH K AH L
-electronics IH L EH K T R AA N IH K S
-element EH L AH M AH N T
-else EH L S
-emergency IH M ER JH AH N S IY
-emergency IY M ER JH AH N S IY
-emptiness EH M P T IY N AH S
-emptiness EH M T IY N AH S
-en EH N
-encode EH N K OW D
-end EH N D
-envy EH N V IY
-ephemeral IH F EH M ER AH L
-epsilon EH P S AH L AA N
-erase IH R EY S
-erase IY R EY S
-errors EH R ER Z
-estate IH S T EY T
-every EH V ER IY
-every EH V R IY
-everything EH V R IY TH IH NG
-everywhere EH V R IY HH W EH R
-everywhere EH V R IY W EH R
-exact IH G Z AE K T
-executed EH K S AH K Y UW T AH D
-executed EH K S AH K Y UW T IH D
-exile EH G Z AY L
-exile EH K S AY L
-exist IH G Z IH S T
-existential EH G Z IH S T EH N CH AH L
-existential EH G Z IH S T EH N SH AH L
-exists IH G Z IH S T S
-extrinsic EH K S T R IH N S IH K
-fast F AE S T
-fault F AO L T
-fear F IH R
-feed F IY D
-feet F IY T
-fell F EH L
-field F IY L D
-fight F AY T
-fingers F IH NG G ER Z
-flow F L OW
-for F AO R
-for F ER
-for F R ER
-force F AO R S
-form F AO R M
-formal F AO R M AH L
-fragile F R AE JH AH L
-free F R IY
-freedom F R IY D AH M
-from F ER M
-from F R AH M
-frustration F R AH S T R EY SH AH N
-fuck F AH K
-function F AH NG K SH AH N
-functional F AH NG K SH AH N AH L
-functions F AH NG K SH AH N Z
-future F Y UW CH ER
-generate JH EH N ER EY T
-genetic JH AH N EH T IH K
-genetics JH AH N EH T IH K S
-give G IH V
-go G OW
-going G OW IH N
-going G OW IH NG
-golden G OW L D AH N
-grains G R EY N Z
-happened HH AE P AH N D
-happens HH AE P AH N Z
-has HH AE Z
-has HH AH Z
-have HH AE V
-heard HH ER D
-hello HH AH L OW
-hello HH EH L OW
-hides HH AY D Z
-horizon HH ER AY Z AH N
-how HH AW
-human HH Y UW M AH N
-human Y UW M AH N
-humanity HH Y UW M AE N IH T IY
-humanity Y UW M AE N IH T IY
-i AY
-i'm AH M
-i'm AY M
-identical AY D EH N IH K AH L
-identical AY D EH N T IH K AH L
-identifier AY D EH N AH F AY ER
-identifier AY D EH N T AH F AY ER
-identify AY D EH N AH F AY
-identify AY D EH N T AH F AY
-identities AY D EH N IH T IY Z
-identities AY D EH N T IH T IY Z
-identity AY D EH N AH T IY
-identity AY D EH N IH T IY
-identity AY D EH N T AH T IY
-identity AY D EH N T IH T IY
-if IH F
-image IH M AH JH
-image IH M IH JH
-images IH M AH JH AH Z
-images IH M IH JH IH Z
-imagination IH M AE JH AH N EY SH AH N
-immaterial IH M AH T IH R IY AH L
-import IH M P AO R T
-important IH M P AO R T AH N T
-in IH N
-infinite IH N F AH N AH T
-information IH N F AO R M EY SH AH N
-information IH N F ER M EY SH AH N
-inner IH N ER
-innumerable IH N UW M ER AH B AH L
-install IH N S T AO L
-installed IH N S T AO L D
-integrate IH N AH G R EY T
-integrate IH N T AH G R EY T
-interconnected IH N T ER K AH N EH K T IH D
-internal IH N T ER N AH L
-intimacy IH N T AH M AH S IY
-invasion IH N V EY ZH AH N
-is IH Z
-isolated AY S AH L EY T AH D
-isolated AY S AH L EY T IH D
-it IH T
-it's IH T S
-join JH OY N
-juice JH UW S
-just JH AH S T
-just JH IH S T
-key K IY
-knot N AA T
-la L AA
-las EH L EY EH S
-las L AA S
-leaves L IY V Z
-left L EH F T
-like L AY K
-limits L IH M AH T S
-limits L IH M IH T S
-link L IH NG K
-links L IH NG K S
-liquid L IH K W AH D
-liquid L IH K W IH D
-live L AY V
-live L IH V
-lo L OW
-localization L OW K AH L AH Z EY SH AH N
-locate L OW K EY T
-located L OW K EY D
-located L OW K EY T AH D
-logic L AA JH IH K
-looking L UH K IH NG
-los L AO S
-los L OW S
-love L AH V
-machines M AH SH IY N Z
-magnetic M AE G N EH T IH K
-margins M AA R JH AH N Z
-mark M AA R K
-matter M AE T ER
-me M IY
-memo M EH M OW
-memorize M EH M ER AY Z
-memory M EH M ER IY
-message M EH S AH JH
-message M EH S IH JH
-mine M AY N
-mineral M IH N ER AH L
-mineral M IH N R AH L
-modification M AA D AH F AH K EY SH AH N
-modify M AA D AH F AY
-more M AO R
-motivated M OW T AH V EY T AH D
-move M UW V
-movement M UW V M AH N T
-muscular M AH S K Y AH L ER
-must M AH S T
-my M AY
-nada N AA D AH
-naked N EY K AH D
-name N EY M
-neither N AY DH ER
-neither N IY DH ER
-nerve N ER V
-nervous N ER V AH S
-network N EH T W ER K
-new N UW
-new N Y UW
-next N EH K S
-next N EH K S T
-nine N AY N
-no N OW
-nor N AO R
-not N AA T
-nothing N AH TH IH NG
-nothingness N AH TH IH NG N AH S
-oblivion AH B L IH V IY AH N
-of AH V
-on AA N
-on AO N
-one HH W AH N
-one W AH N
-open OW P AH N
-opened OW P AH N D
-or AO R
-or ER
-organic AO R G AE N IH K
-organized AO R G AH N AY Z D
-other AH DH ER
-out AW T
-oxygen AA K S AH JH AH N
-oxygen AA K S IH JH AH N
-pa P AA
-pancreas P AE N K R IY AH S
-parallel P EH R AH L EH L
-paralysis P ER AE L AH S AH S
-paralysis P ER AE L IH S IH S
-passion P AE SH AH N
-password P AE S W ER D
-pathetic P AH TH EH T IH K
-perception P ER S EH P SH AH N
-perpetual P ER P EH CH UW AH L
-place P L EY S
-point P OY N T
-points P OY N T S
-position P AH Z IH SH AH N
-possibilities P AA S AH B IH L AH T IY Z
-possible P AA S AH B AH L
-power P AW ER
-private P R AY V AH T
-pro P R OW
-problem P R AA B L AH M
-producing P R AH D UW S IH NG
-promises P R AA M AH S AH Z
-protection P ER T EH K SH AH N
-protection P R AH T EH K SH AH N
-protein P R OW T IY N
-que K Y UW
-rain R EY N
-random R AE N D AH M
-rare R EH R
-re R EY
-re R IY
-read R EH D
-read R IY D
-real R IY L
-reality R IY AE L AH T IY
-recollection R EH K AH L EH K SH AH N
-record R AH K AO R D
-record R EH K ER D
-record R IH K AO R D
-redo R IY D UW
-regulation R EH G Y AH L EY SH AH N
-reinventing R IY IH N V EH N T IH NG
-relocated R IY L OW K EY T IH D
-remain R IH M EY N
-remain R IY M EY N
-remember R IH M EH M B ER
-remember R IY M EH M B ER
-remove R IY M UW V
-replace ER P L EY S
-replace R IY P L EY S
-required R IY K W AY ER D
-required R IY K W AY R D
-research R IY S ER CH
-results R IH Z AH L T S
-results R IY Z AH L T S
-return R IH T ER N
-return R IY T ER N
-rise R AY Z
-sand S AE N D
-save S EY V
-say S EY
-scratch S K R AE CH
-screen S K R IY N
-sea S IY
-search S ER CH
-searching S ER CH IH NG
-security S IH K Y UH R AH T IY
-segment S EH G M AH N T
-segment S EH G M EH N T
-segregation S EH G R AH G EY SH AH N
-seis S IY S
-send S EH N D
-sensations S EH N S EY SH AH N Z
-sensor S EH N S ER
-sequences S IY K W AH N S AH Z
-sequences S IY K W AH N S IH Z
-set S EH T
-sex S EH K S
-shared SH EH R D
-shining SH AY N IH NG
-should SH UH D
-significant S AH G N IH F IH K AH N T
-significant S IH G N IH F IH K AH N T
-silence S AY L AH N S
-simplicity S IH M P L IH S AH T IY
-simplicity S IH M P L IH S IH T IY
-six S IH K S
-skin S K IH N
-some S AH M
-someone S AH M W AH N
-something S AH M TH IH NG
-somewhere S AH M W EH R
-space S P EY S
-spaces S P EY S AH Z
-spaces S P EY S IH Z
-speak S P IY K
-speed S P IY D
-starts S T AA R T S
-state S T EY T
-stay S T EY
-stays S T EY Z
-stop S T AA P
-storage S T AO R AH JH
-storage S T AO R IH JH
-store S T AO R
-storm S T AO R M
-strange S T R EY N JH
-street S T R IY T
-structural S T R AH K CH ER AH L
-structures S T R AH K CH ER Z
-su EH S Y UW
-su S UW
-subsystems S AH B S IH S T AH M Z
-such S AH CH
-supplementary S AH P L AH M EH N CH R IY
-supplementary S AH P L AH M EH N ER IY
-supplementary S AH P L AH M EH N T ER IY
-supplementary S AH P L AH M EH N T R IY
-synchronized S IH NG K R AH N AY Z D
-system S IH S T AH M
-systems S IH S T AH M Z
-technical T EH K N IH K AH L
-tell T EH L
-tells T EH L Z
-temperature T EH M P ER AH CH ER
-temperature T EH M P R AH CH ER
-temporal T EH M P ER AH L
-tension T EH N SH AH N
-terms T ER M Z
-terrorist T EH R ER IH S T
-than DH AE N
-than DH AH N
-that DH AE T
-that DH AH T
-the DH AH
-the DH IY
-their DH EH R
-there DH EH R
-they DH EY
-this DH IH S
-thread TH R EH D
-threads TH R EH D Z
-three TH R IY
-through TH R UW
-time T AY M
-to T AH
-to T IH
-to T UW
-traced T R EY S T
-transcend T R AE N S EH N D
-transparent T R AE N S P EH R AH N T
-tree T R IY
-try T R AY
-unable AH N EY B AH L
-understands AH N D ER S T AE N D Z
-undress AH N D R EH S
-universe Y UW N AH V ER S
-uno AH N OW
-uno UW N OW
-up AH P
-upper AH P ER
-use Y UW S
-use Y UW Z
-utopia Y UW T OW P IY AH
-utopian Y UW T OW P IY AH N
-variants V EH R IY AH N T S
-version V ER ZH AH N
-very V EH R IY
-violence V AY AH L AH N S
-virtual V ER CH UW AH L
-visit V IH Z AH T
-visit V IH Z IH T
-walk W AA K
-walk W AO K
-want W AA N T
-want W AO N T
-well W EH L
-what HH W AH T
-what W AH T
-when HH W EH N
-when HH W IH N
-when W EH N
-when W IH N
-where HH W EH R
-where W EH R
-which HH W IH CH
-which W IH CH
-win W IH N
-wine W AY N
-wins W IH N Z
-with W IH DH
-with W IH TH
-world W ER L D
-worlds W ER L D Z
-wringing R IH NG IH NG
-written R IH T AH N
-x EH K S
-y W AY
-yes Y EH S
-you Y UW
-your Y AO R
-your Y UH R
-zero Z IH R OW
-zero Z IY R OW
-a EY
-a AH
-absolute AE B S AH L UW T
-abstract AE B S T R AE K T
-abstract AE B S T R AE K T
-abyss AH B IH S
-accede AE K S IY D
-accept AH K S EH P T
-accept AE K S EH P T
-access AE K S EH S
-access AE K S AH S
-accident AE K S AH D AH N T
-actions AE K SH AH N Z
-activate AE K T AH V EY T
-activation AE K T AH V EY SH AH N
-alien EY L IY AH N
-alignments AH L AY N M AH N T S
-alignments AH L IH N M AH N D S
-all AO L
-am EY EH M
-am AE M
-an AH N
-an AE N
-analyze AE N AH L AY Z
-analyzes AE N AH L AY Z IH Z
-and AE N D
-and AH N D
-angles AE NG G AH L Z
-another AH N AH DH ER
-answer AE N S ER
-anyway EH N IY W EY
-anyway AE N IY W EY
-application AE P L AH K EY SH AH N
-are ER
-are AA R
-arm AA R M
-auto AO T OW
-autoproduced AO T OW P R AH D UW S T
-bank B AE NG K
-barbarian B AA R B EH R IY AH N
-basic B EY S IH K
-be B IY
-be B IY
-beautiful B Y UW T AH F AH L
-begin B IH G IH N
-begun B EY G AH N
-begun B IH G AH N
-being B IY IH NG
-between B IY T W IY N
-between B IH T W IY N
-bilar B IY L AH R
-binary B AY N ER IY
-birth B ER TH
-bits B IH T S
-blood B L AH D
-bo B OW
-body B AA D IY
-body B AH D IH
-body B AH D IY
-boing B OW IH NG
-bond B AA N D
-bones B OW N Z
-boom B UW M
-boot B UW T
-border B AO R D ER
-borders B AO R D ER Z
-brain B R EY N
-broken B R OW K AH N
-but B AH T
-buy B AY
-by B AY
-cables K EY B AH L Z
-cadence K EY D AH N S
-cadencia K EY D AH N S IY EY
-calculation K AE L K Y AH L EY SH AH N
-calculo K AE L K Y AH L OW
-can K AH N
-can K AE N
-can't K AE N T
-capacidad K AH P AE S AH D AE D
-capacity K AH P AE S IH T IY
-capacity K AH P AE S AH T IY
-carelessness K EH R L AH S N AH S
-cells S EH L Z
-center S EH N ER
-center S EH N T ER
-change CH EY N JH
-characteristics K EH R AH K T ER IH S T IH K S
-characteristics K EH R EH K T ER IH S T IH K S
-chicken CH IH K AH N
-child CH AY L D
-choose CH UW Z
-cinco S IH NG K OW
-cinco S IH NG K AA
-climate K L AY M IH T
-climate K L AY M AH T
-close K L OW Z
-close K L OW S
-clouds K L AW D Z
-code K OW D
-codes K OW D Z
-cognitive K AA G N IH T IH V
-combination K AA M B AH N EY SH AH N
-como K AO M OW
-composed K AH M P OW Z D
-con K AA N
-conceive K AH N S IY V
-concentration K AA N S AH N T R EY SH AH N
-concentration K AH N S AH N T R EY SH AH N
-conditions K AH N D IH SH AH N Z
-conductor K AH N D AH K T ER
-connect K AH N EH K T
-connection K AH N EH K SH AH N
-connection K AH N AH K SH AH N
-constellation K AA N S T AH L EY SH AH N
-consult K AH N S AH L T
-contact K AA N T AE K T
-container K AH N T EY N ER
-content K AH N T EH N T
-content K AA N T EH N T
-creaking K R IY K IH NG
-create K R IY EY T
-dance D AE N S
-data D AE T AH
-data D EY T AH
-data D EH T AH
-database D AE T AH B EY S
-database D EY T AH B EY S
-database D EH T AH B EY S
-date D EY T
-de D IY
-deactivate D IY AE K T IH V EY T
-deactivate T IY EH K T IY V EY T
-dead D EH D
-decepcion D IH S EH P SH AH N
-decir D IH S ER
-default D IH F AO L T
-del D EH L
-desert D IH Z ER T
-desert D EH Z ER T
-destinies D EH S T AH N IY Z
-detected D IH T EH K T IH D
-detected D IH T EH K T AH D
-deviations D IY V IY EY SH AH N Z
-disappointment D IH S AH P OY N T M AH N T
-dissociation D IH S OW S IY EY SH AH N
-do D UW
-door D AO R
-dos D OW S
-dos D AO S
-down D AW N
-download D AW N L OW D
-downloaded D AW N L OW D IH D
-drive D R AY V
-drops D R AA P S
-echo EH K OW
-effect AH F EH K T
-effect IY F EH K T
-effect IH F EH K T
-efficiency IH F IH SH AH N S IY
-effort EH F ER T
-effort EH F ER D
-eficacia EH F IH K EY SH AH
-el EH L
-elastic IH L AE S T IH K
-electrical IH L EH K T R IH K AH L
-electronics IH L EH K T R AA N IH K S
-element EH L AH M AH N T
-else EH L S
-emergency IY M ER JH AH N S IY
-emergency IH M ER JH AH N S IY
-emptiness EH M T IY N AH S
-emptiness EH M P T IY N AH S
-en EH N
-encode EH N K OW D
-end EH N D
-entiende EH N SH EH N D EH
-envidiar EH N V IH D IY ER
-envy EH N V IY
-ephemeral IH F EH M ER AH L
-epsilon EH P S AH L AA N
-epsilon EY P S AH L AA N
-erase IY R EY S
-erase IH R EY S
-erase IH R EH S
-errors EH R ER Z
-esconde EH S K AA N D EH
-estate IH S T EY T
-estate IH S D AH D
-every EH V R IY
-everything EH V R IY TH IH NG
-everywhere EH V R IY HH W EH R
-everywhere EH V R IY W EH R
-exact IH G Z AE K T
-executed EH K S AH K Y UW T IH D
-executed EH K S AH K Y UW T AH D
-exile EH K S AY L
-exile EH G Z AY L
-exist IH G Z IH S T
-existential EH G Z IH S T EH N SH AH L
-existential EH G Z IH S T EH N CH AH L
-exists IH G Z IH S T S
-extrinsic EH K S T R IH N S IH K
-fast F AE S T
-fault F AO L T
-fear F IH R
-feed F IY D
-feet F IY T
-fell F EH L
-field F IY L D
-fight F AY T
-fingers F IH NG G ER Z
-flow F L OW
-fo F OW
-for F R ER
-for F ER
-for F AO R
-force F AO R S
-form F AO R M
-formal F AO R M AH L
-formal F AO R M AE L
-fragile F R AE JH AH L
-free F R IY
-freedom F R IY D AH M
-from F ER M
-from F R AH M
-frustracion F R AH S T R EY SH AH N
-frustration F R AH S T R EY SH AH N
-fuck F AH K
-function F AH NG K SH AH N
-functional F AH NG K SH AH N AH L
-functions F AH NG K SH AH N Z
-functions F AH NG K SH AH N
-future F Y UW CH ER
-futuro F Y UW CH ER OW
-generate JH EH N ER EY T
-genetic JH AH N EH T IH K
-genetic JH EY N EH T IY K
-genetics JH AH N EH T IH K S
-geolocalization JH IY OW L OW K AH L AH Z EY SH AH N
-gi G IH
-give G IH V
-go G OW
-going G OW IH N
-going G OW IH NG
-golden G OW L D AH N
-grains G R EY N Z
-happened HH AE P AH N D
-happens HH AE P AH N Z
-has HH AH Z
-has HH AE Z
-have HH AE V
-heard HH ER D
-hello HH EH L OW
-hello HH AH L OW
-hides HH AY D Z
-horizon HH ER AY Z AH N
-how HH AW
-human Y UW M AH N
-human HH Y UW M AH N
-humanidad HH Y UW M AE N IH D AE D
-humanity Y UW M AE N IH T IY
-humanity HH Y UW M AE N IH T IY
-humano HH Y UW M AA N OW
-i AY
-i'm AH M
-i'm AY M
-identical AY D EH N IH K AH L
-identical AY D EH N T IH K AH L
-identifier AY D EH N AH F AY ER
-identifier AY D EH N T AH F AY ER
-identify AY D EH N AH F AY
-identify AY D EH N T AH F AY
-identities AY D EH N IH T IY Z
-identities AY D EH N T IH T IY Z
-identity AY D EH N AH T IY
-identity AY D EH N IH T IY
-identity AY D EH N T IH T IY
-identity AY D EH N T AH T IY
-if IH F
-if IH F
-image IH M IH JH
-image IH M AH JH
-images IH M IH JH IH Z
-images IH M AH JH AH Z
-imagination IH M AE JH AH N EY SH AH N
-immaterial IH M AH T IH R IY AH L
-import IH M P AO R T
-import IH M P AO R T
-import AY M P AO R D
-import AY M P AO R T
-important IH M P AO R T AH N T
-in IH N
-in IH N
-in IY N
-infinite IH N F AH N AH T
-infinito IH N F IH N IH T OW
-information IH N F AO R M EY SH AH N
-information IH N F ER M EY SH AH N
-inner IH N ER
-innumerable IH N UW M ER AH B AH L
-install IH N S T AO L
-installed IH N S T AO L D
-integrate IH N AH G R EY T
-integrate IH N T AH G R EY T
-interconnected IH N T ER K AH N EH K T IH D
-internal IH N T ER N AH L
-internal IH N D ER N AH L
-intimacy IH N T AH M AH S IY
-invasion IH N V EY ZH AH N
-is IH Z
-is IH Z
-isolated AY S AH L EY T IH D
-isolated AY S AH L EY T AH D
-it IH T
-it IH T
-it's IH T S
-it's IH T S
-join JH OY N
-juice JH UW S
-just JH IH S T
-just JH AH S T
-key K IY
-knot N AA T
-la L AE
-las L AH S
-leaves L IY V Z
-left L EH F T
-like L AY K
-limits L IH M IH T S
-limits L IH M AH T S
-link L IH NG K
-links L IH NG K S
-liquid L IH K W IH D
-liquid L IH K W AH D
-live L IH V
-live L AY V
-lo L OW
-localization L OW K AH L AH Z EY SH AH N
-localization JH IY OW L OW K AH L AH Z EY SH AH N
-localization L UW K AH L AH Z EY SH AH N
-locate L OW K EY T
-located L OW K EY D
-located L OW K EY T AH D
-logic L AA JH IH K
-logics L AA JH IH K S
-logics L EH JH IY K S
-looking L UH K IH NG
-los L OW S
-love L AH V
-machines M AH SH IY N Z
-magnetic M AE G N EH T IH K
-maquinas M AE K IY N AH S
-margins M AA R JH AH N Z
-mark M AA R K
-matter M AE T ER
-matter M AE D ER
-me M IY
-me M AY
-memo M EH M OW
-memorize M EH M ER AY Z
-memory M EH M ER IY
-memory M EY M ER IY
-message M EH S IH JH
-message M EH S AH JH
-miedo M IY D OW
-mine M AY N
-mineral M IH N R AH L
-mineral M IH N ER AH L
-modification M AA D AH F AH K EY SH AH N
-modify M AA D AH F AY
-modify M AA D EY F AY
-more M AO R
-morphogenetics M AO R F AA JH AH N EH T IH K S
-motivated M OW T AH V EY T AH D
-motoneuron M OW T OW N UH R AA N
-move M UW V
-movement M UW V M AH N T
-muscular M AH S K Y AH L ER
-must M AH S T
-my M AY
-nada N AA D AH
-naked N EY K AH D
-name N EY M
-neither N AY DH ER
-neither N IY DH ER
-nerve N ER V
-nervous N ER V AH S
-network N EH T W ER K
-new N Y UW
-new N UW
-next N EH K S
-next N EH K S T
-next N EH K S D
-next N EY K S
-nine N AY N
-no N OW
-nor N AO R
-not N AA T
-nothing N AH TH IH NG
-nothingness N AH TH IH NG N AH S
-oblivion AH B L IH V IY AH N
-ocho OW T CH AO
-of AH V
-of AH V
-on AO N
-on AA N
-one HH W AH N
-one W AH N
-open OW P AH N
-open OW P EH N
-opened OW P AH N D
-or ER
-or AO R
-organic AO R G AE N IH K
-organic AO R G AE N IY K
-organic AO R G EH N IY K
-organized AO R G AH N AY Z D
-other AH DH ER
-out AW T
-oxygen AA K S IH JH AH N
-oxygen AA K S AH JH AH N
-pa P AA
-pancreas P AE N K R IY AH S
-parallel P EH R AH L EH L
-paralysis P ER AE L IH S IH S
-paralysis P ER AE L AH S AH S
-passion P AE SH AH N
-passion P EH SH AH N
-password P AE S W ER D
-pathetic P AH TH EH T IH K
-perception P ER S EH P SH AH N
-perpetual P ER P EH CH UW AH L
-place P L EY S
-point P OY N T
-point P OY N D
-points P OY N T S
-position P AH Z IH SH AH N
-possibilities P AA S AH B IH L AH T IY Z
-possible P AA S AH B AH L
-possibles P AH S AH B AH L Z
-potencia P AH T AH N CH AH
-power P AW ER
-private P R AY V AH T
-pro P R OW
-problem P R AA B L AH M
-producing P R AH D UW S IH NG
-promesas P R AA M S AH S
-promises P R AA M AH S AH Z
-protection P ER T EH K SH AH N
-protection P R AH T EH K SH AH N
-protein P R OW T IY N
-quatro K W AA T R OW
-quatro K W AH T R OW
-que K W EY
-querer K W ER ER
-rain R EY N
-random R AE N D AH M
-rare R EH R
-re R IY
-read R IY D
-read R EH D
-read R EY T
-real R IY L
-reality R IY AE L AH T IY
-realtime R IY L T AY M
-reboot R IY B UW T
-recollection R EH K AH L EH K SH AH N
-record R IH K AO R D
-record R EH K ER D
-record R AH K AO R D
-record R EY K ER D
-redo R IY D UW
-regulation R EH G Y AH L EY SH AH N
-reinventing R IY IH N V EH N T IH NG
-relead R IY L IY D
-relead R IY L EH D
-relocated R IY L OW K EY T IH D
-remain R IY M EY N
-remain R IH M EY N
-remember R IY M EH M B ER
-remember R IH M EH M B ER
-remove R IY M UW V
-replace ER P L EY S
-replace R IY P L EY S
-required R IY K W AY R D
-required R IY K W AY ER D
-research R IY S ER CH
-research R IY S ER CH
-results R IY Z AH L T S
-results R IH Z AH L T S
-return R IY T ER N
-return R IH T ER N
-rise R AY Z
-sand S AE N D
-save S EY V
-say S EY
-scratch S K R AE CH
-screen S K R IY N
-sea S IY
-search S ER CH
-searching S ER CH IH NG
-security S IH K Y UH R AH T IY
-security S IH K Y UH R EY T IH
-segment S EH G M EH N T
-segment S EH G M AH N T
-segregation S EH G R AH G EY SH AH N
-seis S IY S
-seis S EH IY S
-seis S EH IH S
-seis S EH S
-send S EH N D
-sensations S EH N S EY SH AH N Z
-sensations S AH N S EY SH AH N
-sensor S EH N S ER
-sequences S IY K W AH N S IH Z
-sequences S IY K W AH N S AH Z
-sequences S IH K W AH N S IH Z
-set S EH T
-sex S EH K S
-shared SH EH R D
-shining SH AY N IH NG
-should SH UH D
-significant S IH G N IH F IH K AH N T
-significant S AH G N IH F IH K AH N T
-significant S IY G N IY F IY K AH N T
-silence S AY L AH N S
-simplicidad S IH M P L IH S AY D AE D
-simplicity S IH M P L IH S IH T IY
-simplicity S IH M P L IH S AH T IY
-sistemas S IH S T AH M AH S
-six S IH K S
-skin S K IH N
-some S AH M
-someone S AH M W AH N
-something S AH M TH IH NG
-somewhere S AH M W EH R
-space S P EY S
-spaces S P EY S IH Z
-spaces S P EY S AH Z
-speak S P IY K
-speed S P IY D
-starts S T AA R T S
-state S T EY T
-stay S T EY
-stays S T EY Z
-stop S T AA P
-stop S D AH P
-stop S T EH P
-storage S T AO R IH JH
-storage S T AO R AH JH
-store S T AO R
-storm S T AO R M
-strange S T R EY N JH
-street S T R IY T
-structural S T R AH K CH ER AH L
-structures S T R AH K CH ER Z
-su S UW
-subsystems S AH B S IH S T AH M Z
-subsystems S AH B S IH S T AH M
-subsystems S EH B S IH S T EH M
-such S AH CH
-supplementary S AH P L AH M EH N CH R IY
-supplementary S AH P L AH M EH N T R IY
-supplementary S AH P L AH M EH N ER IY
-supplementary S AH P L AH M EH N T ER IY
-synchronized S IH NG K R AH N AY Z D
-system S IH S T AH M
-system S IH S T EY M
-systems S IH S T AH M Z
-technical T EH K N IH K AH L
-technical T EH K N IY K AE L
-tell T EH L
-tell D EH L
-tells T EH L Z
-temperature T EH M P ER AH CH ER
-temperature T EH M P R AH CH ER
-temperature D EH M P R EH CH ER
-temperature T EH M P ER AE CH ER
-temporal T EH M P ER AH L
-tension T EH N SH AH N
-terms T ER M Z
-terms T ER M
-terrorist T EH R ER IH S T
-than DH AH N
-than DH AE N
-that DH AH T
-that DH AE T
-the DH IY
-the DH AH
-the DH AH
-the DH IH
-their DH EH R
-there DH EH R
-they DH EY
-this DH IH S
-this DH IH S
-thread TH R EH D
-threads TH R EH D Z
-three TH R IY
-through TH R UW
-time T AY M
-to T AH
-to T IH
-to T UW
-traced T R EY S T
-transcend T R AE N S EH N D
-transparent T R AE N S P EH R AH N T
-tree T R IY
-tres T R EH S
-tres D R EY S
-try T R AY
-unable AH N EY B AH L
-understands AH N D ER S T AE N D Z
-undress AH N D R EH S
-universe Y UW N AH V ER S
-uno UW N OW
-uno AH N OW
-uno OW N OW
-up AH P
-up AE P
-upload AH P L OW D
-upload AA P L OW D
-upload AA P L OW T
-upload AH P L OW T
-upload AH P L UW T
-upper AH P ER
-use Y UW Z
-use Y UW S
-utopia Y UW T OW P IY AH
-utopian Y UW T OW P IY AH N
-variants V EH R IY AH N T S
-velocidad V EH L AA S AY D AE D
-version V ER ZH AH N
-very V EH R IY
-violence V AY AH L AH N S
-virtual V ER CH UW AH L
-visit V IH Z IH T
-visit V IH Z AH T
-walk W AA K
-walk W AO K
-want W AO N T
-want W AA N T
-well W EH L
-what HH W AH T
-what W AH T
-when HH W IH N
-when W IH N
-when HH W EH N
-when W EH N
-where HH W EH R
-where W EH R
-which HH W IH CH
-which W IH CH
-wifi W IH F IH
-win W IH N
-wine W AY N
-wins W IH N Z
-with W IH DH
-with W IH TH
-with W IH TH
-with W IH DH
-world W ER L D
-worlds W ER L D Z
-wringing R IH NG IH NG
-written R IH T AH N
-x EH K S
-x EY K S
-y Y
-yes Y EH S
-yes Y EY S
-you Y UW
-your Y UH R
-your Y AO R
-zero Z IY R OW
-zero Z IH R OW
-zero Z IH R UW
diff --git a/asr/models/homeostasis_25nov/words.txt b/asr/models/homeostasis_25nov/words.txt
deleted file mode 100644
index e8f214b7d7809f80356e26104a1ae6f6a4154820..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_25nov/words.txt
+++ /dev/null
@@ -1,497 +0,0 @@
-<eps> 0
-a 1
-absolute 2
-abstract 3
-abyss 4
-accede 5
-accept 6
-access 7
-accident 8
-actions 9
-activate 10
-activation 11
-alien 12
-alignments 13
-all 14
-am 15
-aminoacid 16
-an 17
-analyze 18
-analyzes 19
-and 20
-angles 21
-another 22
-answer 23
-anyway 24
-application 25
-are 26
-arm 27
-auto 28
-autoproduced 29
-bank 30
-barbarian 31
-basic 32
-be 33
-beautiful 34
-begin 35
-begun 36
-being 37
-between 38
-bilar 39
-binary 40
-birth 41
-bits 42
-blood 43
-bo 44
-body 45
-boing 46
-bond 47
-bones 48
-boom 49
-boot 50
-border 51
-borders 52
-brain 53
-broken 54
-but 55
-buy 56
-by 57
-cables 58
-cadence 59
-cadencia 60
-calculation 61
-calculo 62
-can 63
-can't 64
-capacidad 65
-capacity 66
-carelessness 67
-cells 68
-center 69
-change 70
-characteristics 71
-chicken 72
-child 73
-choose 74
-cinco 75
-climate 76
-close 77
-clouds 78
-code 79
-codes 80
-cognitive 81
-combination 82
-como 83
-composed 84
-con 85
-conceive 86
-concentration 87
-conditions 88
-conductor 89
-connect 90
-connection 91
-constellation 92
-consult 93
-contact 94
-container 95
-content 96
-creaking 97
-create 98
-dance 99
-data 100
-database 101
-date 102
-de 103
-deactivate 104
-dead 105
-decepcion 106
-decir 107
-default 108
-del 109
-desert 110
-destinies 111
-detected 112
-deviations 113
-disappointment 114
-dissociation 115
-do 116
-door 117
-dos 118
-down 119
-download 120
-downloaded 121
-drive 122
-drops 123
-echo 124
-effect 125
-efficiency 126
-effort 127
-eficacia 128
-el 129
-elastic 130
-electrical 131
-electronics 132
-element 133
-else 134
-emergency 135
-emptiness 136
-en 137
-encode 138
-end 139
-entiende 140
-envidiar 141
-envy 142
-ephemeral 143
-epsilon 144
-erase 145
-errors 146
-esconde 147
-estate 148
-every 149
-everything 150
-everywhere 151
-exact 152
-executed 153
-exile 154
-exist 155
-existential 156
-exists 157
-extrinsic 158
-fast 159
-fault 160
-fear 161
-feed 162
-feet 163
-fell 164
-field 165
-fight 166
-fingers 167
-flow 168
-fo 169
-for 170
-force 171
-form 172
-formal 173
-fragile 174
-free 175
-freedom 176
-from 177
-frustracion 178
-frustration 179
-fuck 180
-function 181
-functional 182
-functions 183
-future 184
-futuro 185
-generate 186
-genetic 187
-genetics 188
-geolocalization 189
-gi 190
-give 191
-go 192
-going 193
-golden 194
-grains 195
-happened 196
-happens 197
-has 198
-have 199
-heard 200
-hello 201
-hides 202
-horizon 203
-how 204
-human 205
-humanidad 206
-humanity 207
-humano 208
-i 209
-identical 210
-identifier 211
-identify 212
-identities 213
-identity 214
-if 215
-i'm 216
-image 217
-images 218
-imagination 219
-immaterial 220
-import 221
-important 222
-in 223
-infinite 224
-infinito 225
-information 226
-inner 227
-innumerable 228
-install 229
-installed 230
-integrate 231
-interconnected 232
-internal 233
-intimacy 234
-invasion 235
-is 236
-isolated 237
-it 238
-it's 239
-join 240
-juice 241
-just 242
-key 243
-knot 244
-la 245
-las 246
-leaves 247
-left 248
-like 249
-limits 250
-link 251
-links 252
-liquid 253
-live 254
-lo 255
-localization 256
-locate 257
-located 258
-logic 259
-logics 260
-looking 261
-los 262
-love 263
-machines 264
-magnetic 265
-maquinas 266
-margins 267
-mark 268
-matter 269
-me 270
-memo 271
-memorize 272
-memory 273
-message 274
-miedo 275
-mine 276
-mineral 277
-modification 278
-modify 279
-more 280
-morphogenetics 281
-motivated 282
-motoneuron 283
-move 284
-movement 285
-muscular 286
-must 287
-my 288
-nada 289
-naked 290
-name 291
-neither 292
-nerve 293
-nervous 294
-network 295
-new 296
-next 297
-nine 298
-no 299
-nor 300
-not 301
-nothing 302
-nothingness 303
-oblivion 304
-ocho 305
-of 306
-on 307
-one 308
-open 309
-opened 310
-or 311
-organic 312
-organized 313
-other 314
-out 315
-oxygen 316
-pa 317
-pancreas 318
-parallel 319
-paralysis 320
-passion 321
-password 322
-pathetic 323
-perception 324
-perpetual 325
-place 326
-point 327
-points 328
-position 329
-possibilities 330
-possible 331
-possibles 332
-potencia 333
-power 334
-private 335
-pro 336
-problem 337
-producing 338
-promesas 339
-promises 340
-protection 341
-protein 342
-quatro 343
-que 344
-querer 345
-rain 346
-random 347
-rare 348
-re 349
-read 350
-real 351
-reality 352
-realtime 353
-reboot 354
-recollection 355
-record 356
-redo 357
-regulation 358
-reinventing 359
-relead 360
-relocated 361
-remain 362
-remember 363
-remove 364
-replace 365
-required 366
-research 367
-results 368
-return 369
-rise 370
-</s> 371
-<s> 372
-sand 373
-save 374
-say 375
-scratch 376
-screen 377
-sea 378
-search 379
-searching 380
-security 381
-segment 382
-segregation 383
-seis 384
-send 385
-sensations 386
-sensor 387
-sequences 388
-set 389
-sex 390
-shared 391
-shining 392
-should 393
-significant 394
-silence 395
-simplicidad 396
-simplicity 397
-sistemas 398
-six 399
-skin 400
-some 401
-someone 402
-something 403
-somewhere 404
-space 405
-spaces 406
-speak 407
-speed 408
-starts 409
-state 410
-stay 411
-stays 412
-stop 413
-storage 414
-store 415
-storm 416
-strange 417
-street 418
-structural 419
-structures 420
-su 421
-subsystems 422
-such 423
-supplementary 424
-synchronized 425
-system 426
-systems 427
-technical 428
-tell 429
-tells 430
-temperature 431
-temporal 432
-tension 433
-terms 434
-terrorist 435
-than 436
-that 437
-the 438
-their 439
-there 440
-they 441
-this 442
-thread 443
-threads 444
-three 445
-through 446
-time 447
-to 448
-traced 449
-transcend 450
-transparent 451
-tree 452
-tres 453
-try 454
-unable 455
-understands 456
-undress 457
-universe 458
-uno 459
-up 460
-upload 461
-upper 462
-use 463
-utopia 464
-utopian 465
-variants 466
-velocidad 467
-version 468
-very 469
-violence 470
-virtual 471
-visit 472
-walk 473
-want 474
-well 475
-what 476
-when 477
-where 478
-which 479
-wifi 480
-win 481
-wine 482
-wins 483
-with 484
-world 485
-worlds 486
-wringing 487
-written 488
-x 489
-y 490
-yes 491
-you 492
-your 493
-zero 494
-!sil 495
-#0 496
diff --git a/asr/models/homeostasis_9fevr/HCLG.fst b/asr/models/homeostasis_9fevr/HCLG.fst
deleted file mode 100644
index a3bc79f59f135256fa328f451a91905f53b567e5..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_9fevr/HCLG.fst and /dev/null differ
diff --git a/asr/models/homeostasis_9fevr/adaptation-macbook.txt b/asr/models/homeostasis_9fevr/adaptation-macbook.txt
deleted file mode 120000
index a48fa7454064c00dac07b25204322931583618ba..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/adaptation-macbook.txt
+++ /dev/null
@@ -1 +0,0 @@
-../../tools/base/acoustic-model/adaptation-macbook.txt
\ No newline at end of file
diff --git a/asr/models/homeostasis_9fevr/adaptation-show.txt b/asr/models/homeostasis_9fevr/adaptation-show.txt
deleted file mode 120000
index 90b6af7d58c146ddf7542505c6e52d665612c49d..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/adaptation-show.txt
+++ /dev/null
@@ -1 +0,0 @@
-../../tools/base/acoustic-model/adaptation-show.txt
\ No newline at end of file
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr.fst b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr.fst
deleted file mode 100644
index bf595023ef90880213981a38a29bf8f02984f4fe..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr.fst and /dev/null differ
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_dico_action.txt b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_dico_action.txt
deleted file mode 100644
index 008f8ad714cce7a076c399fb1c2301570a4e703c..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_dico_action.txt
+++ /dev/null
@@ -1,237 +0,0 @@
-<epsilon> 0
-<joker> 1
-action(1,1,0,"start_scene1","Phase_of_genetic_evolution_number_one_dot_one_dot_one") 2
-action(1,1,1,"#end","drop_return_to_the_center") 3
-action(1,1,2,"#ENDSEQUENCE(1)","") 4
-action(1,1,2,"#ENDSECTION(1)","") 5
-action(2,1,2,"open_scene2","Phase_of_genetic_evolution_number_two_dot_two_dot_two") 6
-action(2,1,3,"open_2.1","open_system") 7
-action(2,1,4,"#ENDSEQUENCE(1)","") 8
-action(2,2,4,"open_2.2","tell_me") 9
-action(2,2,5,"open_2.3","open_technical_characteristics") 10
-action(2,2,6,"open_2.3","read") 11
-action(2,2,7,"open_2.4","next") 12
-action(2,2,8,"open_2.5","yes") 13
-action(2,2,9,"open_2.6","read") 14
-action(2,2,10,"open_2.7","download") 15
-action(2,2,11,"open_2.8","open_the_terms_and_conditions_of_use_of_body_x_epsilon_system_three_point_zero") 16
-action(2,2,12,"open_2.9","accept_terms_and_conditions_of_use") 17
-action(2,2,13,"open_2.10","next") 18
-action(2,2,14,"open_2.11","install_the_new_version_of_me") 19
-action(2,2,15,"#end","drop_return_to_the_center") 20
-action(2,2,16,"#ENDSEQUENCE(2)","") 21
-action(2,2,16,"#ENDSECTION(2)","") 22
-action(3,1,16,"open_scene3","Phase_of_genetic_evolution_number_three_dot_three_dot_three") 23
-action(3,1,17,"#ENDSEQUENCE(1)","") 24
-action(3,2,17,"open3.1","import_body_data") 25
-action(3,2,18,"open3.2","import_organic_matter_data") 26
-action(3,2,19,"open3.3","import_temperature") 27
-action(3,2,20,"open3.4","import_time") 28
-action(3,2,21,"open3.5","import_space_data") 29
-action(3,2,22,"open3.6","import_position") 30
-action(3,2,23,"open3.7","import_body_subsystems") 31
-action(3,2,24,"open3.8","import_estate") 32
-action(3,2,25,"#end","drop_return_to_the_center") 33
-action(3,2,26,"#ENDSEQUENCE(2)","") 34
-action(3,2,26,"#ENDSECTION(3)","") 35
-action(4,1,26,"open_scene4","Phase_of_genetic_evolution_number_four_dot_four_dot_four") 36
-action(4,1,27,"open_4.1","open_access_to_body_functions") 37
-action(4,1,28,"#ENDSEQUENCE(1)","") 38
-action(4,2,28,"open_4.2","import_body_functions_space_localization") 39
-action(4,2,29,"open_4.3","import_body_functions_sensations") 40
-action(4,2,30,"open_4.4","import_body_functions_passion") 41
-action(4,2,31,"open_4.5","import_body_functions_concentration") 42
-action(4,2,32,"open_4.6","import_body_functions_perception") 43
-action(4,2,33,"open_4.7","import_body_functions_formal_force") 44
-action(4,2,34,"open_4.8","import_body_functions_logics") 45
-action(4,2,35,"open_4.9","import_body_functions_imagination") 46
-action(4,2,36,"open_4.10","import_body_functions_effort") 47
-action(4,2,37,"open_4.11","import_body_functions_nervous_system") 48
-action(4,2,38,"open_4.12","import_body_functions_internal_network") 49
-action(4,2,39,"#end","drop_return_to_the_center") 50
-action(4,2,40,"#ENDSEQUENCE(2)","") 51
-action(4,2,40,"#ENDSECTION(4)","") 52
-action(5,1,40,"open_scene5","Phase_of_genetic_evolution_number_five_dot_five_dot_five") 53
-action(5,1,41,"#ENDSEQUENCE(1)","") 54
-action(5,2,41,"open_scene5.1","set_up_the_connection") 55
-action(5,2,42,"#end","drop_return_to_the_center") 56
-action(5,2,43,"stop_system_voice","silence") 57
-action(5,2,44,"#ENDSEQUENCE(2)","") 58
-action(5,2,44,"#ENDSECTION(5)","") 59
-action(6,1,44,"#ENDSEQUENCE(1)","") 60
-action(6,2,44,"constellation","encode") 61
-action(6,2,45,"constellation","passion") 62
-action(6,2,46,"constellation","for_located") 63
-action(6,2,47,"constellation","constellation") 64
-action(6,2,48,"constellation","center") 65
-action(6,2,49,"constellation","six_six_nine") 66
-action(6,2,50,"amplification2","important") 67
-action(6,2,51,"constellation","some") 68
-action(6,2,52,"amplification1","threads") 69
-action(6,2,53,"constellation","are_broken") 70
-action(6,2,54,"constellation","remove") 71
-action(6,2,55,"constellation","memory") 72
-action(6,2,56,"constellation","love") 73
-action(6,2,57,"amplification1","love") 74
-action(6,2,58,"amplification1","memory") 75
-action(6,2,59,"amplification2","love") 76
-action(6,2,60,"amplification1","errors") 77
-action(6,2,61,"constellation","a_identical") 78
-action(6,2,62,"constellation","identity") 79
-action(6,2,63,"constellation","identifier") 80
-action(6,2,64,"constellation","where") 81
-action(6,2,65,"constellation","answer") 82
-action(6,2,66,"constellation","being") 83
-action(6,2,67,"constellation","boing") 84
-action(6,2,68,"constellation","boot") 85
-action(6,2,69,"constellation","reboot") 86
-action(6,2,70,"constellation","border_of") 87
-action(6,2,71,"amplification1","body") 88
-action(6,2,72,"amplification2","body") 89
-action(6,2,73,"amplification1","being") 90
-action(6,2,74,"constellation","begun") 91
-action(6,2,75,"constellation","begin") 92
-action(6,2,76,"constellation","win") 93
-action(6,2,77,"amplification1","border_of") 94
-action(6,2,78,"amplification2","being") 95
-action(6,2,79,"constellation","actions") 96
-action(6,2,80,"amplification1","search") 97
-action(6,2,81,"constellation","the") 98
-action(6,2,82,"amplification1","answer") 99
-action(6,2,83,"constellation","of") 100
-action(6,2,84,"amplification1","the") 101
-action(6,2,85,"constellation","there_is") 102
-action(6,2,86,"amplification1","there_is") 103
-action(6,2,87,"amplification6","something") 104
-action(6,2,88,"amplification3","body") 105
-action(6,2,89,"constellation","password") 106
-action(6,2,90,"constellation","pancreas") 107
-action(6,2,91,"constellation","give") 108
-action(6,2,92,"constellation","me") 109
-action(6,2,93,"amplification1","data") 110
-action(6,2,94,"amplification1","give") 111
-action(6,2,95,"amplification1","me") 112
-action(6,2,96,"amplification2","give") 113
-action(6,2,97,"amplification2","me") 114
-action(6,2,98,"constellation","you") 115
-action(6,2,99,"constellation","your") 116
-action(6,2,100,"amplification3","give") 117
-action(6,2,101,"amplification3","me") 118
-action(6,2,102,"amplification1","your") 119
-action(6,2,103,"amplification2","data") 120
-action(6,2,104,"amplification4","give") 121
-action(6,2,105,"amplification4","me") 122
-action(6,2,106,"amplification2","your(s)") 123
-action(6,2,107,"amplification5","give") 124
-action(6,2,108,"amplification5","me") 125
-action(6,2,109,"amplification3","your(s)") 126
-action(6,2,110,"amplification3","data") 127
-action(6,2,111,"amplification1","begun") 128
-action(6,2,112,"amplification1","begin") 129
-action(6,2,113,"amplification1","wins") 130
-action(6,2,114,"amplification1","blood") 131
-action(6,2,115,"constellation","everywhere") 132
-action(6,2,116,"amplification6","give") 133
-action(6,2,117,"amplification7","give") 134
-action(6,2,118,"amplification4","your(s)") 135
-action(6,2,119,"amplification2","blood") 136
-action(6,2,120,"constellation","golden") 137
-action(6,2,121,"amplification1","golden") 138
-action(6,2,122,"amplification4","data") 139
-action(6,2,123,"constellation","protein_protection_amino-acid") 140
-action(6,2,124,"amplification1","where") 141
-action(6,2,125,"constellation","bilar") 142
-action(6,2,126,"constellation","violence_segment") 143
-action(6,2,127,"constellation","segregation") 144
-action(6,2,128,"amplification2","memory") 145
-action(6,2,129,"amplification1","encode") 146
-action(6,2,130,"amplification2","where") 147
-action(6,2,131,"amplification3","where") 148
-action(6,2,132,"amplification4","body") 149
-action(6,2,133,"amplification4","where") 150
-action(6,2,134,"amplification5","body") 151
-action(6,2,135,"amplification5","where") 152
-action(6,2,136,"amplification6","where") 153
-action(6,2,137,"amplification8","give") 154
-action(6,2,138,"amplification5","data") 155
-action(6,2,139,"amplification2","clouds") 156
-action(6,2,140,"amplification7","something") 157
-action(6,2,141,"amplification3","being") 158
-action(6,2,142,"amplification7","where") 159
-action(6,2,143,"amplification8","where") 160
-action(6,2,144,"amplification9","give") 161
-action(6,2,145,"amplification6","data") 162
-action(6,2,146,"#end","muscular_oxygen") 163
-action(6,2,147,"#ENDSEQUENCE(2)","") 164
-action(6,3,147,"#end","code") 165
-action(6,3,148,"#ENDSEQUENCE(3)","") 166
-action(6,4,148,"#end","more_real_than_reality") 167
-action(6,4,149,"#ENDSEQUENCE(4)","") 168
-action(6,5,149,"constellation","clouds") 169
-action(6,5,150,"constellation","beautiful") 170
-action(6,5,151,"constellation","data") 171
-action(6,5,152,"amplification1","clouds") 172
-action(6,5,153,"constellation","rain_of_identities") 173
-action(6,5,154,"constellation","storm_of_possibilities") 174
-action(6,5,155,"constellation","body") 175
-action(6,5,156,"constellation","wifi") 176
-action(6,5,157,"constellation","search") 177
-action(6,5,158,"constellation","and_redo") 178
-action(6,5,159,"constellation","connection") 179
-action(6,5,160,"constellation","connect_me_to_this_network") 180
-action(6,5,161,"constellation","function") 181
-action(6,5,162,"constellation","looking_for") 182
-action(6,5,163,"amplification1","something") 183
-action(6,5,164,"constellation","must") 184
-action(6,5,165,"constellation","stay") 185
-action(6,5,166,"amplification1","something") 186
-action(6,5,167,"amplification1","must") 187
-action(6,5,168,"constellation","exist") 188
-action(6,5,169,"constellation","a") 189
-action(6,5,170,"constellation","thread") 190
-action(6,5,171,"amplification2","something") 191
-action(6,5,172,"amplification1","exists") 192
-action(6,5,173,"constellation","between_recollection_and_oblivion") 193
-action(6,5,174,"constellation","a_tension_an_echo_an_emptiness") 194
-action(6,5,175,"amplification3","something") 195
-action(6,5,176,"constellation","rare") 196
-action(6,5,177,"amplification1","stays") 197
-action(6,5,178,"constellation","through") 198
-action(6,5,179,"constellation","nothing_more_strange_than_this_exile") 199
-action(6,5,180,"constellation","an_absolute_abyss") 200
-action(6,5,181,"constellation","a_creaking_of_the_bones") 201
-action(6,5,182,"constellation","a_barbarian_invasion") 202
-action(6,5,183,"constellation","the_carelessness_of_destinies") 203
-action(6,5,184,"constellation","wringing_out_the") 204
-action(6,5,185,"constellation","blood") 205
-action(6,5,186,"amplification4","something") 206
-action(6,5,187,"constellation","should") 207
-action(6,5,188,"amplification2","must") 208
-action(6,5,189,"constellation","or") 209
-action(6,5,190,"amplification2","must") 210
-action(6,5,191,"constellation","not") 211
-action(6,5,192,"amplification5","something") 212
-action(6,5,193,"amplification2","stays") 213
-action(6,5,194,"#end","drop_return_to_the_center") 214
-action(6,5,195,"#ENDSEQUENCE(5)","") 215
-action(6,6,195,"amplification2","functions") 216
-action(6,6,196,"#end","it_is_the_code") 217
-action(6,6,197,"#ENDSEQUENCE(6)","") 218
-action(6,7,197,"#end","autoproduced_images") 219
-action(6,7,198,"#ENDSEQUENCE(7)","") 220
-action(6,8,198,"#end","immaterial_universe") 221
-action(6,8,199,"#ENDSEQUENCE(8)","") 222
-action(6,8,199,"#ENDSECTION(6)","") 223
-action(7,1,199,"#end","drop_return_to_the_center") 224
-action(7,1,200,"#ENDSEQUENCE(1)","") 225
-action(7,1,200,"#ENDSECTION(7)","") 226
-action(8,1,200,"#end","search_for_sequences_producing_significant_alignments_in_genetic_database") 227
-action(8,1,201,"#end","drop_return_to_the_center") 228
-action(8,1,202,"#ENDSEQUENCE(1)","") 229
-action(8,2,202,"memorise_loop","record") 230
-action(8,2,203,"memorise_loop","record") 231
-action(8,2,204,"#end","give_me_my_data") 232
-action(8,2,205,"#ENDSEQUENCE(2)","") 233
-action(8,3,205,"#end","drop_return_to_the_center") 234
-action(8,3,206,"#ENDSEQUENCE(3)","") 235
-action(8,3,207,"#ENDSECTION(8)","") 236
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_dico_word.txt b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_dico_word.txt
deleted file mode 100644
index 7e83a2f55ea4a636c126e202688b38a5e99de2dc..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_dico_word.txt
+++ /dev/null
@@ -1,184 +0,0 @@
-<epsilon> 0
-<joker> 1
-Phase 2
-of 3
-genetic 4
-evolution 5
-number 6
-one 7
-dot 8
-drop 9
-return 10
-to 11
-the 12
-center 13
-two 14
-open 15
-system 16
-tell 17
-me 18
-technical 19
-characteristics 20
-read 21
-next 22
-yes 23
-download 24
-terms 25
-and 26
-conditions 27
-use 28
-body 29
-x 30
-epsilon 31
-three 32
-point 33
-zero 34
-accept 35
-install 36
-new 37
-version 38
-import 39
-data 40
-organic 41
-matter 42
-temperature 43
-time 44
-space 45
-position 46
-subsystems 47
-estate 48
-four 49
-access 50
-functions 51
-localization 52
-sensations 53
-passion 54
-concentration 55
-perception 56
-formal 57
-force 58
-logics 59
-imagination 60
-effort 61
-nervous 62
-internal 63
-network 64
-five 65
-set 66
-up 67
-connection 68
-silence 69
-encode 70
-for 71
-located 72
-constellation 73
-six 74
-nine 75
-important 76
-some 77
-threads 78
-are 79
-broken 80
-remove 81
-memory 82
-love 83
-errors 84
-a 85
-identical 86
-identity 87
-identifier 88
-where 89
-answer 90
-being 91
-boing 92
-boot 93
-reboot 94
-border 95
-begun 96
-begin 97
-win 98
-actions 99
-search 100
-there 101
-is 102
-something 103
-password 104
-pancreas 105
-give 106
-you 107
-your 108
-your(s) 109
-wins 110
-blood 111
-everywhere 112
-golden 113
-protein 114
-protection 115
-amino-acid 116
-bilar 117
-violence 118
-segment 119
-segregation 120
-clouds 121
-muscular 122
-oxygen 123
-code 124
-more 125
-real 126
-than 127
-reality 128
-beautiful 129
-rain 130
-identities 131
-storm 132
-possibilities 133
-wifi 134
-redo 135
-connect 136
-this 137
-function 138
-looking 139
-must 140
-stay 141
-exist 142
-thread 143
-exists 144
-between 145
-recollection 146
-oblivion 147
-tension 148
-an 149
-echo 150
-emptiness 151
-rare 152
-stays 153
-through 154
-nothing 155
-strange 156
-exile 157
-absolute 158
-abyss 159
-creaking 160
-bones 161
-barbarian 162
-invasion 163
-carelessness 164
-destinies 165
-wringing 166
-out 167
-should 168
-or 169
-not 170
-it 171
-autoproduced 172
-images 173
-immaterial 174
-universe 175
-sequences 176
-producing 177
-significant 178
-alignments 179
-in 180
-database 181
-record 182
-my 183
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section1.fst b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section1.fst
deleted file mode 100644
index 4ca4e63a1930c5d470e134b47a9685ad0c86d9b5..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section1.fst and /dev/null differ
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section1.txt b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section1.txt
deleted file mode 100644
index e0379c571b6574f86a044fc53369569640831ac2..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section1.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-0	1	Phase	2	0
-1	2	of	0	0
-1	2	<epsilon>	0	10
-2	3	genetic	0	0
-2	3	<epsilon>	0	10
-3	4	evolution	0	0
-3	4	<epsilon>	0	10
-4	5	number	0	0
-4	5	<epsilon>	0	10
-5	6	one	0	0
-5	6	<epsilon>	0	10
-6	7	dot	0	0
-6	7	<epsilon>	0	10
-7	8	one	0	0
-7	8	<epsilon>	0	10
-8	9	dot	0	0
-8	9	<epsilon>	0	10
-9	10	one	0	0
-10	100
-0	10	<joker>	2	100
-10	11	drop	3	0
-11	12	return	0	0
-11	12	<epsilon>	0	10
-12	13	to	0	0
-12	13	<epsilon>	0	10
-13	14	the	0	0
-13	14	<epsilon>	0	10
-14	15	center	0	0
-15	100
-10	15	<joker>	3	100
-15	16	<epsilon>	4	0
-16	100
-16	17	<epsilon>	5	0
-17
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section2.fst b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section2.fst
deleted file mode 100644
index f3a6d48455476257469addbb451bdc25b7e5cb9f..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section2.fst and /dev/null differ
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section2.txt b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section2.txt
deleted file mode 100644
index 2c2fd01b57838be5bfee22c9b5fb40593c374ce5..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section2.txt
+++ /dev/null
@@ -1,135 +0,0 @@
-0	1	Phase	6	0
-1	2	of	0	0
-1	2	<epsilon>	0	10
-2	3	genetic	0	0
-2	3	<epsilon>	0	10
-3	4	evolution	0	0
-3	4	<epsilon>	0	10
-4	5	number	0	0
-4	5	<epsilon>	0	10
-5	6	two	0	0
-5	6	<epsilon>	0	10
-6	7	dot	0	0
-6	7	<epsilon>	0	10
-7	8	two	0	0
-7	8	<epsilon>	0	10
-8	9	dot	0	0
-8	9	<epsilon>	0	10
-9	10	two	0	0
-10	100
-0	10	<joker>	6	100
-10	11	open	7	0
-11	12	system	0	0
-12	100
-10	12	<joker>	7	100
-12	13	<epsilon>	8	0
-13
-100
-13	14	tell	9	0
-14	15	me	0	0
-15	14	tell	9	0
-15	100
-13	15	<joker>	9	100
-15	16	open	10	0
-16	17	technical	0	0
-16	17	<epsilon>	0	10
-17	18	characteristics	0	0
-18	16	open	10	0
-18	100
-15	18	<joker>	10	100
-18	19	read	11	0
-19	19	read	11	0
-19	100
-18	19	<joker>	11	100
-19	20	next	12	0
-20	20	next	12	0
-20	100
-19	20	<joker>	12	100
-20	21	yes	13	0
-21	21	yes	13	0
-21	100
-20	21	<joker>	13	100
-21	22	read	14	0
-22	22	read	14	0
-22	100
-21	22	<joker>	14	100
-22	23	download	15	0
-23	23	download	15	0
-23	100
-22	23	<joker>	15	100
-23	24	open	16	0
-24	25	the	0	0
-24	25	<epsilon>	0	10
-25	26	terms	0	0
-25	26	<epsilon>	0	10
-26	27	and	0	0
-26	27	<epsilon>	0	10
-27	28	conditions	0	0
-27	28	<epsilon>	0	10
-28	29	of	0	0
-28	29	<epsilon>	0	10
-29	30	use	0	0
-29	30	<epsilon>	0	10
-30	31	of	0	0
-30	31	<epsilon>	0	10
-31	32	body	0	0
-31	32	<epsilon>	0	10
-32	33	x	0	0
-32	33	<epsilon>	0	10
-33	34	epsilon	0	0
-33	34	<epsilon>	0	10
-34	35	system	0	0
-34	35	<epsilon>	0	10
-35	36	three	0	0
-35	36	<epsilon>	0	10
-36	37	point	0	0
-36	37	<epsilon>	0	10
-37	38	zero	0	0
-38	24	open	16	0
-38	100
-23	38	<joker>	16	100
-38	39	accept	17	0
-39	40	terms	0	0
-39	40	<epsilon>	0	10
-40	41	and	0	0
-40	41	<epsilon>	0	10
-41	42	conditions	0	0
-41	42	<epsilon>	0	10
-42	43	of	0	0
-42	43	<epsilon>	0	10
-43	44	use	0	0
-44	39	accept	17	0
-44	100
-38	44	<joker>	17	100
-44	45	next	18	0
-45	45	next	18	0
-45	100
-44	45	<joker>	18	100
-45	46	install	19	0
-46	47	the	0	0
-46	47	<epsilon>	0	10
-47	48	new	0	0
-47	48	<epsilon>	0	10
-48	49	version	0	0
-48	49	<epsilon>	0	10
-49	50	of	0	0
-49	50	<epsilon>	0	10
-50	51	me	0	0
-51	46	install	19	0
-51	100
-45	51	<joker>	19	100
-51	52	drop	20	0
-52	53	return	0	0
-52	53	<epsilon>	0	10
-53	54	to	0	0
-53	54	<epsilon>	0	10
-54	55	the	0	0
-54	55	<epsilon>	0	10
-55	56	center	0	0
-56	52	drop	20	0
-56	100
-51	56	<joker>	20	100
-56	57	<epsilon>	21	0
-57	100
-57	58	<epsilon>	22	0
-58
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section3.fst b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section3.fst
deleted file mode 100644
index 3d7cdbd2a63126f30fb1307af26636f88e9a3016..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section3.fst and /dev/null differ
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section3.txt b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section3.txt
deleted file mode 100644
index 99b4704dd331f3e4128506bc3338505f9b1ea779..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section3.txt
+++ /dev/null
@@ -1,88 +0,0 @@
-0	1	Phase	23	0
-1	2	of	0	0
-1	2	<epsilon>	0	10
-2	3	genetic	0	0
-2	3	<epsilon>	0	10
-3	4	evolution	0	0
-3	4	<epsilon>	0	10
-4	5	number	0	0
-4	5	<epsilon>	0	10
-5	6	three	0	0
-5	6	<epsilon>	0	10
-6	7	dot	0	0
-6	7	<epsilon>	0	10
-7	8	three	0	0
-7	8	<epsilon>	0	10
-8	9	dot	0	0
-8	9	<epsilon>	0	10
-9	10	three	0	0
-10	100
-0	10	<joker>	23	100
-10	11	<epsilon>	24	0
-11
-100
-11	12	import	25	0
-12	13	body	0	0
-12	13	<epsilon>	0	10
-13	14	data	0	0
-14	12	import	25	0
-14	100
-11	14	<joker>	25	100
-14	15	import	26	0
-15	16	organic	0	0
-15	16	<epsilon>	0	10
-16	17	matter	0	0
-16	17	<epsilon>	0	10
-17	18	data	0	0
-18	15	import	26	0
-18	100
-14	18	<joker>	26	100
-18	19	import	27	0
-19	20	temperature	0	0
-20	19	import	27	0
-20	100
-18	20	<joker>	27	100
-20	21	import	28	0
-21	22	time	0	0
-22	21	import	28	0
-22	100
-20	22	<joker>	28	100
-22	23	import	29	0
-23	24	space	0	0
-23	24	<epsilon>	0	10
-24	25	data	0	0
-25	23	import	29	0
-25	100
-22	25	<joker>	29	100
-25	26	import	30	0
-26	27	position	0	0
-27	26	import	30	0
-27	100
-25	27	<joker>	30	100
-27	28	import	31	0
-28	29	body	0	0
-28	29	<epsilon>	0	10
-29	30	subsystems	0	0
-30	28	import	31	0
-30	100
-27	30	<joker>	31	100
-30	31	import	32	0
-31	32	estate	0	0
-32	31	import	32	0
-32	100
-30	32	<joker>	32	100
-32	33	drop	33	0
-33	34	return	0	0
-33	34	<epsilon>	0	10
-34	35	to	0	0
-34	35	<epsilon>	0	10
-35	36	the	0	0
-35	36	<epsilon>	0	10
-36	37	center	0	0
-37	33	drop	33	0
-37	100
-32	37	<joker>	33	100
-37	38	<epsilon>	34	0
-38	100
-38	39	<epsilon>	35	0
-39
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section4.fst b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section4.fst
deleted file mode 100644
index 56c19b407466d4005a22c06540429a5899a5dc2b..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section4.fst and /dev/null differ
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section4.txt b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section4.txt
deleted file mode 100644
index 67f35b6840295aa29ec6605701d601fc7cb83a4d..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section4.txt
+++ /dev/null
@@ -1,155 +0,0 @@
-0	1	Phase	36	0
-1	2	of	0	0
-1	2	<epsilon>	0	10
-2	3	genetic	0	0
-2	3	<epsilon>	0	10
-3	4	evolution	0	0
-3	4	<epsilon>	0	10
-4	5	number	0	0
-4	5	<epsilon>	0	10
-5	6	four	0	0
-5	6	<epsilon>	0	10
-6	7	dot	0	0
-6	7	<epsilon>	0	10
-7	8	four	0	0
-7	8	<epsilon>	0	10
-8	9	dot	0	0
-8	9	<epsilon>	0	10
-9	10	four	0	0
-10	100
-0	10	<joker>	36	100
-10	11	open	37	0
-11	12	access	0	0
-11	12	<epsilon>	0	10
-12	13	to	0	0
-12	13	<epsilon>	0	10
-13	14	body	0	0
-13	14	<epsilon>	0	10
-14	15	functions	0	0
-15	100
-10	15	<joker>	37	100
-15	16	<epsilon>	38	0
-16
-100
-16	17	import	39	0
-17	18	body	0	0
-17	18	<epsilon>	0	10
-18	19	functions	0	0
-18	19	<epsilon>	0	10
-19	20	space	0	0
-19	20	<epsilon>	0	10
-20	21	localization	0	0
-21	17	import	39	0
-21	100
-16	21	<joker>	39	100
-21	22	import	40	0
-22	23	body	0	0
-22	23	<epsilon>	0	10
-23	24	functions	0	0
-23	24	<epsilon>	0	10
-24	25	sensations	0	0
-25	22	import	40	0
-25	100
-21	25	<joker>	40	100
-25	26	import	41	0
-26	27	body	0	0
-26	27	<epsilon>	0	10
-27	28	functions	0	0
-27	28	<epsilon>	0	10
-28	29	passion	0	0
-29	26	import	41	0
-29	100
-25	29	<joker>	41	100
-29	30	import	42	0
-30	31	body	0	0
-30	31	<epsilon>	0	10
-31	32	functions	0	0
-31	32	<epsilon>	0	10
-32	33	concentration	0	0
-33	30	import	42	0
-33	100
-29	33	<joker>	42	100
-33	34	import	43	0
-34	35	body	0	0
-34	35	<epsilon>	0	10
-35	36	functions	0	0
-35	36	<epsilon>	0	10
-36	37	perception	0	0
-37	34	import	43	0
-37	100
-33	37	<joker>	43	100
-37	38	import	44	0
-38	39	body	0	0
-38	39	<epsilon>	0	10
-39	40	functions	0	0
-39	40	<epsilon>	0	10
-40	41	formal	0	0
-40	41	<epsilon>	0	10
-41	42	force	0	0
-42	38	import	44	0
-42	100
-37	42	<joker>	44	100
-42	43	import	45	0
-43	44	body	0	0
-43	44	<epsilon>	0	10
-44	45	functions	0	0
-44	45	<epsilon>	0	10
-45	46	logics	0	0
-46	43	import	45	0
-46	100
-42	46	<joker>	45	100
-46	47	import	46	0
-47	48	body	0	0
-47	48	<epsilon>	0	10
-48	49	functions	0	0
-48	49	<epsilon>	0	10
-49	50	imagination	0	0
-50	47	import	46	0
-50	100
-46	50	<joker>	46	100
-50	51	import	47	0
-51	52	body	0	0
-51	52	<epsilon>	0	10
-52	53	functions	0	0
-52	53	<epsilon>	0	10
-53	54	effort	0	0
-54	51	import	47	0
-54	100
-50	54	<joker>	47	100
-54	55	import	48	0
-55	56	body	0	0
-55	56	<epsilon>	0	10
-56	57	functions	0	0
-56	57	<epsilon>	0	10
-57	58	nervous	0	0
-57	58	<epsilon>	0	10
-58	59	system	0	0
-59	55	import	48	0
-59	100
-54	59	<joker>	48	100
-59	60	import	49	0
-60	61	body	0	0
-60	61	<epsilon>	0	10
-61	62	functions	0	0
-61	62	<epsilon>	0	10
-62	63	internal	0	0
-62	63	<epsilon>	0	10
-63	64	network	0	0
-64	60	import	49	0
-64	100
-59	64	<joker>	49	100
-64	65	drop	50	0
-65	66	return	0	0
-65	66	<epsilon>	0	10
-66	67	to	0	0
-66	67	<epsilon>	0	10
-67	68	the	0	0
-67	68	<epsilon>	0	10
-68	69	center	0	0
-69	65	drop	50	0
-69	100
-64	69	<joker>	50	100
-69	70	<epsilon>	51	0
-70	100
-70	71	<epsilon>	52	0
-71
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section5.fst b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section5.fst
deleted file mode 100644
index b74efa2e2b0396a7061d6dd7add2dbd52ffba69f..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section5.fst and /dev/null differ
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section5.txt b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section5.txt
deleted file mode 100644
index 01a21dce92ae15f8ab69fb6e3fbd0d817f3e67c0..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section5.txt
+++ /dev/null
@@ -1,51 +0,0 @@
-0	1	Phase	53	0
-1	2	of	0	0
-1	2	<epsilon>	0	10
-2	3	genetic	0	0
-2	3	<epsilon>	0	10
-3	4	evolution	0	0
-3	4	<epsilon>	0	10
-4	5	number	0	0
-4	5	<epsilon>	0	10
-5	6	five	0	0
-5	6	<epsilon>	0	10
-6	7	dot	0	0
-6	7	<epsilon>	0	10
-7	8	five	0	0
-7	8	<epsilon>	0	10
-8	9	dot	0	0
-8	9	<epsilon>	0	10
-9	10	five	0	0
-10	100
-0	10	<joker>	53	100
-10	11	<epsilon>	54	0
-11
-100
-11	12	set	55	0
-12	13	up	0	0
-12	13	<epsilon>	0	10
-13	14	the	0	0
-13	14	<epsilon>	0	10
-14	15	connection	0	0
-15	12	set	55	0
-15	100
-11	15	<joker>	55	100
-15	16	drop	56	0
-16	17	return	0	0
-16	17	<epsilon>	0	10
-17	18	to	0	0
-17	18	<epsilon>	0	10
-18	19	the	0	0
-18	19	<epsilon>	0	10
-19	20	center	0	0
-20	16	drop	56	0
-20	100
-15	20	<joker>	56	100
-20	21	silence	57	0
-21	21	silence	57	0
-21	100
-20	21	<joker>	57	100
-20	22	<epsilon>	58	0
-22	100
-22	23	<epsilon>	59	0
-23
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section6.fst b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section6.fst
deleted file mode 100644
index cfafe5358fb60e55b0ab0a09f843966d2c93f39f..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section6.fst and /dev/null differ
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section6.txt b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section6.txt
deleted file mode 100644
index 1e6514322ce4da3c1e033e67ec26ecbfd2a0e5d3..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section6.txt
+++ /dev/null
@@ -1,583 +0,0 @@
-0	1	<epsilon>	60	0
-1
-100
-1	2	encode	61	0
-2	1	<epsilon>	0	0
-2	100
-1	3	passion	62	0
-3	1	<epsilon>	0	0
-3	100
-1	4	for	63	0
-4	5	located	0	0
-5	1	<epsilon>	0	0
-5	100
-1	6	constellation	64	0
-6	1	<epsilon>	0	0
-6	100
-1	7	center	65	0
-7	1	<epsilon>	0	0
-7	100
-1	8	six	66	0
-8	9	six	0	0
-8	9	<epsilon>	0	10
-9	10	nine	0	0
-10	1	<epsilon>	0	0
-10	100
-1	11	important	67	0
-11	1	<epsilon>	0	0
-11	100
-1	12	some	68	0
-12	1	<epsilon>	0	0
-12	100
-1	13	threads	69	0
-13	1	<epsilon>	0	0
-13	100
-1	14	are	70	0
-14	15	broken	0	0
-15	1	<epsilon>	0	0
-15	100
-1	16	remove	71	0
-16	1	<epsilon>	0	0
-16	100
-1	17	memory	72	0
-17	1	<epsilon>	0	0
-17	100
-1	18	love	73	0
-18	1	<epsilon>	0	0
-18	100
-1	19	love	74	0
-19	1	<epsilon>	0	0
-19	100
-1	20	memory	75	0
-20	1	<epsilon>	0	0
-20	100
-1	21	love	76	0
-21	1	<epsilon>	0	0
-21	100
-1	22	errors	77	0
-22	1	<epsilon>	0	0
-22	100
-1	23	a	78	0
-23	24	identical	0	0
-24	1	<epsilon>	0	0
-24	100
-1	25	identity	79	0
-25	1	<epsilon>	0	0
-25	100
-1	26	identifier	80	0
-26	1	<epsilon>	0	0
-26	100
-1	27	where	81	0
-27	1	<epsilon>	0	0
-27	100
-1	28	answer	82	0
-28	1	<epsilon>	0	0
-28	100
-1	29	being	83	0
-29	1	<epsilon>	0	0
-29	100
-1	30	boing	84	0
-30	1	<epsilon>	0	0
-30	100
-1	31	boot	85	0
-31	1	<epsilon>	0	0
-31	100
-1	32	reboot	86	0
-32	1	<epsilon>	0	0
-32	100
-1	33	border	87	0
-33	34	of	0	0
-34	1	<epsilon>	0	0
-34	100
-1	35	body	88	0
-35	1	<epsilon>	0	0
-35	100
-1	36	body	89	0
-36	1	<epsilon>	0	0
-36	100
-1	37	being	90	0
-37	1	<epsilon>	0	0
-37	100
-1	38	begun	91	0
-38	1	<epsilon>	0	0
-38	100
-1	39	begin	92	0
-39	1	<epsilon>	0	0
-39	100
-1	40	win	93	0
-40	1	<epsilon>	0	0
-40	100
-1	41	border	94	0
-41	42	of	0	0
-42	1	<epsilon>	0	0
-42	100
-1	43	being	95	0
-43	1	<epsilon>	0	0
-43	100
-1	44	actions	96	0
-44	1	<epsilon>	0	0
-44	100
-1	45	search	97	0
-45	1	<epsilon>	0	0
-45	100
-1	46	the	98	0
-46	1	<epsilon>	0	0
-46	100
-1	47	answer	99	0
-47	1	<epsilon>	0	0
-47	100
-1	48	of	100	0
-48	1	<epsilon>	0	0
-48	100
-1	49	the	101	0
-49	1	<epsilon>	0	0
-49	100
-1	50	there	102	0
-50	51	is	0	0
-51	1	<epsilon>	0	0
-51	100
-1	52	there	103	0
-52	53	is	0	0
-53	1	<epsilon>	0	0
-53	100
-1	54	something	104	0
-54	1	<epsilon>	0	0
-54	100
-1	55	body	105	0
-55	1	<epsilon>	0	0
-55	100
-1	56	password	106	0
-56	1	<epsilon>	0	0
-56	100
-1	57	pancreas	107	0
-57	1	<epsilon>	0	0
-57	100
-1	58	give	108	0
-58	1	<epsilon>	0	0
-58	100
-1	59	me	109	0
-59	1	<epsilon>	0	0
-59	100
-1	60	data	110	0
-60	1	<epsilon>	0	0
-60	100
-1	61	give	111	0
-61	1	<epsilon>	0	0
-61	100
-1	62	me	112	0
-62	1	<epsilon>	0	0
-62	100
-1	63	give	113	0
-63	1	<epsilon>	0	0
-63	100
-1	64	me	114	0
-64	1	<epsilon>	0	0
-64	100
-1	65	you	115	0
-65	1	<epsilon>	0	0
-65	100
-1	66	your	116	0
-66	1	<epsilon>	0	0
-66	100
-1	67	give	117	0
-67	1	<epsilon>	0	0
-67	100
-1	68	me	118	0
-68	1	<epsilon>	0	0
-68	100
-1	69	your	119	0
-69	1	<epsilon>	0	0
-69	100
-1	70	data	120	0
-70	1	<epsilon>	0	0
-70	100
-1	71	give	121	0
-71	1	<epsilon>	0	0
-71	100
-1	72	me	122	0
-72	1	<epsilon>	0	0
-72	100
-1	73	your(s)	123	0
-73	1	<epsilon>	0	0
-73	100
-1	74	give	124	0
-74	1	<epsilon>	0	0
-74	100
-1	75	me	125	0
-75	1	<epsilon>	0	0
-75	100
-1	76	your(s)	126	0
-76	1	<epsilon>	0	0
-76	100
-1	77	data	127	0
-77	1	<epsilon>	0	0
-77	100
-1	78	begun	128	0
-78	1	<epsilon>	0	0
-78	100
-1	79	begin	129	0
-79	1	<epsilon>	0	0
-79	100
-1	80	wins	130	0
-80	1	<epsilon>	0	0
-80	100
-1	81	blood	131	0
-81	1	<epsilon>	0	0
-81	100
-1	82	everywhere	132	0
-82	1	<epsilon>	0	0
-82	100
-1	83	give	133	0
-83	1	<epsilon>	0	0
-83	100
-1	84	give	134	0
-84	1	<epsilon>	0	0
-84	100
-1	85	your(s)	135	0
-85	1	<epsilon>	0	0
-85	100
-1	86	blood	136	0
-86	1	<epsilon>	0	0
-86	100
-1	87	golden	137	0
-87	1	<epsilon>	0	0
-87	100
-1	88	golden	138	0
-88	1	<epsilon>	0	0
-88	100
-1	89	data	139	0
-89	1	<epsilon>	0	0
-89	100
-1	90	protein	140	0
-90	91	protection	0	0
-90	91	<epsilon>	0	10
-91	92	amino-acid	0	0
-92	1	<epsilon>	0	0
-92	100
-1	93	where	141	0
-93	1	<epsilon>	0	0
-93	100
-1	94	bilar	142	0
-94	1	<epsilon>	0	0
-94	100
-1	95	violence	143	0
-95	96	segment	0	0
-96	1	<epsilon>	0	0
-96	100
-1	97	segregation	144	0
-97	1	<epsilon>	0	0
-97	100
-1	98	memory	145	0
-98	1	<epsilon>	0	0
-98	100
-1	99	encode	146	0
-99	1	<epsilon>	0	0
-99	100
-1	100	where	147	0
-100	1	<epsilon>	0	0
-100	100
-1	101	where	148	0
-101	1	<epsilon>	0	0
-101	100
-1	102	body	149	0
-102	1	<epsilon>	0	0
-102	100
-1	103	where	150	0
-103	1	<epsilon>	0	0
-103	100
-1	104	body	151	0
-104	1	<epsilon>	0	0
-104	100
-1	105	where	152	0
-105	1	<epsilon>	0	0
-105	100
-1	106	where	153	0
-106	1	<epsilon>	0	0
-106	100
-1	107	give	154	0
-107	1	<epsilon>	0	0
-107	100
-1	108	data	155	0
-108	1	<epsilon>	0	0
-108	100
-1	109	clouds	156	0
-109	1	<epsilon>	0	0
-109	100
-1	110	something	157	0
-110	1	<epsilon>	0	0
-110	100
-1	111	being	158	0
-111	1	<epsilon>	0	0
-111	100
-1	112	where	159	0
-112	1	<epsilon>	0	0
-112	100
-1	113	where	160	0
-113	1	<epsilon>	0	0
-113	100
-1	114	give	161	0
-114	1	<epsilon>	0	0
-114	100
-1	115	data	162	0
-115	1	<epsilon>	0	0
-115	100
-1	116	muscular	163	0
-116	117	oxygen	0	0
-117	1	<epsilon>	0	0
-117	100
-117	118	<epsilon>	164	0
-118
-100
-118	119	code	165	0
-119	118	<epsilon>	0	0
-119	100
-119	120	<epsilon>	166	0
-120
-100
-120	121	more	167	0
-121	122	real	0	0
-121	122	<epsilon>	0	10
-122	123	than	0	0
-122	123	<epsilon>	0	10
-123	124	reality	0	0
-124	120	<epsilon>	0	0
-124	100
-124	125	<epsilon>	168	0
-125
-100
-125	126	clouds	169	0
-126	125	<epsilon>	0	0
-126	100
-125	127	beautiful	170	0
-127	125	<epsilon>	0	0
-127	100
-125	128	data	171	0
-128	125	<epsilon>	0	0
-128	100
-125	129	clouds	172	0
-129	125	<epsilon>	0	0
-129	100
-125	130	rain	173	0
-130	131	of	0	0
-130	131	<epsilon>	0	10
-131	132	identities	0	0
-132	125	<epsilon>	0	0
-132	100
-125	133	storm	174	0
-133	134	of	0	0
-133	134	<epsilon>	0	10
-134	135	possibilities	0	0
-135	125	<epsilon>	0	0
-135	100
-125	136	body	175	0
-136	125	<epsilon>	0	0
-136	100
-125	137	wifi	176	0
-137	125	<epsilon>	0	0
-137	100
-125	138	search	177	0
-138	125	<epsilon>	0	0
-138	100
-125	139	and	178	0
-139	140	redo	0	0
-140	125	<epsilon>	0	0
-140	100
-125	141	connection	179	0
-141	125	<epsilon>	0	0
-141	100
-125	142	connect	180	0
-142	143	me	0	0
-142	143	<epsilon>	0	10
-143	144	to	0	0
-143	144	<epsilon>	0	10
-144	145	this	0	0
-144	145	<epsilon>	0	10
-145	146	network	0	0
-146	125	<epsilon>	0	0
-146	100
-125	147	function	181	0
-147	125	<epsilon>	0	0
-147	100
-125	148	looking	182	0
-148	149	for	0	0
-149	125	<epsilon>	0	0
-149	100
-125	150	something	183	0
-150	125	<epsilon>	0	0
-150	100
-125	151	must	184	0
-151	125	<epsilon>	0	0
-151	100
-125	152	stay	185	0
-152	125	<epsilon>	0	0
-152	100
-125	153	something	186	0
-153	125	<epsilon>	0	0
-153	100
-125	154	must	187	0
-154	125	<epsilon>	0	0
-154	100
-125	155	exist	188	0
-155	125	<epsilon>	0	0
-155	100
-125	156	a	189	0
-156	125	<epsilon>	0	0
-156	100
-125	157	thread	190	0
-157	125	<epsilon>	0	0
-157	100
-125	158	something	191	0
-158	125	<epsilon>	0	0
-158	100
-125	159	exists	192	0
-159	125	<epsilon>	0	0
-159	100
-125	160	between	193	0
-160	161	recollection	0	0
-160	161	<epsilon>	0	10
-161	162	and	0	0
-161	162	<epsilon>	0	10
-162	163	oblivion	0	0
-163	125	<epsilon>	0	0
-163	100
-125	164	a	194	0
-164	165	tension	0	0
-164	165	<epsilon>	0	10
-165	166	an	0	0
-165	166	<epsilon>	0	10
-166	167	echo	0	0
-166	167	<epsilon>	0	10
-167	168	an	0	0
-167	168	<epsilon>	0	10
-168	169	emptiness	0	0
-169	125	<epsilon>	0	0
-169	100
-125	170	something	195	0
-170	125	<epsilon>	0	0
-170	100
-125	171	rare	196	0
-171	125	<epsilon>	0	0
-171	100
-125	172	stays	197	0
-172	125	<epsilon>	0	0
-172	100
-125	173	through	198	0
-173	125	<epsilon>	0	0
-173	100
-125	174	nothing	199	0
-174	175	more	0	0
-174	175	<epsilon>	0	10
-175	176	strange	0	0
-175	176	<epsilon>	0	10
-176	177	than	0	0
-176	177	<epsilon>	0	10
-177	178	this	0	0
-177	178	<epsilon>	0	10
-178	179	exile	0	0
-179	125	<epsilon>	0	0
-179	100
-125	180	an	200	0
-180	181	absolute	0	0
-180	181	<epsilon>	0	10
-181	182	abyss	0	0
-182	125	<epsilon>	0	0
-182	100
-125	183	a	201	0
-183	184	creaking	0	0
-183	184	<epsilon>	0	10
-184	185	of	0	0
-184	185	<epsilon>	0	10
-185	186	the	0	0
-185	186	<epsilon>	0	10
-186	187	bones	0	0
-187	125	<epsilon>	0	0
-187	100
-125	188	a	202	0
-188	189	barbarian	0	0
-188	189	<epsilon>	0	10
-189	190	invasion	0	0
-190	125	<epsilon>	0	0
-190	100
-125	191	the	203	0
-191	192	carelessness	0	0
-191	192	<epsilon>	0	10
-192	193	of	0	0
-192	193	<epsilon>	0	10
-193	194	destinies	0	0
-194	125	<epsilon>	0	0
-194	100
-125	195	wringing	204	0
-195	196	out	0	0
-195	196	<epsilon>	0	10
-196	197	the	0	0
-197	125	<epsilon>	0	0
-197	100
-125	198	blood	205	0
-198	125	<epsilon>	0	0
-198	100
-125	199	something	206	0
-199	125	<epsilon>	0	0
-199	100
-125	200	should	207	0
-200	125	<epsilon>	0	0
-200	100
-125	201	must	208	0
-201	125	<epsilon>	0	0
-201	100
-125	202	or	209	0
-202	125	<epsilon>	0	0
-202	100
-125	203	must	210	0
-203	125	<epsilon>	0	0
-203	100
-125	204	not	211	0
-204	125	<epsilon>	0	0
-204	100
-125	205	something	212	0
-205	125	<epsilon>	0	0
-205	100
-125	206	stays	213	0
-206	125	<epsilon>	0	0
-206	100
-125	207	drop	214	0
-207	208	return	0	0
-207	208	<epsilon>	0	10
-208	209	to	0	0
-208	209	<epsilon>	0	10
-209	210	the	0	0
-209	210	<epsilon>	0	10
-210	211	center	0	0
-211	125	<epsilon>	0	0
-211	100
-211	212	<epsilon>	215	0
-212
-100
-212	213	functions	216	0
-213	212	<epsilon>	0	0
-213	100
-212	214	it	217	0
-214	215	is	0	0
-214	215	<epsilon>	0	10
-215	216	the	0	0
-215	216	<epsilon>	0	10
-216	217	code	0	0
-217	212	<epsilon>	0	0
-217	100
-217	218	<epsilon>	218	0
-218
-100
-218	219	autoproduced	219	0
-219	220	images	0	0
-220	218	<epsilon>	0	0
-220	100
-220	221	<epsilon>	220	0
-221
-100
-221	222	immaterial	221	0
-222	223	universe	0	0
-223	221	<epsilon>	0	0
-223	100
-223	224	<epsilon>	222	0
-224	100
-224	225	<epsilon>	223	0
-225
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section7.fst b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section7.fst
deleted file mode 100644
index 28003933fa7452e6d1bd20f04df8759d11e01588..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section7.fst and /dev/null differ
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section8.fst b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section8.fst
deleted file mode 100644
index 2f68c46a75be4dad9e3df98acfcb7e9b5328221a..0000000000000000000000000000000000000000
Binary files a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section8.fst and /dev/null differ
diff --git a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section8.txt b/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section8.txt
deleted file mode 100644
index 780be9f1608f3a714043daec3872bde2e2b2dd15..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/automate/homeostasis_9fevr_section8.txt
+++ /dev/null
@@ -1,63 +0,0 @@
-0	1	search	227	0
-1	2	for	0	0
-1	2	<epsilon>	0	10
-2	3	sequences	0	0
-2	3	<epsilon>	0	10
-3	4	producing	0	0
-3	4	<epsilon>	0	10
-4	5	significant	0	0
-4	5	<epsilon>	0	10
-5	6	alignments	0	0
-5	6	<epsilon>	0	10
-6	7	in	0	0
-6	7	<epsilon>	0	10
-7	8	genetic	0	0
-7	8	<epsilon>	0	10
-8	9	database	0	0
-9	100
-0	9	<joker>	227	100
-9	10	drop	228	0
-10	11	return	0	0
-10	11	<epsilon>	0	10
-11	12	to	0	0
-11	12	<epsilon>	0	10
-12	13	the	0	0
-12	13	<epsilon>	0	10
-13	14	center	0	0
-14	100
-9	14	<joker>	228	100
-9	15	<epsilon>	229	0
-14	15	<epsilon>	229	0
-15
-100
-15	16	record	230	0
-16	15	<epsilon>	0	0
-16	100
-15	17	record	231	0
-17	15	<epsilon>	0	0
-17	100
-15	18	give	232	0
-18	19	me	0	0
-18	19	<epsilon>	0	10
-19	20	my	0	0
-19	20	<epsilon>	0	10
-20	21	data	0	0
-21	15	<epsilon>	0	0
-21	100
-21	22	<epsilon>	233	0
-22
-100
-22	23	drop	234	0
-23	24	return	0	0
-23	24	<epsilon>	0	10
-24	25	to	0	0
-24	25	<epsilon>	0	10
-25	26	the	0	0
-25	26	<epsilon>	0	10
-26	27	center	0	0
-27	100
-22	27	<joker>	234	100
-27	28	<epsilon>	235	0
-28	100
-28	29	<epsilon>	236	0
-29
diff --git a/asr/models/homeostasis_9fevr/conf b/asr/models/homeostasis_9fevr/conf
deleted file mode 120000
index 3b5fb4a98ca7ed38678903caa1b74fcd555dbeef..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/conf
+++ /dev/null
@@ -1 +0,0 @@
-../../tools/base/acoustic-model/conf
\ No newline at end of file
diff --git a/asr/models/homeostasis_9fevr/final.mdl b/asr/models/homeostasis_9fevr/final.mdl
deleted file mode 120000
index dfa2a9e74817b24ecd762d4e000ed29cb3bc8690..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/final.mdl
+++ /dev/null
@@ -1 +0,0 @@
-../../tools/base/acoustic-model/final.mdl
\ No newline at end of file
diff --git a/asr/models/homeostasis_9fevr/homeostasis_9fevr.action b/asr/models/homeostasis_9fevr/homeostasis_9fevr.action
deleted file mode 100644
index 06f1488c3ca3eeb33f62d9fe14be325b9ed06b5a..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/homeostasis_9fevr.action
+++ /dev/null
@@ -1,235 +0,0 @@
-action(1,1,0,"start_scene1","Phase_of_genetic_evolution_number_one_dot_one_dot_one")	Phase of genetic evolution number one dot one dot one
-action(1,1,1,"#end","drop_return_to_the_center")	Phase of genetic evolution number one dot one dot one drop return to the center
-action(1,1,2,"#ENDSEQUENCE(1)","")	Phase of genetic evolution number one dot one dot one drop return to the center
-action(1,1,2,"#ENDSECTION(1)","")	Phase of genetic evolution number one dot one dot one drop return to the center
-action(2,1,2,"open_scene2","Phase_of_genetic_evolution_number_two_dot_two_dot_two")	Phase of genetic evolution number two dot two dot two
-action(2,1,3,"open_2.1","open_system")	Phase of genetic evolution number two dot two dot two open system
-action(2,1,4,"#ENDSEQUENCE(1)","")	Phase of genetic evolution number two dot two dot two open system
-action(2,2,4,"open_2.2","tell_me")	Phase of genetic evolution number two dot two dot two open system tell me
-action(2,2,5,"open_2.3","open_technical_characteristics")	Phase of genetic evolution number two dot two dot two open system tell me open technical characteristics
-action(2,2,6,"open_2.3","read")	Phase of genetic evolution number two dot two dot two open system tell me open technical characteristics read
-action(2,2,7,"open_2.4","next")	Phase of genetic evolution number two dot two dot two open system tell me open technical characteristics read next
-action(2,2,8,"open_2.5","yes")	Phase of genetic evolution number two dot two dot two open system tell me open technical characteristics read next yes
-action(2,2,9,"open_2.6","read")	Phase of genetic evolution number two dot two dot two open system tell me open technical characteristics read next yes read
-action(2,2,10,"open_2.7","download")	Phase of genetic evolution number two dot two dot two open system tell me open technical characteristics read next yes read download
-action(2,2,11,"open_2.8","open_the_terms_and_conditions_of_use_of_body_x_epsilon_system_three_point_zero")	Phase of genetic evolution number two dot two dot two open system tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero
-action(2,2,12,"open_2.9","accept_terms_and_conditions_of_use")	Phase of genetic evolution number two dot two dot two open system tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use
-action(2,2,13,"open_2.10","next")	Phase of genetic evolution number two dot two dot two open system tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use next
-action(2,2,14,"open_2.11","install_the_new_version_of_me")	Phase of genetic evolution number two dot two dot two open system tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use next install the new version of me
-action(2,2,15,"#end","drop_return_to_the_center")	Phase of genetic evolution number two dot two dot two open system tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use next install the new version of me drop return to the center
-action(2,2,16,"#ENDSEQUENCE(2)","")	Phase of genetic evolution number two dot two dot two open system tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use next install the new version of me drop return to the center
-action(2,2,16,"#ENDSECTION(2)","")	Phase of genetic evolution number two dot two dot two open system tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use next install the new version of me drop return to the center
-action(3,1,16,"open_scene3","Phase_of_genetic_evolution_number_three_dot_three_dot_three")	Phase of genetic evolution number three dot three dot three
-action(3,1,17,"#ENDSEQUENCE(1)","")	Phase of genetic evolution number three dot three dot three
-action(3,2,17,"open3.1","import_body_data")	Phase of genetic evolution number three dot three dot three import body data
-action(3,2,18,"open3.2","import_organic_matter_data")	Phase of genetic evolution number three dot three dot three import body data import organic matter data
-action(3,2,19,"open3.3","import_temperature")	Phase of genetic evolution number three dot three dot three import body data import organic matter data import temperature
-action(3,2,20,"open3.4","import_time")	Phase of genetic evolution number three dot three dot three import body data import organic matter data import temperature import time
-action(3,2,21,"open3.5","import_space_data")	Phase of genetic evolution number three dot three dot three import body data import organic matter data import temperature import time import space data
-action(3,2,22,"open3.6","import_position")	Phase of genetic evolution number three dot three dot three import body data import organic matter data import temperature import time import space data import position
-action(3,2,23,"open3.7","import_body_subsystems")	Phase of genetic evolution number three dot three dot three import body data import organic matter data import temperature import time import space data import position import body subsystems
-action(3,2,24,"open3.8","import_estate")	Phase of genetic evolution number three dot three dot three import body data import organic matter data import temperature import time import space data import position import body subsystems import estate
-action(3,2,25,"#end","drop_return_to_the_center")	Phase of genetic evolution number three dot three dot three import body data import organic matter data import temperature import time import space data import position import body subsystems import estate drop return to the center
-action(3,2,26,"#ENDSEQUENCE(2)","")	Phase of genetic evolution number three dot three dot three import body data import organic matter data import temperature import time import space data import position import body subsystems import estate drop return to the center
-action(3,2,26,"#ENDSECTION(3)","")	Phase of genetic evolution number three dot three dot three import body data import organic matter data import temperature import time import space data import position import body subsystems import estate drop return to the center
-action(4,1,26,"open_scene4","Phase_of_genetic_evolution_number_four_dot_four_dot_four")	Phase of genetic evolution number four dot four dot four
-action(4,1,27,"open_4.1","open_access_to_body_functions")	Phase of genetic evolution number four dot four dot four open access to body functions
-action(4,1,28,"#ENDSEQUENCE(1)","")	Phase of genetic evolution number four dot four dot four open access to body functions
-action(4,2,28,"open_4.2","import_body_functions_space_localization")	Phase of genetic evolution number four dot four dot four open access to body functions import body functions space localization
-action(4,2,29,"open_4.3","import_body_functions_sensations")	Phase of genetic evolution number four dot four dot four open access to body functions import body functions space localization import body functions sensations
-action(4,2,30,"open_4.4","import_body_functions_passion")	Phase of genetic evolution number four dot four dot four open access to body functions import body functions space localization import body functions sensations import body functions passion
-action(4,2,31,"open_4.5","import_body_functions_concentration")	Phase of genetic evolution number four dot four dot four open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration
-action(4,2,32,"open_4.6","import_body_functions_perception")	Phase of genetic evolution number four dot four dot four open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception
-action(4,2,33,"open_4.7","import_body_functions_formal_force")	Phase of genetic evolution number four dot four dot four open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force
-action(4,2,34,"open_4.8","import_body_functions_logics")	Phase of genetic evolution number four dot four dot four open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics
-action(4,2,35,"open_4.9","import_body_functions_imagination")	Phase of genetic evolution number four dot four dot four open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination
-action(4,2,36,"open_4.10","import_body_functions_effort")	Phase of genetic evolution number four dot four dot four open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination import body functions effort
-action(4,2,37,"open_4.11","import_body_functions_nervous_system")	Phase of genetic evolution number four dot four dot four open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination import body functions effort import body functions nervous system
-action(4,2,38,"open_4.12","import_body_functions_internal_network")	Phase of genetic evolution number four dot four dot four open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination import body functions effort import body functions nervous system import body functions internal network
-action(4,2,39,"#end","drop_return_to_the_center")	Phase of genetic evolution number four dot four dot four open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination import body functions effort import body functions nervous system import body functions internal network drop return to the center
-action(4,2,40,"#ENDSEQUENCE(2)","")	Phase of genetic evolution number four dot four dot four open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination import body functions effort import body functions nervous system import body functions internal network drop return to the center
-action(4,2,40,"#ENDSECTION(4)","")	Phase of genetic evolution number four dot four dot four open access to body functions import body functions space localization import body functions sensations import body functions passion import body functions concentration import body functions perception import body functions formal force import body functions logics import body functions imagination import body functions effort import body functions nervous system import body functions internal network drop return to the center
-action(5,1,40,"open_scene5","Phase_of_genetic_evolution_number_five_dot_five_dot_five")	Phase of genetic evolution number five dot five dot five
-action(5,1,41,"#ENDSEQUENCE(1)","")	Phase of genetic evolution number five dot five dot five
-action(5,2,41,"open_scene5.1","set_up_the_connection")	Phase of genetic evolution number five dot five dot five set up the connection
-action(5,2,42,"#end","drop_return_to_the_center")	Phase of genetic evolution number five dot five dot five set up the connection drop return to the center
-action(5,2,43,"stop_system_voice","silence")	Phase of genetic evolution number five dot five dot five set up the connection drop return to the center silence
-action(5,2,44,"#ENDSEQUENCE(2)","")	Phase of genetic evolution number five dot five dot five set up the connection drop return to the center
-action(5,2,44,"#ENDSECTION(5)","")	Phase of genetic evolution number five dot five dot five set up the connection drop return to the center
-action(6,1,44,"#ENDSEQUENCE(1)","")	WARNING
-action(6,2,44,"constellation","encode")	encode
-action(6,2,45,"constellation","passion")	passion
-action(6,2,46,"constellation","for_located")	for located
-action(6,2,47,"constellation","constellation")	constellation
-action(6,2,48,"constellation","center")	center
-action(6,2,49,"constellation","six_six_nine")	six six nine
-action(6,2,50,"amplification2","important")	important
-action(6,2,51,"constellation","some")	some
-action(6,2,52,"amplification1","threads")	threads
-action(6,2,53,"constellation","are_broken")	are broken
-action(6,2,54,"constellation","remove")	remove
-action(6,2,55,"constellation","memory")	memory
-action(6,2,56,"constellation","love")	love
-action(6,2,57,"amplification1","love")	love
-action(6,2,58,"amplification1","memory")	memory
-action(6,2,59,"amplification2","love")	love
-action(6,2,60,"amplification1","errors")	errors
-action(6,2,61,"constellation","a_identical")	a identical
-action(6,2,62,"constellation","identity")	identity
-action(6,2,63,"constellation","identifier")	identifier
-action(6,2,64,"constellation","where")	where
-action(6,2,65,"constellation","answer")	answer
-action(6,2,66,"constellation","being")	being
-action(6,2,67,"constellation","boing")	boing
-action(6,2,68,"constellation","boot")	boot
-action(6,2,69,"constellation","reboot")	reboot
-action(6,2,70,"constellation","border_of")	border of
-action(6,2,71,"amplification1","body")	body
-action(6,2,72,"amplification2","body")	body
-action(6,2,73,"amplification1","being")	being
-action(6,2,74,"constellation","begun")	begun
-action(6,2,75,"constellation","begin")	begin
-action(6,2,76,"constellation","win")	win
-action(6,2,77,"amplification1","border_of")	border of
-action(6,2,78,"amplification2","being")	being
-action(6,2,79,"constellation","actions")	actions
-action(6,2,80,"amplification1","search")	search
-action(6,2,81,"constellation","the")	the
-action(6,2,82,"amplification1","answer")	answer
-action(6,2,83,"constellation","of")	of
-action(6,2,84,"amplification1","the")	the
-action(6,2,85,"constellation","there_is")	there is
-action(6,2,86,"amplification1","there_is")	there is
-action(6,2,87,"amplification6","something")	something
-action(6,2,88,"amplification3","body")	body
-action(6,2,89,"constellation","password")	password
-action(6,2,90,"constellation","pancreas")	pancreas
-action(6,2,91,"constellation","give")	give
-action(6,2,92,"constellation","me")	me
-action(6,2,93,"amplification1","data")	data
-action(6,2,94,"amplification1","give")	give
-action(6,2,95,"amplification1","me")	me
-action(6,2,96,"amplification2","give")	give
-action(6,2,97,"amplification2","me")	me
-action(6,2,98,"constellation","you")	you
-action(6,2,99,"constellation","your")	your
-action(6,2,100,"amplification3","give")	give
-action(6,2,101,"amplification3","me")	me
-action(6,2,102,"amplification1","your")	your
-action(6,2,103,"amplification2","data")	data
-action(6,2,104,"amplification4","give")	give
-action(6,2,105,"amplification4","me")	me
-action(6,2,106,"amplification2","your(s)")	your(s)
-action(6,2,107,"amplification5","give")	give
-action(6,2,108,"amplification5","me")	me
-action(6,2,109,"amplification3","your(s)")	your(s)
-action(6,2,110,"amplification3","data")	data
-action(6,2,111,"amplification1","begun")	begun
-action(6,2,112,"amplification1","begin")	begin
-action(6,2,113,"amplification1","wins")	wins
-action(6,2,114,"amplification1","blood")	blood
-action(6,2,115,"constellation","everywhere")	everywhere
-action(6,2,116,"amplification6","give")	give
-action(6,2,117,"amplification7","give")	give
-action(6,2,118,"amplification4","your(s)")	your(s)
-action(6,2,119,"amplification2","blood")	blood
-action(6,2,120,"constellation","golden")	golden
-action(6,2,121,"amplification1","golden")	golden
-action(6,2,122,"amplification4","data")	data
-action(6,2,123,"constellation","protein_protection_amino-acid")	protein protection amino-acid
-action(6,2,124,"amplification1","where")	where
-action(6,2,125,"constellation","bilar")	bilar
-action(6,2,126,"constellation","violence_segment")	violence segment
-action(6,2,127,"constellation","segregation")	segregation
-action(6,2,128,"amplification2","memory")	memory
-action(6,2,129,"amplification1","encode")	encode
-action(6,2,130,"amplification2","where")	where
-action(6,2,131,"amplification3","where")	where
-action(6,2,132,"amplification4","body")	body
-action(6,2,133,"amplification4","where")	where
-action(6,2,134,"amplification5","body")	body
-action(6,2,135,"amplification5","where")	where
-action(6,2,136,"amplification6","where")	where
-action(6,2,137,"amplification8","give")	give
-action(6,2,138,"amplification5","data")	data
-action(6,2,139,"amplification2","clouds")	clouds
-action(6,2,140,"amplification7","something")	something
-action(6,2,141,"amplification3","being")	being
-action(6,2,142,"amplification7","where")	where
-action(6,2,143,"amplification8","where")	where
-action(6,2,144,"amplification9","give")	give
-action(6,2,145,"amplification6","data")	data
-action(6,2,146,"#end","muscular_oxygen")	muscular oxygen
-action(6,2,147,"#ENDSEQUENCE(2)","")	muscular oxygen
-action(6,3,147,"#end","code")	muscular oxygen code
-action(6,3,148,"#ENDSEQUENCE(3)","")	muscular oxygen code
-action(6,4,148,"#end","more_real_than_reality")	muscular oxygen code more real than reality
-action(6,4,149,"#ENDSEQUENCE(4)","")	muscular oxygen code more real than reality
-action(6,5,149,"constellation","clouds")	muscular oxygen code more real than reality clouds
-action(6,5,150,"constellation","beautiful")	muscular oxygen code more real than reality beautiful
-action(6,5,151,"constellation","data")	muscular oxygen code more real than reality data
-action(6,5,152,"amplification1","clouds")	muscular oxygen code more real than reality clouds
-action(6,5,153,"constellation","rain_of_identities")	muscular oxygen code more real than reality rain of identities
-action(6,5,154,"constellation","storm_of_possibilities")	muscular oxygen code more real than reality storm of possibilities
-action(6,5,155,"constellation","body")	muscular oxygen code more real than reality body
-action(6,5,156,"constellation","wifi")	muscular oxygen code more real than reality wifi
-action(6,5,157,"constellation","search")	muscular oxygen code more real than reality search
-action(6,5,158,"constellation","and_redo")	muscular oxygen code more real than reality and redo
-action(6,5,159,"constellation","connection")	muscular oxygen code more real than reality connection
-action(6,5,160,"constellation","connect_me_to_this_network")	muscular oxygen code more real than reality connect me to this network
-action(6,5,161,"constellation","function")	muscular oxygen code more real than reality function
-action(6,5,162,"constellation","looking_for")	muscular oxygen code more real than reality looking for
-action(6,5,163,"amplification1","something")	muscular oxygen code more real than reality something
-action(6,5,164,"constellation","must")	muscular oxygen code more real than reality must
-action(6,5,165,"constellation","stay")	muscular oxygen code more real than reality stay
-action(6,5,166,"amplification1","something")	muscular oxygen code more real than reality something
-action(6,5,167,"amplification1","must")	muscular oxygen code more real than reality must
-action(6,5,168,"constellation","exist")	muscular oxygen code more real than reality exist
-action(6,5,169,"constellation","a")	muscular oxygen code more real than reality a
-action(6,5,170,"constellation","thread")	muscular oxygen code more real than reality thread
-action(6,5,171,"amplification2","something")	muscular oxygen code more real than reality something
-action(6,5,172,"amplification1","exists")	muscular oxygen code more real than reality exists
-action(6,5,173,"constellation","between_recollection_and_oblivion")	muscular oxygen code more real than reality between recollection and oblivion
-action(6,5,174,"constellation","a_tension_an_echo_an_emptiness")	muscular oxygen code more real than reality a tension an echo an emptiness
-action(6,5,175,"amplification3","something")	muscular oxygen code more real than reality something
-action(6,5,176,"constellation","rare")	muscular oxygen code more real than reality rare
-action(6,5,177,"amplification1","stays")	muscular oxygen code more real than reality stays
-action(6,5,178,"constellation","through")	muscular oxygen code more real than reality through
-action(6,5,179,"constellation","nothing_more_strange_than_this_exile")	muscular oxygen code more real than reality nothing more strange than this exile
-action(6,5,180,"constellation","an_absolute_abyss")	muscular oxygen code more real than reality an absolute abyss
-action(6,5,181,"constellation","a_creaking_of_the_bones")	muscular oxygen code more real than reality a creaking of the bones
-action(6,5,182,"constellation","a_barbarian_invasion")	muscular oxygen code more real than reality a barbarian invasion
-action(6,5,183,"constellation","the_carelessness_of_destinies")	muscular oxygen code more real than reality the carelessness of destinies
-action(6,5,184,"constellation","wringing_out_the")	muscular oxygen code more real than reality wringing out the
-action(6,5,185,"constellation","blood")	muscular oxygen code more real than reality blood
-action(6,5,186,"amplification4","something")	muscular oxygen code more real than reality something
-action(6,5,187,"constellation","should")	muscular oxygen code more real than reality should
-action(6,5,188,"amplification2","must")	muscular oxygen code more real than reality must
-action(6,5,189,"constellation","or")	muscular oxygen code more real than reality or
-action(6,5,190,"amplification2","must")	muscular oxygen code more real than reality must
-action(6,5,191,"constellation","not")	muscular oxygen code more real than reality not
-action(6,5,192,"amplification5","something")	muscular oxygen code more real than reality something
-action(6,5,193,"amplification2","stays")	muscular oxygen code more real than reality stays
-action(6,5,194,"#end","drop_return_to_the_center")	muscular oxygen code more real than reality drop return to the center
-action(6,5,195,"#ENDSEQUENCE(5)","")	muscular oxygen code more real than reality drop return to the center
-action(6,6,195,"amplification2","functions")	muscular oxygen code more real than reality drop return to the center functions
-action(6,6,196,"#end","it_is_the_code")	muscular oxygen code more real than reality drop return to the center it is the code
-action(6,6,197,"#ENDSEQUENCE(6)","")	muscular oxygen code more real than reality drop return to the center it is the code
-action(6,7,197,"#end","autoproduced_images")	muscular oxygen code more real than reality drop return to the center it is the code autoproduced images
-action(6,7,198,"#ENDSEQUENCE(7)","")	muscular oxygen code more real than reality drop return to the center it is the code autoproduced images
-action(6,8,198,"#end","immaterial_universe")	muscular oxygen code more real than reality drop return to the center it is the code autoproduced images immaterial universe
-action(6,8,199,"#ENDSEQUENCE(8)","")	muscular oxygen code more real than reality drop return to the center it is the code autoproduced images immaterial universe
-action(6,8,199,"#ENDSECTION(6)","")	muscular oxygen code more real than reality drop return to the center it is the code autoproduced images immaterial universe
-action(7,1,199,"#end","drop_return_to_the_center")	drop return to the center
-action(7,1,200,"#ENDSEQUENCE(1)","")	drop return to the center
-action(7,1,200,"#ENDSECTION(7)","")	drop return to the center
-action(8,1,200,"#end","search_for_sequences_producing_significant_alignments_in_genetic_database")	search for sequences producing significant alignments in genetic database
-action(8,1,201,"#end","drop_return_to_the_center")	search for sequences producing significant alignments in genetic database drop return to the center
-action(8,1,202,"#ENDSEQUENCE(1)","")	search for sequences producing significant alignments in genetic database
-action(8,2,202,"memorise_loop","record")	search for sequences producing significant alignments in genetic database record
-action(8,2,203,"memorise_loop","record")	search for sequences producing significant alignments in genetic database record
-action(8,2,204,"#end","give_me_my_data")	search for sequences producing significant alignments in genetic database give me my data
-action(8,2,205,"#ENDSEQUENCE(2)","")	search for sequences producing significant alignments in genetic database give me my data
-action(8,3,205,"#end","drop_return_to_the_center")	search for sequences producing significant alignments in genetic database give me my data drop return to the center
-action(8,3,206,"#ENDSEQUENCE(3)","")	search for sequences producing significant alignments in genetic database give me my data drop return to the center
-action(8,3,207,"#ENDSECTION(8)","")	search for sequences producing significant alignments in genetic database give me my data drop return to the center
diff --git a/asr/models/homeostasis_9fevr/ivector_extractor b/asr/models/homeostasis_9fevr/ivector_extractor
deleted file mode 120000
index 28c0c428689a82bd720b817d977840d4b8dd1de2..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/ivector_extractor
+++ /dev/null
@@ -1 +0,0 @@
-../../tools/base/acoustic-model/ivector_extractor
\ No newline at end of file
diff --git a/asr/models/homeostasis_9fevr/words.txt b/asr/models/homeostasis_9fevr/words.txt
deleted file mode 100644
index dac3fcb498bd299b1eff878eb3d4737c72246aca..0000000000000000000000000000000000000000
--- a/asr/models/homeostasis_9fevr/words.txt
+++ /dev/null
@@ -1,472 +0,0 @@
-<eps> 0
-a 1
-absolute 2
-abstract 3
-abyss 4
-accede 5
-accept 6
-access 7
-accident 8
-actions 9
-activate 10
-activation 11
-alien 12
-alignments 13
-all 14
-am 15
-aminoacid 16
-an 17
-analytics 18
-analyze 19
-analyzes 20
-and 21
-angles 22
-another 23
-answer 24
-anyway 25
-application 26
-are 27
-arm 28
-auto 29
-autoproduced 30
-bank 31
-barbarian 32
-basic 33
-be 34
-beautiful 35
-begin 36
-begun 37
-being 38
-between 39
-bilar 40
-binary 41
-birth 42
-bits 43
-blood 44
-bo 45
-body 46
-boing 47
-bond 48
-bones 49
-boom 50
-boot 51
-border 52
-borders 53
-brain 54
-broken 55
-but 56
-buy 57
-by 58
-cables 59
-cadence 60
-calculation 61
-can 62
-can't 63
-capacity 64
-carelessness 65
-cells 66
-center 67
-change 68
-characteristics 69
-chicken 70
-child 71
-choose 72
-climate 73
-close 74
-clouds 75
-code 76
-codes 77
-cognitive 78
-combination 79
-composed 80
-con 81
-conceive 82
-concentration 83
-conditions 84
-conductor 85
-connect 86
-connection 87
-constellation 88
-consult 89
-contact 90
-container 91
-content 92
-creaking 93
-create 94
-dance 95
-data 96
-database 97
-date 98
-deactivate 99
-dead 100
-default 101
-desert 102
-destinies 103
-detected 104
-deviations 105
-disappointment 106
-disociation 107
-dissociation 108
-do 109
-door 110
-dot 111
-down 112
-download 113
-downloaded 114
-drive 115
-drop 116
-drops 117
-echo 118
-effect 119
-efficiency 120
-effort 121
-eight 122
-eigt 123
-elastic 124
-electrical 125
-electronics 126
-element 127
-else 128
-emergency 129
-emptiness 130
-encode 131
-end 132
-envy 133
-ephemeral 134
-epsilon 135
-erase 136
-errors 137
-estate 138
-every 139
-everything 140
-everywhere 141
-evolution 142
-exact 143
-execute 144
-executed 145
-exile 146
-exist 147
-existential 148
-exists 149
-extrinsic 150
-fast 151
-fault 152
-fear 153
-feed 154
-feet 155
-fell 156
-field 157
-fight 158
-fingers 159
-five 160
-flow 161
-fo 162
-for 163
-force 164
-form 165
-formal 166
-four 167
-fragile 168
-free 169
-freedom 170
-from 171
-frustration 172
-fuck 173
-function 174
-functional 175
-functions 176
-future 177
-generate 178
-genetic 179
-genetics 180
-geolocalization 181
-gi 182
-give 183
-go 184
-going 185
-golden 186
-grains 187
-happened 188
-happens 189
-has 190
-have 191
-heard 192
-hello 193
-hides 194
-horizon 195
-how 196
-human 197
-humanity 198
-i 199
-identical 200
-identifier 201
-identify 202
-identities 203
-identity 204
-if 205
-i'm 206
-image 207
-images 208
-imagination 209
-immaterial 210
-import 211
-important 212
-in 213
-infinite 214
-information 215
-inmaterial 216
-inner 217
-innumerable 218
-install 219
-installed 220
-integrate 221
-interconnected 222
-internal 223
-intimacy 224
-invasion 225
-is 226
-isolated 227
-it 228
-it's 229
-join 230
-juice 231
-just 232
-key 233
-knot 234
-leaves 235
-left 236
-like 237
-limits 238
-link 239
-links 240
-liquid 241
-live 242
-localization 243
-locate 244
-located 245
-logic 246
-logics 247
-looking 248
-love 249
-machines 250
-magnetic 251
-margins 252
-mark 253
-matter 254
-me 255
-memo 256
-memorize 257
-memory 258
-message 259
-mine 260
-mineral 261
-modification 262
-modify 263
-more 264
-morphogenetics 265
-motivated 266
-motoneuron 267
-move 268
-movement 269
-muscular 270
-must 271
-my 272
-naked 273
-name 274
-neither 275
-nerve 276
-nervous 277
-network 278
-new 279
-next 280
-nine 281
-no 282
-nor 283
-not 284
-nothing 285
-nothingness 286
-number 287
-oblivion 288
-of 289
-on 290
-one 291
-open 292
-opened 293
-or 294
-organic 295
-organized 296
-other 297
-out 298
-oxygen 299
-pa 300
-pancreas 301
-parallel 302
-paralysis 303
-passion 304
-password 305
-pathetic 306
-perception 307
-perpetual 308
-phase 309
-place 310
-point 311
-points 312
-position 313
-possibilities 314
-possible 315
-power 316
-private 317
-pro 318
-problem 319
-process 320
-producing 321
-promises 322
-protection 323
-protein 324
-rain 325
-random 326
-rare 327
-re 328
-read 329
-real 330
-reality 331
-realtime 332
-reboot 333
-recollection 334
-record 335
-redo 336
-regulation 337
-reinventing 338
-relead 339
-relocated 340
-remain 341
-remember 342
-remove 343
-replace 344
-required 345
-research 346
-results 347
-return 348
-rise 349
-</s> 350
-<s> 351
-sand 352
-save 353
-say 354
-scratch 355
-screen 356
-sea 357
-search 358
-searching 359
-security 360
-segment 361
-segregation 362
-send 363
-sensations 364
-sensor 365
-sequences 366
-set 367
-seven 368
-sex 369
-shared 370
-shining 371
-should 372
-significant 373
-silence 374
-simplicity 375
-six 376
-skin 377
-some 378
-someone 379
-something 380
-somewhere 381
-space 382
-spaces 383
-speak 384
-speed 385
-starts 386
-state 387
-stay 388
-stays 389
-stop 390
-storage 391
-store 392
-storm 393
-strange 394
-street 395
-structural 396
-structures 397
-subsystems 398
-such 399
-supplementary 400
-synapsis 401
-synchronized 402
-system 403
-systems 404
-technical 405
-tell 406
-tells 407
-temperature 408
-temporal 409
-tension 410
-terms 411
-terrorist 412
-than 413
-that 414
-the 415
-their 416
-there 417
-they 418
-this 419
-thread 420
-threads 421
-three 422
-through 423
-time 424
-to 425
-traced 426
-transcend 427
-transparent 428
-tree 429
-try 430
-two 431
-unable 432
-understands 433
-undress 434
-universe 435
-up 436
-upload 437
-upper 438
-use 439
-utopia 440
-utopian 441
-variants 442
-version 443
-very 444
-violence 445
-virtual 446
-visit 447
-walk 448
-want 449
-well 450
-what 451
-when 452
-where 453
-which 454
-wifi 455
-win 456
-wine 457
-wins 458
-with 459
-world 460
-worlds 461
-wringing 462
-written 463
-x 464
-yes 465
-you 466
-your 467
-your(s) 468
-zero 469
-!sil 470
-#0 471
diff --git a/asr/models/simple-example/HCLG.fst b/asr/models/simple-example/HCLG.fst
index 8a9e100cc7e211d28e8215d32f4b05d8282e462e..0e31b01768aeb7c3c272eea4a32824f61c113056 100644
Binary files a/asr/models/simple-example/HCLG.fst and b/asr/models/simple-example/HCLG.fst differ
diff --git a/asr/models/simple-example/automate/simple-example.fst b/asr/models/simple-example/automate/simple-example.fst
deleted file mode 100644
index bdada3bf02f11ea5322a6ada44c9f12ae75621dd..0000000000000000000000000000000000000000
Binary files a/asr/models/simple-example/automate/simple-example.fst and /dev/null differ
diff --git a/asr/models/simple-example/automate/simple-example_clean_tail.fst b/asr/models/simple-example/automate/simple-example_clean_tail.fst
index ee2a03c33056b2d676ae1aea9c08f18ec4f08013..8f2cc5f4bd3b15a2177f70f76984af8d70434a67 100644
Binary files a/asr/models/simple-example/automate/simple-example_clean_tail.fst and b/asr/models/simple-example/automate/simple-example_clean_tail.fst differ
diff --git a/asr/models/simple-example/automate/simple-example_clean_tail.txt b/asr/models/simple-example/automate/simple-example_clean_tail.txt
index 643c3579ff6be4bc9e37a2ac99244bc6bc8e0411..83a7644f1ceda6ddf5115c66d9830b6fd295790e 100644
--- a/asr/models/simple-example/automate/simple-example_clean_tail.txt
+++ b/asr/models/simple-example/automate/simple-example_clean_tail.txt
@@ -1,3 +1,8 @@
+0	0	go	go
+0	0	to	to
+0	0	section	section
+0	0	one	one
+0	0	exit	exit
 0	0	futures	futures
 0	0	hidden	hidden
 0	0	in	in
@@ -6,6 +11,14 @@
 0	0	architect	architect
 0	0	tossed	tossed
 0	0	over	over
+0	0	open	open
+0	0	two	two
+0	0	life	life
+0	1	go	go
+0	1	to	to
+0	1	section	section
+0	1	one	one
+0	1	exit	exit
 0	1	futures	futures
 0	1	hidden	hidden
 0	1	in	in
@@ -14,8 +27,16 @@
 0	1	architect	architect
 0	1	tossed	tossed
 0	1	over	over
+0	1	open	open
+0	1	two	two
+0	1	life	life
 0	2	<joker>	<joker>
 1
+2	0	go	go
+2	0	to	to
+2	0	section	section
+2	0	one	one
+2	0	exit	exit
 2	0	futures	futures
 2	0	hidden	hidden
 2	0	in	in
@@ -24,6 +45,14 @@
 2	0	architect	architect
 2	0	tossed	tossed
 2	0	over	over
+2	0	open	open
+2	0	two	two
+2	0	life	life
+2	1	go	go
+2	1	to	to
+2	1	section	section
+2	1	one	one
+2	1	exit	exit
 2	1	futures	futures
 2	1	hidden	hidden
 2	1	in	in
@@ -32,3 +61,6 @@
 2	1	architect	architect
 2	1	tossed	tossed
 2	1	over	over
+2	1	open	open
+2	1	two	two
+2	1	life	life
diff --git a/asr/models/simple-example/automate/simple-example_dico_action.txt b/asr/models/simple-example/automate/simple-example_dico_action.txt
index f252b6d5e536fcfaf80e0dc4249536a8221d7a65..9d03b9d822a3882d191b0a77968d6bca1c571f3c 100644
--- a/asr/models/simple-example/automate/simple-example_dico_action.txt
+++ b/asr/models/simple-example/automate/simple-example_dico_action.txt
@@ -1,8 +1,16 @@
 <epsilon> 0
 <joker> 1
-action(1,1,0,"example1","futures") 2
-action(1,1,1,"example2","hidden_in_details") 3
-action(1,1,2,"him","the_architect") 4
-action(1,1,3,"action3","tossed_over") 5
-action(1,1,4,"#ENDSEQUENCE(1)","") 6
-action(1,1,5,"#ENDSECTION(1)","") 7
+change_section(1,"example1","go_to_section_one") 2
+change_section(0,"example2","exit_section") 3
+action(1,1,0,"example1","futures") 4
+action(1,1,1,"example2","hidden_in_details") 5
+action(1,1,2,"him","the_architect") 6
+action(1,1,3,"action3","tossed_over") 7
+action(1,1,4,"#ENDSEQUENCE(1)","") 8
+action(1,1,4,"#ENDSECTION(1)","") 9
+change_section(0,"close","") 10
+change_section(2,"example3","open_section_two") 11
+change_section(0,"example4","exit_section") 12
+action(2,1,4,"action4","life") 13
+action(2,1,5,"#ENDSEQUENCE(1)","") 14
+action(2,1,6,"#ENDSECTION(2)","") 15
diff --git a/asr/models/simple-example/automate/simple-example_dico_word.txt b/asr/models/simple-example/automate/simple-example_dico_word.txt
index 4d2b1feebdc733857194a4393e3ef2d1a41b618d..5901276b8130ffeed5dd87e842048a88cbaffd7e 100644
--- a/asr/models/simple-example/automate/simple-example_dico_word.txt
+++ b/asr/models/simple-example/automate/simple-example_dico_word.txt
@@ -1,10 +1,18 @@
 <epsilon> 0
 <joker> 1
-futures 2
-hidden 3
-in 4
-details 5
-the 6
-architect 7
-tossed 8
-over 9
+go 2
+to 3
+section 4
+one 5
+exit 6
+futures 7
+hidden 8
+in 9
+details 10
+the 11
+architect 12
+tossed 13
+over 14
+open 15
+two 16
+life 17
diff --git a/asr/models/simple-example/automate/simple-example_glouton.fst b/asr/models/simple-example/automate/simple-example_glouton.fst
new file mode 100644
index 0000000000000000000000000000000000000000..86609e4a5f429e006be48539366d914808c1cde6
Binary files /dev/null and b/asr/models/simple-example/automate/simple-example_glouton.fst differ
diff --git a/asr/models/simple-example/automate/simple-example_glouton.txt b/asr/models/simple-example/automate/simple-example_glouton.txt
new file mode 100644
index 0000000000000000000000000000000000000000..14a1f76468cc782b22c2dd19558571b9b31be8e7
--- /dev/null
+++ b/asr/models/simple-example/automate/simple-example_glouton.txt
@@ -0,0 +1,2 @@
+0	0	<joker>	0	100
+0
diff --git a/asr/models/simple-example/automate/simple-example_section0.fst b/asr/models/simple-example/automate/simple-example_section0.fst
new file mode 100644
index 0000000000000000000000000000000000000000..315bfdfb701cbfa679190831443911906c7f905c
Binary files /dev/null and b/asr/models/simple-example/automate/simple-example_section0.fst differ
diff --git a/asr/models/simple-example/automate/simple-example_section0.txt b/asr/models/simple-example/automate/simple-example_section0.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0b902817fc22ed31a07faff88ebd956edf6d2824
--- /dev/null
+++ b/asr/models/simple-example/automate/simple-example_section0.txt
@@ -0,0 +1,10 @@
+0
+0	1	go	0	0
+1	2	to	0	0
+2	3	section	0	0
+3	4	one	2	0
+4
+0	5	open	0	0
+5	6	section	0	0
+6	7	two	11	0
+7
diff --git a/asr/models/simple-example/automate/simple-example_section1.fst b/asr/models/simple-example/automate/simple-example_section1.fst
index bdada3bf02f11ea5322a6ada44c9f12ae75621dd..2478b3e6e948d9b3b107da9a7004c71e89674c01 100644
Binary files a/asr/models/simple-example/automate/simple-example_section1.fst and b/asr/models/simple-example/automate/simple-example_section1.fst differ
diff --git a/asr/models/simple-example/automate/simple-example_section1.txt b/asr/models/simple-example/automate/simple-example_section1.txt
index 4e000dd02ec31f5ed56efcb750c9baf4c8e9d87a..42749392161445fa5f23bb2a43a2229e8eb9bfec 100644
--- a/asr/models/simple-example/automate/simple-example_section1.txt
+++ b/asr/models/simple-example/automate/simple-example_section1.txt
@@ -1,21 +1,22 @@
-0	1	futures	2	0
+0	1	futures	4	0
 1	100
-0	1	<joker>	2	100
-1	2	hidden	3	0
+0	1	<joker>	4	100
+1	2	hidden	5	0
 2	3	in	0	0
 2	3	<epsilon>	0	10
 3	4	details	0	0
 4	100
-1	4	<joker>	3	100
-4	5	the	4	0
+1	4	<joker>	5	100
+4	5	the	6	0
 5	6	architect	0	0
 6	100
-4	6	<joker>	4	100
-6	7	tossed	5	0
+4	6	<joker>	6	100
+6	7	tossed	7	0
 7	8	over	0	0
 8	100
-6	8	<joker>	5	100
-8	9	<epsilon>	6	0
+6	8	<joker>	7	100
+8	9	<epsilon>	8	0
 9	100
-9	10	<epsilon>	7	0
-10
+9	10	<epsilon>	9	0
+10	11	<epsilon>	10	0
+11
diff --git a/asr/models/simple-example/automate/simple-example_section1_exit.txt b/asr/models/simple-example/automate/simple-example_section1_exit.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f6b03ca0430aa1270a5c44d4336c93f33e495bad
--- /dev/null
+++ b/asr/models/simple-example/automate/simple-example_section1_exit.txt
@@ -0,0 +1,3 @@
+0	1	exit	0	0
+1	2	section	3	0
+2
diff --git a/asr/models/simple-example/automate/simple-example_section2.fst b/asr/models/simple-example/automate/simple-example_section2.fst
new file mode 100644
index 0000000000000000000000000000000000000000..1b8663365d32aeb7a911e95b1156aca0ffe09c44
Binary files /dev/null and b/asr/models/simple-example/automate/simple-example_section2.fst differ
diff --git a/asr/models/simple-example/automate/simple-example_section2.txt b/asr/models/simple-example/automate/simple-example_section2.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b17ea96785055a9d86f9bec769fce4911ebee052
--- /dev/null
+++ b/asr/models/simple-example/automate/simple-example_section2.txt
@@ -0,0 +1,9 @@
+0	1	<epsilon>	9	0
+1	2	life	13	0
+2	100
+1	2	<joker>	13	100
+2	3	<epsilon>	14	0
+3	100
+3	4	<epsilon>	15	0
+4	5	<epsilon>	10	0
+5
diff --git a/asr/models/simple-example/automate/simple-example_section2_exit.txt b/asr/models/simple-example/automate/simple-example_section2_exit.txt
new file mode 100644
index 0000000000000000000000000000000000000000..860860913462700b6dc2a5b50dcfa7d4eac4dc14
--- /dev/null
+++ b/asr/models/simple-example/automate/simple-example_section2_exit.txt
@@ -0,0 +1,3 @@
+0	1	exit	0	0
+1	2	section	12	0
+2
diff --git a/asr/models/simple-example/simple-example.action b/asr/models/simple-example/simple-example.action
index 25fa0789f07493b491d33b37a2dd89840419bdac..5bee336eaf600807e627fabb8a63a095571ce3d7 100644
--- a/asr/models/simple-example/simple-example.action
+++ b/asr/models/simple-example/simple-example.action
@@ -3,4 +3,7 @@ action(1,1,1,"example2","hidden_in_details")	futures hidden in details
 action(1,1,2,"him","the_architect")	futures hidden in details the architect
 action(1,1,3,"action3","tossed_over")	futures hidden in details the architect tossed over
 action(1,1,4,"#ENDSEQUENCE(1)","")	futures hidden in details the architect tossed over
-action(1,1,5,"#ENDSECTION(1)","")	futures hidden in details the architect tossed over
+action(1,1,4,"#ENDSECTION(1)","")	WARNING
+action(2,1,4,"action4","life")	WARNING
+action(2,1,5,"#ENDSEQUENCE(1)","")	WARNING
+action(2,1,6,"#ENDSECTION(2)","")	WARNING
diff --git a/asr/models/simple-example/simple-example.xml b/asr/models/simple-example/simple-example.xml
index 6e6ebfe4fe46fad6e0d415b2964e4bd5b0a4c0c2..426f66986608aab6a6c40d838f71f572f0b607d1 100644
--- a/asr/models/simple-example/simple-example.xml
+++ b/asr/models/simple-example/simple-example.xml
@@ -1,6 +1,6 @@
 <homeostasis version="25-11-2014">
-    <liste_section sequences="1" ordre="variable" repetition="oui" action="exclusive">
-        <section id="1" action="example1">
+    <liste_section sequences="1 2" ordre="variable" repetition="oui" action="exclusive">
+        <section id="1" start="go to section one" end="exit section" action_start="example1" action_end="example2">
             <sequence ordre="strict" repetition="non" action="" lang="eng">
                 we strive for louder <keyword action="example1" lang="eng"> futures </keyword>
                 our life is <keyword action="example2" lang="eng"> hidden in details </keyword> of a cloud
@@ -8,5 +8,10 @@
                 to whom the coin cannot be <keyword action="action3"> tossed over </keyword>
             </sequence>
         </section>
+        <section id="2" start="open section two" end="exit section" action_start="example3" action_end="example4">
+            <sequence ordre="strict" repetition="non" action="" lang="eng">
+                this is another section of my <keyword action="action4"> life </keyword>
+            </sequence>
+        </section>
     </liste_section>
 </homeostasis>
diff --git a/asr/models/simple-example/words.phon b/asr/models/simple-example/words.phon
index 5b2a381128bf99aa660507cffcbdad27d7649328..40757cbe23e2bdffd1122db22f6998377a761bec 100644
--- a/asr/models/simple-example/words.phon
+++ b/asr/models/simple-example/words.phon
@@ -1,6 +1,7 @@
 a AH
 a EY
 a EY F AO R T UW W AH N T UW EY T
+another AH N AH DH ER
 architect AA R K AH T EH K T
 be B IY
 before B IH F AO R
@@ -11,49 +12,68 @@ cloud K L AW D
 coin K OY N
 details D IH T EY L Z
 details D IY T EY L Z
+exit EH G Z IH T
+exit EH K S AH T
 for F AO R
 for F ER
 for F R ER
 futures F Y UW CH ER Z
+go G OW
 hidden HH IH D AH N
 in IH N
 is IH Z
 lies L AY Z
 life L AY F
 louder L AW D ER
+my M AY
 of AH V
+one HH W AH N
+one W AH N
+open OW P AH N
 our AA R
 our AW ER
 our AW R
 over OW V ER
+section S EH K SH AH N
 strive S T R AY V
 the DH AH
 the DH IY
+this DH IH S
 to T AH
 to T IH
 to T UW
 tossed T AO S T
+two T UW
 vultures V AH L CH ER Z
 we W IY
 whom HH UW M
 a EY
 a AH
+another AH N AH DH ER
 be B IY
 be B IY
 for F R ER
 for F ER
 for F AO R
+go G OW
 in IH N
 in IH N
 in IY N
 is IH Z
 is IH Z
+my M AY
 of AH V
 of AH V
+one HH W AH N
+one W AH N
+open OW P AH N
+open OW P EH N
 the DH IY
 the DH AH
 the DH AH
 the DH IH
+this DH IH S
+this DH IH S
 to T AH
 to T IH
 to T UW
diff --git a/asr/models/simple-example/words.txt b/asr/models/simple-example/words.txt
index a42516761ef2079e9d199ef7873a161ffdfe1487..2ba6d5048f421952cd6264b997fedc75fd92efd0 100644
--- a/asr/models/simple-example/words.txt
+++ b/asr/models/simple-example/words.txt
@@ -1,31 +1,40 @@
 <eps> 0
 a 1
-architect 2
-be 3
-before 4
-cannot 5
-cloud 6
-coin 7
-details 8
-for 9
-futures 10
-hidden 11
-in 12
-is 13
-lies 14
-life 15
-louder 16
-of 17
-our 18
-over 19
-</s> 20
-<s> 21
-strive 22
-the 23
-to 24
-tossed 25
-vultures 26
-we 27
-whom 28
-!sil 29
-#0 30
+another 2
+architect 3
+be 4
+before 5
+cannot 6
+cloud 7
+coin 8
+details 9
+exit 10
+for 11
+futures 12
+go 13
+hidden 14
+in 15
+is 16
+lies 17
+life 18
+louder 19
+my 20
+of 21
+one 22
+open 23
+our 24
+over 25
+</s> 26
+<s> 27
+section 28
+strive 29
+the 30
+this 31
+to 32
+tossed 33
+two 34
+vultures 35
+we 36
+whom 37
+!sil 38
+#0 39
diff --git a/asr/tools/create-asr-models.sh b/asr/tools/create-asr-models.sh
index 2ad199e9c7f6a1160f16dd6940ac8454e828ded0..c9f2c4f4075be8ab52c6eedf344ac7cffb003277 100755
--- a/asr/tools/create-asr-models.sh
+++ b/asr/tools/create-asr-models.sh
@@ -25,7 +25,8 @@ mkdir -p $tmp
 
 # create corpus
 cat $input | sed 's/<[^>]*>/ /g' | sed 's/  */ /g;s/^ //;s/ $//;' | sed 's/\r//g' | grep -P -v "^\s*$" | awk '{print "<s> "$0" </s>"}' | sed 's/-//g' | perl -npe '$_=lc' > $tmp/corpus.txt
-grep -o 'trigger="[^"]*"' $input | cut -f2 -d'"' >> $tmp/corpus.txt || /bin/true
+grep "<section" $input | grep -o ' \(start\|end\)="[^"]*' | cut -f2 -d'"' >> $tmp/corpus.txt || /bin/true
+#grep -o 'trigger="[^"]*"' $input | cut -f2 -d'"' >> $tmp/corpus.txt || /bin/true
 
 # create word list
 (echo -e "<eps> 0"; tr " " "\n" < $tmp/corpus.txt | sort -u | grep -v "^\s*$" | awk '{print $0, NR}END{print "!sil", NR + 1;print "#0", NR + 2}' ) > $tmp/words.txt
diff --git a/asr/tools/slu/src/compile_automate.sh b/asr/tools/slu/src/compile_automate.sh
index 3956ca814bc55565be34d7900cfa3498a63af0b0..12a477737088a4ab3705f34588e4619b5de0cfa6 100755
--- a/asr/tools/slu/src/compile_automate.sh
+++ b/asr/tools/slu/src/compile_automate.sh
@@ -11,7 +11,13 @@ set -e -u -o pipefail
 WORDSYMB_I="--isymbols=""$prefix""_dico_word.txt"
 WORDSYMB_O="--osymbols=""$prefix""_dico_word.txt"
 
-rm -f "$prefix".fst
+# compile tail
+fstcompile $WORDSYMB_I $WORDSYMB_O "$prefix""_clean_tail.txt" > "$prefix""_clean_tail.fst"
+# compile glouton
+fstcompile $WORDSYMB_I "$prefix""_glouton.txt" > "$prefix""_glouton.fst"
+
+cat "$prefix""_section0.txt" | fstcompile $WORDSYMB_I | fstunion - "$prefix""_glouton.fst" | fstclosure > "$prefix""_section0.fst"
+
 nbsect=1
 while [ "$nbsect" != 80 ]
 do
@@ -21,28 +27,16 @@ do
   if [ `cat "$prefix""_section""$nbsect"".txt" | wc -l` != 0 ]
   then
    cat "$prefix""_section""$nbsect"".txt" | fstcompile $WORDSYMB_I > "$prefix""_section""$nbsect"".fst"
-  fi
-  if [ -e "$prefix""_section""$nbsect".fst ]
-  then
-   if [ -e "$prefix".fst ]
-   then
-    fstconcat "$prefix".fst "$prefix""_section""$nbsect".fst > "$prefix".fst2
-    mv "$prefix".fst2 "$prefix".fst
-   else
-    cp "$prefix""_section""$nbsect".fst "$prefix".fst
-   fi
-  fi
-  if [ -e "$prefix""_section""$nbsect""_text.txt" ] && [ -e "$prefix""_section""$nbsect".fst ]
-  then
-   fstcompile --acceptor $WORDSYMB_I $WORDSYMB_O "$prefix""_section""$nbsect""_text.txt" > "$prefix""_section""$nbsect""_text.fst"
- 
-   # check
-   nbli=`fstcompose "$prefix""_section""$nbsect""_text.fst" "$prefix""_section""$nbsect".fst | fstprint | wc -l`
-   echo "- Check section""$nbsect"": ""$nbli"
+   cat "$prefix""_section0.txt" | fstcompile $WORDSYMB_I > "$prefix""_section""$nbsect"".fst.tmp"
+   cat "$prefix""_section""$nbsect""_exit.txt" | fstcompile $WORDSYMB_I > "$prefix""_section""$nbsect"".fst.tmp"2
+   fstunion "$prefix""_section""$nbsect"".fst.tmp" "$prefix""_section""$nbsect"".fst.tmp2" > "$prefix""_section""$nbsect"".fst.tmp4"
+   fstconcat "$prefix""_section""$nbsect"".fst" "$prefix""_section""$nbsect"".fst.tmp4" > "$prefix""_section""$nbsect"".fst.tmp6"
+   mv "$prefix""_section""$nbsect"".fst.tmp6" "$prefix""_section""$nbsect"".fst"
+   rm -f "$prefix""_section""$nbsect"".fst.tmp" "$prefix""_section""$nbsect"".fst.tmp2" "$prefix""_section""$nbsect"".fst.tmp4"
   fi
  fi
+
  nbsect=$(($nbsect+1))
 done
-# compile tail
-fstcompile $WORDSYMB_I $WORDSYMB_O "$prefix""_clean_tail.txt" > "$prefix""_clean_tail.fst"
+
   
diff --git a/asr/tools/slu/src/process_xml_for_slu b/asr/tools/slu/src/process_xml_for_slu
index 89995522beeb6fd05d303c4a62eb1064bab1a631..93feb1c7b38052d4db2ce03dfa989936eb23c156 100755
Binary files a/asr/tools/slu/src/process_xml_for_slu and b/asr/tools/slu/src/process_xml_for_slu differ
diff --git a/asr/tools/slu/src/process_xml_for_slu.c b/asr/tools/slu/src/process_xml_for_slu.c
index f61038b5583faa84db60b0de4fab65ed0a3c23e4..dc919f0dca3a9bc39d3222b2af7324eff6cd20c0 100644
--- a/asr/tools/slu/src/process_xml_for_slu.c
+++ b/asr/tools/slu/src/process_xml_for_slu.c
@@ -128,9 +128,9 @@ for(i=0;ch[i];i++) if (ch[i]==' ') ch[i]='_';
 
 int main(int argc, char **argv)
 {
-int nbsection,i,j,k,nb,ordre,repetition,nbseq,actionsection,actionsequence,currentstate,statedebseq,action,findend,t_end[MAX_END_STATE],nbend,idac;
-FILE *file;
-char *pt,ch[TailleLigne],*t_field[MAX_FIELD],*chprefix,chname[TailleLigne],chfield[TailleLigne],chcontent[TailleLigne];
+int nbsection,i,j,k,nb,ordre,repetition,nbseq,actionsection,actionsequence,currentstate,statedebseq,action,findend,t_end[MAX_END_STATE],nbend,idac,actionfinsection,currentstatevoid;
+FILE *file,*filevoid,*fileexit;
+char *pt,ch[TailleLigne],*t_field[MAX_FIELD],*chprefix,chname[TailleLigne],chfield[TailleLigne],chcontent[TailleLigne],ch2[TailleLigne];
 
 chprefix=NULL;
 if (argc>1)
@@ -151,7 +151,12 @@ if (argc>1)
 
 if (!chprefix) ERREUR("bad syntax, check '-h'","");
 
-ordre=STRICT; repetition=False; file=NULL; actionsection=0; findend=False; nbend=0; nbseq=0;
+sprintf(ch,"%s_section0.txt",chprefix);
+if (!(filevoid=fopen(ch,"wt"))) ERREUR("can't write in:",ch);
+fprintf(filevoid,"0\n");
+
+currentstatevoid=0;
+ordre=STRICT; repetition=False; file=NULL; actionsection=0; findend=False; nbend=0; nbseq=0; actionfinsection=0;
 for(idac=nbsection=0;fgets(ch,TailleLigne,stdin);)
  {
  if (strstr(ch,"<section"))
@@ -163,26 +168,57 @@ for(idac=nbsection=0;fgets(ch,TailleLigne,stdin);)
     if (ordre==VARIABLE) { fprintf(stderr,"ERREUR: no exit action on a variable section, in section %d and sequence %d\n",nbsection,nbseq); exit(0); }
     t_end[nbend++]=currentstate;
     }
-   if (nbend>0) /* on emet les action fin de section */
+   if (nbend>0) /* on emet les actions fin de section */
     {
     sprintf(chcontent,"action(%d,%d,%d,\"#ENDSEQUENCE(%d)\",\"\")",nbsection,nbseq,idac,nbseq); actionsequence=from_action_to_index(chcontent);
     sprintf(chcontent,"action(%d,%d,%d,\"#ENDSECTION(%d)\",\"\")",nbsection,nbseq,idac,nbsection); actionsection=from_action_to_index(chcontent);
+    sprintf(chcontent,"change_section(0,\"close\",\"\")"); actionfinsection=from_action_to_index(chcontent);
     for(i=0;i<nbend;i++) fprintf(file,"%d\t%d\t<epsilon>\t%d\t0\n",t_end[i],currentstate+1,actionsequence);
     fprintf(file,"%d\t%d\n",currentstate+1,PENALEND); /* in order to quit on ANY action */
     fprintf(file,"%d\t%d\t<epsilon>\t%d\t0\n",currentstate+1,currentstate+2,actionsection);
-    fprintf(file,"%d\n",currentstate+2);
+    fprintf(file,"%d\t%d\t<epsilon>\t%d\t0\n",currentstate+2,currentstate+3,actionfinsection);
+    fprintf(file,"%d\n",currentstate+3);
     currentstate+=2;
     nbend=0;
     }
    fclose(file); file=NULL;
    }
-  nbsection++; nbseq=0; currentstate=0; //idac=0;
+  nbseq=0; currentstate=0; //idac=0;
   get_field(ch,"id",chfield);
-  sprintf(ch,"%s_section%s.txt",chprefix,chfield);
-  if (!(file=fopen(ch,"wt"))) ERREUR("can't write in:",ch);
-  sprintf(ch,"%s_section%s_text.txt",chprefix,chfield);
-  get_field(ch,"action",chfield);
-  if (chfield[0]) { sprintf(ch,"action(\"%s\",\"\")",chfield); actionsection=from_action_to_index(ch); } else actionsection=0;
+  if (sscanf(chfield,"%d",&nbsection)!=1) ERREUR("bad value:",chfield);
+  sprintf(ch2,"%s_section%s.txt",chprefix,chfield);
+  if (!(file=fopen(ch2,"wt"))) ERREUR("can't write in:",ch2);
+  /* we look for the "start" field */
+  get_field(ch,"action_start",chfield); if (!chfield[0]) { fprintf(stderr,"ERREUR: no action_start field in section: %d\n",nbsection); exit(0); }
+  get_field(ch,"start",chcontent); if (!chcontent[0]) { fprintf(stderr,"ERREUR: no start field in section: %d\n",nbsection); exit(0); }
+  sprintf(ch2,"change_section(%d,\"%s\",\"%s\")",nbsection,chfield,chcontent);
+  remove_space(ch2);
+  action=from_action_to_index(ch2);
+  for(i=1,t_field[0]=strtok(chcontent," ");t_field[i-1];i++) t_field[i]=strtok(NULL," ");
+  for(i=0;t_field[i];i++)
+   {
+   if (i==0) fprintf(filevoid,"%d\t%d\t%s\t%d\t0\n",0,currentstatevoid+1,t_field[i],t_field[i+1]?0:action); 
+   else fprintf(filevoid,"%d\t%d\t%s\t%d\t0\n",i+currentstatevoid,1+i+currentstatevoid,t_field[i],t_field[i+1]?0:action); 
+   from_word_to_index(t_field[i]);
+   }
+  currentstatevoid+=i;
+  fprintf(filevoid,"%d\n",currentstatevoid);
+  /* we look for the "end" field */
+  sprintf(ch2,"%s_section%d_exit.txt",chprefix,nbsection);
+  if (!(fileexit=fopen(ch2,"wt"))) ERREUR("can't write in:",ch2);
+  get_field(ch,"action_end",chfield); if (!chfield[0]) { fprintf(stderr,"ERREUR: no action_end field in section: %d\n",nbsection); exit(0); }
+  get_field(ch,"end",chcontent); if (!chcontent[0]) { fprintf(stderr,"ERREUR: no end field in section: %d\n",nbsection); exit(0); }
+  sprintf(ch2,"change_section(0,\"%s\",\"%s\")",chfield,chcontent);
+  remove_space(ch2);
+  actionfinsection=from_action_to_index(ch2);
+  for(i=1,t_field[0]=strtok(chcontent," ");t_field[i-1];i++) t_field[i]=strtok(NULL," ");
+  for(i=0;t_field[i];i++)
+   {
+   fprintf(fileexit,"%d\t%d\t%s\t%d\t0\n",i,1+i,t_field[i],t_field[i+1]?0:actionfinsection); 
+   from_word_to_index(t_field[i]);
+   }
+  fprintf(fileexit,"%d\n",i);
+  fclose(fileexit);
   }
  else
  if (strstr(ch,"<sequence")) // <sequence ordre="strict" repetition="oui" action="" lang="eng">
@@ -196,7 +232,7 @@ for(idac=nbsection=0;fgets(ch,TailleLigne,stdin);)
    {
    sprintf(chcontent,"action(%d,%d,%d,\"#ENDSEQUENCE(%d)\",\"\")",nbsection,nbseq,idac,nbseq); actionsequence=from_action_to_index(chcontent);
    for (i=0;i<nbend;i++) fprintf(file,"%d\t%d\t<epsilon>\t%d\t0\n",t_end[i],currentstate+1,actionsequence);
-   fprintf(file,"%d\n%d\n",currentstate+1,PENALEND);
+   fprintf(file,"%d\n",currentstate+1);
    currentstate++;
    nbend=0;
    }
@@ -209,7 +245,7 @@ for(idac=nbsection=0;fgets(ch,TailleLigne,stdin);)
   if (!strcmp(chfield,"variable")) ordre=VARIABLE; else ERREUR("wrong value for attribut ordre:",ch);
   if (!strcmp(get_field(ch,"repetition",chfield),"oui")) repetition=True; else repetition=False;
   sprintf(ch,"%s_sequence%d.txt",chname,nbseq);
-  if (actionsection!=0) { fprintf(file,"%d\t%d\t<epsilon>\t%d\t0\n",currentstate,currentstate+1,actionsection); currentstate++; }
+  if (actionsection!=0) { fprintf(file,"%d\t%d\t<epsilon>\t%d\t0\n",currentstate,currentstate+1,actionsection); currentstate++; actionsection=0; }
   get_field(ch,"action",chfield);
   if (chfield[0]) { fprintf(file,"%d\t%d\t<epsilon>\t%d\t0\n",currentstate,currentstate+1,from_action_to_index(chfield)); currentstate++; }
   }
@@ -263,14 +299,17 @@ if ((file)&&(nbseq>0))
   {
   sprintf(chcontent,"action(%d,%d,%d,\"#ENDSEQUENCE(%d)\",\"\")",nbsection,nbseq,idac++,nbseq); actionsequence=from_action_to_index(chcontent);
   sprintf(chcontent,"action(%d,%d,%d,\"#ENDSECTION(%d)\",\"\")",nbsection,nbseq,idac++,nbsection); actionsection=from_action_to_index(chcontent);
+  sprintf(chcontent,"change_section(0,\"close\",\"\")"); actionfinsection=from_action_to_index(chcontent);
   for(i=0;i<nbend;i++) fprintf(file,"%d\t%d\t<epsilon>\t%d\t0\n",t_end[i],currentstate+1,actionsequence);
   fprintf(file,"%d\t%d\n",currentstate+1,PENALEND); /* in order to quit on ANY action */
   fprintf(file,"%d\t%d\t<epsilon>\t%d\t0\n",currentstate+1,currentstate+2,actionsection);
-  fprintf(file,"%d\n",currentstate+2);
+  fprintf(file,"%d\t%d\t<epsilon>\t%d\t0\n",currentstate+2,currentstate+3,actionfinsection);
+  fprintf(file,"%d\n",currentstate+3);
   }
  }
 
 if (file) fclose(file);
+if (filevoid) fclose(filevoid);
 
 // write tail GLOUTON eraser
 sprintf(ch,"%s_clean_tail.txt",chprefix);
@@ -283,6 +322,13 @@ for(i=STARTNEW;i<NbWord;i++) fprintf(file,"2\t0\t%s\t%s\n",T_dico_word[i],T_dico
 for(i=STARTNEW;i<NbWord;i++) fprintf(file,"2\t1\t%s\t%s\n",T_dico_word[i],T_dico_word[i]);
 fclose(file);
 
+// write GLOUTON transducer
+sprintf(ch,"%s_glouton.txt",chprefix);
+if (!(file=fopen(ch,"wt"))) ERREUR("can't write in:",ch);
+fprintf(file,"0\t0\t%s\t%d\t%d\n",CHglouton,0,PENALGLOU);
+fprintf(file,"0\n");
+fclose(file);
+
 // write dico action
 sprintf(ch,"%s_dico_action.txt",chprefix);
 if (!(file=fopen(ch,"wt"))) ERREUR("can't write in:",ch);
@@ -299,4 +345,4 @@ fclose(file);
 
 exit(0);
 }
-  
+ 
diff --git a/data/homeostasis_9fevr.xml b/data/homeostasis_12mai.xml
similarity index 76%
rename from data/homeostasis_9fevr.xml
rename to data/homeostasis_12mai.xml
index dc25c254d167a8e5672210f54f728636ac533132..86696adb42c7a6c594d9c975c0c0f287e7ad0572 100644
--- a/data/homeostasis_9fevr.xml
+++ b/data/homeostasis_12mai.xml
@@ -1,634 +1,628 @@
-<homeostasis version="09-02-2015">
-    <liste_section sequences="1,2,3,4,5,6,7,8,9" ordre="variable" repetition="oui" action="exclusive">
-        <section id="1" action="start_scene1">
-            <sequence ordre="strict" repetition="non" action="" lang="eng">
-                <keyword action="start_scene1" lang="eng"> Phase of genetic evolution number one dot one dot one </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-        </section>
-        <section id="2" action="close_scene1/start_scene2">
-            <sequence ordre="strict" repetition="non" action="" lang="esp">
-                <keyword action="open_scene2" lang="eng"> Phase of genetic evolution number two dot two dot two </keyword>
-                <keyword action="open_2.1" lang="eng"> open system </keyword>
-            </sequence>
-            <sequence ordre="strict" repetition="oui" action="" lang="eng"> 
-                <keyword action="open_2.2" lang="eng"> tell me </keyword>
-                <keyword action="open_2.3" lang="eng"> open technical characteristics </keyword>
-                <keyword action="open_2.3" lang="eng"> read </keyword>
-                <keyword action="open_2.4" lang="eng"> next </keyword>
-                <keyword action="open_2.5" lang="eng"> yes </keyword>
-                <keyword action="open_2.6" lang="eng"> read </keyword>
-                <keyword action="open_2.7" lang="eng"> download </keyword>
-                <keyword action="open_2.8" lang="eng"> open the terms and conditions of use of body x epsilon system three point zero </keyword>
-                <keyword action="open_2.9" lang="eng"> accept terms and conditions of use </keyword>
-                <keyword action="open_2.10" lang="eng"> next </keyword>
-                <keyword action="open_2.11" lang="eng"> install the new version of me </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-        </section>
-        <section id="3" action="close_scene2/start_scene3">
-            <sequence ordre="strict" repetition="non" action="" lang="eng">
-                <keyword action="open_scene3" lang="esp"> Phase of genetic evolution number three dot three dot three </keyword>
-            </sequence>
-            <sequence ordre="strict" repetition="oui" action="" lang="eng">
-                <keyword action="open3.1" lang="eng"> import body data </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open3.2" lang="eng"> import organic matter data </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open3.3" lang="eng"> import temperature </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open3.4" lang="eng"> import time </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open3.5" lang="eng"> import space data </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open3.6" lang="eng"> import position </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open3.7" lang="eng"> import body subsystems </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open3.8" lang="eng"> import estate </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-        </section>
-        <section id="4" action="start_scene4">
-            <sequence ordre="strict" repetition="non" action="" lang="eng">
-                <keyword action="open_scene4" lang="esp"> Phase of genetic evolution number four dot four dot four </keyword>
-                <keyword action="open_4.1" lang="eng"> open access to body functions </keyword>
-            </sequence>
-            <sequence ordre="strict" repetition="oui" action="" lang="eng">
-                <keyword action="open_4.2" lang="eng"> import body functions space localization </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.3" lang="eng"> import body functions sensations </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.4" lang="eng"> import body functions passion </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.5" lang="eng"> import body functions concentration </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.6" lang="eng"> import body functions perception </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.7" lang="eng"> import body functions formal force </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.8" lang="eng"> import body functions logics </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.9" lang="eng"> import body functions imagination </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.10" lang="eng"> import body functions effort </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.11" lang="eng"> import body functions nervous system </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="open_4.12" lang="eng"> import body functions internal network </keyword>
-                <keyword action="" lang="eng"> upload </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-        </section>
-        <section id="5" action="close_scene4/start_scene5">
-            <sequence ordre="strict" repetition="non" action="" lang="esp">
-                <keyword action="open_scene5" lang="esp"> Phase of genetic evolution number five dot five dot five </keyword>
-            </sequence>
-            <sequence ordre="strict" repetition="oui" action="" lang="eng">
-                <keyword action="open_scene5.1" lang="eng"> set up the connection </keyword>
-                <keyword action="" lang="eng"> open access to memory </keyword>
-                <keyword action="" lang="eng"> import memory data </keyword>
-                <keyword action="" lang="eng"> open memory </keyword>
-                <keyword action="" lang="eng"> deactivate the security system </keyword>
-                <keyword action="" lang="eng"> deactivate the security system of new version </keyword>
-                <keyword action="" lang="eng"> open conditions and terms of use </keyword>
-                <keyword action="" lang="eng"> modify the security conditions of new version anyway </keyword>
-                <keyword action="" lang="eng"> import memory </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-                <keyword action="stop_system_voice" lang="eng"> silence </keyword>
-            </sequence>
-        </section>
-        <section id="6" action="start_scene6">
-            <sequence ordre="strict" repetition="non" action="" lang="eng">
-                <keyword action="" lang="esp"> Phase of genetic evolution number six dot six dot six  </keyword>
-                <keyword action=""  lang="eng"> open network </keyword>
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-                <keyword action= ""> try with functional regulation </keyword>
-                <keyword action="constellation" lang="eng"> encode </keyword>
-                <keyword action="constellation" lang="eng"> passion  </keyword>
-                <keyword action="constellation" lang="eng"> for located </keyword>
-                <keyword action="constellation" lang="eng"> constellation  </keyword>
-                <keyword action="constellation" lang="eng"> center</keyword>
-                <keyword action="constellation" lang="eng"> six six nine</keyword>
-                <keyword action="amplification2" lang="eng"> important</keyword>
-                <keyword action="constellation" lang="eng"> some </keyword>
-                <keyword action="amplification1" lang="eng"> threads </keyword>
-                <keyword action="constellation" lang="eng"> are broken</keyword>
-                <keyword action="constellation" lang="eng"> remove</keyword>
-                <keyword action="constellation" lang="eng"> memory </keyword>
-                <keyword action="constellation" lang="eng"> love</keyword>
-                <keyword action="amplification1" lang="eng"> love</keyword>
-                <keyword action="amplification1" lang="eng"> memory </keyword>
-                <keyword action="amplification2" lang="eng"> love</keyword>
-                <keyword action="amplification1" lang="eng"> errors</keyword>
-                <keyword action="constellation" lang="eng"> a identical</keyword>
-                <keyword action="constellation" lang="eng"> identity </keyword>
-                <keyword action="constellation" lang="eng"> identifier</keyword>
-                <keyword action="constellation" lang="eng"> where</keyword>
-                <keyword action="constellation" lang="eng"> answer</keyword>
-                <keyword action="constellation" lang="eng"> being</keyword>
-                <keyword action="constellation" lang="eng"> boing</keyword>
-                <keyword action="constellation" lang="eng"> boot</keyword>
-                <keyword action="constellation" lang="eng"> reboot</keyword>
-                <keyword action="constellation" lang="eng"> border of </keyword>
-                <keyword action="amplification1" lang="eng"> body </keyword>
-                <keyword action="amplification2" lang="eng"> body </keyword>
-                <keyword action="amplification1" lang="eng"> being</keyword>
-                <keyword action="constellation" lang="eng"> begun</keyword>
-                <keyword action="constellation" lang="eng"> begin</keyword>
-                <keyword action="constellation" lang="eng"> win</keyword>
-                <keyword action="amplification1" lang="eng"> border of </keyword>
-                <keyword action="amplification2" lang="eng"> being</keyword>
-                <keyword action="constellation" lang="eng"> actions</keyword>
-                <keyword action="amplification1" lang="eng"> search </keyword>
-                <keyword action="constellation" lang="eng"> the </keyword>
-                <keyword action="amplification1" lang="eng"> answer </keyword>
-                <keyword action="constellation" lang="eng"> of </keyword>
-                <keyword action="amplification1" lang="eng"> the</keyword>
-                <keyword action="constellation" lang="eng"> there is</keyword>
-                <keyword action="amplification1" lang="eng"> there is </keyword>
-                <keyword action="amplification6" lang="eng"> something</keyword>
-                bo boom
-                <keyword action="amplification3" lang="eng"> body </keyword>
-                <keyword action="constellation" lang="eng"> password</keyword>
-                the pa pa pathetic
-                <keyword action="constellation" lang="eng"> pancreas</keyword>
-                <keyword action="constellation" lang="eng"> give </keyword>
-                to 
-                drive
-                drive
-                to 
-                <keyword action="constellation" lang="eng"> me </keyword>
-                to memo
-                rise
-                say
-                say hello
-                <keyword action="amplification1" lang="eng"> data  </keyword>
-                gi 
-                <keyword action="amplification1" lang="eng"> give  </keyword>
-                <keyword action="amplification1" lang="eng"> me </keyword>
-                the
-                this
-                mine
-                mineral
-                <keyword action="amplification2" lang="eng"> give  </keyword>
-                <keyword action="amplification2" lang="eng"> me </keyword>
-                <keyword action="constellation" lang="eng"> you  </keyword>
-                <keyword action="constellation" lang="eng"> your </keyword>
-                <keyword action="amplification3" lang="eng"> give  </keyword>
-                <keyword action="amplification3" lang="eng"> me  </keyword>
-                <keyword action="amplification1" lang="eng"> your  </keyword>
-                <keyword action="amplification2" lang="eng"> data  </keyword>
-                <keyword action="amplification4" lang="eng"> give  </keyword>
-                <keyword action="amplification4" lang="eng"> me  </keyword>
-                <keyword action="amplification2" lang="eng"> your(s) </keyword>
-                <keyword action="amplification5" lang="eng"> give  </keyword>
-                <keyword action="amplification5" lang="eng"> me  </keyword>
-                <keyword action="amplification3" lang="eng"> your(s)  </keyword>
-                <keyword action="amplification3" lang="eng"> data  </keyword>
-                <keyword action="amplification1" lang="eng"> begun  </keyword>
-                <keyword action="amplification1" lang="eng"> begin  </keyword>
-                <keyword action="amplification1" lang="eng"> wins </keyword>
-                wine 
-                <keyword action="amplification1" lang="eng"> blood  </keyword>
-                <keyword action="constellation" lang="eng"> everywhere </keyword>
-                <keyword action="amplification6" lang="eng"> give  </keyword>
-                <keyword action="amplification7" lang="eng"> give  </keyword>
-                <keyword action="amplification4" lang="eng"> your(s)  </keyword>
-                <keyword action="amplification2" lang="eng"> blood  </keyword>
-                or
-                or go
-                <keyword action="constellation" lang="eng"> golden </keyword>
-                <keyword action="amplification1" lang="eng"> golden  </keyword>
-                <keyword action="amplification4" lang="eng"> data  </keyword>
-                pro
-                to go
-                pro 
-                <keyword action="constellation" lang="eng"> protein protection amino-acid </keyword>
-                to go
-                <keyword action="amplification1" lang="eng"> where  </keyword>
-                is
-                this is
-                <keyword action="constellation" lang="eng"> bilar </keyword>
-                <keyword action="constellation" lang="eng"> violence segment </keyword>
-                <keyword action="constellation" lang="eng"> segregation </keyword>
-                <keyword action="amplification2" lang="eng"> memory  </keyword>
-                <keyword action="amplification1" lang="eng"> encode </keyword>
-                <keyword action="amplification2" lang="eng"> where </keyword>
-                <keyword action="amplification3" lang="eng"> where  </keyword>
-                is every
-                <keyword action="amplification4" lang="eng"> body </keyword>
-                <keyword action="amplification4" lang="eng"> where  </keyword>
-                is no
-                <keyword action="amplification5" lang="eng"> body </keyword>
-                is 
-                <keyword action="amplification5" lang="eng"> where </keyword>
-                but
-                feet
-                free freedom
-                freedom on the move
-                freedom on the move
-                freedom on the move
-                field
-                fo fuck
-                fo
-                free
-                re 
-                rise
-                my
-                memorize
-                freedom on the move
-                freedom on the move
-                to 
-                <keyword action="amplification6" lang="eng"> where  </keyword>
-                to go to  go
-                go go
-                <keyword action="amplification8" lang="eng"> give  </keyword>
-                me go go
-                <keyword action="amplification5" lang="eng"> data  </keyword>
-                going
-                fast
-                <keyword action="amplification2" lang="eng"> clouds  </keyword>
-                of 
-                <keyword action="amplification7" lang="eng"> something </keyword>
-                else than
-                be center in the center of 
-                <keyword action="amplification3" lang="eng"> being </keyword>
-                the place
-                of the 
-                space
-                <keyword action="amplification7" lang="eng"> where </keyword>
-                the end starts
-                contact skin
-                left arm conductor nerve sensor
-                supplementary information like
-                sex name date of birth place 
-                <keyword action="amplification8" lang="eng"> where  </keyword>
-                you live
-                <keyword action="amplification9" lang="eng"> give   </keyword>
-                me 
-                your 
-                <keyword action="amplification6" lang="eng"> data  </keyword>
-                access accede
-                the door is opened
-                <keyword action="#end" lang="eng"> muscular oxygen </keyword>
-
-
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-                security system execute some analytics process in the - electrical borders of synapsis
-                transparent margins
-                Elastic borders
-                perpetual disociation between container and content
-                if everything
-                is possible
-                in the magnetic center of nothingness
-                abstract intimacy
-                of the inmaterial universe
-                try with structural regulation
-                open 
-                body wifi connection
-                no 
-                data 
-                detected
-                link 
-                memory 
-                function
-                locate
-                locate 
-                data 
-                storage
-                cells or
-                shining electronics and very well organized cables
-                fragile
-                cells or machines
-                motivated by a flow of an electrical 
-                blood 
-                composed of zero and one
-                a binary logic
-                everything
-                everything can't be logic
-                everything can't be binary
-                but everything
-                what has happened and what happens
-                it's all written down somewhere
-                try with morphogenetics auto regulation
-                activation of nervous 
-                system
-                link nervous 
-                system 
-                to
-                cells
-                heard
-                genetics 
-                data 
-                bank
-                send emergency message to
-                send emergency message to
-                open 
-                body 
-                data 
-                bank
-                open 
-                cells 
-                code
-                open 
-                genetic 
-                <keyword action="#end">code</keyword>
-
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-                try with upper motoneuron
-                functions 
-                functions
-                code 
-                variants
-                nerve motoneuron
-                con con con
-                connect me to this network
-                i'm just looking for the 
-                connection
-                a 
-                connection
-                a link
-                something that links me to something
-                something that tells me that i am not an isolated element
-                that i am not dead
-                to generate a new 
-                memory
-                to store it where i want to store it
-                to visit it when i want to visit it
-                isolated points in 
-                space
-                drops unable to be a sea
-                grains of sand that do not conceive of the desert
-                leaves that do not remember the tree from where they fell
-                i feed on an electrical juice
-                on an image that i generate
-                and that i can change with my fingers
-                searching fingers
-                research fingers
-                search
-                results
-                space 
-                where there are neither limits nor angles
-                where the horizon is nothing else than bits
-                images from a 
-                space 
-                <keyword action="#end">more real than reality</keyword>
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-                <keyword action="constellation" lang="eng"> clouds </keyword>
-                <keyword action="constellation" lang="eng"> beautiful </keyword>
-                <keyword action="constellation" lang="eng"> data </keyword>
-                <keyword action="amplification1" lang="eng"> clouds </keyword>
-                <keyword action="constellation" lang="eng"> rain of identities </keyword>
-                <keyword action="constellation" lang="eng"> storm of possibilities </keyword>
-                <keyword action="constellation" lang="eng"> body </keyword> 
-                <keyword action="constellation" lang="eng"> wifi </keyword>
-                <keyword action="constellation" lang="eng"> search </keyword> 
-                <keyword action="constellation" lang="eng"> and redo </keyword>
-                <keyword action="constellation" lang="eng"> connection </keyword>
-                <keyword action="constellation" lang="eng"> connect me to this network </keyword>
-                <keyword action="constellation" lang="eng"> function </keyword>
-                <keyword action="constellation" lang="eng"> looking for </keyword>
-                <keyword action="amplification1" lang="eng"> something </keyword>
-                <keyword action="constellation" lang="eng"> must </keyword>
-                <keyword action="constellation" lang="eng"> stay </keyword>
-                <keyword action="amplification1" lang="eng"> something </keyword>
-                <keyword action="amplification1" lang="eng"> must </keyword>
-                <keyword action="constellation" lang="eng"> exist</keyword>
-                <keyword action="constellation" lang="eng"> a</keyword>
-                <keyword action="constellation" lang="eng"> thread </keyword>
-                <keyword action="amplification2" lang="eng"> something </keyword>
-                <keyword action="amplification1" lang="eng"> exists </keyword>
-                <keyword action="constellation" lang="eng"> between recollection and oblivion</keyword>
-                <keyword action="constellation" lang="eng"> a tension an echo an emptiness</keyword>
-                <keyword action="amplification3" lang="eng"> something </keyword>
-                <keyword action="constellation" lang="eng"> rare </keyword>
-                <keyword action="amplification1" lang="eng"> stays </keyword>
-                <keyword action="constellation" lang="eng"> through</keyword>
-                <keyword action="constellation" lang="eng"> nothing more strange than this exile</keyword>
-                <keyword action="constellation" lang="eng"> an absolute abyss</keyword>
-                <keyword action="constellation" lang="eng"> a creaking of the bones</keyword>
-                <keyword action="constellation" lang="eng"> a barbarian invasion</keyword>
-                <keyword action="constellation" lang="eng"> the carelessness of destinies</keyword>
-                <keyword action="constellation" lang="eng"> wringing out the </keyword>
-                <keyword action="constellation" lang="eng"> blood</keyword>
-                <keyword action="amplification4" lang="eng"> something </keyword>
-                <keyword action="constellation" lang="eng"> should</keyword>
-                <keyword action="amplification2" lang="eng"> must </keyword>
-                <keyword action="constellation" lang="eng">  or </keyword>
-                <keyword action="amplification2" lang="eng"> must </keyword>
-                <keyword action="constellation" lang="eng">  not</keyword>
-                <keyword action="amplification5" lang="eng"> something </keyword>
-                <keyword action="amplification2" lang="eng"> stays</keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-                try with utopian 
-                function
-                how to say
-                that which the nothingness understands
-                that which fear hides
-                in the promises of the future
-                in the frustration of the human
-                in the disappointment of humanity
-                to envy
-                the cadence of machines
-                their speed
-                their power
-                the infinite of the virtual
-                the utopia of the possibilities
-                the simplicity of the cables
-                the capacity of calculation
-                the efficiency of the 
-                systems
-                and to want 
-                try with 
-                <keyword action="amplification2" lang="eng"> functions </keyword>
-                in realtime
-                speak with someone from another 
-                space 
-                in realtime
-                to consult a realtime information
-                climate
-                the exact state
-                of such or such
-                a street
-                to buy
-                to choose
-                to access to all the information of the real world
-                to have virtual sex with
-                sex with 
-                data 
-                with a child
-                a chicken
-                a dead terrorist
-                a screen
-                other 
-                functions 
-                function 
-                analyze 
-                function 
-                capacity
-                capacity
-                to modify
-                to reinventing inner information
-                analyzes of the capacity of modification of basic structures
-                the problem is not the information
-                it's the 
-                connection
-                it's the 
-                link
-                the bond
-                it is the access
-                it is the key
-                <keyword action="#end">it is the code</keyword> 
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-                try with identity 
-                function
-                accede to the infinite 
-                spaces
-                identifier required
-                something that identify me like i
-                identity is a movement
-                random combination
-                temporal accident
-                ephemeral 
-                system
-                to replace identity to identifier
-                liquid identities
-                composed by 
-                codes
-                codes codes codes
-                and some private 
-                data 
-                like
-                geolocalization
-                traced actions
-                <keyword action="#end">autoproduced images</keyword>
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">           
-                try with  existential 
-                functions
-                to be innumerable parallel identities
-                from innumerable parallel worlds
-                interconnected parallel worlds
-                interconnected parallel identities
-                to be downloaded
-                to be installed
-                to be executed in the application of being
-                to be synchronized
-                to be shared
-                to mark an alien silence
-                to remain in the space of between
-                to fight in the 
-                body
-                to transcend the effect
-                the fault
-                the default
-                in effect
-                to effect
-                to activate
-                to create
-                to 
-                give 
-                to 
-                give 
-                to 
-                give 
-                to 
-                give 
-                to
-                give 
-                to 
-                give 
-                to 
-                give 
-                to 
-                give 
-                to  
-                to go for a walk in the internal desert
-                to return to the center
-                to scratch the bones
-                to join the form
-                to relead deviations of the brain
-                to integrate the knot
-                to undress the center
-                to be relocated in 
-                space 
-                and time
-                to be the extrinsic silence
-                to undress time
-                to relead the desert
-                to close the access
-                to dance
-                information in movement
-                the movement of information
-                the access 
-                code
-                the 
-                code
-                the access to movement
-                the 
-                body
-                the fear
-                the recollection
-                the naked center
-                the paralysis of the fear
-                to replace the fear 
-                code
-                the 
-                code 
-                of the abyss
-                to be downloaded
-                to be installed
-                to be executed in the application of being
-                to be synchronized
-                to be shared
-                to be
-                try with cognitive function
-                transparent margins
-                elastic borders
-                perpetual dissociation between container and content
-                if everything
-                if if
-                is possible
-                in the magnetic center of nothingness
-                abstract intimacy
-                of the <keyword action="#end">immaterial universe</keyword>
-            </sequence>
-        </section>
-        <section id="7" action="close_scene6/start_scene7">
-            <sequence ordre="strict" repetition="non" lang="eng">
-                <keyword action="" lang="esp"> Phase of genetic evolution number seven dot seven dot seven </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-        </section>
-        <section id="8" action="close_scene7/start_scene8">
-            <sequence ordre="strict" repetition="non" action="" lang="eng">
-                <keyword action="" lang="esp">Phase of genetic evolution number eight dot eigt dot eight </keyword>
-                <keyword action="#end" lang="eng"> search for sequences producing significant alignments in genetic database </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-            <sequence ordre="variable" repetition="oui" action="" lang="eng">
-                <keyword action="memorise_loop" lang="eng"> record </keyword>
-                <keyword action="" lang="eng"> stop </keyword>
-                <keyword action="" lang="eng"> save this memory in genetic database </keyword>
-                <keyword action="" lang="eng"> next </keyword>
-                <keyword action="memorise_loop" lang="eng"> record </keyword>
-                <keyword action="" lang="eng"> stop </keyword>
-                <keyword action="" lang="eng"> erase this memory </keyword>
-                <keyword action="#end" lang="eng"> give me my data </keyword>
-            </sequence>
-            <sequence ordre="strict" repetition="non" action="" lang="eng">
-                <keyword action="" lang="esp">Phase of genetic evolution number nine dot nine dot nine </keyword>
-                <keyword action="#end" lang="eng"> drop return to the center </keyword>
-            </sequence>
-        </section>
-    </liste_section>
-</homeostasis>
+<homeostasis version="09-02-2015">
+    <liste_section sequences="1,2,3,4,5,6,7,8,9" ordre="variable" repetition="oui" action="exclusive">
+        <section id="1" action_start="open_scene1" start="phase of genetic evolution number one dot one dot one" action_end="close_scene1" end="drop return to the center">
+            <sequence ordre="strict" repetition="non" action="" lang="eng">
+                <keyword action="#end" lang="eng"> drop return to the center </keyword>
+            </sequence>
+        </section>
+        <section id="2" action_start="open_scene2" start="phase of genetic evolution number two dot two dot two" end="drop return to the center" action_end="close_scene2">
+            <sequence ordre="strict" repetition="non" action="" lang="eng">
+                <keyword action="open_scene2.1" lang="eng"> open body system </keyword>
+            </sequence>
+            <sequence ordre="strict" repetition="oui" action="" lang="eng">
+                <keyword action="open_scene2.2" lang="eng"> tell me </keyword>
+                <keyword action="open_scene2.3" lang="eng"> open technical characteristics </keyword>
+                <keyword action="open_scene2.4" lang="eng"> yes </keyword>
+                <keyword action="open_scene2.5" lang="eng"> next </keyword>
+                <keyword action="open_scene2.6" lang="eng"> download </keyword>
+                <keyword action="open_scene2.7" lang="eng"> yes </keyword>
+                <keyword action="open_scene2.8" lang="eng"> read </keyword>
+                <keyword action="open_scene2.9" lang="eng"> download </keyword>
+                <keyword action="open_scene2.10" lang="eng"> accept terms and conditions of use next</keyword>
+                <keyword action="" lang="eng"> next </keyword>
+                <keyword action="open_scene2.11" lang="eng"> install the new version of me </keyword>
+            </sequence>
+        </section>
+        <section id="3" action_start="open_scene3" start="phase of genetic evolution number three dot three dot three" end="drop return to the center" action_end="close_scene3" >
+            <sequence ordre="strict" repetition="oui" action="" lang="eng">
+                <keyword action="open_scene3.1" lang="eng"> import body data </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene3.2" lang="eng"> import organic matter data </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene3.3" lang="eng"> import temperature </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene3.4" lang="eng"> import time </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene3.5" lang="eng"> import space data </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene3.6" lang="eng"> import position </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene3.7" lang="eng"> import body subsystems </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene3.8" lang="eng"> import state </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+            </sequence>
+        </section>
+        <section id="4" action_start="open_scene4" start="phase of genetic evolution number four dot four dot four" end="drop return to the center" action_end="close_scene4">
+            <sequence ordre="strict" repetition="non" action="" lang="eng">
+                <keyword action="open_scene4.1" lang="eng"> open access to body functions </keyword>
+            </sequence>
+            <sequence ordre="strict" repetition="oui" action="" lang="eng">
+                <keyword action="open_scene4.2" lang="eng"> import body functions space localization </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.3" lang="eng"> import body functions sensations </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.4" lang="eng"> import body functions passion </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.5" lang="eng"> import body functions concentration </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.6" lang="eng"> import body functions perception </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.7" lang="eng"> import body functions formal force </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.8" lang="eng"> import body functions logics </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.9" lang="eng"> import body functions imagination </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.10" lang="eng"> import body functions effort </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.11" lang="eng"> import body functions nervous system </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+                <keyword action="open_scene4.12" lang="eng"> import body functions internal network </keyword>
+                <keyword action="" lang="eng"> upload </keyword>
+            </sequence>
+        </section>
+        <section id="5" action_start="open_scene5" start="phase of genetic evolution number five dot five dot five" end="drop return to the center" action_end="close_scene5">
+            <sequence ordre="strict" repetition="oui" action="" lang="eng">
+                <keyword action="open_scene5.1" lang="eng"> set up the connection </keyword>
+                <keyword action="" lang="eng"> open access to memory </keyword>
+                <keyword action="" lang="eng"> import memory data </keyword>
+                <keyword action="" lang="eng"> open memory </keyword>
+                <keyword action="" lang="eng"> deactivate the security system </keyword>
+                <keyword action="" lang="eng"> deactivate the security system of new version </keyword>
+                <keyword action="" lang="eng"> open conditions and terms of use </keyword>
+                <keyword action="" lang="eng"> modify the security conditions of new version anyway </keyword>
+                <keyword action="" lang="eng"> import memory </keyword>
+                <keyword action="stop_system_voice" lang="eng"> silence </keyword>
+            </sequence>
+        </section>
+        <section id="6" action_start="open_scene6" start="phase of genetic evolution number six dot six dot six" end="drop return to the center" action_end="close_scene6">
+            <sequence ordre="strict" repetition="non" action="" lang="eng">
+                <keyword action=""  lang="eng"> open network </keyword>
+            </sequence>
+            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
+                <keyword action= "open_scene6.1"> try with functional regulation </keyword>
+                <keyword action="constellation" lang="eng"> encode </keyword>
+                <keyword action="constellation" lang="eng"> passion  </keyword>
+                <keyword action="constellation" lang="eng"> for located </keyword>
+                <keyword action="constellation" lang="eng"> constellation  </keyword>
+                <keyword action="constellation" lang="eng"> center</keyword>
+                <keyword action="constellation" lang="eng"> six six nine</keyword>
+                <keyword action="amplification2" lang="eng"> important</keyword>
+                <keyword action="constellation" lang="eng"> some </keyword>
+                <keyword action="amplification1" lang="eng"> threads </keyword>
+                <keyword action="constellation" lang="eng"> are broken</keyword>
+                <keyword action="constellation" lang="eng"> remove</keyword>
+                <keyword action="constellation" lang="eng"> memory </keyword>
+                <keyword action="constellation" lang="eng"> love</keyword>
+                <keyword action="amplification1" lang="eng"> love</keyword>
+                <keyword action="amplification1" lang="eng"> memory </keyword>
+                <keyword action="amplification2" lang="eng"> love</keyword>
+                <keyword action="amplification1" lang="eng"> errors</keyword>
+                <keyword action="constellation" lang="eng"> a identical</keyword>
+                <keyword action="constellation" lang="eng"> identity </keyword>
+                <keyword action="constellation" lang="eng"> identifier</keyword>
+                <keyword action="constellation" lang="eng"> where</keyword>
+                <keyword action="constellation" lang="eng"> answer</keyword>
+                <keyword action="constellation" lang="eng"> being</keyword>
+                <keyword action="constellation" lang="eng"> boing</keyword>
+                <keyword action="constellation" lang="eng"> boot</keyword>
+                <keyword action="constellation" lang="eng"> reboot</keyword>
+                <keyword action="constellation" lang="eng"> border of </keyword>
+                <keyword action="amplification1" lang="eng"> body </keyword>
+                <keyword action="amplification2" lang="eng"> body </keyword>
+                <keyword action="amplification1" lang="eng"> being</keyword>
+                <keyword action="constellation" lang="eng"> begun</keyword>
+                <keyword action="constellation" lang="eng"> begin</keyword>
+                <keyword action="" lang="eng"> win</keyword>
+                <keyword action="amplification1" lang="eng"> border of </keyword>
+                <keyword action="amplification2" lang="eng"> being</keyword>
+                <keyword action="constellation" lang="eng"> actions</keyword>
+                <keyword action="amplification1" lang="eng"> search </keyword>
+                <keyword action="" lang="eng"> the </keyword>
+                <keyword action="amplification1" lang="eng"> answer </keyword>
+                <keyword action="" lang="eng"> of </keyword>
+                <keyword action="amplification1" lang="eng"> the</keyword>
+                <keyword action="constellation" lang="eng"> there is</keyword>
+                <keyword action="amplification1" lang="eng"> there is </keyword>
+                <keyword action="amplification6" lang="eng"> something</keyword>
+                bo boom
+                <keyword action="amplification3" lang="eng"> body </keyword>
+                <keyword action="constellation" lang="eng"> password</keyword>
+                the pa pa pathetic
+                <keyword action="constellation" lang="eng"> pancreas</keyword>
+                <keyword action="constellation" lang="eng"> give </keyword>
+                to
+                drive
+                drive
+                to
+                <keyword action="" lang="eng"> me </keyword>
+                to memo
+                rise
+                say
+                say hello
+                <keyword action="" lang="eng"> data  </keyword>
+                gi
+                <keyword action="" lang="eng"> give  </keyword>
+                <keyword action="" lang="eng"> me </keyword>
+                the
+                this
+                mine
+                mineral
+                <keyword action="" lang="eng"> give  </keyword>
+                <keyword action="" lang="eng"> me </keyword>
+                <keyword action="constellation" lang="eng"> you  </keyword>
+                <keyword action="constellation" lang="eng"> your </keyword>
+                <keyword action="amplification3" lang="eng"> give  </keyword>
+                <keyword action="amplification3" lang="eng"> me  </keyword>
+                <keyword action="amplification1" lang="eng"> your  </keyword>
+                <keyword action="amplification2" lang="eng"> data  </keyword>
+                <keyword action="amplification4" lang="eng"> give  </keyword>
+                <keyword action="amplification4" lang="eng"> me  </keyword>
+                <keyword action="amplification2" lang="eng"> your(s) </keyword>
+                <keyword action="amplification5" lang="eng"> give  </keyword>
+                <keyword action="amplification5" lang="eng"> me  </keyword>
+                <keyword action="amplification3" lang="eng"> your(s)  </keyword>
+                <keyword action="amplification3" lang="eng"> data  </keyword>
+                <keyword action="amplification1" lang="eng"> begun  </keyword>
+                <keyword action="amplification1" lang="eng"> begin  </keyword>
+                <keyword action="amplification1" lang="eng"> wins </keyword>
+                wine
+                <keyword action="amplification1" lang="eng"> blood  </keyword>
+                <keyword action="constellation" lang="eng"> everywhere </keyword>
+                <keyword action="amplification6" lang="eng"> give  </keyword>
+                <keyword action="amplification7" lang="eng"> give  </keyword>
+                <keyword action="amplification4" lang="eng"> your(s)  </keyword>
+                <keyword action="amplification2" lang="eng"> blood  </keyword>
+                or
+                or go
+                <keyword action="constellation" lang="eng"> golden </keyword>
+                <keyword action="amplification1" lang="eng"> golden  </keyword>
+                <keyword action="amplification4" lang="eng"> data  </keyword>
+                pro
+                to go
+                pro
+                <keyword action="constellation" lang="eng"> protein protection amino-acid </keyword>
+                to go
+                <keyword action="amplification1" lang="eng"> where  </keyword>
+                is
+                this is
+                <keyword action="constellation" lang="eng"> bilar </keyword>
+                <keyword action="constellation" lang="eng"> violence segment </keyword>
+                <keyword action="constellation" lang="eng"> segregation </keyword>
+                <keyword action="amplification2" lang="eng"> memory  </keyword>
+                <keyword action="amplification1" lang="eng"> encode </keyword>
+                <keyword action="amplification2" lang="eng"> where </keyword>
+                <keyword action="amplification3" lang="eng"> where  </keyword>
+                is every
+                <keyword action="amplification4" lang="eng"> body </keyword>
+                <keyword action="amplification4" lang="eng"> where  </keyword>
+                is no
+                <keyword action="amplification5" lang="eng"> body </keyword>
+                is
+                <keyword action="amplification5" lang="eng"> where </keyword>
+                but
+                feet
+                free freedom
+                freedom on the move
+                freedom on the move
+                freedom on the move
+                field
+                fo fuck
+                fo
+                free
+                re
+                rise
+                my
+                memorize
+                freedom on the move
+                freedom on the move
+                to
+                <keyword action="amplification6" lang="eng"> where  </keyword>
+                to go to  go
+                go go
+                <keyword action="amplification8" lang="eng"> give  </keyword>
+                me go go
+                <keyword action="amplification5" lang="eng"> data  </keyword>
+                going
+                fast
+                <keyword action="amplification2" lang="eng"> clouds  </keyword>
+                of
+                <keyword action="amplification7" lang="eng"> something </keyword>
+                else than
+                be center in the center of
+                <keyword action="amplification3" lang="eng"> being </keyword>
+                the place
+                of the
+                space
+                <keyword action="amplification7" lang="eng"> where </keyword>
+                the end starts
+                contact skin
+                left arm conductor nerve sensor
+                supplementary information like
+                sex name date of birth place
+                <keyword action="amplification8" lang="eng"> where  </keyword>
+                you live
+                <keyword action="amplification9" lang="eng"> give   </keyword>
+                me
+                your
+                <keyword action="amplification6" lang="eng"> data  </keyword>
+                access accede
+                the door is opened
+                <keyword action="#end" lang="eng"> muscular oxygen </keyword>
+
+
+            </sequence>
+            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
+                security system execute some analytics process in the - electrical borders of synapsis
+                transparent margins
+                Elastic borders
+                perpetual disociation between container and content
+                if everything
+                is possible
+                in the magnetic center of nothingness
+                abstract intimacy
+                of the inmaterial universe
+                try with structural regulation
+                open
+                body wifi connection
+                no
+                data
+                detected
+                link
+                memory
+                function
+                locate
+                locate
+                data
+                storage
+                cells or
+                shining electronics and very well organized cables
+                fragile
+                cells or machines
+                motivated by a flow of an electrical
+                blood
+                composed of zero and one
+                a binary logic
+                everything
+                everything can't be logic
+                everything can't be binary
+                but everything
+                what has happened and what happens
+                it's all written down somewhere
+                try with morphogenetics auto regulation
+                activation of nervous 
+                system
+                link nervous 
+                system 
+                to
+                cells
+                heard
+                genetics 
+                data 
+                bank
+                send emergency message to
+                send emergency message to
+                open 
+                body 
+                data 
+                bank
+                open 
+                cells 
+                code
+                open 
+                genetic 
+                <keyword action="#end">code</keyword>
+
+            </sequence>
+            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
+                try with upper motoneuron
+                functions 
+                functions
+                code 
+                variants
+                nerve motoneuron
+                con con con
+                connect me to this network
+                i'm just looking for the 
+                connection
+                a 
+                connection
+                a link
+                something that links me to something
+                something that tells me that i am not an isolated element
+                that i am not dead
+                to generate a new 
+                memory
+                to store it where i want to store it
+                to visit it when i want to visit it
+                isolated points in 
+                space
+                drops unable to be a sea
+                grains of sand that do not conceive of the desert
+                leaves that do not remember the tree from where they fell
+                i feed on an electrical juice
+                on an image that i generate
+                and that i can change with my fingers
+                searching fingers
+                research fingers
+                search
+                results
+                space 
+                where there are neither limits nor angles
+                where the horizon is nothing else than bits
+                images from a 
+                space 
+                <keyword action="#end">more real than reality</keyword>
+            </sequence>
+            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
+                <keyword action="constellation" lang="eng"> clouds </keyword>
+                <keyword action="constellation" lang="eng"> beautiful </keyword>
+                <keyword action="constellation" lang="eng"> data </keyword>
+                <keyword action="amplification1" lang="eng"> clouds </keyword>
+                <keyword action="constellation" lang="eng"> rain of identities </keyword>
+                <keyword action="constellation" lang="eng"> storm of possibilities </keyword>
+                <keyword action="constellation" lang="eng"> body </keyword> 
+                <keyword action="constellation" lang="eng"> wifi </keyword>
+                <keyword action="constellation" lang="eng"> search </keyword> 
+                <keyword action="constellation" lang="eng"> and redo </keyword>
+                <keyword action="constellation" lang="eng"> connection </keyword>
+                <keyword action="constellation" lang="eng"> connect me to this network </keyword>
+                <keyword action="constellation" lang="eng"> function </keyword>
+                <keyword action="constellation" lang="eng"> looking for </keyword>
+                <keyword action="amplification1" lang="eng"> something </keyword>
+                <keyword action="constellation" lang="eng"> must </keyword>
+                <keyword action="constellation" lang="eng"> stay </keyword>
+                <keyword action="amplification1" lang="eng"> something </keyword>
+                <keyword action="amplification1" lang="eng"> must </keyword>
+                <keyword action="constellation" lang="eng"> exist</keyword>
+                <keyword action="" lang="eng"> a</keyword>
+                <keyword action="constellation" lang="eng"> thread </keyword>
+                <keyword action="amplification2" lang="eng"> something </keyword>
+                <keyword action="amplification1" lang="eng"> exists </keyword>
+                <keyword action="constellation" lang="eng"> between recollection and oblivion</keyword>
+                <keyword action="constellation" lang="eng"> a tension an echo an emptiness</keyword>
+                <keyword action="amplification3" lang="eng"> something </keyword>
+                <keyword action="constellation" lang="eng"> rare </keyword>
+                <keyword action="amplification1" lang="eng"> stays </keyword>
+                <keyword action="constellation" lang="eng"> through</keyword>
+                <keyword action="constellation" lang="eng"> nothing more strange than this exile</keyword>
+                <keyword action="constellation" lang="eng"> an absolute abyss</keyword>
+                <keyword action="constellation" lang="eng"> a creaking of the bones</keyword>
+                <keyword action="constellation" lang="eng"> a barbarian invasion</keyword>
+                <keyword action="constellation" lang="eng"> the carelessness of destinies</keyword>
+                <keyword action="constellation" lang="eng"> wringing out the </keyword>
+                <keyword action="constellation" lang="eng"> blood</keyword>
+                <keyword action="amplification4" lang="eng"> something </keyword>
+                <keyword action="constellation" lang="eng"> should</keyword>
+                <keyword action="amplification2" lang="eng"> must </keyword>
+                <keyword action="" lang="eng">  or </keyword>
+                <keyword action="" lang="eng"> must </keyword>
+                <keyword action="" lang="eng">  not</keyword>
+                <keyword action="amplification5" lang="eng"> something </keyword>
+                <keyword action="amplification2" lang="eng"> stays</keyword>
+                <keyword action="#end" lang="eng"> drop return to the center </keyword>
+            </sequence>
+            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
+                try with utopian 
+                function
+                how to say
+                that which the nothingness understands
+                that which fear hides
+                in the promises of the future
+                in the frustration of the human
+                in the disappointment of humanity
+                to envy
+                the cadence of machines
+                their speed
+                their power
+                the infinite of the virtual
+                the utopia of the possibilities
+                the simplicity of the cables
+                the capacity of calculation
+                the efficiency of the 
+                systems
+                and to want 
+                try with 
+                <keyword action="amplification2" lang="eng"> functions </keyword>
+                in realtime
+                speak with someone from another 
+                space 
+                in realtime
+                to consult a realtime information
+                climate
+                the exact state
+                of such or such
+                a street
+                to buy
+                to choose
+                to access to all the information of the real world
+                to have virtual sex with
+                sex with 
+                data 
+                with a child
+                a chicken
+                a dead terrorist
+                a screen
+                other 
+                functions 
+                function 
+                analyze 
+                function 
+                capacity
+                capacity
+                to modify
+                to reinventing inner information
+                analyzes of the capacity of modification of basic structures
+                the problem is not the information
+                it's the 
+                connection
+                it's the 
+                link
+                the bond
+                it is the access
+                it is the key
+                <keyword action="#end">it is the code</keyword> 
+            </sequence>
+            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
+                try with identity 
+                function
+                accede to the infinite 
+                spaces
+                identifier required
+                something that identify me like i
+                identity is a movement
+                random combination
+                temporal accident
+                ephemeral 
+                system
+                to replace identity to identifier
+                liquid identities
+                composed by 
+                codes
+                codes codes codes
+                and some private 
+                data 
+                like
+                geolocalization
+                traced actions
+                <keyword action="#end">autoproduced images</keyword>
+            </sequence>
+            <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">           
+                try with  existential 
+                functions
+                to be innumerable parallel identities
+                from innumerable parallel worlds
+                interconnected parallel worlds
+                interconnected parallel identities
+                to be downloaded
+                to be installed
+                to be executed in the application of being
+                to be synchronized
+                to be shared
+                to mark an alien silence
+                to remain in the space of between
+                to fight in the 
+                body
+                to transcend the effect
+                the fault
+                the default
+                in effect
+                to effect
+                to activate
+                to create
+                to 
+                give 
+                to 
+                give 
+                to 
+                give 
+                to 
+                give 
+                to
+                give 
+                to 
+                give 
+                to 
+                give 
+                to 
+                give 
+                to  
+                to go for a walk in the internal desert
+                to return to the center
+                to scratch the bones
+                to join the form
+                to relead deviations of the brain
+                to integrate the knot
+                to undress the center
+                to be relocated in 
+                space 
+                and time
+                to be the extrinsic silence
+                to undress time
+                to relead the desert
+                to close the access
+                to dance
+                information in movement
+                the movement of information
+                the access 
+                code
+                the 
+                code
+                the access to movement
+                the 
+                body
+                the fear
+                the recollection
+                the naked center
+                the paralysis of the fear
+                to replace the fear 
+                code
+                the 
+                code 
+                of the abyss
+                to be downloaded
+                to be installed
+                to be executed in the application of being
+                to be synchronized
+                to be shared
+                to be
+                try with cognitive function
+                transparent margins
+                elastic borders
+                perpetual dissociation between container and content
+                if everything
+                if if
+                is possible
+                in the magnetic center of nothingness
+                abstract intimacy
+                of the <keyword action="#end">immaterial universe</keyword>
+            </sequence>
+        </section>
+        <section id="7" start="phase of genetic evolution number seven dot seven dot seven" action_start="open_scene7" end="drop return to the center" action_end="close_scene7">
+            <sequence ordre="strict" repetition="non" lang="eng">
+                <keyword action="#end" lang="eng"> drop return to the center</keyword>
+            </sequence>
+        </section>
+        <section id="8" action_start="open_scene8" start="phase of genetic evolution number eight dot eight dot eight" end="drop return to the center" action_end="close_scene8">
+            <sequence ordre="variable" repetition="non" action="" lang="eng">
+                <keyword action="open_scene8.1" lang="eng"> search for sequences producing significant alignments in genetic database </keyword>    
+                <keyword action="memorise_loop" lang="eng"> record this new genetic sequence  </keyword>
+                <keyword action="stop_recording" lang="eng"> stop to code </keyword>
+                <keyword action="modify_loop1" lang="eng"> modify this memory </keyword>
+                <keyword action="modify_loop2" lang="eng"> start mutation process </keyword>
+                <keyword action="modify_loop3" lang="eng"> tiger mutation sequence  </keyword>
+                <keyword action="modify_loop4" lang="eng" > lyon zebra fish mutation </keyword>
+                <keyword action="erase_loop" lang="eng"> save this memory in genetic database </keyword>
+                <keyword action="next_sequence" lang="eng"> go to next memory  </keyword>
+                <keyword action="supperposition" lang="eng"> compile the transcription program </keyword>
+                <keyword action="erase_loop" lang="eng"> erase this memory </keyword>
+                <keyword action="#end" lang="eng"> drop return to the center </keyword>
+			</sequence>
+            <sequence ordre="variable" repetition="oui" action="" lang="eng">
+                <keyword action="open_scene8.2" lang="eng"> wait write this sequence proposition</keyword>
+                 <keyword action="write_seq1" lang="eng"> the sequence of the ancestral comunication </keyword>
+                 <keyword action="write_seq2" lang= "eng"> the sequence of the language of the planets </keyword>
+                 <keyword action="#end" lang="eng"> drop return to the center </keyword>
+             </sequence>
+            <sequence ordre="strict" repetition="non" action="" lang="eng">
+                <keyword action="open_scene9" lang="eng">phase of genetic evolution number nine dot nine dot nine </keyword>
+                <keyword action="open_scene9.2" lang="eng"> try with blood </keyword>
+                <keyword action="open_scene9.3" lang="eng" > try with soul </keyword>
+                <keyword action="#end" lang="eng"> drop return to the center </keyword>
+                try with homeostasis
+            </sequence>
+			</section>
+			</liste_section>
+        </homeostasis>
+   
diff --git a/data/homeostasis_25nov.xml b/data/homeostasis_25nov.xml
deleted file mode 100644
index 3472cbf4e064807e3ba49b28a9c27e7257e53d3a..0000000000000000000000000000000000000000
--- a/data/homeostasis_25nov.xml
+++ /dev/null
@@ -1,636 +0,0 @@
-<homeostasis version="25-11-2014">
-    <liste_section sequences="1,2,3,4,5,6,7,8,9" ordre="variable" repetition="oui" action="exclusive">
-    <section id="1" action="start_scene1">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-           <keyword action="start_scene1" lang="esp"> uno </keyword>
-        </sequence>
-        </section>
-        <section id="2" action="close_scene1/start_scene2">
-            <sequence ordre="strict" repetition="non" action="" lang="esp">
-                <keyword action="open_scene2" lang="esp"> dos </keyword>
-                <keyword action="open_2A" lang="eng"> open system </keyword>
-            </sequence>
-          <sequence ordre="strict" repetition="oui" action="" lang="eng"> 
-            <keyword action="start_system_voice" lang="eng"> tell me </keyword>
-            <keyword action="open_2B" lang="eng"> open technical characteristics </keyword>
-            <keyword action="open_2B1" lang="eng"> read </keyword>
-            <keyword action="open_2B2" lang="eng"> next </keyword>
-            <keyword action="open_2B3" lang="eng"> yes </keyword>
-            <keyword action="open_2B4" lang="eng"> read </keyword>
-            <keyword action="open_2B5" lang="eng"> download </keyword>
-            <keyword action="open_2C" lang="eng"> open the terms and conditions of use of body x epsilon system three point zero </keyword>
-            <keyword action="open_2C1" lang="eng"> accept terms and conditions of use </keyword>
-            <keyword action="open_2C2" lang="eng"> next </keyword>
-            <keyword action="open_2D" lang="eng"> install the new version of me </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-    <section id="3" action="close_scene2/start_scene3">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="open_scene3" lang="esp"> tres </keyword>
-            <keyword action="#end" lang="eng"> open access to body data </keyword>
-        </sequence>
-        <sequence ordre="strict" repetition="oui" action="" lang="eng">
-            <keyword action="open3_A" lang="eng"> import body data </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A1" lang="eng"> import organic matter data </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A2" lang="eng"> import temperature </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A3" lang="eng"> import time </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A4" lang="eng"> import space data </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A5" lang="eng"> import position </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A6" lang="eng"> import body subsystems </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A7" lang="eng"> import estate </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-    <section id="4" action="close_scene3/start_scene4">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="open_scene4" lang="esp"> quatro </keyword>
-            <keyword action="#end" lang="eng"> open access to body functions </keyword>
-        </sequence>
-        <sequence ordre="strict" repetition="oui" action="" lang="eng">
-            <keyword action="open_4A" lang="eng"> import body functions space localization </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A1" lang="eng"> import body functions sensations </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A2" lang="eng"> import body functions passion </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A3" lang="eng"> import body functions concentration </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A4" lang="eng"> import body functions perception </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A5" lang="eng"> import body functions formal force </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A6" lang="eng"> import body functions logics </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A7" lang="eng"> import body functions imagination </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A8" lang="eng"> import body functions effort </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A9" lang="eng"> import body functions nervous system </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A10" lang="eng"> import body functions internal network </keyword>
-            <keyword action="#end" lang="eng"> upload </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-    <section id="5" action="close_scene4/start_scene5">
-        <sequence ordre="strict" repetition="non" action="" lang="esp">
-            <keyword action="open_scene5" lang="esp"> cinco </keyword>
-        </sequence>
-        <sequence ordre="strict" repetition="oui" action="" lang="eng">
-            <keyword action="" lang="eng"> set up the connection </keyword>
-            <keyword action="" lang="eng"> open access to memory </keyword>
-            <keyword action="" lang="eng"> import memory data </keyword>
-            <keyword action="" lang="eng"> open memory </keyword>
-            <keyword action="" lang="eng"> deactivate the security system </keyword>
-            <keyword action="" lang="eng"> deactivate the security system of new version </keyword>
-            <keyword action="" lang="eng"> open conditions and terms of use </keyword>
-            <keyword action="" lang="eng"> modify the security conditions of new version anyway </keyword>
-            <keyword action="#end" lang="eng"> import memory </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-            <keyword action="stop_system_voice" lang="eng"> silence </keyword>
-        </sequence>
-    </section>
-    <section id="6" action="close_scene5/start_scene6">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="" lang="esp"> seis </keyword>
-            <keyword action="#end" lang="eng"> open network </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-            <keyword action="constellation" lang="eng"> clouds </keyword>
-            <keyword action="constellation" lang="eng"> beautiful </keyword>
-            <keyword action="constellation" lang="eng"> data </keyword>
-            <keyword action="amplification1" lang="eng"> clouds </keyword>
-            <keyword action="constellation" lang="eng"> rain of identities </keyword>
-            <keyword action="constellation" lang="eng"> storm of possibilities </keyword>
-            <keyword action="constellation" lang="eng"> body </keyword> 
-            <keyword action="constellation" lang="eng"> wifi </keyword>
-            <keyword action="constellation" lang="eng"> search </keyword> 
-            <keyword action="constellation" lang="eng"> and redo </keyword>
-            <keyword action="constellation" lang="eng"> connection </keyword>
-            <keyword action="constellation" lang="eng"> connect me to this network </keyword>
-            <keyword action="constellation" lang="eng"> function </keyword>
-            <keyword action="constellation" lang="eng"> looking for </keyword>
-            <keyword action="amplification1" lang="eng"> something </keyword>
-            <keyword action="constellation" lang="eng"> must </keyword>
-            <keyword action="constellation" lang="eng"> stay </keyword>
-            <keyword action="amplification1" lang="eng"> something  </keyword>
-            <keyword action="amplification1" lang="eng"> must  </keyword>
-            <keyword action="constellation" lang="eng"> exist </keyword>
-            <keyword action="constellation" lang="eng"> a </keyword>
-            <keyword action="constellation" lang="eng"> thread  </keyword>
-            <keyword action="amplification2" lang="eng"> something  </keyword>
-            <keyword action="amplification1" lang="eng"> exists  </keyword>
-            <keyword action="constellation" lang="eng"> between recollection and oblivion </keyword>
-            <keyword action="constellation" lang="eng"> a tension an echo an emptiness </keyword>
-            <keyword action="amplification3" lang="eng"> something  </keyword>
-            <keyword action="constellation" lang="eng"> rare  </keyword>
-            <keyword action="amplification1" lang="eng"> stays  </keyword>
-            <keyword action="constellation" lang="eng"> through </keyword>
-            <keyword action="constellation" lang="eng"> nothing more strange than this exile </keyword>
-            <keyword action="constellation" lang="eng"> an absolute abyss </keyword>
-            <keyword action="constellation" lang="eng"> a creaking of the bones </keyword>
-            <keyword action="constellation" lang="eng"> a barbarian invasion </keyword>
-            <keyword action="constellation" lang="eng"> the carelessness of destinies </keyword>
-            <keyword action="constellation" lang="eng"> wringing out the  </keyword>
-            <keyword action="constellation" lang="eng"> blood </keyword>
-            <keyword action="amplification4" lang="eng"> something  </keyword>
-            <keyword action="constellation" lang="eng"> should </keyword>
-            <keyword action="amplification2" lang="eng"> must  </keyword>
-            <keyword action="constellation" lang="eng">  or  </keyword>
-            <keyword action="amplification2" lang="eng"> must  </keyword>
-            <keyword action="constellation" lang="eng">  not </keyword>
-            <keyword action="amplification5" lang="eng"> something  </keyword>
-            <keyword action="amplification2" lang="eng"> stays </keyword>
-            <keyword action="#end"> try with functional regulation </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" action="constellation" lang="eng">
-            <keyword action="constellation" lang="eng"> possible  </keyword>
-            <keyword action="amplification1" lang="eng"> function </keyword>
-            <keyword action="constellation" lang="eng"> erase the  </keyword>
-            <keyword action="constellation" lang="eng"> space </keyword>
-            <keyword action="constellation" lang="eng"> important </keyword>
-            <keyword action="constellation" lang="eng"> state </keyword>
-            <keyword action="constellation" lang="eng"> geolocalization </keyword>
-            <keyword action="amplification1" lang="eng"> important </keyword>
-            <keyword action="constellation" lang="eng"> encode  </keyword>
-            <keyword action="constellation" lang="eng"> passion   </keyword>
-            <keyword action="constellation" lang="eng"> for located  </keyword>
-            <keyword action="constellation" lang="eng"> constellation   </keyword>
-            <keyword action="constellation" lang="eng"> center </keyword>
-            <keyword action="constellation" lang="eng"> six six nine </keyword>
-            <keyword action="amplification2" lang="eng"> important </keyword>
-            <keyword action="constellation" lang="eng"> some  </keyword>
-            <keyword action="amplification1" lang="eng"> threads  </keyword>
-            <keyword action="constellation" lang="eng"> are broken </keyword>
-            <keyword action="constellation" lang="eng"> remove </keyword>
-            <keyword action="constellation" lang="eng"> memory  </keyword>
-            <keyword action="constellation" lang="eng"> love </keyword>
-            <keyword action="amplification1" lang="eng"> love </keyword>
-            <keyword action="amplification1" lang="eng"> memory  </keyword>
-            <keyword action="amplification2" lang="eng"> love </keyword>
-            <keyword action="amplification1" lang="eng"> errors </keyword>
-            <keyword action="constellation" lang="eng"> a identical </keyword>
-            <keyword action="constellation" lang="eng"> identity  </keyword>
-            <keyword action="constellation" lang="eng"> identifier </keyword>
-            <keyword action="constellation" lang="eng"> where </keyword>
-            <keyword action="constellation" lang="eng"> answer </keyword>
-            <keyword action="constellation" lang="eng"> being </keyword>
-            <keyword action="constellation" lang="eng"> boing </keyword>
-            <keyword action="constellation" lang="eng"> boot </keyword>
-            <keyword action="constellation" lang="eng"> reboot </keyword>
-            <keyword action="constellation" lang="eng"> border of  </keyword>
-            <keyword action="amplification1" lang="eng"> body  </keyword>
-            <keyword action="amplification2" lang="eng"> body  </keyword>
-            <keyword action="amplification1" lang="eng"> being </keyword>
-            <keyword action="constellation" lang="eng"> begun </keyword>
-            <keyword action="constellation" lang="eng"> begin </keyword>
-            <keyword action="constellation" lang="eng"> win </keyword>
-            <keyword action="amplification1" lang="eng"> border of  </keyword>
-            <keyword action="amplification2" lang="eng"> being </keyword>
-            <keyword action="constellation" lang="eng"> actions </keyword>
-            <keyword action="amplification1" lang="eng"> search  </keyword>
-            <keyword action="constellation" lang="eng"> the  </keyword>
-            <keyword action="amplification1" lang="eng"> answer  </keyword>
-            <keyword action="constellation" lang="eng"> of  </keyword>
-            <keyword action="amplification1" lang="eng"> the </keyword>
-            <keyword action="constellation" lang="eng"> there is </keyword>
-            <keyword action="amplification1" lang="eng"> there is  </keyword>
-            <keyword action="amplification6" lang="eng"> something </keyword>
-            bo boom
-            <keyword action="amplification3" lang="eng"> body  </keyword>
-            <keyword action="constellation" lang="eng"> password </keyword>
-            the pa pa pathetic 
-            <keyword action="constellation" lang="eng"> pancreas </keyword>
-            <keyword action="constellation" lang="eng"> give  </keyword>
-            to 
-            drive
-            drive
-            to 
-            <keyword action="constellation" lang="eng"> me </keyword>
-            to memo
-            rise
-            say
-            say hello
-            <keyword action="amplification1" lang="eng"> data  </keyword>
-            gi 
-            <keyword action="amplification1" lang="eng"> give  </keyword>
-            <keyword action="amplification1" lang="eng"> me </keyword>
-            the
-            this
-            mine
-            mineral
-            <keyword action="amplification2" lang="eng"> give  </keyword>
-            <keyword action="amplification2" lang="eng"> me </keyword>
-            <keyword action="constellation" lang="eng"> you  </keyword>
-            <keyword action="constellation" lang="eng"> your </keyword>
-            <keyword action="amplification3" lang="eng"> give  </keyword>
-            <keyword action="amplification3" lang="eng"> me  </keyword>
-            <keyword action="amplification1" lang="eng"> your  </keyword>
-            <keyword action="amplification2" lang="eng"> data  </keyword>
-            <keyword action="amplification4" lang="eng"> give  </keyword>
-            <keyword action="amplification4" lang="eng"> me  </keyword>
-            <keyword action="amplification2" lang="eng"> your </keyword>
-            <keyword action="amplification5" lang="eng"> give  </keyword>
-            <keyword action="amplification5" lang="eng"> me  </keyword>
-            <keyword action="amplification3" lang="eng"> your  </keyword>
-            <keyword action="amplification3" lang="eng"> data  </keyword>
-            <keyword action="amplification1" lang="eng"> begun  </keyword>
-            <keyword action="amplification1" lang="eng"> begin  </keyword>
-            <keyword action="amplification1" lang="eng"> wins </keyword>
-            wine 
-            <keyword action="amplification1" lang="eng"> blood  </keyword>
-            <keyword action="constellation" lang="eng"> everywhere </keyword>
-            <keyword action="amplification6" lang="eng"> give  </keyword>
-            <keyword action="amplification7" lang="eng"> give  </keyword>
-            <keyword action="amplification4" lang="eng"> your  </keyword>
-            <keyword action="amplification2" lang="eng"> blood  </keyword>
-            or
-            or go
-            <keyword action="constellation" lang="eng"> golden </keyword>
-            <keyword action="amplification1" lang="eng"> golden  </keyword>
-            <keyword action="amplification4" lang="eng"> data  </keyword>
-            pro
-            to go
-            pro 
-            <keyword action="constellation" lang="eng"> protein protection amino-acid </keyword>
-            to go
-            <keyword action="amplification1" lang="eng"> where  </keyword>
-            is
-            this is
-            <keyword action="constellation" lang="eng"> bilar </keyword>
-            <keyword action="constellation" lang="eng"> violence segment </keyword>
-            <keyword action="constellation" lang="eng"> segregation </keyword>
-            <keyword action="amplification2" lang="eng"> memory  </keyword>
-            <keyword action="amplification1" lang="eng"> encode </keyword>
-            <keyword action="amplification2" lang="eng"> where </keyword>
-            <keyword action="amplification3" lang="eng"> where  </keyword>
-            is every
-            <keyword action="amplification4" lang="eng"> body </keyword>
-            <keyword action="amplification4" lang="eng"> where  </keyword>
-            is no
-            <keyword action="amplification5" lang="eng"> body </keyword>
-            is 
-            <keyword action="amplification5" lang="eng"> where </keyword>
-            but
-            feet
-            free freedom
-            freedom on the move
-            freedom on the move
-            freedom on the move
-            field
-            fo fuck
-            fo
-            free
-            re 
-            rise
-            my
-            memorize
-            freedom on the move
-            freedom on the move
-            to 
-            <keyword action="amplification6" lang="eng"> where  </keyword>
-            to go to  go
-            go go
-            <keyword action="amplification8" lang="eng"> give  </keyword>
-            me go go
-            <keyword action="amplification5" lang="eng"> data  </keyword>
-            going
-            fast
-            <keyword action="amplification2" lang="eng"> clouds  </keyword>
-            of 
-            <keyword action="amplification7" lang="eng"> something </keyword>
-            else than
-            be center in the center of 
-            <keyword action="amplification3" lang="eng"> being </keyword>
-            the place
-            of the 
-            space
-            <keyword action="amplification7" lang="eng"> where </keyword>
-            the end starts
-            contact skin
-            left arm conductor nerve sensor
-            supplementary information like
-            sex name date of birth place 
-            <keyword action="amplification8" lang="eng"> where  </keyword>
-            you live
-            <keyword action="amplification9" lang="eng"> give   </keyword>
-            me 
-            your 
-            <keyword action="amplification6" lang="eng"> data  </keyword>
-            access accede
-            the door is opened
-            muscular oxygen
-            try with 
-            <keyword action="amplification2" lang="eng"> functions  </keyword>
-            in realtime
-            speak with someone from another 
-            space 
-            in realtime
-            to consult a realtime information
-            climate
-            the exact state
-            of such or such
-            a street
-            to buy
-            to choose
-            to access to all the information of the real world
-            to have virtual sex with
-            sex with 
-            data 
-            with a child
-            a chicken
-            a dead terrorist
-            a screen
-            other 
-            functions 
-            function 
-            analyze 
-            function 
-            capacity
-            capacity
-            to modify
-            to reinventing inner information
-            analyzes of the capacity of modification of basic structures
-            the problem is not the information
-            it's the 
-            connection
-            it's the 
-            link
-            the bond
-            it is the access
-            it is the key
-            it is the 
-            code
-            try with utopian 
-            function
-            how to say
-            that which the nothingness understands
-            that which fear hides
-            in the promises of the future
-            in the frustration of the human
-            in the disappointment of humanity
-            to envy
-            the cadence of machines
-            their speed
-            their power
-            the infinite of the virtual
-            the utopia of the possibilities
-            the simplicity of the cables
-            the capacity of calculation
-            the efficiency of the 
-            systems
-            <keyword action="#end"> and to want </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" lang="esp" action="constellation">
-            como decir
-            lo que la nada entiende
-            lo que el miedo esconde
-            en las promesas del futuro
-            en la frustracion de lo humano
-            en la decepcion de la humanidad
-            envidiar
-            la cadencia de las maquinas
-            su velocidad 
-            su potencia
-            lo infinito de lo virtual
-            la utopia de los possibles
-            la simplicidad de los cables
-            la capacidad de calculo
-            la eficacia de los sistemas
-            <keyword action="#end"> y querer </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" lang="eng" action="constellation">
-            try with upper motoneuron
-            functions 
-            functions
-            code 
-            variants
-            nerve motoneuron
-            con con con
-            connect me to this network
-            i'm just looking for the 
-            connection
-            a 
-            connection
-            a link
-            something that links me to something
-            something that tells me that i am not an isolated element
-            that i am not dead
-            to generate a new 
-            memory
-            to store it where i want to store it
-            to visit it when i want to visit it
-            isolated points in 
-            space
-            drops unable to be a sea
-            grains of sand that do not conceive of the desert
-            leaves that do not remember the tree from where they fell
-            i feed on an electrical juice
-            on an image that i generate
-            and that i can change with my fingers
-            searching fingers
-            research fingers
-            search
-            results
-            space 
-            where there are neither limits nor angles
-            where the horizon is nothing else than bits
-            images from a 
-            space 
-            more real than reality
-            try with identity 
-            function
-            accede to the infinite 
-            spaces
-            identifier required
-            something that identify me like i
-            identity is a movement
-            random combination
-            temporal accident
-            ephemeral 
-            system
-            to replace identity to identifier
-            liquid identities
-            composed by 
-            codes
-            codes codes codes
-            and some private 
-            data 
-            like
-            geolocalization
-            traced actions
-            autoproduced images
-            try with  existential 
-            functions
-            to be innumerable parallel identities
-            from innumerable parallel worlds
-            interconnected parallel worlds
-            interconnected parallel identities
-            to be downloaded
-            to be installed
-            to be executed in the application of being
-            to be synchronized
-            to be shared
-            to mark an alien silence
-            to remain in the space of between
-            to fight in the 
-            body
-            to transcend the effect
-            the fault
-            the default
-            in effect
-            to effect
-            to activate
-            to create
-            to 
-            give 
-            to 
-            give 
-            to 
-            give 
-            to 
-            give 
-            to
-            give 
-            to 
-            give 
-            to 
-            give 
-            to 
-            give 
-            to  
-            to go for a walk in the internal desert
-            to return to the center
-            to scratch the bones
-            to join the form
-            to relead deviations of the brain
-            to integrate the knot
-            to undress the center
-            to be relocated in 
-            space 
-            and time
-            to be the extrinsic silence
-            to undress time
-            to relead the desert
-            to close the access
-            to dance
-            information in movement
-            the movement of information
-            the access 
-            code
-            the 
-            code
-            the access to movement
-            the 
-            body
-            the fear
-            the recollection
-            the naked center
-            the paralysis of the fear
-            to replace the fear 
-            code
-            the 
-            code 
-            of the abyss
-            to be downloaded
-            to be installed
-            to be executed in the application of being
-            to be synchronized
-            to be shared
-            to be
-            try with cognitive function
-            transparent margins
-            elastic borders
-            perpetual dissociation between container and content
-            if everything
-            if if
-            is possible
-            in the magnetic center of nothingness
-            abstract intimacy
-            of the immaterial universe
-            try with structural regulation
-            open 
-            body wifi connection
-            no 
-            data 
-            detected
-            link 
-            memory 
-            function
-            locate
-            locate 
-            data 
-            storage
-            cells or
-            shining electronics and very well organized cables
-            fragile
-            cells or machines
-            motivated by a flow of an electrical 
-            blood 
-            composed of zero and one
-            a binary logic
-            everything
-            everything can't be logic
-            everything can't be binary
-            but everything
-            what has happened and what happens
-            it's all written down somewhere
-            try with morphogenetics auto regulation
-            activation of nervous 
-            system
-            link nervous 
-            system 
-            to
-            cells
-            heard
-            genetics 
-            data 
-            bank
-            send emergency message to
-            send emergency message to
-            open 
-            body 
-            data 
-            bank
-            open 
-            cells 
-            code
-            open 
-            genetic 
-            code
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-    <section id="7" action="close_scene6/start_scene7"/>
-    <section id="8" action="close_scene7/start_scene8">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="" lang="esp"> ocho </keyword>
-            <keyword action="#end" lang="eng"> search for sequences producing significant alignments in genetic database </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" action="" lang="eng">
-            <keyword action="memorise_loop" lang="eng"> record </keyword>
-            <keyword action="" lang="eng"> stop </keyword>
-            <keyword action="" lang="eng"> save this memory in genetic database </keyword>
-            <keyword action="" lang="eng"> next </keyword>
-            <keyword action="memorise_loop" lang="eng"> record </keyword>
-            <keyword action="" lang="eng"> stop </keyword>
-            <keyword action="" lang="eng"> erase this memory </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-</liste_section>
-</homeostasis> 
-
diff --git a/data/homeostasis_sept2014.xml b/data/homeostasis_sept2014.xml
deleted file mode 100644
index 111ec15382c5dd7e921ffac737e8f08dc40c9496..0000000000000000000000000000000000000000
--- a/data/homeostasis_sept2014.xml
+++ /dev/null
@@ -1,464 +0,0 @@
-<homeostasis version="29-09-2014">
-    <section id="1" action="">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="" lang="esp"> uno </keyword>
-            <keyword action="#end" lang="eng"> open system </keyword>
-        </sequence>
-    </section>
-    <section id="2" action="">
-        <sequence ordre="strict" repetition="non" action="" lang="esp">
-            <keyword action="#end" lang="esp"> dos </keyword>
-        </sequence>
-        <sequence ordre="strict" repetition="oui" action="" lang="eng">
-            <keyword action="" lang="eng"> tell me </keyword>
-            <keyword action="" lang="eng"> open technical characteristics </keyword>
-            <keyword action="" lang="eng"> read </keyword>
-            <keyword action="" lang="eng"> next </keyword>
-            <keyword action="" lang="eng"> yes </keyword>
-            <keyword action="" lang="eng"> read </keyword>
-            <keyword action="" lang="eng"> download </keyword>
-            <keyword action="" lang="eng"> open the terms and conditions of use of body x epsilon system three point zero </keyword>
-            <keyword action="" lang="eng"> accept terms and conditions of use </keyword>
-            <keyword action="" lang="eng"> next </keyword>
-            <keyword action="#end" lang="eng"> install the new version of me </keyword>
-        </sequence>
-    </section>
-    <section id="3" action="">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="" lang="esp"> tres </keyword>
-            <keyword action="#end" lang="eng"> open access to body data </keyword>
-        </sequence>
-        <sequence ordre="strict" repetition="oui" action="" lang="eng">
-            <keyword action="" lang="eng"> import body data </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import organic matter data </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import temperature </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import time </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import space data </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import position </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import body subsystems </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import estate </keyword>
-            <keyword action="#end" lang="eng"> upload </keyword>
-        </sequence>
-    </section>
-    <section id="4" action="">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="" lang="esp"> quatro </keyword>
-            <keyword action="#end" lang="eng"> open access to body functions </keyword>
-        </sequence>
-        <sequence ordre="strict" repetition="oui" action="" lang="eng">
-            <keyword action="" lang="eng"> import body functions space localization </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import body functions sensations </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import body functions passion </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import body functions concentration </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import body functions perception </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import body functions formal force </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import body functions logics </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import body functions imagination </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import body functions effort </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import body functions nervous system </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="" lang="eng"> import body functions internal network </keyword>
-            <keyword action="#end" lang="eng"> upload </keyword>
-        </sequence>
-    </section>
-    <section id="5" action="">
-        <sequence ordre="strict" repetition="non" action="" lang="esp">
-            <keyword action="#end" lang="esp"> cinco </keyword>
-        </sequence>
-        <sequence ordre="strict" repetition="oui" action="" lang="eng">
-            <keyword action="" lang="eng"> set up the connection </keyword>
-            <keyword action="" lang="eng"> open access to memory </keyword>
-            <keyword action="" lang="eng"> import memory data </keyword>
-            <keyword action="" lang="eng"> open memory </keyword>
-            <keyword action="" lang="eng"> deactivate the security system </keyword>
-            <keyword action="" lang="eng"> deactivate the security system of new version </keyword>
-            <keyword action="" lang="eng"> open conditions and terms of use </keyword>
-            <keyword action="" lang="eng"> modify the security conditions of new version anyway </keyword>
-            <keyword action="#end" lang="eng"> import memory </keyword>
-        </sequence>
-    </section>
-    <section id="6" action="#open constellation">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="" lang="esp"> seis </keyword>
-            <keyword action="#end" lang="eng"> open network </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" action="" lang="eng">
-            clouds
-            beautiful
-            <keyword action="" lang="eng"> data </keyword> clouds
-            rain of identities
-            storm of possibilities
-            body wifi
-            <keyword action="" lang="eng"> search </keyword> and redo <keyword action="" lang="eng"> connection </keyword>
-            connect me to this network
-            function looking for
-            something must stay
-            something must exist
-            a <keyword action="" lang="eng"> thread </keyword>
-            something exists between recollection and oblivion
-            a tension an echo an emptiness
-            an emptiness
-            something rare stays through
-            nothing more strange than this exile
-            an absolute abyss
-            a creaking of the bones
-            a barbarian invasion
-            the carelessness of destinies
-            wringing out the <keyword action="" lang="eng"> blood </keyword>
-            something should
-            must or must not
-            something stays
-            <keyword action="#end"> try with functional regulation </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" action="" lang="eng">
-            a like
-            possible function
-            display inline
-            erase the space
-            important
-            state
-            geolocalization
-            important
-            encode passion for located constellation
-            center
-            six
-            six
-            nine
-            important
-            some threads are broken
-            remove
-            memory
-            love
-            love
-            memory
-            love
-            errors
-            a
-            identical
-            identity
-            identifier
-            where
-            answer
-            being
-            boing
-            boot
-            reboot
-            border of body
-            body
-            being
-            begun
-            begin
-            win
-            border of being
-            actions
-            search
-            the answer of the
-            there is
-            there is something
-            bo boom
-            body password
-            the pa pa pathetic pancreas
-            give
-            to drive
-            drive
-            to me
-            to memo
-            rise
-            say
-            say hello
-            data
-            gi give me
-            the
-            this
-            mine
-            mineral
-            give me
-            you your
-            give me your data
-            give me yours
-            give me your data
-            begun begin wins
-            wine blood
-            everywhere
-            give
-            give your blood or
-            or go
-            golden
-            golden data
-            me
-            to go
-            pro protein protection aminoacid
-            to go
-            where is
-            this is
-            bilar
-            violence segment
-            segregation
-            memory
-            encode
-            where
-            where is everybody
-            where is nobody
-            is where
-            but
-            feet
-            free freedom
-            give me go go
-            data
-            going
-            fast
-            clouds of something
-            else than
-            be center in the center of being
-            the place
-            of the space
-            where
-            the end starts
-            contact skin
-            left arm conductor nerve sensor
-            supplementary information like
-            sex name date of birth place where you live
-            give me your data
-            access accede
-            the door is opened
-            muscular oxygen
-            try with functions in realtime
-            speak with someone from another space in realtime
-            to consult a realtime information
-            climate
-            the exact state
-            of such or such
-            a street
-            to buy
-            to choose
-            to access to all the information of the real world
-            to have virtual sex with
-            sex with data
-            with a child
-            a chicken
-            a dead terrorist
-            a screen
-            other functions
-            function
-            analyze function capacity
-            capacity
-            capacity
-            to modify
-            to reinventing inner information
-            analyzes of the capacity of modification of basic structures
-            the problem is not the information
-            it's the connection
-            it's the link
-            the bond
-            it is the access
-            it is the key
-            it is the code
-            try with utopian function
-            how to say
-            that which the nothingness understands
-            that which fear hides
-            in the promises of the future
-            in the frustration of the human
-            in the disappointment of humanity
-            to envy
-            the cadence of machines
-            their speed
-            their power
-            the infinite of the virtual
-            the utopia of the possibilities
-            the simplicity of the cables
-            the capacity of calculation
-            the efficiency of the systems
-            <keyword action="#end"> and to want </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" lang="esp" action="">
-            como decir
-            lo que la nada entiende
-            lo que el miedo esconde
-            en las promesas del futuro
-            en la frustracion de lo humano
-            en la decepcion de la humanidad
-            envidiar
-            la cadencia de las maquinas
-            su velocidad 
-            su potencia
-            lo infinito de lo virtual
-            la utopia de los possibles
-            la simplicidad de los cables
-            la capacidad de calculo
-            la eficacia de los sistemas
-            <keyword action="#end"> y querer </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" lang="eng" action="">
-            try with upper motoneuron
-            functions functions
-            code variants
-            nerve motoneuron
-            con con con
-            connect me to this network
-            i'm just looking for the connection
-            a connection
-            a link
-            something that links me to something
-            something that tells me that i am not an isolated element
-            that i am not dead
-            to generate a new memory
-            to store it where i want to store it
-            to visit it when i want to visit it
-            isolated points in space
-            drops unable to be a sea
-            grains of sand that do not conceive of the desert
-            leaves that do not remember the tree from where they fell
-            i feed on an electrical juice
-            on an image that i generate
-            and that i can change with my fingers
-            searching fingers
-            research fingers
-            search
-            results
-            space where there are neither limits nor angles
-            where the horizon is nothing else than bits
-            images from a space more real than reality
-            try with identity function
-            accede to the infinite spaces
-            identifier required
-            something that identify me like i
-            identity is a movement
-            random combination
-            temporal accident
-            ephemeral system
-            to replace identity to identifier
-            liquid identities
-            composed by codes
-            codes codes codes
-            and some private data like
-            geolocalization
-            traced actions
-            autoproduced images
-            try with  existential functions
-            to be innumerable parallel identities
-            from innumerable parallel worlds
-            interconnected parallel worlds
-            interconnected parallel identities
-            to be downloaded
-            to be installed
-            to be executed in the application of being
-            to be synchronized
-            to be shared
-            to mark an alien silence
-            to remain in the space of between
-            to fight in the body
-            to transcend the effect
-            the fault
-            the default
-            in effect
-            to effect
-            to activate
-            to create
-            to give to give to give to give
-            to give to give to give
-            to go for a walk in the internal desert
-            to return to the center
-            to scratch the bones
-            to join the form
-            to relead deviations of the brain
-            to integrate the knot
-            to undress the center
-            to be relocated in space and time
-            to be the extrinsic silence
-            to undress time
-            to relead the desert
-            to close the access
-            to dance
-            information in movement
-            the movement of information
-            the access code
-            the code
-            the access to movement
-            the body
-            the fear
-            the recollection
-            the naked center
-            the paralysis of the fear
-            to replace the fear code
-            the code of the abyss
-            to be downloaded
-            to be installed
-            to be executed in the application of being
-            to be synchronized
-            to be shared
-            to be
-            try with cognitive function
-            transparent margins
-            elastic borders
-            perpetual dissociation between container and content
-            if everything
-            if if
-            is possible
-            in the magnetic center of nothingness
-            abstract intimacy
-            of the immaterial universe
-            try with structural regulation
-            open body wifi connection
-            no data detected
-            link memory function
-            locate
-            locate data storage
-            cells or
-            shining electronics and very well organized cables
-            fragile
-            cells or machines
-            motivated by a flow of an electrical blood composed of zero and one
-            a binary logic
-            everything
-            everything can't be logic
-            everything can't be binary
-            but everything
-            what has happened and what happens
-            it's all written down somewhere
-            try with morphogenetics auto regulation
-            activation of nervous system
-            link nervous system to
-            cells
-            heard
-            genetics data bank
-            send emergency message to
-            send emergency message to
-            open body data bank
-            open cells code
-            open genetic code
-        </sequence>
-    </section>
-    <section id="8" action="">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="" lang="esp"> ocho </keyword>
-            <keyword action="#end" lang="eng"> search for sequences producing significant alignments in genetic database </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" action="" lang="eng">
-            <keyword action="" lang="eng"> record </keyword>
-            <keyword action="" lang="eng"> stop </keyword>
-            <keyword action="" lang="eng"> save this memory in genetic database </keyword>
-            <keyword action="" lang="eng"> next </keyword>
-            <keyword action="" lang="eng"> record </keyword>
-            <keyword action="" lang="eng"> stop </keyword>
-            <keyword action="" lang="eng"> erase this memory </keyword>
-        </sequence>
-    </section>
-</homeostasis>
-
diff --git a/data/simple-example.xml b/data/simple-example.xml
index 6e6ebfe4fe46fad6e0d415b2964e4bd5b0a4c0c2..426f66986608aab6a6c40d838f71f572f0b607d1 100644
--- a/data/simple-example.xml
+++ b/data/simple-example.xml
@@ -1,6 +1,6 @@
 <homeostasis version="25-11-2014">
-    <liste_section sequences="1" ordre="variable" repetition="oui" action="exclusive">
-        <section id="1" action="example1">
+    <liste_section sequences="1 2" ordre="variable" repetition="oui" action="exclusive">
+        <section id="1" start="go to section one" end="exit section" action_start="example1" action_end="example2">
             <sequence ordre="strict" repetition="non" action="" lang="eng">
                 we strive for louder <keyword action="example1" lang="eng"> futures </keyword>
                 our life is <keyword action="example2" lang="eng"> hidden in details </keyword> of a cloud
@@ -8,5 +8,10 @@
                 to whom the coin cannot be <keyword action="action3"> tossed over </keyword>
             </sequence>
         </section>
+        <section id="2" start="open section two" end="exit section" action_start="example3" action_end="example4">
+            <sequence ordre="strict" repetition="non" action="" lang="eng">
+                this is another section of my <keyword action="action4"> life </keyword>
+            </sequence>
+        </section>
     </liste_section>
 </homeostasis>
diff --git a/main.py b/main.py
index 8cfbb3ead008b6b29ce3c72788053b8044fdf92d..6a59e1a44db9bdf1883aa1d3af30be0a32a61bb5 100644
--- a/main.py
+++ b/main.py
@@ -55,6 +55,9 @@ class ScriptedASR(Gtk.Window):
         vbox.pack_start(self.asr, False, True, 5)
 
         # slu
+        self.fake_asr = Gtk.Entry()
+        self.fake_asr.connect('key-press-event', self.simulate_asr)
+        vbox.pack_start(self.fake_asr, False, True, 5)
 
         slu_prefix = config_dict['slu_prefix']
         slu_actions = config_dict['slu_actions']
@@ -64,8 +67,9 @@ class ScriptedASR(Gtk.Window):
         for section_fst in glob.glob(slu_prefix % 'section*.fst'):
             found = re.search('section(\d+)\.fst$', section_fst)
             if found:
+                print 'loading', section_fst
                 section_id = int(found.group(1))
-                self.slu[section_id - 1] = slu.SLU(slu_prefix % 'dico_word.txt', slu_prefix % 'dico_action.txt', section_fst, slu_prefix % 'clean_tail.fst', slu_actions, library=slu_library)
+                self.slu[section_id] = slu.SLU(slu_prefix % 'dico_word.txt', slu_prefix % 'dico_action.txt', section_fst, slu_prefix % 'clean_tail.fst', slu_actions, library=slu_library)
         if slu_type == 0:
             for keyword in self.xmlview.keywords:
                 keyword.add_listener(self.set_slu_history)
@@ -90,14 +94,14 @@ class ScriptedASR(Gtk.Window):
         # setup singletons 
         osc.setup(osc_host, osc_port)
         actions.setup(self.confirmer, self.xmlview)
-        self.current_section = 0
+        self.current_section = -1
         self.current_section_history = ['']
         self.slu_output = ''
         self.kept_history = ''
         self.kept_actions = []
         self.old_words = None
 
-        self.connect('key-press-event', self.global_keybindings)
+        #self.connect('key-press-event', self.global_keybindings)
 
     def global_keybindings(self, widget, event):
         if event.keyval == Gdk.KEY_1:
@@ -132,6 +136,10 @@ class ScriptedASR(Gtk.Window):
     def set_section(self, section_id):
         self.xmlview.set_section(section_id)
 
+    def simulate_asr(self, widget, event):
+        if event.keyval == Gdk.KEY_return:
+            print 'foo'
+
     def slu_finished(self, model, slu_output):
         #slu_output = str(slu_output)
         #print slu_output
@@ -149,12 +157,17 @@ class ScriptedASR(Gtk.Window):
                 new_section = self.xmlview.get_section() + 1
                 if new_section < self.xmlview.num_sections():
                     self.confirmer.confirm('Go to section %d?' % (new_section + 1), 3, lambda: self.set_section(new_section))
+            elif action.text.startswith('change_section('):
+                new_section = int(action.text[15:].split(',')[0])
+                print 'CHANGE SECTION:', new_section
+                self.set_section(new_section)
             else:
                 actions.perform_action(action, False)
         self.kept_history = self.slu_output
         self.kept_actions = self.slu_actions
 
     def hyp_changed(self, hyp):
+        print hyp
         #hyp = ' '.join(hyp).replace('[noise]', ' ').split()
         if len(hyp) > len(self.current_section_history):
             self.current_section_history.append('')
@@ -166,6 +179,7 @@ class ScriptedASR(Gtk.Window):
         if len(words) == 0:
             return
         section_id = self.xmlview.get_section()
+        print 'section = ', section_id
         if self.current_section != section_id:
             self.previous_actions = 0
             self.current_section = section_id
diff --git a/osc.py b/osc.py
index d3b425a26d4611c29e253e1d434f16987188e3ec..790ac762e7dc47c88383f82e013f92fff764c175 100644
--- a/osc.py
+++ b/osc.py
@@ -15,7 +15,7 @@ class Client:
 
     def send_action(self, action):
         #self.send('/action/%s' % (action.text))
-        self.send('ACTION: %s' % (action.text))
+        self.send('ACTION: %s' % (action.name))
 
     def send_words(self, start, words):
         #self.send('/words/%d/%s' % (start, words))
diff --git a/validate.py b/validate.py
index bb2a96ed0af65f9ad7c726fd7f3aed1301e1d560..8444c6f4e2d80b91e65c7ee6c3ce64a54143a82f 100644
--- a/validate.py
+++ b/validate.py
@@ -58,9 +58,9 @@ def verify_sequence(node):
 def verify_section(node):
     global seen_section_ids
     for key in node.attrib:
-        if key not in ['id', 'action']:
+        if key not in ['id', 'action_start', 'action_end', 'start', 'end']:
             raise VerifyException('attribute "%s" not allowed in <%s>' % (key, node.tag), node)
-    for key in ['id']:
+    for key in ['id', 'action_start', 'action_end', 'start', 'end']:
         if key not in node.attrib:
             raise VerifyException('node <%s> must contain attribute "%s"' % (node.tag, key), node)
     if has_blank(node.get('action')):
diff --git a/xmlview.py b/xmlview.py
index 484fe12eefd90fb7bf8e18faeed49b7f9541750d..65aa17988e810ca27fd7454bda3fcdd9d22591bf 100644
--- a/xmlview.py
+++ b/xmlview.py
@@ -7,6 +7,10 @@ class Section(Gtk.VBox):
     def __init__(self, section):
         super(Section, self).__init__()
         self.name = section.get('id')
+        self.start_text = section.get('start')
+        self.action_start = section.get('action_start')
+        self.end_text = section.get('end')
+        self.action_end = section.get('action_end')
         self.get_style_context().add_class('section-body')
         self.title = Gtk.Label()
         self.title.set_markup('Section [<a href="%s">%s</a>]' % (self.name, self.name))
@@ -14,6 +18,9 @@ class Section(Gtk.VBox):
         self.listeners = []
         self.title.connect('activate-link', self.link_clicked)
         self.pack_start(self.title, False, False, 5)
+        if self.start_text != None and self.end_text != None:
+            info = Gtk.Label('start="' + self.start_text + '" [' + self.action_start + '], end="' + self.end_text + '" [' + self.action_end + ']')
+            self.pack_start(info, False, False, 5)
         self.sequences = []
 
         num = 1
@@ -183,19 +190,29 @@ class XmlView(Gtk.ScrolledWindow):
 
     def parse_xml(self, filename):
         self.sections = []
+
         root = ET.parse(filename)
         vbox = Gtk.VBox()
         vbox.get_style_context().add_class('xmlview')
+        
+        section0 = ET.fromstring('<section id="0">[empty]</section>')
+        section0_widget = Section(section0)
+        self.sections.append(section0_widget)
+        vbox.pack_start(self.sections[-1], True, True, 5)
+
         for section in root.findall(".//section"):
-            self.sections.append(Section(section))
-            vbox.pack_start(self.sections[-1], True, True, 5)
+            section_widget = Section(section)
+            self.sections.append(section_widget)
+            vbox.pack_start(section_widget, True, True, 5)
+            section0_widget.pack_start(Gtk.Label("open section " + section_widget.name + ': "' + section_widget.start_text + '"'), True, False, 5)
+
         return vbox
 
     def num_sections(self):
         return len(self.sections)
 
     def get_section(self):
-        return int(self.current_section.name) - 1
+        return int(self.current_section.name)
 
     def set_section(self, section_id, scroll=True):
         self.current_section = self.sections[section_id]
@@ -205,7 +222,7 @@ class XmlView(Gtk.ScrolledWindow):
             animate.scroll_to(self, self.current_section)
 
     def section_clicked(self, current):
-        self.set_section(int(current.name) - 1)
+        self.set_section(int(current.name))
         for keyword in self.keywords:
             keyword.highlight(False)
 
@@ -223,17 +240,17 @@ class XmlView(Gtk.ScrolledWindow):
                 self.keywords[action_id].highlight(True, self)
             else:
                 self.keywords[action_id].highlight(True)
-        else:
-            i = self.last_highlighted + 1
-            while i < len(self.keywords):
-                if self.keywords[i].action == action.text:
-                    if self.follow:
-                        self.keywords[i].highlight(True, self)
-                    else:
-                        self.keywords[i].highlight(True)
-                    self.last_highlighted = i
-                    #print 'HIGHLIGHT:', action.text, self.last_highlighted
-                    break
-                i += 1
+        #else:
+        #    i = self.last_highlighted + 1
+        #    while i < len(self.keywords):
+        #        if self.keywords[i].action == action.text:
+        #            if self.follow:
+        #                self.keywords[i].highlight(True, self)
+        #            else:
+        #                self.keywords[i].highlight(True)
+        #            self.last_highlighted = i
+        #            #print 'HIGHLIGHT:', action.text, self.last_highlighted
+        #            break
+        #        i += 1