<?xml version="1.0" encoding="utf-8"?>
<xmile version="1.0" xmlns="http://docs.oasis-open.org/xmile/ns/XMILE/v1.0" xmlns:isee="http://iseesystems.com/XMILE">
	<header>
		<smile version="1.0" namespace="std, isee"/>
		<name>Candidate 102 Model file</name>
		<uuid>abbdca15-a029-4ba1-a99d-e0db23c52390</uuid>
		<vendor>isee systems, inc.</vendor>
		<product version="4.0" isee:build_number="3710" isee:saved_by_v1="true" lang="en">Stella Architect</product>
	</header>
	<ai_information>
		<status verified="false"/>
	</ai_information>
	<sim_specs isee:sim_duration="1.5" isee:run_prefix="Run" isee:simulation_delay="0.03" isee:restore_on_start="false" method="Euler" time_units="year" isee:instantaneous_flows="false" isee:ignore_module_errors="false" isee:strict_units="true" isee:loop_scores="true" isee:loop_exhaustive_allowed="1000">
		<start>2000</start>
		<stop>2050</stop>
		<dt reciprocal="true">4</dt>
	</sim_specs>
	<isee:prefs saved_runs="500" keep="true" show_module_prefix="true" live_update_on_drag="true" show_restore_buttons="false" layer="model" isee:design="Deluxe Prev-Next Blue Green Pastel" isee:design_custom="false" interface_scale_ui="true" interface_max_page_width="10000" interface_max_page_height="10000" interface_min_page_width="0" interface_min_page_height="0" rifp="true"/>
	<isee:multiplayer_settings include_chat="true" allow_observers="false" advance_time_increment="1" max_advance_time_in_ms="0" model_stops_when_players_drop="false" observer_start_page="home_page" enabled="false"/>
	<isee:time_formats default_format="Builtin">
		<isee:time_format name="Builtin" type="adaptive"/>
	</isee:time_formats>
	<isee:number_format_extenders/>
	<default_format/>
	<isee:sensi_specs_list active_index="0">
		<isee:sensi_specs name="Sensitivity" method="sobol_sequence" runs="200">
			<isee:variable type="uniform" min="0.2" max="0.8" seed="12345" name="weight_of_taste" num_samples="5"/>
			<isee:variable type="uniform" min="29.4" max="63" name="consumption_per_adopter" num_samples="5"/>
			<isee:variable type="uniform" min="1" max="10" name="contact_rate_per_year" num_samples="5"/>
			<isee:variable type="uniform" min="56000" max="120000" name="initial_adopter" num_samples="5"/>
			<isee:variable type="uniform" min="0.035" max="0.075" name="initial_adoption_fraction" num_samples="5"/>
			<isee:variable type="uniform" min="0.007" max="0.015" name="initial_adoption_rate" num_samples="5"/>
			<isee:variable type="uniform" min="0.7" max="1.5" name="initial_attractiveness" num_samples="5"/>
			<isee:variable type="uniform" min="0.35" max="0.75" name="initial_fractional_rejecting_rate" num_samples="5"/>
			<isee:variable type="uniform" min="700" max="1500" name="initial_price_plant_based" num_samples="5"/>
			<isee:variable type="uniform" min="0.49" max="1.05" name="initial_skepticism" num_samples="5"/>
			<isee:variable type="uniform" min="0.21" max="0.45" name="initial_taste" num_samples="5"/>
			<isee:variable type="uniform" min="0.7" max="1.5" name="max_skepticism" num_samples="5"/>
			<isee:variable type="uniform" min="0.7" max="1.5" name="max_taste" num_samples="5"/>
			<isee:variable type="uniform" min="0.021" max="0.045" name="normal_considering_rate" num_samples="5"/>
			<isee:variable type="uniform" min="4.9" max="10.5" name="normal_growth_in_skepticism" num_samples="5"/>
			<isee:variable type="uniform" min="7.7" max="16.5" name="normal_reduction_in_skepticism" num_samples="5"/>
			<isee:variable type="uniform" min="140" max="300" name="price_of_meat" num_samples="5"/>
			<isee:variable type="uniform" min="0.021" max="0.045" name="taste_improvement_rate" num_samples="5"/>
			<isee:variable type="uniform" min="0.42" max="0.9" name="taste_threshold" num_samples="5"/>
		</isee:sensi_specs>
	</isee:sensi_specs_list>
	<isee:optimizer_specs_list active_index="0">
		<isee:optimizer_specs name="Optimization" method="Powell" use_additional_starts_file="false" additional_starts="0" report_interval="1" confidence_range="0"/>
	</isee:optimizer_specs_list>
	<isee:payoff_specs_list>
		<isee:payoff_specs name="Payoff"/>
	</isee:payoff_specs_list>
	<model_units>
		<unit name="Dimensionless">
			<eqn>1</eqn>
			<alias>dmnl</alias>
			<alias>unitless</alias>
			<alias>fraction</alias>
		</unit>
		<unit name="People">
			<eqn/>
			<alias>person</alias>
			<alias>persons</alias>
		</unit>
		<unit name="Kilograms">
			<eqn/>
			<alias>kg</alias>
			<alias>kilogram</alias>
		</unit>
		<unit name="Years">
			<eqn/>
			<alias>yr</alias>
			<alias>year</alias>
		</unit>
	</model_units>
	<model>
		<variables>
			<stock name="Potential Adopter">
				<doc>People who have not adopted meat substitutes and are not currently considering adoption. Increases through population inflow and decreases as individuals start considering adoption.</doc>
				<eqn>total_population-Consider_Adopting-Adopter</eqn>
				<inflow>rejecting_rate</inflow>
				<outflow>considering</outflow>
				<units>person</units>
			</stock>
			<flow name="considering">
				<eqn>Potential_Adopter*normal_considering_rate
+
adoption_from_word_of_mouth</eqn>
				<units>People/year</units>
			</flow>
			<stock name="Consider Adopting">
				<doc>Initial value is assumed to be 5% of the non-adopting population at start: (5,600,000 − 80,000) * 0.05 ≈ 276,000 people. This is an initial condition only.</doc>
				<eqn>276000</eqn>
				<inflow>considering</inflow>
				<outflow>rejecting_rate</outflow>
				<outflow>adopting</outflow>
				<units>person</units>
			</stock>
			<flow name="rejecting rate">
				<doc>Number of individuals rejecting adoption and leaving Consider Adopting. The value is constrained to be non-negative, ensuring realistic behaviour.</doc>
				<eqn>MAX(0,  fractional_rejection_rate*Consider_Adopting)</eqn>
				<units>People/year</units>
			</flow>
			<flow name="adopting">
				<doc>Flow representing the rate at which individuals move from Consider Adopting to Adopter, driven by a baseline adoption rate and amplified by overall product attractiveness.</doc>
				<eqn>Consider_Adopting
*
initial_adoption_rate
*(1+attractiveness_multiplier)</eqn>
				<units>People/year</units>
			</flow>
			<stock name="Adopter">
				<doc>How many vegetarians there are in Norway in 2000. 

</doc>
				<eqn>initial_adopter</eqn>
				<inflow>adopting</inflow>
				<units>person</units>
			</stock>
			<aux name="consumption per adopter">
				<doc>Average annual consumption of plant-based meat alternatives per adopter.
