#!/bin/sh
#] 
#] *********************
#] $ bash "$d_bin"'starter/neural_Grossberg.sh'  - revamp Howell's symbol [name, arg [order, number]]s
# 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=3
echo "neural_Grossberg.sh is running in wrkSpc $dskTop+1"
wmctrl -s "$dskTop"


d_Gross="$d_web"'Neural nets/Grossberg/'
d_conscious="$d_web"'Neural nets/consciousness/'


base()
{  
	bash	"$goApp"	"$delay_fmg"	"filemgr"		"$d_Gross"	''
	bash	"$goApp"	"$delay_fmg"	"filemgr"		"$d_Qndfs"	''
	bash	"$goApp"	"$delay_trm"	"terminal"		''				''
	#bash	"$goApp"	"$delay_trm"	"terminal"		''				''
	bash	"$goApp"	"$delay_brs"	"browLeft"		'https://www.bu.edu/csn/profile/stephen-grossberg/'  '' 
	#bash	"$goApp"	"$delay_brs"	"browtab"		  'https://www.sciencedirect.com/science/article/abs/pii/S0893608019302278'  '' 
	
	# core [symbol, arg] changes
	bash	"$goApp"	"$delay_edt"	"editRght"		"$d_Gross"	'0_Grossberg notes.txt' 
}  


# Stephen Grossberg 2021 “Conscious Mind, Resonant Brain” Oxford University Press, ISBN 978-0-19-007055-7 https://www.bu.edu/eng/profile/stephen-grossberg-ph-d/  

Grossberg_2021()
{  
	bash	"$goApp"	"$delay_brs"	"browLeft"		'http://duckduckgo.com'  ''  
	bash	"$goApp"	"$delay_edt"	"editRght"		"$d_Gross"		'reader Howell notes.HoWeb.html'  
	bash	"$goApp"	"$delay_edt"	"editRght"		"$d_conscious"	'What is consciousness: from historical to Grossberg.HoWeb.html'  

	#bash	"$goApp"	"$delay_edt"	"editRght"		"$d_Gross"	'Grossbergs list of [chapter, section]s.HoWeb.html'  
	#bash	"$goApp"	"$delay_edt"	"editRght"		"$d_Gross"	'Grossbergs list of [figure, table]s.HoWeb.html'  
	bash	"$goApp"	"$delay_edt"	"editRght"		"$d_Gross"	'Grossbergs [core, fun, strange] concepts.HoWeb.html'  

	# John Sieffert "Adaptive Resonance Theory in the time scales calculus"
	#bash	"$goApp"	"$delay_brs"	"browtab"	 	'https://www.sciencedirect.com/science/article/abs/pii/S0893608019302278'  '' 
}  



#	Stephen Grossberg 2025 "Neural network models of autonomous adaptive intelligence and artificial general intelligence: how our brains learn large language models and their meanings" Front. Syst. Neurosci. 19:1630151. doi: 10.3389/fnsys.2025.1630151

Grossberg_2025()
{  
	bash	"$goApp"	"$delay_brs"	"browLeft"		'http://duckduckgo.com'  ''  
	bash	"$goApp"	"$delay_edt"	"pdfLeft"		"$d_Gross"		'References/Grossberg 30Jul2025 NN models of [autonomous adaptive, artificial general] intelligence: how our brains learn large language models and their meanings.pdf'

	bash	"$goApp"	"$delay_edt"	"editRght"		"$d_Gross"		'Howell notes: Grossberg 2025.HoWeb.html'  
	bash	"$goApp"	"$delay_LOf"	"libroff"		"$d_Refs"		'0_References.ods'  
}  


themes()
{
	bash	"$goApp"	"$delay_brs"	"browLeft"	'http://duckduckgo.com'		'' 
	bash	"$goApp"	"$delay_edt"	"editRght"		"$d_bin"						'fileops.sh'  

	bash	"$goApp"	"$delay_trm"	"terminal"	''				''
	bash	"$goApp"	"$delay_edt"	"editRght"		"$d_Gross"	'webWork/bash script: thematic, list of txt files to search.txt'   
	bash	"$goApp"	"$delay_edt"	"editRght"		"$d_Gross"	'webWork/bash script: thematic [search, collect]s.sh'   
}


caption_image()
{  
	bash	"$goApp"	"$delay_fmg"	"filemgr"	"$d_Gross"	'captions html/'
	bash	"$goApp"	"$delay_fmg"	"filemgr"	"$d_temp"	''
	bash	"$goApp"	"$delay_trm"	"terminal"	''				''
	bash	"$goApp"	"$delay_edt"	"editRght"		"$d_SysMaint"	'images/0_image notes.txt'  


	bash	"$goApp"	"$delay_brs"	"browLeft"	'https://duckduckgo.com/'  '' 
	bash	"$goApp"	"$delay_brs"	"browtab"	'https://duckduckgo.com/'  '' 

	#bash	"$goApp"	"$delay_edt"	"editLeft"	"$d_bin"		'starter/2_app.sh'  
	bash	"$goApp"	"$delay_edt"	"editRght"		"$d_bin"		'image: put [cap, ref]s on [fig, tbl]s.sh'  
}






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

	base
#	Grossberg_2021
	Grossberg_2025
#	themes
#	caption_image




# enddoc
