@@ -39,13 +39,13 @@ tabPanel(title=span('statnetWeb', id="sWtitle"),
3939 p(" This interface is useful for teachers and students of introductory network analysis," ,
4040 " for newcomers to exponential random graphs models, and for experienced network modelers" ,
4141 " who want easier access to analysis results. If you are new to ergm, you may find it helpful" ,
42- " to work through the" , a(" ergm tutorial" ,
43- href = " http ://statnet.csde.washington.edu/workshops/SUNBELT/EUSN/ergm/ergm_tutorial.html " ,
42+ " to work through the" , a(" ergm tutorial on our Workshop page " ,
43+ href = " https ://github.com/statnet/Workshops/wiki " ,
4444 target = " _blank" ), " using this interface. Advanced users will still want to interact" ,
4545 " via the command line in order to access the full functionality of ergm." ),
4646 p(" A typical network analysis will move sequentially through the tabs at the top of the page." ,
4747 " Click on the help icon at the top of any page for guidance." ),
48- p(" Do you have comments/suggestions/complaints on this prototype app ? Please share them with us." ,
48+ p(" Bug Reports/ comments/suggestions/requests ? Please share them with us." ,
4949 " They are best submitted through our" , a(' GitHub site,' ,
5050 href = ' https://github.com/statnet/statnetWeb' ,
5151 target = ' _blank' ),
@@ -60,7 +60,7 @@ tags$pre(id='scitation','@Manual{handcock:statnet,
6060 author = {Mark S. Handcock and David R. Hunter and Carter T. Butts and Steven M. Goodreau and Martina Morris},
6161 year = {2003},
6262 address = {Seattle, WA},
63- url = {http://statnetproject .org}
63+ url = {http://statnet .org/ }
6464}' ),
6565
6666p(strong(" statnetWeb" )),
@@ -90,13 +90,13 @@ statnetWeb: A Graphical User Interface for Network Modeling with 'Statnet'.")
9090 ' and the component packages can be found here:' ),
9191 tags $ ul(
9292 tags $ li(a(' Citing statnet' ,
93- href = ' https ://statnet.csde.washington.edu/trac/wiki/citation%20information ' ,
93+ href = ' http ://statnet.org/attribution ' ,
9494 target = ' _blank' )),
9595 tags $ li(a(' License and source code attribution requirements' ,
96- href = ' http://statnet.csde.washington.edu /attribution.shtml ' ,
96+ href = ' http://statnet.org /attribution' ,
9797 target = ' _blank' )),
98- tags $ li(a(' statnet Development Team ' ,
99- href = ' http ://statnet.csde.washington.edu/about_us.shtml ' ,
98+ tags $ li(a(' statnet Organization on GitHub ' ,
99+ href = ' https ://github.com/statnet ' ,
100100 target = ' _blank' ))
101101 )
102102 )
@@ -106,12 +106,12 @@ statnetWeb: A Graphical User Interface for Network Modeling with 'Statnet'.")
106106 h5(tags $ u(' Resources' )),
107107 div(title = " Wiki page for statnetWeb" ,
108108 a(" About statnetWeb" ,
109- href = " https://statnet.csde.washington.edu/trac/wiki/ statnetWeb" ,
109+ href = " https://github.com/statnet/ statnetWeb/wiki " ,
110110 target = " _blank" )),
111111 div(title = paste(" Homepage of the statnet project with tutorials," ,
112112 " publications and recent news." ),
113113 a(" About statnet" ,
114- href = " https ://statnet.csde.washington.edu/trac " , target = " _blank" )
114+ href = " http ://statnet.org/ " , target = " _blank" )
115115 ),
116116
117117 column(11 , offset = 1 ,
@@ -125,8 +125,8 @@ statnetWeb: A Graphical User Interface for Network Modeling with 'Statnet'.")
125125
126126 span(id = " linktitle2" ,' Tutorials and documentation' ,icon(' angle-double-left' )),br(),
127127 div(id = " linkbox2" ,
128- a(" ergm tutorial from Sunbelt EUSN 2014 Workshop " ,
129- href = " http ://statnet.csde.washington.edu/workshops/SUNBELT/EUSN/ergm/ergm_tutorial.html " ,
128+ a(" ergm tutorial" ,
129+ href = " https ://github.com/statnet/Workshops/wiki " ,
130130 target = " _blank" ),
131131 br(),
132132 a(" ergm documentation on CRAN" ,
@@ -1015,8 +1015,8 @@ actionLink('plotright', icon=icon('arrow-right', class='fa-2x'), label=NULL)
10151015 ' Notice the summary statistics populate for each term added to the formula. ' ,
10161016 ' After fitting the model, the "Fitting" tab will show MCMC iterations (if any) and MLE coefficients,' ,
10171017 ' while the "Summary" tab shows a comprehensive summary of the model fit.' ,br(),
1018- ' Find more help in the' , a(' ergm tutorial.' ,
1019- href = ' http ://statnet.csde.washington.edu/workshops/SUNBELT/EUSN/ergm/ergm_tutorial.html ' ,
1018+ ' Find more help in our online training materials in the' , a(' ergm tutorial.' ,
1019+ href = ' https ://github.com/statnet/Workshops/wiki ' ,
10201020 target = " _blank" ))),
10211021actionLink(' fitleft' , icon = icon(' arrow-left' , class = ' fa-2x' ), label = NULL ),
10221022actionLink(' fitright' , icon = icon(' arrow-right' , class = ' fa-2x' ), label = NULL )
@@ -1330,7 +1330,7 @@ tabPanel(title='Help', value='tab8',
13301330 h5(tags $ u(' Resources' )),
13311331 div(title = " Wiki page for statnetWeb" ,
13321332 a(" About statnetWeb" ,
1333- href = " https://statnet.csde.washington.edu/trac/wiki/ statnetWeb" ,
1333+ href = " https://github.com/statnet/ statnetWeb/wiki " ,
13341334 target = " _blank" )),
13351335 div(title = paste(" Homepage of the statnet project with tutorials," ,
13361336 " publications and recent news." ),
@@ -1349,8 +1349,8 @@ tabPanel(title='Help', value='tab8',
13491349
13501350 span(id = " linktitle2" ,' Tutorials and documentation' ,icon(' angle-double-left' )),br(),
13511351 div(id = " linkbox2" ,
1352- a(" ergm tutorial from Sunbelt EUSN 2014 Workshop " ,
1353- href = " http ://statnet.csde.washington.edu/workshops/SUNBELT/EUSN/ergm/ergm_tutorial.html " ,
1352+ a(" ergm tutorial at our online training materials site " ,
1353+ href = " https ://github.com/statnet/Workshops/wiki " ,
13541354 target = " _blank" ),
13551355 br(),
13561356 a(" ergm documentation on CRAN" ,
0 commit comments