The value (42 kg/person/year) reflects partial substitution of meat, estimated using Norwegian consumption statistics and nutritional protein requirements.</doc>
				<eqn>42</eqn>
				<units>kg/person/year</units>
			</aux>
			<aux name="price of plant based alternative">
				<doc>Current price of plant-based alternatives, determined by the initial price level adjusted by the effect of cumulative consumption.</doc>
				<eqn>initial_price_plant_based*effect_of_consumption_on_price</eqn>
				<range min="0.1" max="10000000"/>
				<units>kroner/kg</units>
			</aux>
			<aux name="price of meat">
				<doc>Average retail price of meat in Norway, set to 200 NOK per kg based on consumer price data.</doc>
				<eqn>200</eqn>
				<units>kroner/kg</units>
			</aux>
			<aux name="relative price">
				<doc>Price of plant-based alternatives relative to meat.</doc>
				<eqn>price_of_plant_based_alternative/price_of_meat</eqn>
				<range min="0" max="3"/>
				<units>dmnl</units>
			</aux>
			<aux name="taste threshold">
				<doc>Reference level of perceived taste. Represents the minimum taste level at which taste begins to positively influence adoption.</doc>
				<eqn>0.6</eqn>
				<units>taste</units>
			</aux>
			<stock name="Skepticism">
				<doc>Level of social skepticism toward plant-based alternatives, influencing adoption decisions among individuals who are considering adoption.</doc>
				<eqn>initial_skepticism</eqn>
				<inflow>Growth_in_skepticism</inflow>
				<outflow>skepticism_reduction</outflow>
				<units>skepticism</units>
			</stock>
			<flow name="Growth in skepticism">
				<doc>Rate at which skepticism increases, depending on the distance to the maximum skepticism level and the effect of rejection.</doc>
				<eqn>((max_skepticism-Skepticism)
/
normal_growth_in_skepticism)
*
Effect_of_rejection_on_skepticism_gain</eqn>
				<units>skepticism/year</units>
			</flow>
			<flow name="skepticism reduction">
				<doc>Rate at which skepticism decreases, depending on current skepticism and social influence from adopters.</doc>
				<eqn>(Skepticism/normal_reduction_in_skepticism)
*
effect_of_adopters_on_skepticism</eqn>
				<units>skepticism/year</units>
			</flow>
			<aux name="total consumption">
				<doc>Total consumption of plant-based alternatives by adopters.</doc>
				<eqn>Adopter*consumption_per_adopter</eqn>
				<units>kg/year</units>
			</aux>
			<aux name="taste improvement rate">
				<doc>Determines how quickly taste improves over time, independent of consumption effects. Set to 0.03 to reflect gradual product improvement.</doc>
				<eqn>0.03</eqn>
				<units>1/year</units>
			</aux>
			<aux name="initial taste">
				<doc>Initial perceived taste of plant-based alternatives, measured on a normalized scale.</doc>
				<eqn>0.3</eqn>
				<units>taste</units>
			</aux>
			<aux name="initial fractional\nrejecting rate">
				<doc>Baseline fraction of individuals in Consider Adopting who reject adoption at model start, set to 0.5.</doc>
				<eqn>0.5</eqn>
				<units>1/year</units>
			</aux>
			<aux name="normal reduction in skepticism">
				<doc>Characteristic time over which skepticism declines under normal conditions.</doc>
				<eqn>11</eqn>
				<units>year</units>
			</aux>
			<group name="Price effect" run="false">
				<entity name="effect_of_consumption_on_price"/>
				<entity name="effect_of_price_on_attractiveness"/>
				<entity name="initial_price_plant_based"/>
				<entity name="price_of_meat"/>
				<entity name="price_of_plant_based_alternative"/>
				<entity name="relative_price"/>
			</group>
			<group name="Taste effect" run="false">
				<doc>https://nofima.no/publikasjon/2041712/</doc>
				<entity name='"R7_-_Taste_Loop"'/>
				<entity name='"Taste_of_plant-based"'/>
				<entity name="B2"/>
				<entity name="change_in_taste"/>
				<entity name="effect_of_consumption_on_taste"/>
				<entity name="effect_of_taste_on_attractiveness"/>
				<entity name="initial_taste"/>
				<entity name="max_taste"/>
				<entity name="relative_plant_based_taste"/>
				<entity name="taste_improvement_rate"/>
				<entity name="taste_threshold"/>
			</group>
			<group name="Skepticism effect" run="false">
				<entity name='"R9_-_Adopter-Driven_Skepticism_Loop"'/>
				<entity name="B3"/>
				<entity name="effect_of_adopters_on_skepticism"/>
				<entity name="Effect_of_rejection_on_skepticism_gain"/>
				<entity name="fractional_rejection_rate"/>
				<entity name="Growth_in_skepticism"/>
				<entity name="initial_fractional_rejecting_rate"/>
				<entity name="initial_rate"/>
				<entity name="initial_skepticism"/>
				<entity name="max_skepticism"/>
				<entity name="normal_growth_in_skepticism"/>
				<entity name="normal_reduction_in_skepticism"/>
				<entity name="Normal_rejection_rate"/>
				<entity name="rejecting_rate"/>
				<entity name="relative_rejecting_rate"/>
				<entity name="relative_skepticism"/>
				<entity name="Skepticism"/>
				<entity name="skepticism_reduction"/>
			</group>
			<aux name="potentials contacts\nwith adopters">
				<doc>Expected number of contacts per adopter per year with individuals who are considering adoption.</doc>
				<eqn>probability_of_contacting_a_potential_adopter
*
contact_rate_with_adopter</eqn>
				<units>person/year</units>
			</aux>
			<aux name="adoption from\nword of mouth">
				<doc>Adoption driven by word-of-mouth interactions between adopters and non-adopters. The flow depends on the number of contacts, the share of contacts with potential adopters, and the probability that a contact results in adoption.</doc>
				<eqn>adoption_fraction*potentials_contacts_with_adopters</eqn>
				<units>People/year</units>
			</aux>
			<group name="WoM" run="false">
				<entity name="adoption_fraction"/>
				<entity name="adoption_from_word_of_mouth"/>
				<entity name="contact_rate_per_year"/>
				<entity name="contact_rate_with_adopter"/>
				<entity name="initial_adoption_fraction"/>
				<entity name="potentials_contacts_with_adopters"/>
				<entity name="probability_of_contacting_a_potential_adopter"/>
				<entity name="total_population"/>
			</group>
			<aux name="adoption\nfraction">
				<doc>The probability that a contact with an adopter converts a potential adopter into an adopter.</doc>
				<eqn>initial_adoption_fraction*effect_of_skepticism_on_adoption_fraction</eqn>
				<range min="0.005" max="0.02"/>
				<units>dmnl</units>
			</aux>
			<aux name="effect of skepticism\non adoption fraction">
				<doc>Represents how increasing skepticism reduces the likelihood that individuals who are considering adoption will actually adopt. Low skepticism has little effect on adoption, while high skepticism strongly suppresses the adoption fraction.</doc>
				<eqn>relative_skepticism</eqn>
				<gf>
					<xscale min="0" max="2"/>
					<yscale min="0" max="2"/>
					<ypts>2,1.975,1.913,1.767,1.465,1,0.5352,0.2331,0.08682,0.02526,0</ypts>
				</gf>
				<units>dmnl</units>
			</aux>
			<aux name="effect of taste\non attractiveness">
				<doc>Represents how perceived plant-based taste contributes to overall product attractiveness. The effect is zero below the taste threshold and increases once taste exceeds this level.</doc>
				<eqn>relative_plant_based_taste</eqn>
				<gf>
					<xscale min="0" max="1.6"/>
					<yscale min="0" max="1.5"/>
					<ypts>0,0,0,0,0,1,1.134,1.317,1.5</ypts>
				</gf>
				<units>dmnl</units>
			</aux>
			<aux name="effect of price\non attractiveness">
				<doc>Shows how attractiveness decreases as the relative price of meat substitutes increases, lowering adoption incentives.</doc>
				<eqn>relative_price</eqn>
				<gf>
					<yscale min="0.01" max="2"/>
					<xpts>0.1,0.29,0.48,0.67,0.86,1,1.24,1.43,1.62,1.81,2</xpts>
					<ypts>2,1.975,1.914,1.768,1.467,1,0.5425,0.2419,0.09639,0.03514,0.01</ypts>
				</gf>
				<units>dmnl</units>
			</aux>
			<aux name="initial adoption rate">
				<doc>0,01</doc>
				<eqn>0.01</eqn>
				<units>1/year</units>
			</aux>
			<aux name="attractiveness multiplier">
				<doc>Measures how attractive meat substitutes are overall.
