/ concept-collection / ans-visualizer
Sign in
concept-collection / ans-visualizer
updates
Jeremy Magland <jmagland@flatironinstitute.org> committed commit b1662d6d1507 parent 38e0c76 Browse files
3 changed files+6−3
README.mdmodified+1−1View file
@@ -1,5 +1,5 @@
11 # ANS Visualizer
22
3-Illustration of the Asymmetric Numeral Systems algorithm
3+Illustration of the Asymmetric Numeral Systems algorithm. [Duda et al., 2015](https://ieeexplore.ieee.org/abstract/document/7170048).
44
55 [View the live visualizer](https://magland.github.io/ans-visualizer/)
src/App.tsxmodified+4−1View file
@@ -64,7 +64,10 @@ function App() {
6464 ANS Visualizer
6565 </Typography>
6666 <Typography variant="body2" color="text.secondary">
67- Illustration of the Asymmetric Numeral Systems algorithm
67+ Illustration of the Asymmetric Numeral Systems algorithm. Duda et al., 2015.{' '}
68+ <a href="https://ieeexplore.ieee.org/abstract/document/7170048" target="_blank" rel="noopener noreferrer">
69+ [Link to paper]
70+ </a>
6871 </Typography>
6972 </Box>
7073
src/components/MobileWarning.tsxmodified+1−1View file
@@ -24,7 +24,7 @@ export default function MobileWarning() {
2424 Desktop Required
2525 </Typography>
2626 <Typography variant="body1" align="center" color="text.secondary">
27- Please view this visualization on a desktop computer to fully experience the ANS algorithm.
27+ Please view this visualization on a desktop computer.
2828 </Typography>
2929 </Box>
3030 );
moveopenescclose