Skip to content

Commit a65fcb4

Browse files
committed
update website
1 parent fc834a3 commit a65fcb4

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

INSTALL.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Prerequisites
1414
platforms. Madagascar supports both Python 2.7 and Python 3.
1515

1616
For more information see:
17-
http://ahay.org/wiki/Main_Page
18-
http://ahay.org/wiki/Installation
19-
http://ahay.org/wiki/Advanced_Installation
17+
https://ahay.org/wiki/Main_Page
18+
https://ahay.org/wiki/Installation
19+
https://ahay.org/wiki/Advanced_Installation
2020

2121
Software construction
2222
=====================

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src=http://www.ahay.org//wikilocal/style/Madagascar2.png>
2+
<img src=https://ahay.org//wikilocal/style/Madagascar2.png>
33
</p>
44

55
Madagascar
@@ -11,7 +11,7 @@ Madagascar
1111

1212
### A package for reproducible geophysical data analysis
1313

14-
https://www.reproducibility.org
14+
https://ahay.org
1515

1616
## What is Madagascar?
1717

@@ -36,15 +36,15 @@ for researchers working with digital image and data processing in geophysics and
3636

3737
The primary source of information is the website:
3838

39-
https://www.reproducibility.org/
39+
https://ahay.org/
4040

4141
Additional information:
4242

4343
* Users' mailing list ("RSF-user"): https://lists.sourceforge.net/lists/listinfo/rsf-user
4444

4545
* Developers' mailing list ("RSF-devel"): https://lists.sourceforge.net/lists/listinfo/rsf-devel
4646

47-
* Development blog: http://ahay.org/blog/
47+
* Development blog: https://ahay.org/blog/
4848

4949
## Compiling, Building, Installing and Testing
5050

@@ -55,3 +55,8 @@ See the INSTALL.txt document for build instructions.
5555
While written from scratch, Madagascar borrows ideas from the design of SEPlib, a publicly available software package maintained by Bob Clapp at the Stanford Exploration Project (SEP). Generations of SEP students and researchers contributed to SEPlib. The most significant contributions came from Rob Clayton, Jon Claerbout, Dave Hale, Stew Levin, Rick Ottolini, Joe Dellinger, Steve Cole, Dave Nichols, Martin Karrenbach, Biondo Biondi, and Bob Clapp.
5656

5757
Madagascar was started in 2003 under the name RSF (Regularly Sampled Format) by Sergey Fomel. Since then, many other people have contributed to it. See the AUTHORS.txt file for an incomplete list.
58+
59+
Influence of texture on porosity and permeability of unconsolidated sand (Beard and Weyl, 1973), Quantitative textural analysis (Taylor et al., 2022)
60+
61+
Seismic trace interpolation in the FX domain (Spitz, 1991), Comparisons of interpolation methods (Abma and Kabir, 2005)
62+

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ To start using madagascar, source env.sh or env.csh from:
313313
%s/
314314
Local documentation center at:
315315
%s/
316-
Documentation wiki at http://www.ahay.org
316+
Documentation wiki at https://ahay.org
317317
---------------------------------------------------------
318318
''' % (etcdir, docdir))
319319

api/python/m8r.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ def write(self,data):
808808
raise TypeError('Unsupported file type %s' % self.type)
809809

810810
dataserver = os.environ.get('RSF_DATASERVER',
811-
'http://www.reproducibility.org')
811+
'https://ahay.org')
812812

813813
def Fetch(directory,filename,server=dataserver,top='data'):
814814
'retrieve a file from remote server'

framework/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
version='4.0',
3030
maintainer='Sergey Fomel',
3131
maintainer_email='[email protected]',
32-
url='https://reproducibility.org/',
32+
url='https://ahay.org/',
3333
description='Madagascar Utilities for Reproducible Research',
3434
py_modules = ['rsf.'+x for x in 'path doc flow proj prog tex book suproj conf use'.split()],
3535
scripts=['rsf/'+x for x in 'latex2wiki sfdoc sftour'.split()],

0 commit comments

Comments
 (0)