Higher values indicate that favorable price and taste make adoption more likely, while lower values reduce adoption.</doc>
				<eqn>initial_attractiveness
+
((effect_of_price_on_attractiveness*weight_of_price)
+
(effect_of_taste_on_attractiveness*weight_of_taste))</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="total population">
				<doc>Total population describes the time-dependent population level, modeled as exponential growth from the initial population at the start of the simulation, governed by a constant population growth rate.</doc>
				<eqn>Initial_population*EXP(Growth_rate_population*(TIME-STARTTIME))</eqn>
				<units>People</units>
			</aux>
			<aux name="probability of contacting\na potential adopter">
				<doc>Probability that an adopter’s social contact involves a potential adopter rather than an existing adopter or non-interested individual.</doc>
				<eqn>Potential_Adopter/total_population</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="initial attractiveness">
				<doc>Baseline attractiveness at model start, normalized to 1.</doc>
				<eqn>1</eqn>
				<units>dmnl</units>
			</aux>
			<stock name="Taste of plant-based">
				<doc>Stock representing the perceived taste of plant-based alternatives. The level increases over time through the flow change in taste, which depends on remaining improvement potential, a baseline improvement rate, and consumption-driven learning effects.</doc>
				<eqn>initial_taste</eqn>
				<inflow>change_in_taste</inflow>
				<units>taste</units>
			</stock>
			<flow name="change in taste">
				<doc>Represents the rate at which the perceived taste of plant-based alternatives improves over time. Taste increases proportionally to the remaining improvement potential (distance to the maximum taste level), scaled by a base improvement rate and amplified by increased consumption through learning and innovation effects.</doc>
				<eqn>(max_taste-&quot;Taste_of_plant-based&quot;)
*
taste_improvement_rate
*
effect_of_consumption_on_taste</eqn>
				<units>taste/year</units>
			</flow>
			<aux name="initial skepticism">
				<doc>Represents the starting level of skepticism toward adopting plant-based alternatives.</doc>
				<eqn>0.7</eqn>
				<units>skepticism</units>
			</aux>
			<aux name="relative skepticism">
				<doc>Represents how strong skepticism is compared to its maximum possible level. Values close to zero indicate low skepticism, while values close to one indicate skepticism near its upper bound.</doc>
				<eqn>Skepticism/max_skepticism</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="initial adoption fraction">
				<doc>Baseline probability that a contact with an adopter leads to adoption, representing the initial strength of imitation and peer influence.</doc>
				<eqn>0.05</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="initial consumption">
				<doc>Total consumption of plant-based alternatives at model start.</doc>
				<eqn>initial_adopter*consumption_per_adopter</eqn>
				<units>kg/year</units>
			</aux>
			<aux name="relative consumption">
				<doc>Consumption of plant-based alternatives relative to the initial consumption level.</doc>
				<eqn>total_consumption/initial_consumption</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="effect of consumption on price">
				<doc>Captures how increasing consumption lowers the price of plant-based alternatives.
Higher relative consumption reduces price through learning effects and economies of scale.</doc>
				<eqn>relative_consumption</eqn>
				<gf>
					<xscale min="1" max="4.3"/>
					<yscale min="0.1" max="1"/>
					<ypts>1,0.9886,0.9609,0.8951,0.7592,0.55,0.3408,0.2049,0.1391,0.1114,0.1</ypts>
				</gf>
				<units>dmnl</units>
			</aux>
			<aux name="effect of consumption\non taste">
				<doc>Captures how increased consumption drives taste improvement through learning and innovation, with diminishing returns at higher consumption levels.</doc>
				<eqn>relative_consumption</eqn>
				<gf>
					<xscale min="1" max="4"/>
					<yscale min="1" max="2"/>
					<ypts>1,1.013,1.043,1.117,1.268,1.5,1.732,1.883,1.957,1.987,2</ypts>
				</gf>
				<units>dmnl</units>
			</aux>
			<aux name="initial price plant based">
				<doc>Initial price of plant-based alternatives at the start of the simulation, set high to reflect early-stage products with limited availability and high production costs, rather than actual retail prices.</doc>
				<eqn>700</eqn>
				<units>kroner/kg</units>
			</aux>
			<aux name="relative adopters">
				<doc>Number of adopters relative to the initial level.</doc>
				<eqn>Adopter/initial_adopter</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="effect of adopters\non skepticism">
				<doc>Represents how the number of adopters influences skepticism. As the relative number of adopters increases, skepticism is increasingly reduced, reflecting social normalization and increased familiarity.</doc>
				<eqn>relative_adopters</eqn>
				<gf>
					<xscale min="0" max="100"/>
					<yscale min="0" max="3"/>
					<ypts>0.818,0.869,1,1.278,1.585,1.909,2.472,2.864,2.966,2.992,3</ypts>
				</gf>
				<units>dmnl</units>
			</aux>
			<aux name="max skepticism">
				<doc>Defines the reference upper level of skepticism on the model’s normalized scale, where 1 corresponds to a complete rejection-oriented attitude. Values above 1 represent amplified skepticism effects (e.g., strong negative narratives) and are handled through the graphical functions.</doc>
				<eqn>1</eqn>
				<units>skepticism</units>
			</aux>
			<aux name="normal growth in skepticism">
				<doc>Characteristic time over which skepticism grows under normal conditions.</doc>
				<eqn>7</eqn>
				<units>year</units>
			</aux>
			<aux name="initial adopter">
				<doc>Initial stock of adopters at model start, representing the estimated number of early adopters (80,000).</doc>
				<eqn>80000</eqn>
				<units>person</units>
			</aux>
			<aux name="Normal rejection rate">
				<doc>Baseline rejection rate based on the size of the considering population.</doc>
				<eqn>Consider_Adopting*initial_rate</eqn>
				<units>People/year</units>
			</aux>
			<aux name="Effect of rejection on skepticism gain">
				<doc>Represents how rejection contributes to growth of skepticism. Higher rejection rates lead to an increase in skepticism, with diminishing additional effects at higher rejection levels.</doc>
				<eqn>relative_rejecting_rate</eqn>
				<gf>
					<yscale min="0" max="2"/>
					<xpts>0,0.3,0.6,1,1.2,1.5,1.8,2.1,2.4,2.7,3</xpts>
					<ypts>0.545,0.636,0.739,1,1.068,1.307,1.511,1.682,1.807,1.875,1.875</ypts>
				</gf>
				<units>dmnl</units>
			</aux>
			<aux name="relative plant based taste">
				<doc>Perceived plant-based taste relative to the threshold level.</doc>
				<eqn>&quot;Taste_of_plant-based&quot;/taste_threshold</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="weight of price">
				<doc>Relative importance of price in determining overall attractiveness, defined in relation to the importance of taste.</doc>
				<eqn>1-weight_of_taste</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="weight of taste">
				<doc>Relative importance of taste in determining overall attractiveness.
