Skip to content

Commit

Permalink
Clean up notes
Browse files Browse the repository at this point in the history
  • Loading branch information
braxex committed Jan 23, 2018
1 parent 916ec15 commit 71147d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class App extends Component {
map: null,
mapBox: null,
datums: null,
modal: true,
modal: true,
};
this.props.lprItems.forEach(function(item) {
initialState.LPR[item.name] = {checkedStatus: true};
Expand Down Expand Up @@ -128,6 +128,7 @@ class App extends Component {
position='bottom'
trigger='mouseenter'
animation='shift'
interactive='true'
hideOnClick={true}>
Data: US Department of Homeland Security, {this.state.dataYear}
</Tooltip>
Expand Down
2 changes: 1 addition & 1 deletion src/Statics.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ export let lprStatics = [
export let noteStatics = {
lprMsg: "Lawful permanent residents (LPRs, often referred to as “immigrants” or “green card holders”) are non-citizens who are lawfully authorized to live permanently in the US. LPRs may apply to become US citizens if they meet certain eligibility requirements. LPRs do not include foreign nationals granted temporary admission to the US, such as tourists and temporary workers (including H1B visa holders). Data organized by country of birth.<br/>3-year average: ≈1.08 million/year. <br/> <br/> For more information, visit <a href='https://goo.gl/dN78yY'>https://goo.gl/dN78yY</a>.",
niMsg: "Nonimmigrants (NIs) are foreign nationals granted temporary admission into the US for reasons including tourism and business trips, academic/vocational study, temporary employment, and to act as a representative of a foreign government or international organization. NIs are authorized to enter the country for specific purposes and defined periods of time, which are prescribed by their class of admission. Data organized by country of citizenship.<br/>3-year average: ≈76.1 million/year. <br/> <br/> For more information visit <a href='https://goo.gl/LJLYzc'>https://goo.gl/LJLYzc</a>.",
genMsg: "Data not shown for those with unknown country of birth/origin and for countries where total activity count was less than 10 people. <br/> dw = Data withheld to limit disclosures, per government sources."
genMsg: "Data not shown for those with unknown country of birth/origin and for countries where total activity count was less than 10 people. <br/> dw = Data withheld to limit disclosures, per government sources. <br/><br/> Source code: <a href='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/braxtonex/immigration-visualizer'>github.com/braxtonex/immigration-visualizer</a>."
};

0 comments on commit 71147d6

Please sign in to comment.