#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin"'starter/neural_consciousness.sh'  
# www.BillHowell.ca  10Feb2022 initial
# see also "$d_bin"'webSiteLinks update.sh'  - similar but not the same

# defined in start_input :
#		d_start="$d_bin""starter/"
#		goApp="$d_start"'start_app.sh'  

# wkSpc = dskTop+1: 
dskTop=4
echo "neural_consciousness.sh is running in wrkSpc $dskTop+1"
wmctrl -s "$dskTop"

d_consc="$d_web"'Neural nets/consciousness/'


base()
{  
	bash	"$goApp"	"$delay_fmg"	"filemgr"	"$d_consc/"	''
	bash	"$goApp"	"$delay_fmg"	"filemgr"	"$d_Qndfs/"	''
	bash	"$goApp"	"$delay_trm"	"terminal"	''				''
	bash	"$goApp"	"$delay_trm"	"terminal"	''				''
	
	# core [symbol, arg] changes
	bash "$goApp"  "$delay_brs"	"browser"	'http://duckduckgo.com'		''  
	bash "$goApp"  "$delay_brs"	"browtab"	"$d_consc"	'Introduction.html'  
	bash "$goApp"  "$delay_brs"	"browtab"	"$d_consc"	'[definitions, models] of consciousness.html'  
	bash	"$goApp"	"$delay_edt"	"editLeft"	"$d_consc"	'0_consciousness notes.txt' 
}  




TrNNs()
{
	bash	"$goApp"	"$delay_brs"	"browser"	'http://duckduckgo.com'  '' 

	#bash	"$goApp"	"$delay_edt"	"pdf"			"$d_web"		'References/Neural Nets/Vaswani, Shazeer, Parmar, Uszkoreit, Jones, Gomez, Kaiser, Polosukhin 12Jun2017 Attention Is All You Need.pdf'

	#bash	"$goApp"	"$delay_edt"	"editor"		"$d_consc"	'Pribraum 1993 quantum fields and consciousness proceedings.html'  
}  


chatGPT_Bard()
{  
	bash "$goApp"  "$delay_brs"	"browser"	'http://duckduckgo.com'		''  
	bash "$goApp"  "$delay_brs"	"browtab"	'https://chat-gpt.org/'		''  
	bash "$goApp"  "$delay_brs"	"browtab"	'https://chat-gpt.org/chat'	''  

	bash	"$goApp"	"$delay_brs"	"browser"	'http://duckduckgo.com'		''
	bash	"$goApp"	"$delay_brs"	"browtab"	'https://bard.google.com/'	'' 
}  






#24************************24
#] Run

	base
#	TrNNs
#	chatGPT_Bard




# enddoc