Set to 0.5, reflecting literature suggesting that taste and price are of comparable importance in food choice decisions.</doc>
				<eqn>0.5</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="fractional rejection rate">
				<doc>Fraction of individuals in Consider Adopting who reject adoption, starting from a baseline level and reduced by higher product attractiveness.</doc>
				<eqn>initial_fractional_rejecting_rate*effect_of_attractiveness_on_rejection</eqn>
				<units>1/year</units>
			</aux>
			<aux name="effect of attractiveness on rejection">
				<doc>Represents how overall product attractiveness influences the rejection rate. Higher attractiveness reduces the tendency of individuals to reject adoption, while low attractiveness increases rejection.</doc>
				<eqn>attractiveness_multiplier</eqn>
				<gf>
					<yscale min="0.8" max="2"/>
					<xpts>0.01,0.309,0.608,1,1.206,1.505,1.804,2.103,2.402,2.701,3</xpts>
					<ypts>1.344,1.301,1.199,1.054,1.003,0.889,0.882,0.868,0.855,0.855,0.848</ypts>
				</gf>
				<units>dmnl</units>
			</aux>
			<aux name="normal considering rate">
				<doc>Annual share of people who try plant-based products without others (it&apos;s personal interest)</doc>
				<eqn>0.03</eqn>
				<units>1/year</units>
			</aux>
			<aux name="contact rate with adopter">
				<doc>Total number of social contacts per year generated by adopters.</doc>
				<eqn>Adopter*contact_rate_per_year</eqn>
				<units>person/year</units>
			</aux>
			<aux name="contact rate per year">
				<doc>The frequency of meaningful encounters by adopters per year.
Drives the potential contact flow; higher values accelerate imitation.</doc>
				<eqn>3</eqn>
				<range min="1" max="10"/>
				<units>1/year</units>
			</aux>
			<aux name="Growth rate population">
				<doc>Constant annual population growth rate (0.9% per year).</doc>
				<eqn>0.009</eqn>
				<units>1/year</units>
			</aux>
			<aux name="Initial population">
				<doc>Norwegian population in year 2000.</doc>
				<eqn>4478497</eqn>
				<units>People</units>
			</aux>
			<aux name="initial rate">
				<doc>Baseline rejection fraction used as a reference level, represents rejection at model start.</doc>
				<eqn>0.5</eqn>
				<units>1/year</units>
			</aux>
			<aux name="relative rejecting rate">
				<doc>Normalized measure of the rejection rate, calculated as the current rejection rate relative to the normal rejection rate.</doc>
				<eqn>rejecting_rate/Normal_rejection_rate</eqn>
				<units>dmnl</units>
			</aux>
			<aux name="R7 - Taste Loop">
				<eqn>LOOPSCORE(adopting,Adopter,total_consumption,relative_consumption,effect_of_consumption_on_taste,change_in_taste,&quot;Taste_of_plant-based&quot;,relative_plant_based_taste,effect_of_taste_on_attractiveness,attractiveness_multiplier)</eqn>
				<isee:loopscore/>
				<units>dmnl</units>
			</aux>
			<aux name="max taste">
				<doc>Represents the highest level of taste that plant-based alternatives can achieve in the model, reflecting that improvements eventually reach a ceiling.</doc>
				<eqn>1</eqn>
				<units>taste</units>
			</aux>
			<aux name="R1 - Rejection Feedback Loop">
				<eqn>LOOPSCORE(considering,Consider_Adopting,rejecting_rate,Potential_Adopter)</eqn>
				<isee:loopscore/>
				<units>dmnl</units>
			</aux>
			<aux name="R2 - Word-of-Mouth\nAwareness Loop">
				<eqn>LOOPSCORE(considering,Consider_Adopting,rejecting_rate,Potential_Adopter,probability_of_contacting_a_potential_adopter,potentials_contacts_with_adopters,adoption_from_word_of_mouth)</eqn>
				<isee:loopscore/>
				<units>dmnl</units>
			</aux>
			<aux name="R3 - Word-of-Mouth\nAdoption Loop">
				<eqn>LOOPSCORE(adopting,Adopter,contact_rate_with_adopter,potentials_contacts_with_adopters,adoption_from_word_of_mouth,considering,Consider_Adopting)</eqn>
				<isee:loopscore/>
				<units>dmnl</units>
			</aux>
			<aux name="B2">
				<eqn>LOOPSCORE(change_in_taste,&quot;Taste_of_plant-based&quot;)</eqn>
				<isee:loopscore/>
				<units>dmnl</units>
			</aux>
			<aux name="B3">
				<eqn>LOOPSCORE(Growth_in_skepticism,Skepticism)</eqn>
				<isee:loopscore/>
				<units>dmnl</units>
			</aux>
			<aux name="R4 - Skepticism loop">
				<eqn>LOOPSCORE(considering,Consider_Adopting,Normal_rejection_rate,relative_rejecting_rate,Effect_of_rejection_on_skepticism_gain,Growth_in_skepticism,Skepticism,relative_skepticism,effect_of_skepticism_on_adoption_fraction,adoption_fraction,adoption_from_word_of_mouth)</eqn>
				<isee:loopscore/>
				<units>dmnl</units>
			</aux>
			<aux name="R5 - Scale Economy Loop">
				<eqn>LOOPSCORE(adopting,Adopter,total_consumption,relative_consumption,effect_of_consumption_on_price,price_of_plant_based_alternative,relative_price,effect_of_price_on_attractiveness,attractiveness_multiplier)</eqn>
				<isee:loopscore/>
				<units>dmnl</units>
			</aux>
			<aux name="R9 - Adopter-Driven Skepticism Loop">
				<eqn>LOOPSCORE(adopting,Adopter,relative_adopters,effect_of_adopters_on_skepticism,skepticism_reduction,Skepticism,relative_skepticism,effect_of_skepticism_on_adoption_fraction,adoption_fraction,adoption_from_word_of_mouth,considering,Consider_Adopting)</eqn>
				<isee:loopscore/>
				<units>dmnl</units>
			</aux>
		</variables>
		<views>
			<style color="black" background="white" font_style="normal" font_weight="normal" text_decoration="none" text_align="center" vertical_text_align="center" font_color="black" font_family="Arial" font_size="10pt" padding="2" border_color="black" border_width="thin" border_style="none">
				<text_box color="black" background="white" text_align="left" vertical_text_align="top" font_size="12pt"/>
				<isee:loop_indicator color="black" background="white" vertical_text_align="top" font_size="12pt"/>
				<numeric_display color="white" background="white" font_size="12pt" border_width="thin" border_style="solid" isee:transparent="false" isee:show_divider="true" isee:show_bounding_box="true" label_side="left"/>
				<graph color="black" background="white" font_size="12pt" axis_color="#666666" grid_color="#C8C8C8" isee:graph_area_color="white" legend_position="bottom" isee:transparent="false" isee:hide_border="false" axis_title_font_style="normal" axis_title_font_weight="normal" axis_title_text_decoration="none" axis_title_text_align="center" axis_title_vertical_text_align="center" axis_title_font_color="black" axis_title_font_family="Arial" axis_title_font_size="12pt" axis_title_text_padding="2" axis_title_text_border_color="black" axis_title_text_border_width="thin" axis_title_text_border_style="none" axis_label_font_style="normal" axis_label_font_weight="normal" axis_label_text_decoration="none" axis_label_text_align="center" axis_label_vertical_text_align="center" axis_label_font_color="black" axis_label_font_family="Arial" axis_label_font_size="9pt" axis_label_text_padding="2" axis_label_text_border_color="black" axis_label_text_border_width="thin" axis_label_text_border_style="none">
					<isee:series_styles>
						<isee:series_style color="blue" thickness="1"/>
						<isee:series_style color="red" thickness="1" pen_style="dot_dashed"/>
						<isee:series_style color="fuchsia" thickness="1" pen_style="dotted"/>
						<isee:series_style color="#008F44" thickness="1" pen_style="dashed"/>
						<isee:series_style color="#FF7F00" thickness="1"/>
						<isee:series_style color="#7F00FF" thickness="1" pen_style="dot_dashed"/>
						<isee:series_style color="#0CA0FF" thickness="1" pen_style="dotted"/>
						<isee:series_style color="lime" thickness="1" pen_style="dashed"/>
						<isee:series_style color="#FF007F" thickness="1"/>
						<isee:series_style color="aqua" thickness="1" pen_style="dot_dashed"/>
						<isee:series_style color="#F586FF" thickness="1" pen_style="dotted"/>
						<isee:series_style color="black" thickness="1" pen_style="dashed"/>
						<isee:series_style color="#C8C8C8" thickness="1"/>
					</isee:series_styles>
				</graph>
				<table color="black" background="#E0E0E0" text_align="right" font_size="12pt" orientation="vertical" wrap_text="false" isee:auto_fit="true" isee:use_alternate_row_colors="false" isee:unlimited_table_length="false" blank_column_width="80" column_width="160" interval="1" report_balances="beginning" report_flows="instantaneous" header_font_style="normal" header_font_weight="normal" header_text_decoration="none" header_text_align="center" header_vertical_text_align="center" header_font_color="black" header_font_family="Arial" header_font_size="12pt" header_text_padding="2" header_text_border_color="black" header_text_border_width="thin" header_text_border_style="none"/>
				<button color="black" background="#E0E0E0" font_size="12pt" border_width="thin" border_style="solid" transparent="false" corner_radius="0" isee:flat="false" icon_side="top" isee:highlight_on_hover="false" isee:highlight_color="#959595"/>
				<isee:annotation color="black" background="#E0E0E0" font_size="12pt" border_width="thin" border_style="solid" transparent="false" corner_radius="0" isee:flat="false" icon_side="top" isee:highlight_on_hover="false" isee:highlight_color="#959595" popup_corner_radius="0" popup_background_color="#FFFECF"/>
				<slider color="#0075FF" background="#E0E0E0" font_size="12pt" num_ticks="3" label_side="top" wrap_title="true" vertical="false" isee:fancy_appearance="false" isee:show_hover_tip="when_deciding" input_expands="true" input_width="100"/>
				<isee:stacked_container color="black" background="white" text_align="left" vertical_text_align="top" font_size="12pt" padding="6 8" border_color="#999999" border_width="thin" border_style="solid" item_spacing="0" corner_radius="4" selected_item_color="black" selected_item_background="white" item_background="#DDDDDD" transparent_bg="false"/>
				<isee:dual_slider color="#66CC66" background="silver" font_size="12pt" num_ticks="3" label_side="top" wrap_title="true" isee:show_hover_tip="when_deciding" input_expands="true" input_width="100"/>
				<isee:sim_speed_slider color="black" background="white"/>
				<isee:time_slider color="#E95F74" background="silver"/>
				<isee:pie_input color="black" background="white" font_size="12pt" legend_position="bottom" isee:transparent="false"/>
				<knob color="#66CC66" background="#E0E0E0" font_size="12pt" label_side="bottom" wrap_title="true"/>
				<numeric_input color="black" background="#E0E0E0" font_size="12pt" label_side="left" wrap_title="true" input_expands="false" input_width="100"/>
				<isee:dropdown_input color="black" background="#E0E0E0" font_size="12pt" label_side="left" wrap_title="true" input_expands="false" input_width="100"/>
				<switch color="black" background="#E0E0E0" font_size="12pt" label_side="top" wrap_title="true" isee:appearance="switch" isee:on_color="green"/>
				<options color="black" background="white" appearance="radio-buttons" arrangement="vertical"/>
				<graphical_input color="black" background="#E0E0E0" font_size="12pt" isee:show_hover_tip="true"/>
				<group_input color="black" background="#E0E0E0" font_size="12pt"/>
				<lamp color="black" background="white" font_size="9pt"/>
				<gauge color="black" background="white" font_size="9pt" needle_color="#F09F72" bar_color="#EEEEEE" bar_progress_color="black" appearance="radial" num_major_ticks="11" num_minor_ticks="1" show_numeric_value="true"/>
				<isee:spatial_map color="black" background="white" font_size="12pt"/>
				<isee:animation_object color="black" background="white" font_size="12pt"/>
				<isee:navigation_widget color="black" background="white" text_align="left" vertical_text_align="top" font_size="12pt" padding="6 8" border_color="#999999" border_width="thin" border_style="solid" item_spacing="6" appearance="tabs" corner_radius="4" selected_item_color="black" selected_item_background="white" item_background="#DDDDDD" transparent_bg="false"/>
				<isee:shape color="black" background="white" text_align="left" vertical_text_align="top" font_size="12pt" border_width="thin" border_style="solid" opacity="1" transparent_background="true" corner_radius="1"/>
				<isee:selector color="black" background="white" text_align="left" vertical_text_align="top" font_size="12pt"/>
				<isee:iframe color="black" background="white" text_align="left" vertical_text_align="top" font_size="12pt" border_width="thin" border_style="solid"/>
				<isee:financial_table color="black" background="#E0E0E0" text_align="right" font_size="12pt" hide_border="false" auto_fit="true" first_column_width="250" other_column_width="100" header_font_style="normal" header_font_weight="bold" header_text_decoration="none" header_text_align="center" header_vertical_text_align="center" header_font_color="black" header_font_family="Arial" header_font_size="14pt" header_text_padding="2" header_text_border_color="black" header_text_border_width="thin" header_text_border_style="none"/>
			</style>
			<view isee:show_pages="false" background="white" page_width="822" page_height="575" isee:page_cols="6" isee:page_rows="7" isee:scroll_x="92.5" isee:scroll_y="105" zoom="40" isee:popup_graphs_are_comparative="true" isee:enable_non_negative_highlights="false" type="stock_flow">
				<style color="black" background="white" font_style="normal" font_weight="normal" text_decoration="none" text_align="center" vertical_text_align="center" font_color="black" font_family="Arial" font_size="10pt" padding="2" border_color="black" border_width="thin" border_style="none">
					<stock color="black" background="white" font_family="Verdana" font_size="9pt" label_side="top">
						<shape type="rectangle" width="45" height="35"/>
					</stock>
					<flow color="black" background="white" font_family="Verdana" font_size="9pt" label_side="bottom">
						<shape type="circle" radius="18"/>
					</flow>
					<isee:placeholder color="#228B22" background="white" font_color="#228B22" font_family="Verdana" font_size="9pt" label_side="bottom"/>
					<module color="black" background="white" font_family="Verdana" font_size="9pt" label_side="top">
						<shape type="rectangle" width="55" height="45"/>
					</module>
					<aux color="black" background="white" font_family="Verdana" font_size="9pt" label_side="bottom">
						<shape type="circle" radius="18"/>
					</aux>
					<group color="red" background="white" font_color="red" font_family="Verdana" font_size="9pt"/>
					<connector color="black" background="white" font_family="Verdana" font_size="9pt" isee:thickness="1"/>
					<text_box color="black" background="white" text_align="left" vertical_text_align="top" font_size="12pt"/>
					<isee:loop_indicator color="black" background="white" vertical_text_align="top" font_size="12pt"/>
					<numeric_display color="white" background="white" font_size="12pt" border_width="thin" border_style="solid" isee:transparent="false" isee:show_divider="true" isee:show_bounding_box="true" label_side="left"/>
					<graph color="black" background="white" font_size="12pt" axis_color="#666666" grid_color="#C8C8C8" isee:graph_area_color="white" legend_position="bottom" isee:transparent="false" isee:hide_border="false" axis_title_font_style="normal" axis_title_font_weight="normal" axis_title_text_decoration="none" axis_title_text_align="center" axis_title_vertical_text_align="center" axis_title_font_color="black" axis_title_font_family="Arial" axis_title_font_size="12pt" axis_title_text_padding="2" axis_title_text_border_color="black" axis_title_text_border_width="thin" axis_title_text_border_style="none" axis_label_font_style="normal" axis_label_font_weight="normal" axis_label_text_decoration="none" axis_label_text_align="center" axis_label_vertical_text_align="center" axis_label_font_color="black" axis_label_font_family="Arial" axis_label_font_size="9pt" axis_label_text_padding="2" axis_label_text_border_color="black" axis_label_text_border_width="thin" axis_label_text_border_style="none">
						<isee:series_styles>
							<isee:series_style color="blue" thickness="1"/>
							<isee:series_style color="red" thickness="1" pen_style="dot_dashed"/>
							<isee:series_style color="fuchsia" thickness="1" pen_style="dotted"/>
							<isee:series_style color="#008F44" thickness="1" pen_style="dashed"/>
							<isee:series_style color="#FF7F00" thickness="1"/>
							<isee:series_style color="#7F00FF" thickness="1" pen_style="dot_dashed"/>
							<isee:series_style color="#0CA0FF" thickness="1" pen_style="dotted"/>
							<isee:series_style color="lime" thickness="1" pen_style="dashed"/>
							<isee:series_style color="#FF007F" thickness="1"/>
							<isee:series_style color="aqua" thickness="1" pen_style="dot_dashed"/>
							<isee:series_style color="#F586FF" thickness="1" pen_style="dotted"/>
							<isee:series_style color="black" thickness="1" pen_style="dashed"/>
							<isee:series_style color="#C8C8C8" thickness="1"/>
						</isee:series_styles>
					</graph>
					<table color="black" background="#E0E0E0" text_align="right" font_size="12pt" orientation="vertical" wrap_text="false" isee:auto_fit="true" isee:use_alternate_row_colors="false" isee:unlimited_table_length="false" blank_column_width="80" column_width="160" interval="1" report_balances="beginning" report_flows="instantaneous" header_font_style="normal" header_font_weight="normal" header_text_decoration="none" header_text_align="center" header_vertical_text_align="center" header_font_color="black" header_font_family="Arial" header_font_size="12pt" header_text_padding="2" header_text_border_color="black" header_text_border_width="thin" header_text_border_style="none"/>
				</style>
				<stock label_side="center" x="725.522" y="851.702" width="92.1807" height="44.4492" name="Potential Adopter"/>
				<flow label_side="bottom" x="916.901" y="866.242" name="considering">
					<pts>
						<pt x="817.703" y="866.242"/>
						<pt x="1016.1" y="866.242"/>
					</pts>
				</flow>
				<stock label_side="center" x="1016.1" y="844.409" width="93.0898" height="46.1862" name="Consider Adopting"/>
				<flow x="915.564" y="1000.26" name="rejecting rate">
					<pts>
						<pt x="1060.06" y="890.595"/>
						<pt x="1060.06" y="1000.26"/>
						<pt x="771.068" y="1000.26"/>
						<pt x="771.068" y="896.151"/>
					</pts>
				</flow>
				<flow x="1218.13" y="865.576" name="adopting">
					<pts>
						<pt x="1109.19" y="865.576"/>
						<pt x="1327.07" y="865.576"/>
					</pts>
				</flow>
				<stock label_side="center" x="1327.07" y="840.743" width="67" height="49.6667" name="Adopter"/>
				<aux x="1482.09" y="850.591" name="consumption per adopter"/>
				<aux x="1547.1" y="595.103" name="price of plant based alternative"/>
				<aux label_side="top" x="1419.21" y="511.773" name="price of meat"/>
				<aux label_side="bottom" x="1419.21" y="563.783" name="relative price"/>
				<connector uid="16" angle="150.697">
					<from>price_of_plant_based_alternative</from>
					<to>relative_price</to>
				</connector>
				<connector uid="17" angle="270">
					<from>price_of_meat</from>
					<to>relative_price</to>
				</connector>
				<aux label_side="top" x="1409.08" y="1150.97" name="taste threshold"/>
				<stock label_side="center" x="630.154" y="1198.48" width="61.6667" height="47.6667" name="Skepticism"/>
				<flow label_side="top" x="532.576" y="1220.87" name="Growth in skepticism">
					<pts>
						<pt x="422.998" y="1220.87"/>
						<pt x="630.154" y="1220.87"/>
					</pts>
				</flow>
				<flow label_side="top" x="777.291" y="1220.36" name="skepticism reduction">
					<pts>
						<pt x="691.821" y="1220.36"/>
						<pt x="874.761" y="1220.36"/>
					</pts>
				</flow>
				<connector uid="30" angle="193.488">
					<from>Consider_Adopting</from>
					<to>rejecting_rate</to>
				</connector>
				<connector uid="31" polarity="+" isee:polarity_placement="outside" angle="56.6413">
					<from>Potential_Adopter</from>
					<to>considering</to>
				</connector>
				<aux x="1482.09" y="799.031" name="total consumption"/>
				<aux color="black" x="1417.56" y="1340.83" name="taste improvement rate"/>
				<aux x="1217.14" y="1228.64" name="initial taste"/>
				<aux x="883.592" y="1116.84" name="initial fractional\nrejecting rate"/>
				<connector uid="101" angle="32.1524">
					<from>Consider_Adopting</from>
					<to>adopting</to>
				</connector>
				<connector uid="105" angle="26.9949">
					<from>Skepticism</from>
					<to>skepticism_reduction</to>
				</connector>
				<aux label_side="right" x="777.291" y="1277.52" name="normal reduction in skepticism"/>
				<connector uid="106" angle="90.0002">
					<from>normal_reduction_in_skepticism</from>
					<to>skepticism_reduction</to>
				</connector>
				<group locked="true" x="1271.28" y="482.614" width="402.586" height="225.391" name="Price effect"/>
				<group locked="true" color="#11AE00" font_color="#11AE00" x="1190.02" y="1035.55" width="474.449" height="348.799" name="Taste effect"/>
				<group locked="true" color="#9F29D0" font_color="#9F29D0" x="357.206" y="973.674" width="678.101" height="403.698" name="Skepticism effect">
					<item uid="218"/>
				</group>
				<connector uid="115" angle="270">
					<from>potentials_contacts_with_adopters</from>
					<to>adoption_from_word_of_mouth</to>
				</connector>
				<aux label_side="top" x="917.569" y="527.869" name="potentials contacts\nwith adopters"/>
				<aux label_side="bottom" x="917.569" y="629.721" name="adoption from\nword of mouth"/>
				<connector uid="117" angle="269.838">
					<from>adoption_from_word_of_mouth</from>
					<to>considering</to>
				</connector>
				<group locked="true" color="#011993" font_color="#011993" x="685.257" y="466.567" width="428.781" height="232.043" name="WoM"/>
				<connector uid="121" angle="90">
					<from>consumption_per_adopter</from>
					<to>total_consumption</to>
				</connector>
				<connector uid="123" angle="28.706">
					<from>Adopter</from>
					<to>total_consumption</to>
				</connector>
				<aux label_side="bottom" x="759.291" y="661.01" name="adoption\nfraction"/>
				<connector uid="114" angle="11.1823">
					<from>adoption_fraction</from>
					<to>adoption_from_word_of_mouth</to>
				</connector>
				<aux x="550.576" y="791.493" name="effect of skepticism\non adoption fraction"/>
				<connector uid="127" angle="75.8002">
					<from>effect_of_skepticism_on_adoption_fraction</from>
					<to>adoption_fraction</to>
				</connector>
				<aux label_side="bottom" x="1336.05" y="1065.71" name="effect of taste\non attractiveness"/>
				<aux x="1315.88" y="601.431" name="effect of price\non attractiveness"/>
				<aux x="1141.04" y="899.595" name="initial adoption rate"/>
				<aux color="#E533EA" font_color="#E533EA" x="1230.31" y="732.591" name="attractiveness multiplier"/>
				<connector uid="128" angle="246.177">
					<from>attractiveness_multiplier</from>
					<to>adopting</to>
				</connector>
				<connector uid="129" angle="23.8114">
					<from>initial_adoption_rate</from>
					<to>adopting</to>
				</connector>
				<aux label_side="right" x="724.243" y="485.941" name="total population"/>
				<aux label_side="right" label_angle="315" x="742.243" y="550.92" name="probability of contacting\na potential adopter"/>
				<connector uid="131" angle="125.086">
					<from>Potential_Adopter</from>
					<to>probability_of_contacting_a_potential_adopter</to>
				</connector>
				<connector uid="132" angle="32.5967">
					<from>probability_of_contacting_a_potential_adopter</from>
					<to>potentials_contacts_with_adopters</to>
				</connector>
				<connector uid="133" angle="250.351">
					<from>total_population</from>
					<to>probability_of_contacting_a_potential_adopter</to>
				</connector>
				<connector uid="135" angle="119.647">
					<from>Adopter</from>
					<to>contact_rate_with_adopter</to>
				</connector>
				<aux x="1099.67" y="782.788" name="initial attractiveness"/>
				<stock label_side="center" x="1250.8" y="1268.38" width="111.933" height="42.3392" name="Taste of plant-based"/>
				<flow x="1445.76" y="1280.5" name="change in taste">
					<pts>
						<pt x="1540.79" y="1280.5"/>
						<pt x="1362.73" y="1280.5"/>
					</pts>
				</flow>
				<connector uid="137" angle="64.9461">
					<from>taste_improvement_rate</from>
					<to>change_in_taste</to>
				</connector>
				<aux x="425.167" y="1153.88" name="initial skepticism"/>
				<aux label_side="right" label_angle="45" x="525.246" y="1031.58" name="relative skepticism"/>
				<connector uid="139" angle="137.524">
					<from>Skepticism</from>
					<to>relative_skepticism</to>
				</connector>
				<connector uid="140" angle="107.879">
					<from>relative_skepticism</from>
					<to>effect_of_skepticism_on_adoption_fraction</to>
				</connector>
				<aux label_side="top" x="855.569" y="611.721" name="initial adoption fraction"/>
				<connector uid="141" angle="183.902">
					<from>initial_adoption_fraction</from>
					<to>adoption_fraction</to>
				</connector>
				<aux x="1482.09" y="920.745" name="initial consumption"/>
				<connector uid="143" angle="270">
					<from>consumption_per_adopter</from>
					<to>initial_consumption</to>
				</connector>
				<aux label_side="right" x="1629.73" y="879.345" name="relative consumption"/>
				<aux label_side="left" x="1636.68" y="679.814" name="effect of consumption on price"/>
				<aux label_side="bottom" x="1616.44" y="1084.65" name="effect of consumption\non taste"/>
				<connector uid="144" angle="5.09402">
					<from>initial_consumption</from>
					<to>relative_consumption</to>
				</connector>
				<connector uid="145" angle="348.481">
					<from>total_consumption</from>
					<to>relative_consumption</to>
				</connector>
				<connector uid="146" angle="55.1802">
					<from>relative_consumption</from>
					<to>effect_of_consumption_on_price</to>
				</connector>
				<connector uid="147" angle="308.564">
					<from>relative_consumption</from>
					<to>effect_of_consumption_on_taste</to>
				</connector>
				<aux label_side="top" x="1584.05" y="529.773" name="initial price plant based"/>
				<connector uid="148" angle="240.503">
					<from>initial_price_plant_based</from>
					<to>price_of_plant_based_alternative</to>
				</connector>
				<connector uid="150" angle="171.982">
					<from>relative_price</from>
					<to>effect_of_price_on_attractiveness</to>
				</connector>
				<connector uid="151" color="#E533E6" font_color="#E533E6" angle="219.639">
					<from>effect_of_price_on_attractiveness</from>
					<to>attractiveness_multiplier</to>
				</connector>
				<connector uid="156" angle="253.928">
					<from>effect_of_consumption_on_taste</from>
					<to>change_in_taste</to>
				</connector>
				<connector uid="162" color="#E533EC" font_color="#E533EC" angle="81.6901">
					<from>effect_of_taste_on_attractiveness</from>
					<to>attractiveness_multiplier</to>
				</connector>
				<connector uid="163" color="#E533E6" font_color="#E533E6" angle="21.0175">
					<from>initial_attractiveness</from>
					<to>attractiveness_multiplier</to>
				</connector>
				<aux label_side="top" x="1110.8" y="1171.88" name="relative adopters"/>
				<connector uid="166" angle="248.212">
					<from>Adopter</from>
					<to>relative_adopters</to>
				</connector>
				<aux x="957.951" y="1175.53" name="effect of adopters\non skepticism"/>
				<connector uid="168" angle="181.37">
					<from>relative_adopters</from>
					<to>effect_of_adopters_on_skepticism</to>
				</connector>
				<aux x="425.167" y="1083.74" name="max skepticism"/>
				<connector uid="169" angle="308.07">
					<from>max_skepticism</from>
					<to>Growth_in_skepticism</to>
				</connector>
				<connector uid="170" angle="224.839">
					<from>Skepticism</from>
					<to>Growth_in_skepticism</to>
				</connector>
				<aux x="480.806" y="1262.5" name="normal growth in skepticism"/>
				<connector uid="171" angle="38.8032">
					<from>normal_growth_in_skepticism</from>
					<to>Growth_in_skepticism</to>
				</connector>
				<connector uid="172" angle="27.5295">
					<from>max_skepticism</from>
					<to>relative_skepticism</to>
				</connector>
				<connector uid="173" angle="207.782">
					<from>effect_of_adopters_on_skepticism</from>
					<to>skepticism_reduction</to>
				</connector>
				<aux x="1482.09" y="980.671" name="initial adopter"/>
				<connector uid="142" angle="90">
					<from>initial_adopter</from>
					<to>initial_consumption</to>
				</connector>
				<aux label_side="right" x="724.071" y="1029.62" name="Normal rejection rate"/>
				<connector uid="176" angle="223.64">
					<from>rejecting_rate</from>
					<to>relative_rejecting_rate</to>
				</connector>
				<connector uid="177" angle="318.952">
					<from>Normal_rejection_rate</from>
					<to>relative_rejecting_rate</to>
				</connector>
				<aux x="660.988" y="1110.38" name="Effect of rejection on skepticism gain"/>
				<connector uid="179" angle="187.475">
					<from>Effect_of_rejection_on_skepticism_gain</from>
					<to>Growth_in_skepticism</to>
				</connector>
				<connector uid="180" angle="48.6367">
					<from>&quot;Taste_of_plant-based&quot;</from>
					<to>change_in_taste</to>
				</connector>
				<aux x="1308.81" y="1186.97" name="relative plant based taste"/>
				<connector uid="181" angle="100.097">
					<from>&quot;Taste_of_plant-based&quot;</from>
					<to>relative_plant_based_taste</to>
				</connector>
				<connector uid="182" angle="199.749">
					<from>taste_threshold</from>
					<to>relative_plant_based_taste</to>
				</connector>
				<aux label_side="top" x="1171.08" y="679.01" name="weight of price"/>
				<connector uid="184" angle="317.868">
					<from>weight_of_price</from>
					<to>attractiveness_multiplier</to>
				</connector>
				<aux x="1123.04" y="714.591" name="weight of taste"/>
				<connector uid="185" angle="350.475">
					<from>weight_of_taste</from>
					<to>attractiveness_multiplier</to>
				</connector>
				<connector uid="186" angle="36.5238">
					<from>weight_of_taste</from>
					<to>weight_of_price</to>
				</connector>
				<connector uid="183" angle="50.0107">
					<from>relative_plant_based_taste</from>
					<to>effect_of_taste_on_attractiveness</to>
				</connector>
				<aux x="957.951" y="1070.67" name="fractional rejection rate"/>
				<connector uid="189" angle="31.8341">
					<from>initial_fractional_rejecting_rate</from>
					<to>fractional_rejection_rate</to>
				</connector>
				<aux x="1153.08" y="1039.69" name="effect of attractiveness on rejection"/>
				<connector uid="193" angle="300.346">
					<from>attractiveness_multiplier</from>
					<to>effect_of_attractiveness_on_rejection</to>
				</connector>
				<connector uid="194" angle="211.991">
					<from>effect_of_attractiveness_on_rejection</from>
					<to>fractional_rejection_rate</to>
				</connector>
				<connector uid="201" angle="112.144">
					<from>effect_of_consumption_on_price</from>
					<to>price_of_plant_based_alternative</to>
				</connector>
				<aux label_side="top" x="994.552" y="809.493" name="normal considering rate"/>
				<connector uid="91" angle="216.16">
					<from>normal_considering_rate</from>
					<to>considering</to>
				</connector>
				<aux label_side="left" label_angle="225" x="1081.67" y="568.92" name="contact rate with adopter"/>
				<connector uid="204" angle="154.35">
					<from>contact_rate_with_adopter</from>
					<to>potentials_contacts_with_adopters</to>
				</connector>
				<connector uid="190" angle="146.97">
					<from>fractional_rejection_rate</from>
					<to>rejecting_rate</to>
				</connector>
				<connector uid="219" angle="19.468">
					<from>
						<alias uid="218"/>
					</from>
					<to>Normal_rejection_rate</to>
				</connector>
				<connector uid="220" angle="90">
					<from>
						<alias uid="188"/>
					</from>
					<to>relative_adopters</to>
				</connector>
				<aux label_side="top" x="1044.31" y="497.179" name="contact rate per year"/>
				<connector uid="134" angle="297.511">
					<from>contact_rate_per_year</from>
					<to>contact_rate_with_adopter</to>
				</connector>
				<aux color="#797979" font_color="#797979" label_side="left" x="648.001" y="490.717" name="Growth rate population"/>
				<connector uid="228" angle="3.5845">
					<from>Growth_rate_population</from>
					<to>total_population</to>
				</connector>
				<aux color="#797979" font_color="#797979" label_side="left" x="648.001" y="457.614" name="Initial population"/>
				<connector uid="229" angle="347.575">
					<from>Initial_population</from>
					<to>total_population</to>
				</connector>
				<aux label_side="left" x="696.257" y="1000.26" name="initial rate"/>
				<connector uid="230" angle="313.449">
					<from>initial_rate</from>
					<to>Normal_rejection_rate</to>
				</connector>
				<aux x="803.41" y="1065.74" name="relative rejecting rate"/>
				<connector uid="178" angle="209.823">
					<from>relative_rejecting_rate</from>
					<to>Effect_of_rejection_on_skepticism_gain</to>
				</connector>
				<aux color="#0433FF" font_color="#0433FF" x="1490.72" y="1079.72" name="R7 - Taste Loop"/>
				<aux x="1417.56" y="1201.56" name="max taste"/>
				<connector uid="157" angle="289.659">
					<from>max_taste</from>
					<to>change_in_taste</to>
				</connector>
				<aux color="#0433FF" font_color="#0433FF" x="887.129" y="927.441" name="R1 - Rejection Feedback Loop"/>
				<aux color="#0433FF" font_color="#0433FF" x="821.41" y="732.591" name="R2 - Word-of-Mouth\nAwareness Loop"/>
				<aux color="#0433FF" font_color="#0433FF" x="1052.6" y="732.591" name="R3 - Word-of-Mouth\nAdoption Loop"/>
				<aux x="1386.61" y="1262.5" name="B2"/>
				<aux x="587.181" y="1241.52" name="B3"/>
				<aux color="#0433FF" font_color="#0433FF" x="637.372" y="873.927" name="R4 - Skepticism loop"/>
				<aux color="#0433FF" font_color="#0433FF" x="1427.76" y="707.61" name="R5 - Scale Economy Loop"/>
				<aux color="#0433FF" font_color="#0433FF" x="777.291" y="1125.13" name="R9 - Adopter-Driven Skepticism Loop"/>
				<alias background="white" font_style="italic" uid="188" x="1101.8" y="1250.52" width="18" height="18">
					<of>initial_adopter</of>
				</alias>
				<alias font_style="italic" label_angle="229.019" uid="218" x="646.372" y="1038.62" width="45.9336" height="20.694">
					<of>Consider_Adopting</of>
				</alias>
			</view>
		</views>
	</model>
</xmile>

